diff --git a/CMake/ScmRevGen.cmake b/CMake/ScmRevGen.cmake index e1b5bb2d62..12ee7727b2 100644 --- a/CMake/ScmRevGen.cmake +++ b/CMake/ScmRevGen.cmake @@ -31,7 +31,7 @@ if(GIT_FOUND) endif() # version number -set(DOLPHIN_VERSION_MAJOR "2407") +set(DOLPHIN_VERSION_MAJOR "2409") set(DOLPHIN_VERSION_MINOR "0") set(DOLPHIN_VERSION_PATCH ${DOLPHIN_WC_REVISION}) diff --git a/CMakeLists.txt b/CMakeLists.txt index 674839af57..636d5473e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -672,7 +672,7 @@ dolphin_make_imported_target_if_missing(LibLZMA::LibLZMA LIBLZMA) dolphin_find_optional_system_library_pkgconfig(ZSTD libzstd>=1.4.0 zstd::zstd Externals/zstd) -dolphin_find_optional_system_library_pkgconfig(ZLIB zlib-ng ZLIB::ZLIB Externals/zlib-ng) +add_subdirectory(Externals/zlib-ng) dolphin_find_optional_system_library_pkgconfig(MINIZIP "minizip>=4.0.4" minizip::minizip Externals/minizip-ng diff --git a/Contributing.md b/Contributing.md index 341e719b72..78f9facdac 100644 --- a/Contributing.md +++ b/Contributing.md @@ -189,7 +189,7 @@ Summary: ## General - The codebase currently uses C++20, though not all compilers support all C++20 features. - - See CMakeLists.txt "Enforce minimium compiler versions" for the currently supported compilers. + - See CMakeLists.txt "Enforce minimum compiler versions" for the currently supported compilers. - Use the [nullptr](https://en.cppreference.com/w/cpp/language/nullptr) type over the macro `NULL`. - If a [range-based for loop](https://en.cppreference.com/w/cpp/language/range-for) can be used instead of container iterators, use it. - Obviously, try not to use `goto` unless you have a *really* good reason for it. @@ -227,7 +227,7 @@ Summary: ## Functions - If a function parameter is a pointer or reference and its value or data isn't intended to be changed, please mark that parameter as `const`. -- Functions that specifically modify their parameters should have the respective parameter(s) marked as a pointer so that the variables being modified are syntaxically obvious. +- Functions that specifically modify their parameters should have the respective parameter(s) marked as a pointer so that the variables being modified are syntactically obvious. - What not to do: ```c++ diff --git a/Data/Sys/ApprovedInis.json b/Data/Sys/ApprovedInis.json index 3cbf34d556..2132bd62fe 100644 --- a/Data/Sys/ApprovedInis.json +++ b/Data/Sys/ApprovedInis.json @@ -44,6 +44,18 @@ "title": "Dead to Rights", "E23D98B2CE185C3993A40F2495D37E41B971BF91": "Fix audio issues" }, + "GEDE01": { + "title": "Eternal Darkness", + "21068C3CE905FB0CFFAA7408A93154AF8A5295A2": "Fix startup hang" + }, + "GEDJ01": { + "title": "Eternal Darkness", + "7061F3CF11BF64D3BA7F32CCF2BAC42FF3614AB6": "Fix startup hang" + }, + "GEDP01": { + "title": "Eternal Darkness", + "6F1B00517CBA30BEB738EAA90E71221378CD570D": "Fix startup hang" + }, "GEME7F": { "title": "Egg Mania: Eggstreme Madness", "CB04E00918C9C0F161715D21D046ED6620F7ADEF": "Force Progressive Scan" @@ -236,6 +248,14 @@ "title": "Ten Pin Alley 2", "793642AC6862C2F3412035A9E3D7172CC4A1D5C7": "Fix crash on main menu" }, + "RMHE08": { + "title": "Monster Hunter Tri", + "CCF233DA57B3E75221870DE502955114B0D4E7FA": "Bloom OFF" + }, + "RMHJ08": { + "title": "Monster Hunter Tri", + "29D3625B7ED577587E56AA07CB0EB8C47C97E823": "Bloom OFF" + }, "RMHP08": { "title": "Monster Hunter Tri", "1720C1173D4698167080DBFC4232F21757C4DA08": "Bloom OFF" diff --git a/Data/Sys/GameSettings/0000000100000002.ini b/Data/Sys/GameSettings/0000000100000002.ini index ebb24c1021..f8f1c648d0 100644 --- a/Data/Sys/GameSettings/0000000100000002.ini +++ b/Data/Sys/GameSettings/0000000100000002.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/D43.ini b/Data/Sys/GameSettings/D43.ini index 0893d53113..3ba184d1ee 100644 --- a/Data/Sys/GameSettings/D43.ini +++ b/Data/Sys/GameSettings/D43.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/D43E01.ini b/Data/Sys/GameSettings/D43E01.ini index 72b0283d87..05a4dd4fe3 100644 --- a/Data/Sys/GameSettings/D43E01.ini +++ b/Data/Sys/GameSettings/D43E01.ini @@ -1,8 +1,5 @@ # D43E01 - Legend of Zelda, The - Ocarina of Time - Master Quest -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/D43J01.ini b/Data/Sys/GameSettings/D43J01.ini index 373c98f913..7436e83d90 100644 --- a/Data/Sys/GameSettings/D43J01.ini +++ b/Data/Sys/GameSettings/D43J01.ini @@ -1,8 +1,5 @@ # D43J01 - ZELDA OCARINA MULTI PACK -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $loophack diff --git a/Data/Sys/GameSettings/D56E01.ini b/Data/Sys/GameSettings/D56E01.ini index 9c139b5f40..20d54efee7 100644 --- a/Data/Sys/GameSettings/D56E01.ini +++ b/Data/Sys/GameSettings/D56E01.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/D85.ini b/Data/Sys/GameSettings/D85.ini index 3064b4c826..b5712add32 100644 --- a/Data/Sys/GameSettings/D85.ini +++ b/Data/Sys/GameSettings/D85.ini @@ -5,9 +5,6 @@ FPRF = True MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/D86.ini b/Data/Sys/GameSettings/D86.ini index 0768da9697..c32c0e1ba6 100644 --- a/Data/Sys/GameSettings/D86.ini +++ b/Data/Sys/GameSettings/D86.ini @@ -5,9 +5,6 @@ FPRF = True MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/D95.ini b/Data/Sys/GameSettings/D95.ini index cf21815dec..dc6e261af8 100644 --- a/Data/Sys/GameSettings/D95.ini +++ b/Data/Sys/GameSettings/D95.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/DAX.ini b/Data/Sys/GameSettings/DAX.ini index f02ea1326f..a6e6b366cf 100644 --- a/Data/Sys/GameSettings/DAX.ini +++ b/Data/Sys/GameSettings/DAX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -18,3 +15,8 @@ EFBEmulateFormatChanges = True [Video_Enhancements] ArbitraryMipmapDetection = True + +[Video_Settings] +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False diff --git a/Data/Sys/GameSettings/DD2.ini b/Data/Sys/GameSettings/DD2.ini index 3c390c7a4a..8b40b93198 100644 --- a/Data/Sys/GameSettings/DD2.ini +++ b/Data/Sys/GameSettings/DD2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/DLS.ini b/Data/Sys/GameSettings/DLS.ini index f9dbc875b4..8e4e3addcf 100644 --- a/Data/Sys/GameSettings/DLS.ini +++ b/Data/Sys/GameSettings/DLS.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/DPOJ8P.ini b/Data/Sys/GameSettings/DPOJ8P.ini index 741d746830..87a712860e 100644 --- a/Data/Sys/GameSettings/DPOJ8P.ini +++ b/Data/Sys/GameSettings/DPOJ8P.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/DPSJ8P.ini b/Data/Sys/GameSettings/DPSJ8P.ini index 7f5a9a2904..bdf45a2111 100644 --- a/Data/Sys/GameSettings/DPSJ8P.ini +++ b/Data/Sys/GameSettings/DPSJ8P.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/DSR.ini b/Data/Sys/GameSettings/DSR.ini index bbc48a38a9..64c59ef532 100644 --- a/Data/Sys/GameSettings/DSR.ini +++ b/Data/Sys/GameSettings/DSR.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. RealWiiRemoteRepeatReports = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E52.ini b/Data/Sys/GameSettings/E52.ini index 9113f125a2..b839dea46c 100644 --- a/Data/Sys/GameSettings/E52.ini +++ b/Data/Sys/GameSettings/E52.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E53.ini b/Data/Sys/GameSettings/E53.ini index 8a49b608d0..414568631e 100644 --- a/Data/Sys/GameSettings/E53.ini +++ b/Data/Sys/GameSettings/E53.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E54.ini b/Data/Sys/GameSettings/E54.ini index 7e19a4cd45..09899f66aa 100644 --- a/Data/Sys/GameSettings/E54.ini +++ b/Data/Sys/GameSettings/E54.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E55.ini b/Data/Sys/GameSettings/E55.ini index 04b3719c54..ea7f992eec 100644 --- a/Data/Sys/GameSettings/E55.ini +++ b/Data/Sys/GameSettings/E55.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E56.ini b/Data/Sys/GameSettings/E56.ini index 6359404d51..d05cf7d873 100644 --- a/Data/Sys/GameSettings/E56.ini +++ b/Data/Sys/GameSettings/E56.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E57.ini b/Data/Sys/GameSettings/E57.ini index 4d6918bd6b..c9febf3b63 100644 --- a/Data/Sys/GameSettings/E57.ini +++ b/Data/Sys/GameSettings/E57.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E5Z.ini b/Data/Sys/GameSettings/E5Z.ini index e1ab69e459..c428aec90e 100644 --- a/Data/Sys/GameSettings/E5Z.ini +++ b/Data/Sys/GameSettings/E5Z.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E62.ini b/Data/Sys/GameSettings/E62.ini index 91ee7c39ac..c5511f8378 100644 --- a/Data/Sys/GameSettings/E62.ini +++ b/Data/Sys/GameSettings/E62.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E63.ini b/Data/Sys/GameSettings/E63.ini index ae1d7b9a47..d3b516299d 100644 --- a/Data/Sys/GameSettings/E63.ini +++ b/Data/Sys/GameSettings/E63.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E6N.ini b/Data/Sys/GameSettings/E6N.ini index 1d277218e9..a6386016a2 100644 --- a/Data/Sys/GameSettings/E6N.ini +++ b/Data/Sys/GameSettings/E6N.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E6Q.ini b/Data/Sys/GameSettings/E6Q.ini index d1485d36e1..ad2444c284 100644 --- a/Data/Sys/GameSettings/E6Q.ini +++ b/Data/Sys/GameSettings/E6Q.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E6V.ini b/Data/Sys/GameSettings/E6V.ini index 460663b408..18ab424e44 100644 --- a/Data/Sys/GameSettings/E6V.ini +++ b/Data/Sys/GameSettings/E6V.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E6W.ini b/Data/Sys/GameSettings/E6W.ini index 1950dcceb9..baec48c40e 100644 --- a/Data/Sys/GameSettings/E6W.ini +++ b/Data/Sys/GameSettings/E6W.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E6X.ini b/Data/Sys/GameSettings/E6X.ini index 1b964a439f..f50445f834 100644 --- a/Data/Sys/GameSettings/E6X.ini +++ b/Data/Sys/GameSettings/E6X.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E73.ini b/Data/Sys/GameSettings/E73.ini index c0d7df421b..f82a0737e0 100644 --- a/Data/Sys/GameSettings/E73.ini +++ b/Data/Sys/GameSettings/E73.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E78.ini b/Data/Sys/GameSettings/E78.ini new file mode 100644 index 0000000000..ac63ac72e3 --- /dev/null +++ b/Data/Sys/GameSettings/E78.ini @@ -0,0 +1,22 @@ +# E78JAF - Solvalou + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +EFBEmulateFormatChanges = True +# Solves minor graphical issues when starting level and game over screen +#EFBToTextureEnable = False + +[Video_Settings] +MSAA = 0 + +[Video_Enhancements] +ForceFiltering = False +ForceTrueColor = False diff --git a/Data/Sys/GameSettings/E79.ini b/Data/Sys/GameSettings/E79.ini index 595cd8ab74..870d809554 100644 --- a/Data/Sys/GameSettings/E79.ini +++ b/Data/Sys/GameSettings/E79.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E7V.ini b/Data/Sys/GameSettings/E7V.ini index bbc54218e9..024f4188f5 100644 --- a/Data/Sys/GameSettings/E7V.ini +++ b/Data/Sys/GameSettings/E7V.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E7Z.ini b/Data/Sys/GameSettings/E7Z.ini index 5a335c3227..1d7353e2be 100644 --- a/Data/Sys/GameSettings/E7Z.ini +++ b/Data/Sys/GameSettings/E7Z.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA2.ini b/Data/Sys/GameSettings/EA2.ini index 9396ad680d..69aeed1d0e 100644 --- a/Data/Sys/GameSettings/EA2.ini +++ b/Data/Sys/GameSettings/EA2.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA3.ini b/Data/Sys/GameSettings/EA3.ini index a7157a3247..4d2c20e780 100644 --- a/Data/Sys/GameSettings/EA3.ini +++ b/Data/Sys/GameSettings/EA3.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA4.ini b/Data/Sys/GameSettings/EA4.ini index 59771b4733..3ce15be5f4 100644 --- a/Data/Sys/GameSettings/EA4.ini +++ b/Data/Sys/GameSettings/EA4.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA5.ini b/Data/Sys/GameSettings/EA5.ini index ea8879beca..a90e8d64f6 100644 --- a/Data/Sys/GameSettings/EA5.ini +++ b/Data/Sys/GameSettings/EA5.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA6.ini b/Data/Sys/GameSettings/EA6.ini index 88715ff198..8c04ce3a41 100644 --- a/Data/Sys/GameSettings/EA6.ini +++ b/Data/Sys/GameSettings/EA6.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA7.ini b/Data/Sys/GameSettings/EA7.ini index 85e13b9c22..c005f258f4 100644 --- a/Data/Sys/GameSettings/EA7.ini +++ b/Data/Sys/GameSettings/EA7.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA8.ini b/Data/Sys/GameSettings/EA8.ini index d327339921..bfa9504055 100644 --- a/Data/Sys/GameSettings/EA8.ini +++ b/Data/Sys/GameSettings/EA8.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EA9.ini b/Data/Sys/GameSettings/EA9.ini index 12d2596913..b2fab5891f 100644 --- a/Data/Sys/GameSettings/EA9.ini +++ b/Data/Sys/GameSettings/EA9.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAA.ini b/Data/Sys/GameSettings/EAA.ini index 8ab5fadce1..2f4961eebd 100644 --- a/Data/Sys/GameSettings/EAA.ini +++ b/Data/Sys/GameSettings/EAA.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAB.ini b/Data/Sys/GameSettings/EAB.ini index a8ab5e74d4..8a11d8fd1e 100644 --- a/Data/Sys/GameSettings/EAB.ini +++ b/Data/Sys/GameSettings/EAB.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAC.ini b/Data/Sys/GameSettings/EAC.ini index 4d8a73fb6c..ccfb2824dc 100644 --- a/Data/Sys/GameSettings/EAC.ini +++ b/Data/Sys/GameSettings/EAC.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAD.ini b/Data/Sys/GameSettings/EAD.ini index 341b1c3c8c..5188b37bab 100644 --- a/Data/Sys/GameSettings/EAD.ini +++ b/Data/Sys/GameSettings/EAD.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAE.ini b/Data/Sys/GameSettings/EAE.ini index 9fc14b0a66..9cd74a360d 100644 --- a/Data/Sys/GameSettings/EAE.ini +++ b/Data/Sys/GameSettings/EAE.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAF.ini b/Data/Sys/GameSettings/EAF.ini index 8b4e054739..ea8da718f7 100644 --- a/Data/Sys/GameSettings/EAF.ini +++ b/Data/Sys/GameSettings/EAF.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAG.ini b/Data/Sys/GameSettings/EAG.ini index 62c3fd4f58..25975b48d2 100644 --- a/Data/Sys/GameSettings/EAG.ini +++ b/Data/Sys/GameSettings/EAG.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAH.ini b/Data/Sys/GameSettings/EAH.ini index a25af59293..70c78ae5f1 100644 --- a/Data/Sys/GameSettings/EAH.ini +++ b/Data/Sys/GameSettings/EAH.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAI.ini b/Data/Sys/GameSettings/EAI.ini index cb5078e20c..bdc27a6125 100644 --- a/Data/Sys/GameSettings/EAI.ini +++ b/Data/Sys/GameSettings/EAI.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAJ.ini b/Data/Sys/GameSettings/EAJ.ini index 8318de9e33..09d89f2233 100644 --- a/Data/Sys/GameSettings/EAJ.ini +++ b/Data/Sys/GameSettings/EAJ.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAK.ini b/Data/Sys/GameSettings/EAK.ini index 5cb22fb330..15d017eaa3 100644 --- a/Data/Sys/GameSettings/EAK.ini +++ b/Data/Sys/GameSettings/EAK.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAL.ini b/Data/Sys/GameSettings/EAL.ini index c9065f4671..3962b08e2d 100644 --- a/Data/Sys/GameSettings/EAL.ini +++ b/Data/Sys/GameSettings/EAL.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAM.ini b/Data/Sys/GameSettings/EAM.ini index 055a1b7f2f..45ff7b8761 100644 --- a/Data/Sys/GameSettings/EAM.ini +++ b/Data/Sys/GameSettings/EAM.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAN.ini b/Data/Sys/GameSettings/EAN.ini index e7a327988f..d84b0c9135 100644 --- a/Data/Sys/GameSettings/EAN.ini +++ b/Data/Sys/GameSettings/EAN.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAO.ini b/Data/Sys/GameSettings/EAO.ini index 8e7a2aca7e..e4d1ff20fd 100644 --- a/Data/Sys/GameSettings/EAO.ini +++ b/Data/Sys/GameSettings/EAO.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAP.ini b/Data/Sys/GameSettings/EAP.ini index 801facd555..0aebb704d3 100644 --- a/Data/Sys/GameSettings/EAP.ini +++ b/Data/Sys/GameSettings/EAP.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAQ.ini b/Data/Sys/GameSettings/EAQ.ini index 5f0b00d1c9..699d274503 100644 --- a/Data/Sys/GameSettings/EAQ.ini +++ b/Data/Sys/GameSettings/EAQ.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAR.ini b/Data/Sys/GameSettings/EAR.ini index b44e074a3f..1bfe47d3a2 100644 --- a/Data/Sys/GameSettings/EAR.ini +++ b/Data/Sys/GameSettings/EAR.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAS.ini b/Data/Sys/GameSettings/EAS.ini index 3ac3fdb280..1378b87a04 100644 --- a/Data/Sys/GameSettings/EAS.ini +++ b/Data/Sys/GameSettings/EAS.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAT.ini b/Data/Sys/GameSettings/EAT.ini index 4d251bb146..6be492a2a5 100644 --- a/Data/Sys/GameSettings/EAT.ini +++ b/Data/Sys/GameSettings/EAT.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAU.ini b/Data/Sys/GameSettings/EAU.ini index 9ba01c0bce..140c216142 100644 --- a/Data/Sys/GameSettings/EAU.ini +++ b/Data/Sys/GameSettings/EAU.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAV.ini b/Data/Sys/GameSettings/EAV.ini index 7ff6fd2ceb..0a825f3e1f 100644 --- a/Data/Sys/GameSettings/EAV.ini +++ b/Data/Sys/GameSettings/EAV.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAW.ini b/Data/Sys/GameSettings/EAW.ini index a542b2daee..d486ad0656 100644 --- a/Data/Sys/GameSettings/EAW.ini +++ b/Data/Sys/GameSettings/EAW.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAY.ini b/Data/Sys/GameSettings/EAY.ini index 53542d2476..dd4416ea22 100644 --- a/Data/Sys/GameSettings/EAY.ini +++ b/Data/Sys/GameSettings/EAY.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EAZ.ini b/Data/Sys/GameSettings/EAZ.ini index cae648201f..a77b32debb 100644 --- a/Data/Sys/GameSettings/EAZ.ini +++ b/Data/Sys/GameSettings/EAZ.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB2.ini b/Data/Sys/GameSettings/EB2.ini index a70aa44faf..8cd9a81719 100644 --- a/Data/Sys/GameSettings/EB2.ini +++ b/Data/Sys/GameSettings/EB2.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB3.ini b/Data/Sys/GameSettings/EB3.ini index 3df9a4a0c2..ebbd9c5d1e 100644 --- a/Data/Sys/GameSettings/EB3.ini +++ b/Data/Sys/GameSettings/EB3.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB4.ini b/Data/Sys/GameSettings/EB4.ini index d9dc84ba44..16dee5aea6 100644 --- a/Data/Sys/GameSettings/EB4.ini +++ b/Data/Sys/GameSettings/EB4.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB5.ini b/Data/Sys/GameSettings/EB5.ini index d6291b13a7..906e9481bb 100644 --- a/Data/Sys/GameSettings/EB5.ini +++ b/Data/Sys/GameSettings/EB5.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB6.ini b/Data/Sys/GameSettings/EB6.ini index e030be7adf..adffc20b66 100644 --- a/Data/Sys/GameSettings/EB6.ini +++ b/Data/Sys/GameSettings/EB6.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB7.ini b/Data/Sys/GameSettings/EB7.ini index 8f0a2c4b8d..a1892ade05 100644 --- a/Data/Sys/GameSettings/EB7.ini +++ b/Data/Sys/GameSettings/EB7.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB8.ini b/Data/Sys/GameSettings/EB8.ini index 13dd55a4bd..d04db4fa23 100644 --- a/Data/Sys/GameSettings/EB8.ini +++ b/Data/Sys/GameSettings/EB8.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EB9.ini b/Data/Sys/GameSettings/EB9.ini index 2d73f403ec..84aed74bd8 100644 --- a/Data/Sys/GameSettings/EB9.ini +++ b/Data/Sys/GameSettings/EB9.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBA.ini b/Data/Sys/GameSettings/EBA.ini index 9e1312e1dd..229df6a010 100644 --- a/Data/Sys/GameSettings/EBA.ini +++ b/Data/Sys/GameSettings/EBA.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBB.ini b/Data/Sys/GameSettings/EBB.ini index 3014185157..ae7303225e 100644 --- a/Data/Sys/GameSettings/EBB.ini +++ b/Data/Sys/GameSettings/EBB.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBC.ini b/Data/Sys/GameSettings/EBC.ini index 3491dce458..1eeff0984c 100644 --- a/Data/Sys/GameSettings/EBC.ini +++ b/Data/Sys/GameSettings/EBC.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBD.ini b/Data/Sys/GameSettings/EBD.ini index 11d78f8a8a..0efd7cf659 100644 --- a/Data/Sys/GameSettings/EBD.ini +++ b/Data/Sys/GameSettings/EBD.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBE.ini b/Data/Sys/GameSettings/EBE.ini index 85873e37b7..cba6f3e459 100644 --- a/Data/Sys/GameSettings/EBE.ini +++ b/Data/Sys/GameSettings/EBE.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBF.ini b/Data/Sys/GameSettings/EBF.ini index a8cbc15057..aa895d54b4 100644 --- a/Data/Sys/GameSettings/EBF.ini +++ b/Data/Sys/GameSettings/EBF.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBG.ini b/Data/Sys/GameSettings/EBG.ini index 1d2eebcf8a..ee0e769490 100644 --- a/Data/Sys/GameSettings/EBG.ini +++ b/Data/Sys/GameSettings/EBG.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBK.ini b/Data/Sys/GameSettings/EBK.ini index e5a51b350c..a168be3b37 100644 --- a/Data/Sys/GameSettings/EBK.ini +++ b/Data/Sys/GameSettings/EBK.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBL.ini b/Data/Sys/GameSettings/EBL.ini index 2539cfe7f7..ee1491ab3c 100644 --- a/Data/Sys/GameSettings/EBL.ini +++ b/Data/Sys/GameSettings/EBL.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBM.ini b/Data/Sys/GameSettings/EBM.ini index a00d0eecc0..985ffb805d 100644 --- a/Data/Sys/GameSettings/EBM.ini +++ b/Data/Sys/GameSettings/EBM.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBN.ini b/Data/Sys/GameSettings/EBN.ini index e670333156..39ec02f7c7 100644 --- a/Data/Sys/GameSettings/EBN.ini +++ b/Data/Sys/GameSettings/EBN.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBO.ini b/Data/Sys/GameSettings/EBO.ini index 441c0d0608..e915b36f78 100644 --- a/Data/Sys/GameSettings/EBO.ini +++ b/Data/Sys/GameSettings/EBO.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBP.ini b/Data/Sys/GameSettings/EBP.ini index 5fd1bc57ef..aa75bc904d 100644 --- a/Data/Sys/GameSettings/EBP.ini +++ b/Data/Sys/GameSettings/EBP.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBQ.ini b/Data/Sys/GameSettings/EBQ.ini index 35d8f8945d..c2440ba1d3 100644 --- a/Data/Sys/GameSettings/EBQ.ini +++ b/Data/Sys/GameSettings/EBQ.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBR.ini b/Data/Sys/GameSettings/EBR.ini index 47d9bb3845..d51916d968 100644 --- a/Data/Sys/GameSettings/EBR.ini +++ b/Data/Sys/GameSettings/EBR.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBS.ini b/Data/Sys/GameSettings/EBS.ini index c0bd1ce905..26ec4616d4 100644 --- a/Data/Sys/GameSettings/EBS.ini +++ b/Data/Sys/GameSettings/EBS.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBT.ini b/Data/Sys/GameSettings/EBT.ini index bfc605e4a5..efb138ac0a 100644 --- a/Data/Sys/GameSettings/EBT.ini +++ b/Data/Sys/GameSettings/EBT.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBU.ini b/Data/Sys/GameSettings/EBU.ini index c2994511bc..906802d55b 100644 --- a/Data/Sys/GameSettings/EBU.ini +++ b/Data/Sys/GameSettings/EBU.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBV.ini b/Data/Sys/GameSettings/EBV.ini index 9435126a0c..1ef9e3a4bf 100644 --- a/Data/Sys/GameSettings/EBV.ini +++ b/Data/Sys/GameSettings/EBV.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBW.ini b/Data/Sys/GameSettings/EBW.ini index 31db7120f1..d5f14a5233 100644 --- a/Data/Sys/GameSettings/EBW.ini +++ b/Data/Sys/GameSettings/EBW.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBX.ini b/Data/Sys/GameSettings/EBX.ini index d0bb0ac308..c4e0f287d2 100644 --- a/Data/Sys/GameSettings/EBX.ini +++ b/Data/Sys/GameSettings/EBX.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/EBZ.ini b/Data/Sys/GameSettings/EBZ.ini index ea8209becb..9398b579cb 100644 --- a/Data/Sys/GameSettings/EBZ.ini +++ b/Data/Sys/GameSettings/EBZ.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECA.ini b/Data/Sys/GameSettings/ECA.ini index e183a10eba..7cb55f9071 100644 --- a/Data/Sys/GameSettings/ECA.ini +++ b/Data/Sys/GameSettings/ECA.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECC.ini b/Data/Sys/GameSettings/ECC.ini index 138316b743..7950048868 100644 --- a/Data/Sys/GameSettings/ECC.ini +++ b/Data/Sys/GameSettings/ECC.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECD.ini b/Data/Sys/GameSettings/ECD.ini index 733847fff6..e6dd2fc1b6 100644 --- a/Data/Sys/GameSettings/ECD.ini +++ b/Data/Sys/GameSettings/ECD.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECE.ini b/Data/Sys/GameSettings/ECE.ini index e8b6b92c93..d83dc20c79 100644 --- a/Data/Sys/GameSettings/ECE.ini +++ b/Data/Sys/GameSettings/ECE.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECF.ini b/Data/Sys/GameSettings/ECF.ini index 152b9c82d7..5827f2e076 100644 --- a/Data/Sys/GameSettings/ECF.ini +++ b/Data/Sys/GameSettings/ECF.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECG.ini b/Data/Sys/GameSettings/ECG.ini index 061f4d1d73..4b1eaaa1c0 100644 --- a/Data/Sys/GameSettings/ECG.ini +++ b/Data/Sys/GameSettings/ECG.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECH.ini b/Data/Sys/GameSettings/ECH.ini index f41bbdbc05..04a515a27e 100644 --- a/Data/Sys/GameSettings/ECH.ini +++ b/Data/Sys/GameSettings/ECH.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECI.ini b/Data/Sys/GameSettings/ECI.ini index e93134eda7..2f2e4b4d02 100644 --- a/Data/Sys/GameSettings/ECI.ini +++ b/Data/Sys/GameSettings/ECI.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECJ.ini b/Data/Sys/GameSettings/ECJ.ini index aafe4a2af3..8f62602eee 100644 --- a/Data/Sys/GameSettings/ECJ.ini +++ b/Data/Sys/GameSettings/ECJ.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECK.ini b/Data/Sys/GameSettings/ECK.ini index 701ea82f34..0e35571e26 100644 --- a/Data/Sys/GameSettings/ECK.ini +++ b/Data/Sys/GameSettings/ECK.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECL.ini b/Data/Sys/GameSettings/ECL.ini index 8f1035e08d..5c80a2fb73 100644 --- a/Data/Sys/GameSettings/ECL.ini +++ b/Data/Sys/GameSettings/ECL.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECM.ini b/Data/Sys/GameSettings/ECM.ini index 9cb1a4c75b..65b643bc8d 100644 --- a/Data/Sys/GameSettings/ECM.ini +++ b/Data/Sys/GameSettings/ECM.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ECN.ini b/Data/Sys/GameSettings/ECN.ini index cd30b0b591..878bf4f4c6 100644 --- a/Data/Sys/GameSettings/ECN.ini +++ b/Data/Sys/GameSettings/ECN.ini @@ -8,9 +8,6 @@ DSPHLE = False # Values set here will override the Dolphin DSP settings. EnableJIT = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2B.ini b/Data/Sys/GameSettings/G2B.ini index b6392a9019..907fe04bb6 100644 --- a/Data/Sys/GameSettings/G2B.ini +++ b/Data/Sys/GameSettings/G2B.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2BE5G.ini b/Data/Sys/GameSettings/G2BE5G.ini index fd8e961342..60e6c3fc3f 100644 --- a/Data/Sys/GameSettings/G2BE5G.ini +++ b/Data/Sys/GameSettings/G2BE5G.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Disable interlaced rendering diff --git a/Data/Sys/GameSettings/G2BP7D.ini b/Data/Sys/GameSettings/G2BP7D.ini index d3dc9a3b39..65265967ac 100644 --- a/Data/Sys/GameSettings/G2BP7D.ini +++ b/Data/Sys/GameSettings/G2BP7D.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Disable interlaced rendering diff --git a/Data/Sys/GameSettings/G2FE78.ini b/Data/Sys/GameSettings/G2FE78.ini index f091a99fcf..ef2167cdaf 100644 --- a/Data/Sys/GameSettings/G2FE78.ini +++ b/Data/Sys/GameSettings/G2FE78.ini @@ -1,8 +1,5 @@ # G2FE78 - Tak 2: The Staff of Dreams -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2M.ini b/Data/Sys/GameSettings/G2M.ini index 816c33cb8f..910186889f 100644 --- a/Data/Sys/GameSettings/G2M.ini +++ b/Data/Sys/GameSettings/G2M.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2ME01.ini b/Data/Sys/GameSettings/G2ME01.ini index b237846525..0f4be18f10 100644 --- a/Data/Sys/GameSettings/G2ME01.ini +++ b/Data/Sys/GameSettings/G2ME01.ini @@ -1,8 +1,5 @@ # G2ME01 - Metroid Prime 2: Echoes -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2MP01.ini b/Data/Sys/GameSettings/G2MP01.ini index 587323fc1c..d337364735 100644 --- a/Data/Sys/GameSettings/G2MP01.ini +++ b/Data/Sys/GameSettings/G2MP01.ini @@ -1,8 +1,5 @@ # G2MP01 - Metroid Prime 2: Echoes -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2O.ini b/Data/Sys/GameSettings/G2O.ini index a30a428a2f..09f501a1e7 100644 --- a/Data/Sys/GameSettings/G2O.ini +++ b/Data/Sys/GameSettings/G2O.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2V.ini b/Data/Sys/GameSettings/G2V.ini index 5b89aa860f..d514c6b521 100644 --- a/Data/Sys/GameSettings/G2V.ini +++ b/Data/Sys/GameSettings/G2V.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G2X.ini b/Data/Sys/GameSettings/G2X.ini index c61c44133c..b00596fb9b 100644 --- a/Data/Sys/GameSettings/G2X.ini +++ b/Data/Sys/GameSettings/G2X.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G3A.ini b/Data/Sys/GameSettings/G3A.ini index 0b233dc318..a93243219d 100644 --- a/Data/Sys/GameSettings/G3A.ini +++ b/Data/Sys/GameSettings/G3A.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G3F.ini b/Data/Sys/GameSettings/G3F.ini index f11220bdb4..8d1eed58ca 100644 --- a/Data/Sys/GameSettings/G3F.ini +++ b/Data/Sys/GameSettings/G3F.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G3L.ini b/Data/Sys/GameSettings/G3L.ini index 9f8f0ee571..279371250b 100644 --- a/Data/Sys/GameSettings/G3L.ini +++ b/Data/Sys/GameSettings/G3L.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G3Q.ini b/Data/Sys/GameSettings/G3Q.ini index 1fab4cd625..975d2f7329 100644 --- a/Data/Sys/GameSettings/G3Q.ini +++ b/Data/Sys/GameSettings/G3Q.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -13,7 +10,7 @@ # Add action replay cheats here. [Video_Hacks] -ImmediateXFBEnable = False +VertexRounding = True [Video_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/G3R.ini b/Data/Sys/GameSettings/G3R.ini index 6ae5d5d56b..76de909caa 100644 --- a/Data/Sys/GameSettings/G3R.ini +++ b/Data/Sys/GameSettings/G3R.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G3X.ini b/Data/Sys/GameSettings/G3X.ini index 06070c08d3..4a92cde1d4 100644 --- a/Data/Sys/GameSettings/G3X.ini +++ b/Data/Sys/GameSettings/G3X.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4C.ini b/Data/Sys/GameSettings/G4C.ini index bd41c5851c..a8c75d7fd3 100644 --- a/Data/Sys/GameSettings/G4C.ini +++ b/Data/Sys/GameSettings/G4C.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4GEE9.ini b/Data/Sys/GameSettings/G4GEE9.ini index b639676da1..02627c7f34 100644 --- a/Data/Sys/GameSettings/G4GEE9.ini +++ b/Data/Sys/GameSettings/G4GEE9.ini @@ -1,8 +1,5 @@ # G4GEE9 - Harvest Moon: Another Wonderful Life -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4M.ini b/Data/Sys/GameSettings/G4M.ini index 2f83f9c8c2..a68206c161 100644 --- a/Data/Sys/GameSettings/G4M.ini +++ b/Data/Sys/GameSettings/G4M.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4NJDA.ini b/Data/Sys/GameSettings/G4NJDA.ini index f200c5b36c..ad83ba8bda 100644 --- a/Data/Sys/GameSettings/G4NJDA.ini +++ b/Data/Sys/GameSettings/G4NJDA.ini @@ -1,8 +1,5 @@ # G4NJDA - NARUTO Gekitou Ninja Taisen! 4 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4P.ini b/Data/Sys/GameSettings/G4P.ini index 0fca83219e..109852e668 100644 --- a/Data/Sys/GameSettings/G4P.ini +++ b/Data/Sys/GameSettings/G4P.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4QE01.ini b/Data/Sys/GameSettings/G4QE01.ini index 1f1226eb69..03e1ace2bc 100644 --- a/Data/Sys/GameSettings/G4QE01.ini +++ b/Data/Sys/GameSettings/G4QE01.ini @@ -1,8 +1,5 @@ # G4QE01 - Mario Soccer -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4S.ini b/Data/Sys/GameSettings/G4S.ini index f3daddfd8f..f469b42057 100644 --- a/Data/Sys/GameSettings/G4S.ini +++ b/Data/Sys/GameSettings/G4S.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4SP01.ini b/Data/Sys/GameSettings/G4SP01.ini index 584d3987ad..261a3236e3 100644 --- a/Data/Sys/GameSettings/G4SP01.ini +++ b/Data/Sys/GameSettings/G4SP01.ini @@ -1,8 +1,5 @@ # G4SP01 - The Legend of Zelda: Four Swords -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G4Z.ini b/Data/Sys/GameSettings/G4Z.ini index 7d78db6fcc..cfe4d71345 100644 --- a/Data/Sys/GameSettings/G4Z.ini +++ b/Data/Sys/GameSettings/G4Z.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G5D.ini b/Data/Sys/GameSettings/G5D.ini index aec2b0b341..7ab7283da7 100644 --- a/Data/Sys/GameSettings/G5D.ini +++ b/Data/Sys/GameSettings/G5D.ini @@ -7,9 +7,6 @@ DisableICache = True # Disabling ICache causes issues with the GameCube Main Menu. HLE_BS2 = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G5N.ini b/Data/Sys/GameSettings/G5N.ini index 1a642d3cd2..509b466777 100644 --- a/Data/Sys/GameSettings/G5N.ini +++ b/Data/Sys/GameSettings/G5N.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G5T.ini b/Data/Sys/GameSettings/G5T.ini index 0fa98c6fbf..7ed6344e82 100644 --- a/Data/Sys/GameSettings/G5T.ini +++ b/Data/Sys/GameSettings/G5T.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G6Q.ini b/Data/Sys/GameSettings/G6Q.ini index 84fb4dca88..afe1c66dcb 100644 --- a/Data/Sys/GameSettings/G6Q.ini +++ b/Data/Sys/GameSettings/G6Q.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G6S.ini b/Data/Sys/GameSettings/G6S.ini index 9c46ccbd87..b4d39150b3 100644 --- a/Data/Sys/GameSettings/G6S.ini +++ b/Data/Sys/GameSettings/G6S.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G6T.ini b/Data/Sys/GameSettings/G6T.ini index 9f2a70a24b..3dba536290 100644 --- a/Data/Sys/GameSettings/G6T.ini +++ b/Data/Sys/GameSettings/G6T.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G6W.ini b/Data/Sys/GameSettings/G6W.ini index eec8ebc49b..3cf3b04e5c 100644 --- a/Data/Sys/GameSettings/G6W.ini +++ b/Data/Sys/GameSettings/G6W.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G8M.ini b/Data/Sys/GameSettings/G8M.ini index 573289781b..8005892c6c 100644 --- a/Data/Sys/GameSettings/G8M.ini +++ b/Data/Sys/GameSettings/G8M.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G8ME01.ini b/Data/Sys/GameSettings/G8ME01.ini index b2f4950dc2..9cb35bded5 100644 --- a/Data/Sys/GameSettings/G8ME01.ini +++ b/Data/Sys/GameSettings/G8ME01.ini @@ -1,8 +1,5 @@ # G8ME01 - Paper Mario -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -33,7 +30,5 @@ $Non-Mario Party Members Max/Full Health 02B07BC4 000203E7 $Max/Infinite Badge Points 026EE2D2 00010063 -$Max Gold -026EE2B8 000003E7 $Max Shop Points 026EE7F0 000003E7 diff --git a/Data/Sys/GameSettings/G8W.ini b/Data/Sys/GameSettings/G8W.ini index a1ca26c7b8..9e59b9b0e4 100644 --- a/Data/Sys/GameSettings/G8W.ini +++ b/Data/Sys/GameSettings/G8W.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G8WP01.ini b/Data/Sys/GameSettings/G8WP01.ini index 3e5cd8aae4..ac197b15dd 100644 --- a/Data/Sys/GameSettings/G8WP01.ini +++ b/Data/Sys/GameSettings/G8WP01.ini @@ -1,8 +1,5 @@ # G8WP01 - Battalion Wars -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G95.ini b/Data/Sys/GameSettings/G95.ini index b4dee1baf5..60969a3540 100644 --- a/Data/Sys/GameSettings/G95.ini +++ b/Data/Sys/GameSettings/G95.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G96.ini b/Data/Sys/GameSettings/G96.ini index 3219a3161e..7247c70cdf 100644 --- a/Data/Sys/GameSettings/G96.ini +++ b/Data/Sys/GameSettings/G96.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G99.ini b/Data/Sys/GameSettings/G99.ini index 05df9c1715..f36c91835c 100644 --- a/Data/Sys/GameSettings/G99.ini +++ b/Data/Sys/GameSettings/G99.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G9R.ini b/Data/Sys/GameSettings/G9R.ini index bbc2b3e3d9..0fe935732c 100644 --- a/Data/Sys/GameSettings/G9R.ini +++ b/Data/Sys/GameSettings/G9R.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/G9S.ini b/Data/Sys/GameSettings/G9S.ini index 3837d1d70a..c456004d4a 100644 --- a/Data/Sys/GameSettings/G9S.ini +++ b/Data/Sys/GameSettings/G9S.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -13,8 +10,10 @@ # Add action replay cheats here. [Video_Hacks] +# Works around graphical corruption on ground VertexRounding = True [Video_Settings] SafeTextureCacheColorSamples = 0 -MaxAnisotropy = 0 +# Works around graphical corruption on ground +MSAA = 0 diff --git a/Data/Sys/GameSettings/G9T.ini b/Data/Sys/GameSettings/G9T.ini index a7bbef255b..78dcc19673 100644 --- a/Data/Sys/GameSettings/G9T.ini +++ b/Data/Sys/GameSettings/G9T.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAA.ini b/Data/Sys/GameSettings/GAA.ini index b090f9658a..7487e75683 100644 --- a/Data/Sys/GameSettings/GAA.ini +++ b/Data/Sys/GameSettings/GAA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAF.ini b/Data/Sys/GameSettings/GAF.ini index 1c3890a793..1790a44a1a 100644 --- a/Data/Sys/GameSettings/GAF.ini +++ b/Data/Sys/GameSettings/GAF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAFE01.ini b/Data/Sys/GameSettings/GAFE01.ini index 4a89878d74..1469abefb6 100644 --- a/Data/Sys/GameSettings/GAFE01.ini +++ b/Data/Sys/GameSettings/GAFE01.ini @@ -1,8 +1,5 @@ # GAFE01 - Animal Crossing -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAK.ini b/Data/Sys/GameSettings/GAK.ini index 2e5cea1170..db5e679fa9 100644 --- a/Data/Sys/GameSettings/GAK.ini +++ b/Data/Sys/GameSettings/GAK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAL.ini b/Data/Sys/GameSettings/GAL.ini index 4fcf7c40a0..bb6257f08b 100644 --- a/Data/Sys/GameSettings/GAL.ini +++ b/Data/Sys/GameSettings/GAL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GALP01.ini b/Data/Sys/GameSettings/GALP01.ini index a5e636f085..fcc53f0c1c 100644 --- a/Data/Sys/GameSettings/GALP01.ini +++ b/Data/Sys/GameSettings/GALP01.ini @@ -1,8 +1,5 @@ # GALP01 - Super Smash Bros. Melee -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAP.ini b/Data/Sys/GameSettings/GAP.ini index fbca8a30e2..594df5adeb 100644 --- a/Data/Sys/GameSettings/GAP.ini +++ b/Data/Sys/GameSettings/GAP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAS.ini b/Data/Sys/GameSettings/GAS.ini index 23a0a765aa..4abfe1c4e4 100644 --- a/Data/Sys/GameSettings/GAS.ini +++ b/Data/Sys/GameSettings/GAS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAU.ini b/Data/Sys/GameSettings/GAU.ini index 0aa76eca04..e424907df5 100644 --- a/Data/Sys/GameSettings/GAU.ini +++ b/Data/Sys/GameSettings/GAU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAUE08.ini b/Data/Sys/GameSettings/GAUE08.ini index caaf608444..b88328bf91 100644 --- a/Data/Sys/GameSettings/GAUE08.ini +++ b/Data/Sys/GameSettings/GAUE08.ini @@ -1,8 +1,5 @@ # GAUE08 - auto modellista -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAV.ini b/Data/Sys/GameSettings/GAV.ini index 2c18dfab6a..f10617b37c 100644 --- a/Data/Sys/GameSettings/GAV.ini +++ b/Data/Sys/GameSettings/GAV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GAY.ini b/Data/Sys/GameSettings/GAY.ini index e3ea68416f..ef9cb81b8d 100644 --- a/Data/Sys/GameSettings/GAY.ini +++ b/Data/Sys/GameSettings/GAY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GB3.ini b/Data/Sys/GameSettings/GB3.ini index 0514483413..d33ce4255e 100644 --- a/Data/Sys/GameSettings/GB3.ini +++ b/Data/Sys/GameSettings/GB3.ini @@ -5,9 +5,6 @@ # Progressive Scan is broken by the game by default, disabled feature ProgressiveScan = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GB4E51.ini b/Data/Sys/GameSettings/GB4E51.ini index 748deeb45a..b63b993dac 100644 --- a/Data/Sys/GameSettings/GB4E51.ini +++ b/Data/Sys/GameSettings/GB4E51.ini @@ -1,8 +1,5 @@ # GB4E51 - Burnout 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBH.ini b/Data/Sys/GameSettings/GBH.ini index e0995ee170..47f5878bd1 100644 --- a/Data/Sys/GameSettings/GBH.ini +++ b/Data/Sys/GameSettings/GBH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBHEC8.ini b/Data/Sys/GameSettings/GBHEC8.ini index 2ceadae4ba..f6111abd55 100644 --- a/Data/Sys/GameSettings/GBHEC8.ini +++ b/Data/Sys/GameSettings/GBHEC8.ini @@ -1,8 +1,5 @@ # GBHEC8 - Mystic Heroes -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBL.ini b/Data/Sys/GameSettings/GBL.ini index 200c807e1c..9e369dfd2c 100644 --- a/Data/Sys/GameSettings/GBL.ini +++ b/Data/Sys/GameSettings/GBL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBM.ini b/Data/Sys/GameSettings/GBM.ini index 0a581f212d..5e08dd1797 100644 --- a/Data/Sys/GameSettings/GBM.ini +++ b/Data/Sys/GameSettings/GBM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBOP51.ini b/Data/Sys/GameSettings/GBOP51.ini index e1c08232dd..9add5ca7b2 100644 --- a/Data/Sys/GameSettings/GBOP51.ini +++ b/Data/Sys/GameSettings/GBOP51.ini @@ -1,8 +1,5 @@ # GBOP51 - Burnout -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBS.ini b/Data/Sys/GameSettings/GBS.ini index bb390b6b6f..932fd52963 100644 --- a/Data/Sys/GameSettings/GBS.ini +++ b/Data/Sys/GameSettings/GBS.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBV.ini b/Data/Sys/GameSettings/GBV.ini index d466b18a36..4109339887 100644 --- a/Data/Sys/GameSettings/GBV.ini +++ b/Data/Sys/GameSettings/GBV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBW.ini b/Data/Sys/GameSettings/GBW.ini index 0bfc839be7..f723f50d75 100644 --- a/Data/Sys/GameSettings/GBW.ini +++ b/Data/Sys/GameSettings/GBW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GBZP08.ini b/Data/Sys/GameSettings/GBZP08.ini index 574bed495a..81ee1c2ce1 100644 --- a/Data/Sys/GameSettings/GBZP08.ini +++ b/Data/Sys/GameSettings/GBZP08.ini @@ -1,8 +1,5 @@ # GBZP08 - Resident Evil 0 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GC2.ini b/Data/Sys/GameSettings/GC2.ini index f8d0c08b91..77e6ab51d8 100644 --- a/Data/Sys/GameSettings/GC2.ini +++ b/Data/Sys/GameSettings/GC2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GC3.ini b/Data/Sys/GameSettings/GC3.ini index 872b09d354..f939b3cfac 100644 --- a/Data/Sys/GameSettings/GC3.ini +++ b/Data/Sys/GameSettings/GC3.ini @@ -7,9 +7,6 @@ DisableICache = True # Disabling ICache causes issues with the GameCube Main Menu. HLE_BS2 = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GC6.ini b/Data/Sys/GameSettings/GC6.ini index f6ca5ca4b6..070fea6961 100644 --- a/Data/Sys/GameSettings/GC6.ini +++ b/Data/Sys/GameSettings/GC6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GC8JA4.ini b/Data/Sys/GameSettings/GC8JA4.ini index 1fb765408f..7b51ba1ee3 100644 --- a/Data/Sys/GameSettings/GC8JA4.ini +++ b/Data/Sys/GameSettings/GC8JA4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GC9.ini b/Data/Sys/GameSettings/GC9.ini index bca5c3f936..f3ac122409 100644 --- a/Data/Sys/GameSettings/GC9.ini +++ b/Data/Sys/GameSettings/GC9.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCC.ini b/Data/Sys/GameSettings/GCC.ini index 5b84adf7e0..33314d0fb6 100644 --- a/Data/Sys/GameSettings/GCC.ini +++ b/Data/Sys/GameSettings/GCC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCD.ini b/Data/Sys/GameSettings/GCD.ini index fafd0986e6..0daf29a84c 100644 --- a/Data/Sys/GameSettings/GCD.ini +++ b/Data/Sys/GameSettings/GCD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCH.ini b/Data/Sys/GameSettings/GCH.ini index c3da3a46da..04d56262a7 100644 --- a/Data/Sys/GameSettings/GCH.ini +++ b/Data/Sys/GameSettings/GCH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCI.ini b/Data/Sys/GameSettings/GCI.ini index 75f6377620..2090806d66 100644 --- a/Data/Sys/GameSettings/GCI.ini +++ b/Data/Sys/GameSettings/GCI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCN.ini b/Data/Sys/GameSettings/GCN.ini index 1db5e2472c..e165d388b3 100644 --- a/Data/Sys/GameSettings/GCN.ini +++ b/Data/Sys/GameSettings/GCN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCP.ini b/Data/Sys/GameSettings/GCP.ini index 5fa6c7f9c4..b3d6c71dfc 100644 --- a/Data/Sys/GameSettings/GCP.ini +++ b/Data/Sys/GameSettings/GCP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCVEEB.ini b/Data/Sys/GameSettings/GCVEEB.ini index 2c8c86ac60..a592cbf225 100644 --- a/Data/Sys/GameSettings/GCVEEB.ini +++ b/Data/Sys/GameSettings/GCVEEB.ini @@ -1,8 +1,5 @@ # GCVEEB - Cubivore -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GCZ.ini b/Data/Sys/GameSettings/GCZ.ini index 74a14089b1..cf0012507b 100644 --- a/Data/Sys/GameSettings/GCZ.ini +++ b/Data/Sys/GameSettings/GCZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDD.ini b/Data/Sys/GameSettings/GDD.ini index a47204064d..e622fd586f 100644 --- a/Data/Sys/GameSettings/GDD.ini +++ b/Data/Sys/GameSettings/GDD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDDE41.ini b/Data/Sys/GameSettings/GDDE41.ini index 92a7014de8..ae1e6f4cb9 100644 --- a/Data/Sys/GameSettings/GDDE41.ini +++ b/Data/Sys/GameSettings/GDDE41.ini @@ -1,8 +1,5 @@ # GDDE41 - Disney's Donald Duck Goin' Quackers -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDE.ini b/Data/Sys/GameSettings/GDE.ini index 72bfa2eecb..94452a9342 100644 --- a/Data/Sys/GameSettings/GDE.ini +++ b/Data/Sys/GameSettings/GDE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDEE71.ini b/Data/Sys/GameSettings/GDEE71.ini index 84426f19c4..cc48c6f477 100644 --- a/Data/Sys/GameSettings/GDEE71.ini +++ b/Data/Sys/GameSettings/GDEE71.ini @@ -1,8 +1,5 @@ # GDEE71 - Baldur's Gate: Dark Alliance -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDG.ini b/Data/Sys/GameSettings/GDG.ini index 4702369c03..27c2f4d103 100644 --- a/Data/Sys/GameSettings/GDG.ini +++ b/Data/Sys/GameSettings/GDG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDJEB2.ini b/Data/Sys/GameSettings/GDJEB2.ini index cabff1a102..4bb2467b69 100644 --- a/Data/Sys/GameSettings/GDJEB2.ini +++ b/Data/Sys/GameSettings/GDJEB2.ini @@ -1,8 +1,5 @@ # GDJEB2 - Digimon World 4 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDK.ini b/Data/Sys/GameSettings/GDK.ini index 61fef4b42a..f40cf7d33b 100644 --- a/Data/Sys/GameSettings/GDK.ini +++ b/Data/Sys/GameSettings/GDK.ini @@ -6,9 +6,6 @@ # see https://www.nintendo.com/consumer/memorycard1019.jsp MemoryCardSize = 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDM.ini b/Data/Sys/GameSettings/GDM.ini index 2e493cb88b..b7f3687231 100644 --- a/Data/Sys/GameSettings/GDM.ini +++ b/Data/Sys/GameSettings/GDM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDQ.ini b/Data/Sys/GameSettings/GDQ.ini index 42f9e62ac2..382dd603bc 100644 --- a/Data/Sys/GameSettings/GDQ.ini +++ b/Data/Sys/GameSettings/GDQ.ini @@ -6,9 +6,6 @@ # see https://www.nintendo.com/consumer/memorycard1019.jsp MemoryCardSize = 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDS.ini b/Data/Sys/GameSettings/GDS.ini index 5ee784be9e..a7420b03d0 100644 --- a/Data/Sys/GameSettings/GDS.ini +++ b/Data/Sys/GameSettings/GDS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDT.ini b/Data/Sys/GameSettings/GDT.ini index e6007a6df6..56a77d17d2 100644 --- a/Data/Sys/GameSettings/GDT.ini +++ b/Data/Sys/GameSettings/GDT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDTE69.ini b/Data/Sys/GameSettings/GDTE69.ini index 1d50912e1c..928f2918ab 100644 --- a/Data/Sys/GameSettings/GDTE69.ini +++ b/Data/Sys/GameSettings/GDTE69.ini @@ -1,8 +1,5 @@ # GDTE69 - Def Jam VENDETTA -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GDV.ini b/Data/Sys/GameSettings/GDV.ini index df5cf1b35d..dca3f0a797 100644 --- a/Data/Sys/GameSettings/GDV.ini +++ b/Data/Sys/GameSettings/GDV.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GE3.ini b/Data/Sys/GameSettings/GE3.ini index dd7198e94f..9528536dc5 100644 --- a/Data/Sys/GameSettings/GE3.ini +++ b/Data/Sys/GameSettings/GE3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GE4.ini b/Data/Sys/GameSettings/GE4.ini index dc16a20fc3..23568b9c12 100644 --- a/Data/Sys/GameSettings/GE4.ini +++ b/Data/Sys/GameSettings/GE4.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GE5EA4.ini b/Data/Sys/GameSettings/GE5EA4.ini index 0dfee05162..042a7bae39 100644 --- a/Data/Sys/GameSettings/GE5EA4.ini +++ b/Data/Sys/GameSettings/GE5EA4.ini @@ -1,8 +1,5 @@ # GE5EA4 - TMNT:Mutant Melee -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GE9.ini b/Data/Sys/GameSettings/GE9.ini index 6e374c406a..781f2bb04b 100644 --- a/Data/Sys/GameSettings/GE9.ini +++ b/Data/Sys/GameSettings/GE9.ini @@ -7,9 +7,6 @@ DisableICache = True # Disabling ICache causes issues with the GameCube Main Menu. HLE_BS2 = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GEA.ini b/Data/Sys/GameSettings/GEA.ini index 9da4026a30..e13f0db951 100644 --- a/Data/Sys/GameSettings/GEA.ini +++ b/Data/Sys/GameSettings/GEA.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GED.ini b/Data/Sys/GameSettings/GED.ini index ed47935df7..d866957056 100644 --- a/Data/Sys/GameSettings/GED.ini +++ b/Data/Sys/GameSettings/GED.ini @@ -1,12 +1,9 @@ -# GEDE01, GEDP01 - Eternal Darkness +# GEDE01, GEDP01, GEDJ01, GEDW01 - Eternal Darkness [Core] # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GEDE01.ini b/Data/Sys/GameSettings/GEDE01.ini new file mode 100644 index 0000000000..630437c9e0 --- /dev/null +++ b/Data/Sys/GameSettings/GEDE01.ini @@ -0,0 +1,11 @@ +# GEDE01 - Eternal Darkness + +[OnFrame] +$Fix startup hang +0x801EF444:dword:0x480371ED + +[OnFrame_Enabled] +$Fix startup hang + +[Patches_RetroAchievements_Verified] +$Fix startup hang diff --git a/Data/Sys/GameSettings/GEDJ01.ini b/Data/Sys/GameSettings/GEDJ01.ini new file mode 100644 index 0000000000..db2508e857 --- /dev/null +++ b/Data/Sys/GameSettings/GEDJ01.ini @@ -0,0 +1,11 @@ +# GEDJ01 - Eternal Darkness + +[OnFrame] +$Fix startup hang +0x801E4588:dword:0x48036E71 + +[OnFrame_Enabled] +$Fix startup hang + +[Patches_RetroAchievements_Verified] +$Fix startup hang diff --git a/Data/Sys/GameSettings/GEDP01.ini b/Data/Sys/GameSettings/GEDP01.ini new file mode 100644 index 0000000000..346e61b205 --- /dev/null +++ b/Data/Sys/GameSettings/GEDP01.ini @@ -0,0 +1,11 @@ +# GEDP01 - Eternal Darkness + +[OnFrame] +$Fix startup hang +0x801E3BC4:dword:0x48036F15 + +[OnFrame_Enabled] +$Fix startup hang + +[Patches_RetroAchievements_Verified] +$Fix startup hang diff --git a/Data/Sys/GameSettings/GEDW01.ini b/Data/Sys/GameSettings/GEDW01.ini new file mode 100644 index 0000000000..33f180684e --- /dev/null +++ b/Data/Sys/GameSettings/GEDW01.ini @@ -0,0 +1,8 @@ +# GEDW01 - Eternal Darkness + +[OnFrame] +$Fix startup hang +0x801BE42C:dword:0x48036E65 + +[OnFrame_Enabled] +$Fix startup hang diff --git a/Data/Sys/GameSettings/GEN.ini b/Data/Sys/GameSettings/GEN.ini index 8b9a7cb062..71e44ae1f3 100644 --- a/Data/Sys/GameSettings/GEN.ini +++ b/Data/Sys/GameSettings/GEN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GEO.ini b/Data/Sys/GameSettings/GEO.ini index caa433297c..378abdec39 100644 --- a/Data/Sys/GameSettings/GEO.ini +++ b/Data/Sys/GameSettings/GEO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GEZ.ini b/Data/Sys/GameSettings/GEZ.ini index 7994f0c044..01cbf35c29 100644 --- a/Data/Sys/GameSettings/GEZ.ini +++ b/Data/Sys/GameSettings/GEZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GF4.ini b/Data/Sys/GameSettings/GF4.ini index 597c12feb9..f23b1d82f7 100644 --- a/Data/Sys/GameSettings/GF4.ini +++ b/Data/Sys/GameSettings/GF4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GF7.ini b/Data/Sys/GameSettings/GF7.ini index 8ae0f67d23..102fd48358 100644 --- a/Data/Sys/GameSettings/GF7.ini +++ b/Data/Sys/GameSettings/GF7.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GF7E01.ini b/Data/Sys/GameSettings/GF7E01.ini index 2444d2dc98..756d8d0882 100644 --- a/Data/Sys/GameSettings/GF7E01.ini +++ b/Data/Sys/GameSettings/GF7E01.ini @@ -1,8 +1,5 @@ # GF7E01 - STARFOX ASSAULT -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GF7P01.ini b/Data/Sys/GameSettings/GF7P01.ini index c892821c7c..81ca3aea95 100644 --- a/Data/Sys/GameSettings/GF7P01.ini +++ b/Data/Sys/GameSettings/GF7P01.ini @@ -1,8 +1,5 @@ # GF7P01 - STARFOX ASSAULT -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GF8E69.ini b/Data/Sys/GameSettings/GF8E69.ini index 0fb8d150a1..506f730489 100644 --- a/Data/Sys/GameSettings/GF8E69.ini +++ b/Data/Sys/GameSettings/GF8E69.ini @@ -1,8 +1,5 @@ # GF8E69 - FIFA Street -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFB.ini b/Data/Sys/GameSettings/GFB.ini index ceb98dbea7..4b7afbfa39 100644 --- a/Data/Sys/GameSettings/GFB.ini +++ b/Data/Sys/GameSettings/GFB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFD.ini b/Data/Sys/GameSettings/GFD.ini index f9624c7f88..ef4d314aa8 100644 --- a/Data/Sys/GameSettings/GFD.ini +++ b/Data/Sys/GameSettings/GFD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFEE01.ini b/Data/Sys/GameSettings/GFEE01.ini index 2e2ae61c0c..485e49f6ac 100644 --- a/Data/Sys/GameSettings/GFEE01.ini +++ b/Data/Sys/GameSettings/GFEE01.ini @@ -1,8 +1,5 @@ # GFEE01 - Fire Emblem: Path of Radiance GC US -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFEJ01.ini b/Data/Sys/GameSettings/GFEJ01.ini index c2386459a4..2540e9035f 100644 --- a/Data/Sys/GameSettings/GFEJ01.ini +++ b/Data/Sys/GameSettings/GFEJ01.ini @@ -1,8 +1,5 @@ # GFEJ01 - Fire Emblem: Souen no Kiseki GC JAP -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFF.ini b/Data/Sys/GameSettings/GFF.ini index bf9c638a48..b236096101 100644 --- a/Data/Sys/GameSettings/GFF.ini +++ b/Data/Sys/GameSettings/GFF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFG.ini b/Data/Sys/GameSettings/GFG.ini index cf6bbfb079..0adb66c076 100644 --- a/Data/Sys/GameSettings/GFG.ini +++ b/Data/Sys/GameSettings/GFG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFH.ini b/Data/Sys/GameSettings/GFH.ini index 5bfbfa66b7..1bca2c245a 100644 --- a/Data/Sys/GameSettings/GFH.ini +++ b/Data/Sys/GameSettings/GFH.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFTE01.ini b/Data/Sys/GameSettings/GFTE01.ini index 3204b57a99..3ae99e31ad 100644 --- a/Data/Sys/GameSettings/GFTE01.ini +++ b/Data/Sys/GameSettings/GFTE01.ini @@ -1,8 +1,5 @@ # GFTE01 - Mario Golf: Toadstool Tour -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFY.ini b/Data/Sys/GameSettings/GFY.ini index 260027e967..cbb4d36655 100644 --- a/Data/Sys/GameSettings/GFY.ini +++ b/Data/Sys/GameSettings/GFY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFYE69.ini b/Data/Sys/GameSettings/GFYE69.ini index 2a883a103f..24960f005f 100644 --- a/Data/Sys/GameSettings/GFYE69.ini +++ b/Data/Sys/GameSettings/GFYE69.ini @@ -1,8 +1,5 @@ # GFYE69 - FIFA Street 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFZ.ini b/Data/Sys/GameSettings/GFZ.ini index ddd765ac9a..2eff1fffe9 100644 --- a/Data/Sys/GameSettings/GFZ.ini +++ b/Data/Sys/GameSettings/GFZ.ini @@ -6,9 +6,6 @@ FPRF = True CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFZE01.ini b/Data/Sys/GameSettings/GFZE01.ini index 2164aa6938..6d5afdccd0 100644 --- a/Data/Sys/GameSettings/GFZE01.ini +++ b/Data/Sys/GameSettings/GFZE01.ini @@ -1,8 +1,5 @@ # GFZE01 - F-Zero GX -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFZJ01.ini b/Data/Sys/GameSettings/GFZJ01.ini index 84e1e2f9e6..8858afac5e 100644 --- a/Data/Sys/GameSettings/GFZJ01.ini +++ b/Data/Sys/GameSettings/GFZJ01.ini @@ -1,8 +1,5 @@ # GFZJ01 - F-Zero GX -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFZJ8P.ini b/Data/Sys/GameSettings/GFZJ8P.ini index 7a83ef5bda..aa0aa2d2aa 100644 --- a/Data/Sys/GameSettings/GFZJ8P.ini +++ b/Data/Sys/GameSettings/GFZJ8P.ini @@ -5,9 +5,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GFZP01.ini b/Data/Sys/GameSettings/GFZP01.ini index e1616666bf..296bd008d6 100644 --- a/Data/Sys/GameSettings/GFZP01.ini +++ b/Data/Sys/GameSettings/GFZP01.ini @@ -1,8 +1,5 @@ # GFZP01 - F-Zero GX -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGC.ini b/Data/Sys/GameSettings/GGC.ini index e16a746862..2bb5640b58 100644 --- a/Data/Sys/GameSettings/GGC.ini +++ b/Data/Sys/GameSettings/GGC.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGE.ini b/Data/Sys/GameSettings/GGE.ini index 68e9da8a97..94bbb23e4f 100644 --- a/Data/Sys/GameSettings/GGE.ini +++ b/Data/Sys/GameSettings/GGE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGN.ini b/Data/Sys/GameSettings/GGN.ini index 3040371b26..3e7b6d6378 100644 --- a/Data/Sys/GameSettings/GGN.ini +++ b/Data/Sys/GameSettings/GGN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGR.ini b/Data/Sys/GameSettings/GGR.ini index a61acaa7a9..8f70a01a2b 100644 --- a/Data/Sys/GameSettings/GGR.ini +++ b/Data/Sys/GameSettings/GGR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGS.ini b/Data/Sys/GameSettings/GGS.ini index dbda0c4add..4d3a854b10 100644 --- a/Data/Sys/GameSettings/GGS.ini +++ b/Data/Sys/GameSettings/GGS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGSEA4.ini b/Data/Sys/GameSettings/GGSEA4.ini index b03e918a4e..d37f1e2287 100644 --- a/Data/Sys/GameSettings/GGSEA4.ini +++ b/Data/Sys/GameSettings/GGSEA4.ini @@ -1,8 +1,5 @@ # GGSEA4 - Metal Gear Solid The Twin Snakes -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGSPA4.ini b/Data/Sys/GameSettings/GGSPA4.ini index c66e319277..87f41f8e9e 100644 --- a/Data/Sys/GameSettings/GGSPA4.ini +++ b/Data/Sys/GameSettings/GGSPA4.ini @@ -1,8 +1,5 @@ # GGSPA4 - METAL GEAR SOLID THE TWIN SNAKES -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGTE01.ini b/Data/Sys/GameSettings/GGTE01.ini index e8b8cefb11..a749e4e8e7 100644 --- a/Data/Sys/GameSettings/GGTE01.ini +++ b/Data/Sys/GameSettings/GGTE01.ini @@ -1,8 +1,5 @@ # GGTE01 - ChibiRobo! -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGV.ini b/Data/Sys/GameSettings/GGV.ini index 6767876206..590397fdc8 100644 --- a/Data/Sys/GameSettings/GGV.ini +++ b/Data/Sys/GameSettings/GGV.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGY.ini b/Data/Sys/GameSettings/GGY.ini index 15bfb4b543..1b3810182c 100644 --- a/Data/Sys/GameSettings/GGY.ini +++ b/Data/Sys/GameSettings/GGY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GGZ.ini b/Data/Sys/GameSettings/GGZ.ini index 6fafc7ccb6..80e321c0a7 100644 --- a/Data/Sys/GameSettings/GGZ.ini +++ b/Data/Sys/GameSettings/GGZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GH2.ini b/Data/Sys/GameSettings/GH2.ini index 2e08a99ef1..3c9d5cb181 100644 --- a/Data/Sys/GameSettings/GH2.ini +++ b/Data/Sys/GameSettings/GH2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GH7.ini b/Data/Sys/GameSettings/GH7.ini index c670ad6789..b1e1974d70 100644 --- a/Data/Sys/GameSettings/GH7.ini +++ b/Data/Sys/GameSettings/GH7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GH9.ini b/Data/Sys/GameSettings/GH9.ini index 24c6e4d6b4..dbcfc614c0 100644 --- a/Data/Sys/GameSettings/GH9.ini +++ b/Data/Sys/GameSettings/GH9.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/GHK.ini b/Data/Sys/GameSettings/GHK.ini index 7a1a8808b9..24636bd63c 100644 --- a/Data/Sys/GameSettings/GHK.ini +++ b/Data/Sys/GameSettings/GHK.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/GHME4F.ini b/Data/Sys/GameSettings/GHME4F.ini index fde3306726..eecd2ab072 100644 --- a/Data/Sys/GameSettings/GHME4F.ini +++ b/Data/Sys/GameSettings/GHME4F.ini @@ -1,8 +1,5 @@ # GHME4F - Hitman 2: Silent Assassin -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GHN.ini b/Data/Sys/GameSettings/GHN.ini index db7db6578b..692550fe55 100644 --- a/Data/Sys/GameSettings/GHN.ini +++ b/Data/Sys/GameSettings/GHN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GHQ.ini b/Data/Sys/GameSettings/GHQ.ini index 853b712d42..10b5d45c8c 100644 --- a/Data/Sys/GameSettings/GHQ.ini +++ b/Data/Sys/GameSettings/GHQ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GHR.ini b/Data/Sys/GameSettings/GHR.ini index 828a456731..ecf9a6d8b3 100644 --- a/Data/Sys/GameSettings/GHR.ini +++ b/Data/Sys/GameSettings/GHR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GHRE78.ini b/Data/Sys/GameSettings/GHRE78.ini index 5691a8329f..2dee29d065 100644 --- a/Data/Sys/GameSettings/GHRE78.ini +++ b/Data/Sys/GameSettings/GHRE78.ini @@ -1,8 +1,5 @@ # GHRE78 - Hot Wheels World Race -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GHS.ini b/Data/Sys/GameSettings/GHS.ini index 82f450f423..163f6068c9 100644 --- a/Data/Sys/GameSettings/GHS.ini +++ b/Data/Sys/GameSettings/GHS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GHV.ini b/Data/Sys/GameSettings/GHV.ini index 489e5cc425..eb2d9c2e68 100644 --- a/Data/Sys/GameSettings/GHV.ini +++ b/Data/Sys/GameSettings/GHV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GHY.ini b/Data/Sys/GameSettings/GHY.ini index 19c35d1a07..523b7cdf54 100644 --- a/Data/Sys/GameSettings/GHY.ini +++ b/Data/Sys/GameSettings/GHY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIA.ini b/Data/Sys/GameSettings/GIA.ini index f9627e9d6b..268b60836c 100644 --- a/Data/Sys/GameSettings/GIA.ini +++ b/Data/Sys/GameSettings/GIA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIC.ini b/Data/Sys/GameSettings/GIC.ini index 0c86550009..39fca6cb9f 100644 --- a/Data/Sys/GameSettings/GIC.ini +++ b/Data/Sys/GameSettings/GIC.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIGJ8P.ini b/Data/Sys/GameSettings/GIGJ8P.ini index 648020e744..2098ab10ea 100644 --- a/Data/Sys/GameSettings/GIGJ8P.ini +++ b/Data/Sys/GameSettings/GIGJ8P.ini @@ -1,8 +1,5 @@ # GIGJ8P - Bleach: Tasogare Ni Mamieru Shinigami for GC -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIH.ini b/Data/Sys/GameSettings/GIH.ini index b30757819a..aea2243fb3 100644 --- a/Data/Sys/GameSettings/GIH.ini +++ b/Data/Sys/GameSettings/GIH.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIL.ini b/Data/Sys/GameSettings/GIL.ini index 579173edce..1c5ece57e2 100644 --- a/Data/Sys/GameSettings/GIL.ini +++ b/Data/Sys/GameSettings/GIL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GINE69.ini b/Data/Sys/GameSettings/GINE69.ini index b446369964..35254da5f7 100644 --- a/Data/Sys/GameSettings/GINE69.ini +++ b/Data/Sys/GameSettings/GINE69.ini @@ -1,8 +1,5 @@ # GINE69 - Batman Begins -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIQ.ini b/Data/Sys/GameSettings/GIQ.ini index 1040e10729..a791007da8 100644 --- a/Data/Sys/GameSettings/GIQ.ini +++ b/Data/Sys/GameSettings/GIQ.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIS.ini b/Data/Sys/GameSettings/GIS.ini index da6a3ea24a..38b3440759 100644 --- a/Data/Sys/GameSettings/GIS.ini +++ b/Data/Sys/GameSettings/GIS.ini @@ -5,9 +5,6 @@ CPUThread = False MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIT.ini b/Data/Sys/GameSettings/GIT.ini index 0dff27858d..c45c2f51e7 100644 --- a/Data/Sys/GameSettings/GIT.ini +++ b/Data/Sys/GameSettings/GIT.ini @@ -6,9 +6,6 @@ # when using Dualcore. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GIZ.ini b/Data/Sys/GameSettings/GIZ.ini index 0cdfab436f..856d200d67 100644 --- a/Data/Sys/GameSettings/GIZ.ini +++ b/Data/Sys/GameSettings/GIZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GJB.ini b/Data/Sys/GameSettings/GJB.ini index 9d937c4825..e36dab918c 100644 --- a/Data/Sys/GameSettings/GJB.ini +++ b/Data/Sys/GameSettings/GJB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GJCE8P.ini b/Data/Sys/GameSettings/GJCE8P.ini index 941d5cdd56..d8f0a17f9b 100644 --- a/Data/Sys/GameSettings/GJCE8P.ini +++ b/Data/Sys/GameSettings/GJCE8P.ini @@ -1,8 +1,5 @@ # GJCE8P - jack -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GJF.ini b/Data/Sys/GameSettings/GJF.ini index 73197d1275..6f14276b35 100644 --- a/Data/Sys/GameSettings/GJF.ini +++ b/Data/Sys/GameSettings/GJF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GJK.ini b/Data/Sys/GameSettings/GJK.ini index b07767e681..2634a8701a 100644 --- a/Data/Sys/GameSettings/GJK.ini +++ b/Data/Sys/GameSettings/GJK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GJN.ini b/Data/Sys/GameSettings/GJN.ini index eaaea350b3..a91b53ed09 100644 --- a/Data/Sys/GameSettings/GJN.ini +++ b/Data/Sys/GameSettings/GJN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GJUE78.ini b/Data/Sys/GameSettings/GJUE78.ini index 0c86a0b1eb..4fa943d357 100644 --- a/Data/Sys/GameSettings/GJUE78.ini +++ b/Data/Sys/GameSettings/GJUE78.ini @@ -1,8 +1,5 @@ # GJUE78 - Tak and the Power of Juju -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GJWE78.ini b/Data/Sys/GameSettings/GJWE78.ini index 027910f7dc..9e9c39816c 100644 --- a/Data/Sys/GameSettings/GJWE78.ini +++ b/Data/Sys/GameSettings/GJWE78.ini @@ -1,8 +1,5 @@ # GJWE78 - Tak: The Great Juju Challenge -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GK4.ini b/Data/Sys/GameSettings/GK4.ini index 6fa150a905..613b77ba14 100644 --- a/Data/Sys/GameSettings/GK4.ini +++ b/Data/Sys/GameSettings/GK4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GK4E01.ini b/Data/Sys/GameSettings/GK4E01.ini index f3ae0b0999..86278394cf 100644 --- a/Data/Sys/GameSettings/GK4E01.ini +++ b/Data/Sys/GameSettings/GK4E01.ini @@ -1,8 +1,5 @@ # GK4E01 - Baten Kaitos Origins -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GK5.ini b/Data/Sys/GameSettings/GK5.ini index fd3e8e2a16..313c5b08c2 100644 --- a/Data/Sys/GameSettings/GK5.ini +++ b/Data/Sys/GameSettings/GK5.ini @@ -7,9 +7,6 @@ DisableICache = True # In order to prevent the invalid read messages, we can enable MMU emulation. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GK7.ini b/Data/Sys/GameSettings/GK7.ini index 2eaf488ec0..f272c8e8ee 100644 --- a/Data/Sys/GameSettings/GK7.ini +++ b/Data/Sys/GameSettings/GK7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKB.ini b/Data/Sys/GameSettings/GKB.ini index dfaeecd75b..4783227109 100644 --- a/Data/Sys/GameSettings/GKB.ini +++ b/Data/Sys/GameSettings/GKB.ini @@ -6,9 +6,6 @@ CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKH.ini b/Data/Sys/GameSettings/GKH.ini index 330c4315d0..932e6d7119 100644 --- a/Data/Sys/GameSettings/GKH.ini +++ b/Data/Sys/GameSettings/GKH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKL.ini b/Data/Sys/GameSettings/GKL.ini index 627285b3b6..a3011271b2 100644 --- a/Data/Sys/GameSettings/GKL.ini +++ b/Data/Sys/GameSettings/GKL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKM.ini b/Data/Sys/GameSettings/GKM.ini index 105e14b15a..0fc45ba32d 100644 --- a/Data/Sys/GameSettings/GKM.ini +++ b/Data/Sys/GameSettings/GKM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKNEB2.ini b/Data/Sys/GameSettings/GKNEB2.ini index 560914866a..bd269a7b99 100644 --- a/Data/Sys/GameSettings/GKNEB2.ini +++ b/Data/Sys/GameSettings/GKNEB2.ini @@ -1,8 +1,5 @@ # GKNEB2 - Ultimate Muscle: Legends VS. New Generation -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKO.ini b/Data/Sys/GameSettings/GKO.ini index 1b9325013f..f05491e728 100644 --- a/Data/Sys/GameSettings/GKO.ini +++ b/Data/Sys/GameSettings/GKO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKS.ini b/Data/Sys/GameSettings/GKS.ini index 55b678e3b3..a2dd40b5d3 100644 --- a/Data/Sys/GameSettings/GKS.ini +++ b/Data/Sys/GameSettings/GKS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKU.ini b/Data/Sys/GameSettings/GKU.ini index d575dca79b..33cf27265f 100644 --- a/Data/Sys/GameSettings/GKU.ini +++ b/Data/Sys/GameSettings/GKU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKY.ini b/Data/Sys/GameSettings/GKY.ini index 1ef2000d44..eadc4e3cb8 100644 --- a/Data/Sys/GameSettings/GKY.ini +++ b/Data/Sys/GameSettings/GKY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GKZ.ini b/Data/Sys/GameSettings/GKZ.ini index e696762085..d4cb20af1a 100644 --- a/Data/Sys/GameSettings/GKZ.ini +++ b/Data/Sys/GameSettings/GKZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GL5.ini b/Data/Sys/GameSettings/GL5.ini index e4356f7a48..1d40595ce1 100644 --- a/Data/Sys/GameSettings/GL5.ini +++ b/Data/Sys/GameSettings/GL5.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GL7.ini b/Data/Sys/GameSettings/GL7.ini index b3fd16689b..c170c3de83 100644 --- a/Data/Sys/GameSettings/GL7.ini +++ b/Data/Sys/GameSettings/GL7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GL8.ini b/Data/Sys/GameSettings/GL8.ini index 8ac1b1b86d..3abd970b09 100644 --- a/Data/Sys/GameSettings/GL8.ini +++ b/Data/Sys/GameSettings/GL8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLC.ini b/Data/Sys/GameSettings/GLC.ini index 0d2dcf3825..c4ab2b0661 100644 --- a/Data/Sys/GameSettings/GLC.ini +++ b/Data/Sys/GameSettings/GLC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLG.ini b/Data/Sys/GameSettings/GLG.ini index 14f37d7770..b92d4d1b75 100644 --- a/Data/Sys/GameSettings/GLG.ini +++ b/Data/Sys/GameSettings/GLG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLM.ini b/Data/Sys/GameSettings/GLM.ini index 109f0a4883..7dd15d8f55 100644 --- a/Data/Sys/GameSettings/GLM.ini +++ b/Data/Sys/GameSettings/GLM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLME01.ini b/Data/Sys/GameSettings/GLME01.ini index b867fb1df6..6ff02a5316 100644 --- a/Data/Sys/GameSettings/GLME01.ini +++ b/Data/Sys/GameSettings/GLME01.ini @@ -1,8 +1,5 @@ # GLME01 - Luigi's Mansion -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLMP01.ini b/Data/Sys/GameSettings/GLMP01.ini index 98a46c7254..fb078d1398 100644 --- a/Data/Sys/GameSettings/GLMP01.ini +++ b/Data/Sys/GameSettings/GLMP01.ini @@ -1,8 +1,5 @@ # GLMP01 - LUIGI'S MANSION -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLNE69.ini b/Data/Sys/GameSettings/GLNE69.ini index 1c895618f1..d4669a28b1 100644 --- a/Data/Sys/GameSettings/GLNE69.ini +++ b/Data/Sys/GameSettings/GLNE69.ini @@ -1,8 +1,5 @@ # GLNE69 - Looney Tunes Back In Action -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLR.ini b/Data/Sys/GameSettings/GLR.ini index aaced2884e..71381da147 100644 --- a/Data/Sys/GameSettings/GLR.ini +++ b/Data/Sys/GameSettings/GLR.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GLS.ini b/Data/Sys/GameSettings/GLS.ini index 2d6c5d6e53..4053751ec5 100644 --- a/Data/Sys/GameSettings/GLS.ini +++ b/Data/Sys/GameSettings/GLS.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM2.ini b/Data/Sys/GameSettings/GM2.ini index e06d5125c1..2659453790 100644 --- a/Data/Sys/GameSettings/GM2.ini +++ b/Data/Sys/GameSettings/GM2.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM3.ini b/Data/Sys/GameSettings/GM3.ini index 86235bbf3f..51772982bc 100644 --- a/Data/Sys/GameSettings/GM3.ini +++ b/Data/Sys/GameSettings/GM3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM4.ini b/Data/Sys/GameSettings/GM4.ini index e980295b71..ba14136519 100644 --- a/Data/Sys/GameSettings/GM4.ini +++ b/Data/Sys/GameSettings/GM4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM4E01.ini b/Data/Sys/GameSettings/GM4E01.ini index e7ffeadd1c..6526dbaa00 100644 --- a/Data/Sys/GameSettings/GM4E01.ini +++ b/Data/Sys/GameSettings/GM4E01.ini @@ -1,8 +1,5 @@ # GM4E01 - Mario Kart: Double Dash!! -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM4P01.ini b/Data/Sys/GameSettings/GM4P01.ini index c3e24b8234..febc4bbb18 100644 --- a/Data/Sys/GameSettings/GM4P01.ini +++ b/Data/Sys/GameSettings/GM4P01.ini @@ -1,8 +1,5 @@ # GM4P01 - Mario Kart: Double Dash!! -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM5.ini b/Data/Sys/GameSettings/GM5.ini index 248df827a2..d3b1d7e396 100644 --- a/Data/Sys/GameSettings/GM5.ini +++ b/Data/Sys/GameSettings/GM5.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM6.ini b/Data/Sys/GameSettings/GM6.ini index ff50bf9a1c..802f1b2752 100644 --- a/Data/Sys/GameSettings/GM6.ini +++ b/Data/Sys/GameSettings/GM6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM8.ini b/Data/Sys/GameSettings/GM8.ini index 8dcf8dc9ff..a1af2e7748 100644 --- a/Data/Sys/GameSettings/GM8.ini +++ b/Data/Sys/GameSettings/GM8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GM8E01.ini b/Data/Sys/GameSettings/GM8E01.ini index 849fec7e6a..32f0f1c2b0 100644 --- a/Data/Sys/GameSettings/GM8E01.ini +++ b/Data/Sys/GameSettings/GM8E01.ini @@ -1,8 +1,5 @@ # GM8E01 - Metroid Prime -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMB.ini b/Data/Sys/GameSettings/GMB.ini index f72896f4c3..11261c4c90 100644 --- a/Data/Sys/GameSettings/GMB.ini +++ b/Data/Sys/GameSettings/GMB.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMD.ini b/Data/Sys/GameSettings/GMD.ini index 18a229a419..6f887d5de8 100644 --- a/Data/Sys/GameSettings/GMD.ini +++ b/Data/Sys/GameSettings/GMD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMH.ini b/Data/Sys/GameSettings/GMH.ini index b82714a310..58a06209bf 100644 --- a/Data/Sys/GameSettings/GMH.ini +++ b/Data/Sys/GameSettings/GMH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMI.ini b/Data/Sys/GameSettings/GMI.ini index c5d10657c1..54f0ad86d0 100644 --- a/Data/Sys/GameSettings/GMI.ini +++ b/Data/Sys/GameSettings/GMI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMN.ini b/Data/Sys/GameSettings/GMN.ini index 0050b960b9..dddd31d046 100644 --- a/Data/Sys/GameSettings/GMN.ini +++ b/Data/Sys/GameSettings/GMN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMPE01.ini b/Data/Sys/GameSettings/GMPE01.ini index 96b2bbb2e8..a62acb1471 100644 --- a/Data/Sys/GameSettings/GMPE01.ini +++ b/Data/Sys/GameSettings/GMPE01.ini @@ -1,8 +1,5 @@ # GMPE01 - Mario Party 4 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMS.ini b/Data/Sys/GameSettings/GMS.ini index cdb6692d75..4672936620 100644 --- a/Data/Sys/GameSettings/GMS.ini +++ b/Data/Sys/GameSettings/GMS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -24,5 +21,10 @@ MissingColorValue = 0x00000000 ForceTextureFiltering = False ArbitraryMipmapDetection = True +[Video_Settings] +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False + [Video_Stereoscopy] StereoConvergence = 732 diff --git a/Data/Sys/GameSettings/GMSE01.ini b/Data/Sys/GameSettings/GMSE01.ini index 17e184b610..32eb737097 100644 --- a/Data/Sys/GameSettings/GMSE01.ini +++ b/Data/Sys/GameSettings/GMSE01.ini @@ -1,8 +1,5 @@ # GMSE01 - Super Mario Sunshine -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMSP01.ini b/Data/Sys/GameSettings/GMSP01.ini index bc569efebb..4235518fff 100644 --- a/Data/Sys/GameSettings/GMSP01.ini +++ b/Data/Sys/GameSettings/GMSP01.ini @@ -1,8 +1,5 @@ # GMSP01 - Super Mario Sunshine -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMX.ini b/Data/Sys/GameSettings/GMX.ini index 996c53091b..9046c4c08f 100644 --- a/Data/Sys/GameSettings/GMX.ini +++ b/Data/Sys/GameSettings/GMX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GMXE70.ini b/Data/Sys/GameSettings/GMXE70.ini index 826e757c5d..f68ad7172d 100644 --- a/Data/Sys/GameSettings/GMXE70.ini +++ b/Data/Sys/GameSettings/GMXE70.ini @@ -1,8 +1,5 @@ # GMXE70 - Enter The Matrix -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GN4.ini b/Data/Sys/GameSettings/GN4.ini index bb10d7f22d..1374f9948f 100644 --- a/Data/Sys/GameSettings/GN4.ini +++ b/Data/Sys/GameSettings/GN4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GN7.ini b/Data/Sys/GameSettings/GN7.ini index e722b6b5c5..b304d5eb98 100644 --- a/Data/Sys/GameSettings/GN7.ini +++ b/Data/Sys/GameSettings/GN7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNC.ini b/Data/Sys/GameSettings/GNC.ini index 0014ddcb2e..e7bb81befc 100644 --- a/Data/Sys/GameSettings/GNC.ini +++ b/Data/Sys/GameSettings/GNC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNE.ini b/Data/Sys/GameSettings/GNE.ini index 32c44faa40..30e4051eb4 100644 --- a/Data/Sys/GameSettings/GNE.ini +++ b/Data/Sys/GameSettings/GNE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNHE5d.ini b/Data/Sys/GameSettings/GNHE5d.ini index efd4c62268..0eeeff2f4e 100644 --- a/Data/Sys/GameSettings/GNHE5d.ini +++ b/Data/Sys/GameSettings/GNHE5d.ini @@ -1,8 +1,5 @@ # GNHE5d - NHL HITZ 2002 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Nop Hack diff --git a/Data/Sys/GameSettings/GNI.ini b/Data/Sys/GameSettings/GNI.ini index 6682620f10..a1b2c32f0b 100644 --- a/Data/Sys/GameSettings/GNI.ini +++ b/Data/Sys/GameSettings/GNI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -13,4 +10,4 @@ # Add action replay cheats here. [Video_Hacks] -ImmediateXFBEnable = False +VertexRounding = True diff --git a/Data/Sys/GameSettings/GNJ.ini b/Data/Sys/GameSettings/GNJ.ini index 046eb4bcbf..58cbe3a718 100644 --- a/Data/Sys/GameSettings/GNJ.ini +++ b/Data/Sys/GameSettings/GNJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNM.ini b/Data/Sys/GameSettings/GNM.ini index ab85730204..a1cbc48de6 100644 --- a/Data/Sys/GameSettings/GNM.ini +++ b/Data/Sys/GameSettings/GNM.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. JITFollowBranch = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNN.ini b/Data/Sys/GameSettings/GNN.ini index bd972846d6..701087ee92 100644 --- a/Data/Sys/GameSettings/GNN.ini +++ b/Data/Sys/GameSettings/GNN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNO.ini b/Data/Sys/GameSettings/GNO.ini index 63ca2c0c82..f7820b5c80 100644 --- a/Data/Sys/GameSettings/GNO.ini +++ b/Data/Sys/GameSettings/GNO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNW.ini b/Data/Sys/GameSettings/GNW.ini index 4c8493a78a..e53570b3e3 100644 --- a/Data/Sys/GameSettings/GNW.ini +++ b/Data/Sys/GameSettings/GNW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GNWE69.ini b/Data/Sys/GameSettings/GNWE69.ini index 75528478dc..cedf2b1ffd 100644 --- a/Data/Sys/GameSettings/GNWE69.ini +++ b/Data/Sys/GameSettings/GNWE69.ini @@ -1,8 +1,5 @@ # GNWE69 - Def Jam Fight For NY -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GO2.ini b/Data/Sys/GameSettings/GO2.ini index 7ecc40199a..787c7e2fec 100644 --- a/Data/Sys/GameSettings/GO2.ini +++ b/Data/Sys/GameSettings/GO2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GO2E4F.ini b/Data/Sys/GameSettings/GO2E4F.ini index f989c1eb81..0f3b20bd0c 100644 --- a/Data/Sys/GameSettings/GO2E4F.ini +++ b/Data/Sys/GameSettings/GO2E4F.ini @@ -1,8 +1,5 @@ # GO2E4F - Legacy Of Kain: Blood Omen 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GO7E69.ini b/Data/Sys/GameSettings/GO7E69.ini index 41d4218cec..2616cceedf 100644 --- a/Data/Sys/GameSettings/GO7E69.ini +++ b/Data/Sys/GameSettings/GO7E69.ini @@ -1,8 +1,5 @@ # GO7E69 - James Bond 007(tm): NightFire(tm) -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GO7F69.ini b/Data/Sys/GameSettings/GO7F69.ini index dd13c23a65..c83914bc3d 100644 --- a/Data/Sys/GameSettings/GO7F69.ini +++ b/Data/Sys/GameSettings/GO7F69.ini @@ -1,8 +1,5 @@ # GO7F69 - James Bond 007(tm): NightFire(tm) -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GO7P69.ini b/Data/Sys/GameSettings/GO7P69.ini index 7e31a0f0d3..dafd7e77e1 100644 --- a/Data/Sys/GameSettings/GO7P69.ini +++ b/Data/Sys/GameSettings/GO7P69.ini @@ -1,8 +1,5 @@ # GO7P69 - James Bond 007(tm): NightFire(tm) -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GOM.ini b/Data/Sys/GameSettings/GOM.ini index da39875097..34dc888739 100644 --- a/Data/Sys/GameSettings/GOM.ini +++ b/Data/Sys/GameSettings/GOM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GOME01.ini b/Data/Sys/GameSettings/GOME01.ini index 92e74d9c44..6261c1cddd 100644 --- a/Data/Sys/GameSettings/GOME01.ini +++ b/Data/Sys/GameSettings/GOME01.ini @@ -1,8 +1,5 @@ # GOME01 - Mario Power Tennis -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GOQ.ini b/Data/Sys/GameSettings/GOQ.ini index 02113c6db2..5655db397d 100644 --- a/Data/Sys/GameSettings/GOQ.ini +++ b/Data/Sys/GameSettings/GOQ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GOS.ini b/Data/Sys/GameSettings/GOS.ini index fc3f71f173..e1f2c5a6a7 100644 --- a/Data/Sys/GameSettings/GOS.ini +++ b/Data/Sys/GameSettings/GOS.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GOY.ini b/Data/Sys/GameSettings/GOY.ini index b91b4e7685..10b759192c 100644 --- a/Data/Sys/GameSettings/GOY.ini +++ b/Data/Sys/GameSettings/GOY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GOYE69.ini b/Data/Sys/GameSettings/GOYE69.ini index 1796d77a10..b9ea7e9d1a 100644 --- a/Data/Sys/GameSettings/GOYE69.ini +++ b/Data/Sys/GameSettings/GOYE69.ini @@ -1,8 +1,5 @@ # GOYE69 - GoldenEye Rogue Agent -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GP2.ini b/Data/Sys/GameSettings/GP2.ini index e38b40746c..069e3a755f 100644 --- a/Data/Sys/GameSettings/GP2.ini +++ b/Data/Sys/GameSettings/GP2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GP5.ini b/Data/Sys/GameSettings/GP5.ini index e876bb140a..9d3f05e08a 100644 --- a/Data/Sys/GameSettings/GP5.ini +++ b/Data/Sys/GameSettings/GP5.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GP5E01.ini b/Data/Sys/GameSettings/GP5E01.ini index 3cb00f0062..4c1c6c1036 100644 --- a/Data/Sys/GameSettings/GP5E01.ini +++ b/Data/Sys/GameSettings/GP5E01.ini @@ -1,8 +1,5 @@ # GP5E01 - Mario Party 5 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GP6.ini b/Data/Sys/GameSettings/GP6.ini index 895efeea91..88545561a8 100644 --- a/Data/Sys/GameSettings/GP6.ini +++ b/Data/Sys/GameSettings/GP6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GP6E01.ini b/Data/Sys/GameSettings/GP6E01.ini index da177914e7..f6752400c2 100644 --- a/Data/Sys/GameSettings/GP6E01.ini +++ b/Data/Sys/GameSettings/GP6E01.ini @@ -1,8 +1,5 @@ # GP6E01 - Mario Party 6 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GP7E01.ini b/Data/Sys/GameSettings/GP7E01.ini index b403f65091..c7a25d48f7 100644 --- a/Data/Sys/GameSettings/GP7E01.ini +++ b/Data/Sys/GameSettings/GP7E01.ini @@ -1,8 +1,5 @@ # GP7E01 - Mario Party 7 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. [ActionReplay] diff --git a/Data/Sys/GameSettings/GPA.ini b/Data/Sys/GameSettings/GPA.ini index 7254d6cd30..24c694ad10 100644 --- a/Data/Sys/GameSettings/GPA.ini +++ b/Data/Sys/GameSettings/GPA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPE.ini b/Data/Sys/GameSettings/GPE.ini index b82ec86f47..7f865ac9af 100644 --- a/Data/Sys/GameSettings/GPE.ini +++ b/Data/Sys/GameSettings/GPE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPH.ini b/Data/Sys/GameSettings/GPH.ini index 80030e9a7d..4b9edc2352 100644 --- a/Data/Sys/GameSettings/GPH.ini +++ b/Data/Sys/GameSettings/GPH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPIE01.ini b/Data/Sys/GameSettings/GPIE01.ini index a6d2f15f20..b45164e065 100644 --- a/Data/Sys/GameSettings/GPIE01.ini +++ b/Data/Sys/GameSettings/GPIE01.ini @@ -1,8 +1,5 @@ # GPIE01 - Pikmin v1.1 NTSC -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPIP01.ini b/Data/Sys/GameSettings/GPIP01.ini index 8635a30399..d996d0458c 100644 --- a/Data/Sys/GameSettings/GPIP01.ini +++ b/Data/Sys/GameSettings/GPIP01.ini @@ -1,8 +1,5 @@ # GPIP01 - Pikmin PAL -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPK.ini b/Data/Sys/GameSettings/GPK.ini index c879489a74..5a7bab56c9 100644 --- a/Data/Sys/GameSettings/GPK.ini +++ b/Data/Sys/GameSettings/GPK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPNP08.ini b/Data/Sys/GameSettings/GPNP08.ini index 271e575ef3..bea995b8b1 100644 --- a/Data/Sys/GameSettings/GPNP08.ini +++ b/Data/Sys/GameSettings/GPNP08.ini @@ -1,8 +1,5 @@ # GPNP08 - P.N.03 PAL -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPO.ini b/Data/Sys/GameSettings/GPO.ini index dfd0b58cd3..6c3e82118e 100644 --- a/Data/Sys/GameSettings/GPO.ini +++ b/Data/Sys/GameSettings/GPO.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPOE8P.ini b/Data/Sys/GameSettings/GPOE8P.ini index 296e9bda01..7bf61c8fd7 100644 --- a/Data/Sys/GameSettings/GPOE8P.ini +++ b/Data/Sys/GameSettings/GPOE8P.ini @@ -1,8 +1,5 @@ # GPOE8P - PHANTASY STAR ONLINE EPISODE I&II -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPOP8P.ini b/Data/Sys/GameSettings/GPOP8P.ini index 7a4a88dcd1..c1992a8b54 100644 --- a/Data/Sys/GameSettings/GPOP8P.ini +++ b/Data/Sys/GameSettings/GPOP8P.ini @@ -1,8 +1,5 @@ # GPOP8P - PHANTASY STAR ONLINE EPISODE I&II -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPS.ini b/Data/Sys/GameSettings/GPS.ini index 77feb1691d..d7a5503c14 100644 --- a/Data/Sys/GameSettings/GPS.ini +++ b/Data/Sys/GameSettings/GPS.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPSP8P.ini b/Data/Sys/GameSettings/GPSP8P.ini index c83f3bdadf..24523e2eac 100644 --- a/Data/Sys/GameSettings/GPSP8P.ini +++ b/Data/Sys/GameSettings/GPSP8P.ini @@ -1,8 +1,5 @@ # GPSP8P - PHANTASY STAR ONLINE EPISODE III -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPT.ini b/Data/Sys/GameSettings/GPT.ini index 021f9bfdca..5d92fe5245 100644 --- a/Data/Sys/GameSettings/GPT.ini +++ b/Data/Sys/GameSettings/GPT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GPVE01.ini b/Data/Sys/GameSettings/GPVE01.ini index 55314a62fd..2648645c00 100644 --- a/Data/Sys/GameSettings/GPVE01.ini +++ b/Data/Sys/GameSettings/GPVE01.ini @@ -1,8 +1,5 @@ # GPVE01 - PIKMIN 2 NTSC -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GQ4.ini b/Data/Sys/GameSettings/GQ4.ini index 5929c5b5ac..39546ebfef 100644 --- a/Data/Sys/GameSettings/GQ4.ini +++ b/Data/Sys/GameSettings/GQ4.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MemoryCardSize = 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GQC.ini b/Data/Sys/GameSettings/GQC.ini index 53fe434214..84c85491b0 100644 --- a/Data/Sys/GameSettings/GQC.ini +++ b/Data/Sys/GameSettings/GQC.ini @@ -2,7 +2,5 @@ [Core] # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/GQP.ini b/Data/Sys/GameSettings/GQP.ini index 909525e811..ca8f9d0a65 100644 --- a/Data/Sys/GameSettings/GQP.ini +++ b/Data/Sys/GameSettings/GQP.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GQS.ini b/Data/Sys/GameSettings/GQS.ini index b9f64bae62..304949d234 100644 --- a/Data/Sys/GameSettings/GQS.ini +++ b/Data/Sys/GameSettings/GQS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GQSEAF.ini b/Data/Sys/GameSettings/GQSEAF.ini index 0910a55b34..05349e241a 100644 --- a/Data/Sys/GameSettings/GQSEAF.ini +++ b/Data/Sys/GameSettings/GQSEAF.ini @@ -422,9 +422,6 @@ # use only one of these codes at a time for your # favorite character to have max affection. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GQX.ini b/Data/Sys/GameSettings/GQX.ini index 156667c95b..81f13b4e89 100644 --- a/Data/Sys/GameSettings/GQX.ini +++ b/Data/Sys/GameSettings/GQX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GR6.ini b/Data/Sys/GameSettings/GR6.ini index 930e7e887b..c646610cb5 100644 --- a/Data/Sys/GameSettings/GR6.ini +++ b/Data/Sys/GameSettings/GR6.ini @@ -3,9 +3,6 @@ [Core] CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRB.ini b/Data/Sys/GameSettings/GRB.ini index 8f74c6885d..cbdaec9ae3 100644 --- a/Data/Sys/GameSettings/GRB.ini +++ b/Data/Sys/GameSettings/GRB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GREE08.ini b/Data/Sys/GameSettings/GREE08.ini index d35f9812e6..ad686dabb8 100644 --- a/Data/Sys/GameSettings/GREE08.ini +++ b/Data/Sys/GameSettings/GREE08.ini @@ -1,8 +1,5 @@ # GREE08 - Mega Man Network Transmission -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRH.ini b/Data/Sys/GameSettings/GRH.ini index 20b0076674..780a9f898c 100644 --- a/Data/Sys/GameSettings/GRH.ini +++ b/Data/Sys/GameSettings/GRH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRJ.ini b/Data/Sys/GameSettings/GRJ.ini index 33a2714f74..9b39b4d877 100644 --- a/Data/Sys/GameSettings/GRJ.ini +++ b/Data/Sys/GameSettings/GRJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRK.ini b/Data/Sys/GameSettings/GRK.ini index decc0d1aac..6e59528829 100644 --- a/Data/Sys/GameSettings/GRK.ini +++ b/Data/Sys/GameSettings/GRK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRNE52.ini b/Data/Sys/GameSettings/GRNE52.ini index 87fc961913..40820b4426 100644 --- a/Data/Sys/GameSettings/GRNE52.ini +++ b/Data/Sys/GameSettings/GRNE52.ini @@ -1,8 +1,5 @@ # GRNE52 - LOST KINGDOMS -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRQ.ini b/Data/Sys/GameSettings/GRQ.ini index 352e287f37..306dabfc06 100644 --- a/Data/Sys/GameSettings/GRQ.ini +++ b/Data/Sys/GameSettings/GRQ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRSPAF.ini b/Data/Sys/GameSettings/GRSPAF.ini index f9bc61e1c2..878d49c4fd 100644 --- a/Data/Sys/GameSettings/GRSPAF.ini +++ b/Data/Sys/GameSettings/GRSPAF.ini @@ -1,8 +1,5 @@ # GRSPAF - SOULCALIBUR2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRU.ini b/Data/Sys/GameSettings/GRU.ini index d13b200f8c..15cadd77ad 100644 --- a/Data/Sys/GameSettings/GRU.ini +++ b/Data/Sys/GameSettings/GRU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRUE78.ini b/Data/Sys/GameSettings/GRUE78.ini index 12231cca7b..287b55376b 100644 --- a/Data/Sys/GameSettings/GRUE78.ini +++ b/Data/Sys/GameSettings/GRUE78.ini @@ -1,8 +1,5 @@ # GRUE78 - Power Rangers Dino Thunder -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GRY.ini b/Data/Sys/GameSettings/GRY.ini index 78779f4cb1..466970da07 100644 --- a/Data/Sys/GameSettings/GRY.ini +++ b/Data/Sys/GameSettings/GRY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GS2.ini b/Data/Sys/GameSettings/GS2.ini index 8e7db1cf52..91d41428ea 100644 --- a/Data/Sys/GameSettings/GS2.ini +++ b/Data/Sys/GameSettings/GS2.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GS2E78.ini b/Data/Sys/GameSettings/GS2E78.ini index 21a54ac67a..c4875decb0 100644 --- a/Data/Sys/GameSettings/GS2E78.ini +++ b/Data/Sys/GameSettings/GS2E78.ini @@ -1,8 +1,5 @@ # GS2E78 - Summoner 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSAP01.ini b/Data/Sys/GameSettings/GSAP01.ini index f595b0675b..567afff4ac 100644 --- a/Data/Sys/GameSettings/GSAP01.ini +++ b/Data/Sys/GameSettings/GSAP01.ini @@ -1,8 +1,5 @@ # GSAP01 - Star Fox Adventures -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSB.ini b/Data/Sys/GameSettings/GSB.ini index 2f7c9c9ede..d57d30a8bb 100644 --- a/Data/Sys/GameSettings/GSB.ini +++ b/Data/Sys/GameSettings/GSB.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSM.ini b/Data/Sys/GameSettings/GSM.ini index c61c7cde9a..b0a3d5e6f8 100644 --- a/Data/Sys/GameSettings/GSM.ini +++ b/Data/Sys/GameSettings/GSM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSN.ini b/Data/Sys/GameSettings/GSN.ini index 6df44ecf8b..c63dc881a4 100644 --- a/Data/Sys/GameSettings/GSN.ini +++ b/Data/Sys/GameSettings/GSN.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSNE8P.ini b/Data/Sys/GameSettings/GSNE8P.ini index 669ecdf1cd..1c8748d0c9 100644 --- a/Data/Sys/GameSettings/GSNE8P.ini +++ b/Data/Sys/GameSettings/GSNE8P.ini @@ -1,8 +1,5 @@ # GSNE8P - Sonic Adventure 2 Battle -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSNP8P.ini b/Data/Sys/GameSettings/GSNP8P.ini index eeec98be75..1ae4d08b93 100644 --- a/Data/Sys/GameSettings/GSNP8P.ini +++ b/Data/Sys/GameSettings/GSNP8P.ini @@ -1,8 +1,5 @@ # GSNP8P - SONIC ADVENTURE 2 BATTLE -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSO.ini b/Data/Sys/GameSettings/GSO.ini index 21bb711bd2..69986faa9d 100644 --- a/Data/Sys/GameSettings/GSO.ini +++ b/Data/Sys/GameSettings/GSO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSR.ini b/Data/Sys/GameSettings/GSR.ini index b34e7a99f1..10647f469c 100644 --- a/Data/Sys/GameSettings/GSR.ini +++ b/Data/Sys/GameSettings/GSR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSS.ini b/Data/Sys/GameSettings/GSS.ini index 3e5c068bea..55a89d515f 100644 --- a/Data/Sys/GameSettings/GSS.ini +++ b/Data/Sys/GameSettings/GSS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSSE8P.ini b/Data/Sys/GameSettings/GSSE8P.ini index cc9e03d017..8a6a987025 100644 --- a/Data/Sys/GameSettings/GSSE8P.ini +++ b/Data/Sys/GameSettings/GSSE8P.ini @@ -1,8 +1,5 @@ # GSSE8P - Sega Soccer Slam -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GST.ini b/Data/Sys/GameSettings/GST.ini index 6d41024bac..4e62e0237e 100644 --- a/Data/Sys/GameSettings/GST.ini +++ b/Data/Sys/GameSettings/GST.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MemoryCardSize = 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSV.ini b/Data/Sys/GameSettings/GSV.ini index 9274a8afb7..b99d4ad80a 100644 --- a/Data/Sys/GameSettings/GSV.ini +++ b/Data/Sys/GameSettings/GSV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSW.ini b/Data/Sys/GameSettings/GSW.ini index c0ec5c4bc6..dfd4a93c71 100644 --- a/Data/Sys/GameSettings/GSW.ini +++ b/Data/Sys/GameSettings/GSW.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSX.ini b/Data/Sys/GameSettings/GSX.ini index 1cab222900..560265b28f 100644 --- a/Data/Sys/GameSettings/GSX.ini +++ b/Data/Sys/GameSettings/GSX.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GSZ.ini b/Data/Sys/GameSettings/GSZ.ini index 0d90140c6f..541a0b5d48 100644 --- a/Data/Sys/GameSettings/GSZ.ini +++ b/Data/Sys/GameSettings/GSZ.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GT3.ini b/Data/Sys/GameSettings/GT3.ini index a8b7488f0e..4a26fc2553 100644 --- a/Data/Sys/GameSettings/GT3.ini +++ b/Data/Sys/GameSettings/GT3.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GT6.ini b/Data/Sys/GameSettings/GT6.ini index 78bece3f3b..12cf82d82f 100644 --- a/Data/Sys/GameSettings/GT6.ini +++ b/Data/Sys/GameSettings/GT6.ini @@ -3,17 +3,11 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. [ActionReplay] # Add action replay cheats here. -[Video_Settings] - [Video_Hacks] -EFBAccessEnable = False ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GT6E70.ini b/Data/Sys/GameSettings/GT6E70.ini index 9104d6bfe8..a7afdf32cf 100644 --- a/Data/Sys/GameSettings/GT6E70.ini +++ b/Data/Sys/GameSettings/GT6E70.ini @@ -1,8 +1,5 @@ # GT6E70 - Terminator 3: The Redemption -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GT7.ini b/Data/Sys/GameSettings/GT7.ini index 9fdfcc9a70..982b349153 100644 --- a/Data/Sys/GameSettings/GT7.ini +++ b/Data/Sys/GameSettings/GT7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTEE01.ini b/Data/Sys/GameSettings/GTEE01.ini index 1c82760f5c..64b4cdc3fc 100644 --- a/Data/Sys/GameSettings/GTEE01.ini +++ b/Data/Sys/GameSettings/GTEE01.ini @@ -1,8 +1,5 @@ # GTEE01 - 1080: Avalanche -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTEP01.ini b/Data/Sys/GameSettings/GTEP01.ini index cc382ffa94..94138b0fa5 100644 --- a/Data/Sys/GameSettings/GTEP01.ini +++ b/Data/Sys/GameSettings/GTEP01.ini @@ -1,8 +1,5 @@ # GTEP01 - 1080: Avalanche -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTK.ini b/Data/Sys/GameSettings/GTK.ini index daa1591c71..e5d74f1cb6 100644 --- a/Data/Sys/GameSettings/GTK.ini +++ b/Data/Sys/GameSettings/GTK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTKE51.ini b/Data/Sys/GameSettings/GTKE51.ini index c22d3d5043..d051bc354d 100644 --- a/Data/Sys/GameSettings/GTKE51.ini +++ b/Data/Sys/GameSettings/GTKE51.ini @@ -1,8 +1,5 @@ # GTKE51 - Turok: Evolution -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTO.ini b/Data/Sys/GameSettings/GTO.ini index 2516eeb7cf..f9582086a6 100644 --- a/Data/Sys/GameSettings/GTO.ini +++ b/Data/Sys/GameSettings/GTO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTSE4F.ini b/Data/Sys/GameSettings/GTSE4F.ini index 05e8c0c75f..c80170e7c3 100644 --- a/Data/Sys/GameSettings/GTSE4F.ini +++ b/Data/Sys/GameSettings/GTSE4F.ini @@ -1,8 +1,5 @@ # GTSE4F - TimeSplitters 2 NTSC -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTW.ini b/Data/Sys/GameSettings/GTW.ini index 014e2c7b41..2047e82689 100644 --- a/Data/Sys/GameSettings/GTW.ini +++ b/Data/Sys/GameSettings/GTW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTY.ini b/Data/Sys/GameSettings/GTY.ini index 49c39fe2da..ff325b24da 100644 --- a/Data/Sys/GameSettings/GTY.ini +++ b/Data/Sys/GameSettings/GTY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GTZ.ini b/Data/Sys/GameSettings/GTZ.ini index 97dbea4ff1..ab27ff1e04 100644 --- a/Data/Sys/GameSettings/GTZ.ini +++ b/Data/Sys/GameSettings/GTZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GU2.ini b/Data/Sys/GameSettings/GU2.ini index b17fd06352..a554679bb5 100644 --- a/Data/Sys/GameSettings/GU2.ini +++ b/Data/Sys/GameSettings/GU2.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GU3.ini b/Data/Sys/GameSettings/GU3.ini index 71ba728317..6edf565e84 100644 --- a/Data/Sys/GameSettings/GU3.ini +++ b/Data/Sys/GameSettings/GU3.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GU4.ini b/Data/Sys/GameSettings/GU4.ini index b26053a967..8733849459 100644 --- a/Data/Sys/GameSettings/GU4.ini +++ b/Data/Sys/GameSettings/GU4.ini @@ -5,9 +5,6 @@ # Dual Core mode causes FIFO error CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GUB.ini b/Data/Sys/GameSettings/GUB.ini index 4952f4d37a..d5d63f7f93 100644 --- a/Data/Sys/GameSettings/GUB.ini +++ b/Data/Sys/GameSettings/GUB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GUM.ini b/Data/Sys/GameSettings/GUM.ini index 6638c8f4f5..d3e6eeb887 100644 --- a/Data/Sys/GameSettings/GUM.ini +++ b/Data/Sys/GameSettings/GUM.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GUN.ini b/Data/Sys/GameSettings/GUN.ini index 985937a5e2..4c87a03b9b 100644 --- a/Data/Sys/GameSettings/GUN.ini +++ b/Data/Sys/GameSettings/GUN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GUNE5D.ini b/Data/Sys/GameSettings/GUNE5D.ini index 9885143a4f..92b7e70c13 100644 --- a/Data/Sys/GameSettings/GUNE5D.ini +++ b/Data/Sys/GameSettings/GUNE5D.ini @@ -1,8 +1,5 @@ # GUNE5D - Gauntlet - Dark Legacy -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GUP.ini b/Data/Sys/GameSettings/GUP.ini index 1739114aaa..20135450a1 100644 --- a/Data/Sys/GameSettings/GUP.ini +++ b/Data/Sys/GameSettings/GUP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -16,6 +13,9 @@ VertexRounding = True [Video_Settings] +# Force texture cache to the middle option - fixes the bloom bleed/artifacting and SFD video slowdown issues present on Safe and Fast +SafeTextureCacheColorSamples = 512 + WidescreenHeuristicStandardRatio = 0.91 WidescreenHeuristicWidescreenRatio = 1.21 WidescreenHeuristicAspectRatioSlop = 0.15 diff --git a/Data/Sys/GameSettings/GUT.ini b/Data/Sys/GameSettings/GUT.ini index 93af0859fe..3234683958 100644 --- a/Data/Sys/GameSettings/GUT.ini +++ b/Data/Sys/GameSettings/GUT.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GUZ.ini b/Data/Sys/GameSettings/GUZ.ini index 404144f412..67db3ba332 100644 --- a/Data/Sys/GameSettings/GUZ.ini +++ b/Data/Sys/GameSettings/GUZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVC.ini b/Data/Sys/GameSettings/GVC.ini index 6ebc08227b..1fc9f78f14 100644 --- a/Data/Sys/GameSettings/GVC.ini +++ b/Data/Sys/GameSettings/GVC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVD.ini b/Data/Sys/GameSettings/GVD.ini index a55998db2d..3104644d3f 100644 --- a/Data/Sys/GameSettings/GVD.ini +++ b/Data/Sys/GameSettings/GVD.ini @@ -3,9 +3,6 @@ [Core] CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVJ.ini b/Data/Sys/GameSettings/GVJ.ini index ddafa515b1..01085eb483 100644 --- a/Data/Sys/GameSettings/GVJ.ini +++ b/Data/Sys/GameSettings/GVJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVL.ini b/Data/Sys/GameSettings/GVL.ini index 7f168716d6..1efa7ebead 100644 --- a/Data/Sys/GameSettings/GVL.ini +++ b/Data/Sys/GameSettings/GVL.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVO.ini b/Data/Sys/GameSettings/GVO.ini index 5e8f3c74ca..90f10c4323 100644 --- a/Data/Sys/GameSettings/GVO.ini +++ b/Data/Sys/GameSettings/GVO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVS.ini b/Data/Sys/GameSettings/GVS.ini index 37207058b4..780267fa56 100644 --- a/Data/Sys/GameSettings/GVS.ini +++ b/Data/Sys/GameSettings/GVS.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVS46E.ini b/Data/Sys/GameSettings/GVS46E.ini index 6e7e85155d..40061416f8 100644 --- a/Data/Sys/GameSettings/GVS46E.ini +++ b/Data/Sys/GameSettings/GVS46E.ini @@ -5,9 +5,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GVS46J.ini b/Data/Sys/GameSettings/GVS46J.ini index 6e7e85155d..40061416f8 100644 --- a/Data/Sys/GameSettings/GVS46J.ini +++ b/Data/Sys/GameSettings/GVS46J.ini @@ -5,9 +5,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GW2.ini b/Data/Sys/GameSettings/GW2.ini index d837531cb4..78f8c37105 100644 --- a/Data/Sys/GameSettings/GW2.ini +++ b/Data/Sys/GameSettings/GW2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GW7.ini b/Data/Sys/GameSettings/GW7.ini index 8f12a0ae24..1cd8b5ba8b 100644 --- a/Data/Sys/GameSettings/GW7.ini +++ b/Data/Sys/GameSettings/GW7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GW9.ini b/Data/Sys/GameSettings/GW9.ini index d4f7755b82..5bd3bd59c0 100644 --- a/Data/Sys/GameSettings/GW9.ini +++ b/Data/Sys/GameSettings/GW9.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWJ.ini b/Data/Sys/GameSettings/GWJ.ini index 37d059f2f0..9ebaa4ccc5 100644 --- a/Data/Sys/GameSettings/GWJ.ini +++ b/Data/Sys/GameSettings/GWJ.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/GWK.ini b/Data/Sys/GameSettings/GWK.ini index ddaa4fd274..d5393aab5c 100644 --- a/Data/Sys/GameSettings/GWK.ini +++ b/Data/Sys/GameSettings/GWK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWL.ini b/Data/Sys/GameSettings/GWL.ini index d34f953397..42b41ba9a5 100644 --- a/Data/Sys/GameSettings/GWL.ini +++ b/Data/Sys/GameSettings/GWL.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MemoryCardSize = 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWP.ini b/Data/Sys/GameSettings/GWP.ini index 44dda951b4..955fddfde9 100644 --- a/Data/Sys/GameSettings/GWP.ini +++ b/Data/Sys/GameSettings/GWP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWQE52.ini b/Data/Sys/GameSettings/GWQE52.ini index c2a377b641..bb9f3b57af 100644 --- a/Data/Sys/GameSettings/GWQE52.ini +++ b/Data/Sys/GameSettings/GWQE52.ini @@ -1,8 +1,5 @@ # GWQE52 - WRECKLESS -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWRE01.ini b/Data/Sys/GameSettings/GWRE01.ini index b789141fcf..ec292da619 100644 --- a/Data/Sys/GameSettings/GWRE01.ini +++ b/Data/Sys/GameSettings/GWRE01.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWRP01.ini b/Data/Sys/GameSettings/GWRP01.ini index dea98e29b8..f8703673e7 100644 --- a/Data/Sys/GameSettings/GWRP01.ini +++ b/Data/Sys/GameSettings/GWRP01.ini @@ -1,8 +1,5 @@ # GWRP01 - WAVE RACE / BLUE STORM -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWT.ini b/Data/Sys/GameSettings/GWT.ini index 675eb8a77e..de9fa24e07 100644 --- a/Data/Sys/GameSettings/GWT.ini +++ b/Data/Sys/GameSettings/GWT.ini @@ -7,9 +7,6 @@ MemoryCardSize = 2 CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWWP01.ini b/Data/Sys/GameSettings/GWWP01.ini index 1f9297af92..5ea77bc439 100644 --- a/Data/Sys/GameSettings/GWWP01.ini +++ b/Data/Sys/GameSettings/GWWP01.ini @@ -1,8 +1,5 @@ # GWWP01 - WARIO WORLD -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GWY.ini b/Data/Sys/GameSettings/GWY.ini index 3bbc25a3e2..0cb0958467 100644 --- a/Data/Sys/GameSettings/GWY.ini +++ b/Data/Sys/GameSettings/GWY.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GX3.ini b/Data/Sys/GameSettings/GX3.ini index 6eeb1a9ca7..ca96afb1e0 100644 --- a/Data/Sys/GameSettings/GX3.ini +++ b/Data/Sys/GameSettings/GX3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GXG.ini b/Data/Sys/GameSettings/GXG.ini index 12e28cb1a8..545fb894b3 100644 --- a/Data/Sys/GameSettings/GXG.ini +++ b/Data/Sys/GameSettings/GXG.ini @@ -1,8 +1,6 @@ # GXGE08 - MEGAMAN X COLLECTION [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. [OnFrame] [ActionReplay] [Video_Settings] diff --git a/Data/Sys/GameSettings/GXM.ini b/Data/Sys/GameSettings/GXM.ini index 2374d33ba8..862f6f27c8 100644 --- a/Data/Sys/GameSettings/GXM.ini +++ b/Data/Sys/GameSettings/GXM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GXN.ini b/Data/Sys/GameSettings/GXN.ini index 1481174d59..e33992ca2b 100644 --- a/Data/Sys/GameSettings/GXN.ini +++ b/Data/Sys/GameSettings/GXN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GXS.ini b/Data/Sys/GameSettings/GXS.ini index 84331884b2..f96302f9d3 100644 --- a/Data/Sys/GameSettings/GXS.ini +++ b/Data/Sys/GameSettings/GXS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GXSP8P.ini b/Data/Sys/GameSettings/GXSP8P.ini index 7f101b8e55..4956d90be7 100644 --- a/Data/Sys/GameSettings/GXSP8P.ini +++ b/Data/Sys/GameSettings/GXSP8P.ini @@ -1,8 +1,5 @@ # GXSP8P - Sonic Adventure DX -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GXU.ini b/Data/Sys/GameSettings/GXU.ini index d9ade0572e..9f68365a68 100644 --- a/Data/Sys/GameSettings/GXU.ini +++ b/Data/Sys/GameSettings/GXU.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GXX.ini b/Data/Sys/GameSettings/GXX.ini index 257ba7e7ad..d65b341f53 100644 --- a/Data/Sys/GameSettings/GXX.ini +++ b/Data/Sys/GameSettings/GXX.ini @@ -7,9 +7,6 @@ CPUThread = False # normal (multiplayer) battles when doing multiple battles in a row. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GYA.ini b/Data/Sys/GameSettings/GYA.ini index 0d538ff152..040182da1e 100644 --- a/Data/Sys/GameSettings/GYA.ini +++ b/Data/Sys/GameSettings/GYA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GYQ.ini b/Data/Sys/GameSettings/GYQ.ini index a3dbc94d1e..1cced142fa 100644 --- a/Data/Sys/GameSettings/GYQ.ini +++ b/Data/Sys/GameSettings/GYQ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GYT.ini b/Data/Sys/GameSettings/GYT.ini index 10e787c7c8..343d60b3bc 100644 --- a/Data/Sys/GameSettings/GYT.ini +++ b/Data/Sys/GameSettings/GYT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GZ2.ini b/Data/Sys/GameSettings/GZ2.ini index 2b0ea98978..d7d95be46e 100644 --- a/Data/Sys/GameSettings/GZ2.ini +++ b/Data/Sys/GameSettings/GZ2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -28,5 +25,9 @@ VISkip = False CPUCull = True +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False + [Video_Enhancements] ArbitraryMipmapDetection = True diff --git a/Data/Sys/GameSettings/GZ2E01.ini b/Data/Sys/GameSettings/GZ2E01.ini index 4d7b950074..71a6911dc5 100644 --- a/Data/Sys/GameSettings/GZ2E01.ini +++ b/Data/Sys/GameSettings/GZ2E01.ini @@ -1,8 +1,5 @@ # GZ2E01 - The Legend of Zelda: Twilight Princess [GC] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hyrule Field Speed Hack diff --git a/Data/Sys/GameSettings/GZ2J01.ini b/Data/Sys/GameSettings/GZ2J01.ini index 50c948ff3b..863de948de 100644 --- a/Data/Sys/GameSettings/GZ2J01.ini +++ b/Data/Sys/GameSettings/GZ2J01.ini @@ -1,8 +1,5 @@ # GZ2J01 - The Legend of Zelda: Twilight Princess [GC] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] $Hyrule Field Speed Hack 0x8003D50C:dword:0x60000000 diff --git a/Data/Sys/GameSettings/GZ2P01.ini b/Data/Sys/GameSettings/GZ2P01.ini index c99b22c34b..432f6f40a9 100644 --- a/Data/Sys/GameSettings/GZ2P01.ini +++ b/Data/Sys/GameSettings/GZ2P01.ini @@ -1,8 +1,5 @@ # GZ2P01 - The Legend of Zelda: Twilight Princess [GC] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hyrule Field Speed Hack diff --git a/Data/Sys/GameSettings/GZ3E70.ini b/Data/Sys/GameSettings/GZ3E70.ini index 2b1cae7be0..bcc976561f 100644 --- a/Data/Sys/GameSettings/GZ3E70.ini +++ b/Data/Sys/GameSettings/GZ3E70.ini @@ -1,8 +1,5 @@ # GZ3E70 - Dragon Ball Z 2 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GZE.ini b/Data/Sys/GameSettings/GZE.ini index 51997e215c..9c24676c44 100644 --- a/Data/Sys/GameSettings/GZE.ini +++ b/Data/Sys/GameSettings/GZE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GZL.ini b/Data/Sys/GameSettings/GZL.ini index d734819871..5ffac0d340 100644 --- a/Data/Sys/GameSettings/GZL.ini +++ b/Data/Sys/GameSettings/GZL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -27,3 +24,8 @@ ArbitraryMipmapDetection = True [Video_Stereoscopy] StereoConvergence = 115 + +[Video_Settings] +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False diff --git a/Data/Sys/GameSettings/GZLE01.ini b/Data/Sys/GameSettings/GZLE01.ini index 510aa1be26..c9ef8b95cc 100644 --- a/Data/Sys/GameSettings/GZLE01.ini +++ b/Data/Sys/GameSettings/GZLE01.ini @@ -1,8 +1,5 @@ # GZLE01 - The Legend of Zelda The Wind Waker -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Max health diff --git a/Data/Sys/GameSettings/GZLJ01.ini b/Data/Sys/GameSettings/GZLJ01.ini index 3fa0053b3e..5f73efaa33 100644 --- a/Data/Sys/GameSettings/GZLJ01.ini +++ b/Data/Sys/GameSettings/GZLJ01.ini @@ -1,8 +1,5 @@ # GZLJ01 - The Legend of Zelda The Wind Waker -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Max health diff --git a/Data/Sys/GameSettings/GZLP01.ini b/Data/Sys/GameSettings/GZLP01.ini index 450ac61b7a..78adc6ff2c 100644 --- a/Data/Sys/GameSettings/GZLP01.ini +++ b/Data/Sys/GameSettings/GZLP01.ini @@ -1,8 +1,5 @@ # GZLP01 - The Legend of Zelda The Wind Waker -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Max health diff --git a/Data/Sys/GameSettings/GZP.ini b/Data/Sys/GameSettings/GZP.ini index 59d2fce15a..0df6aca7b2 100644 --- a/Data/Sys/GameSettings/GZP.ini +++ b/Data/Sys/GameSettings/GZP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GZW.ini b/Data/Sys/GameSettings/GZW.ini index 2636d40334..0833a6ca45 100644 --- a/Data/Sys/GameSettings/GZW.ini +++ b/Data/Sys/GameSettings/GZW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/HAB.ini b/Data/Sys/GameSettings/HAB.ini index 6c70440a55..01e0a7acd6 100644 --- a/Data/Sys/GameSettings/HAB.ini +++ b/Data/Sys/GameSettings/HAB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/HAC.ini b/Data/Sys/GameSettings/HAC.ini index 8ffee84518..81d0f088b8 100644 --- a/Data/Sys/GameSettings/HAC.ini +++ b/Data/Sys/GameSettings/HAC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/HAT.ini b/Data/Sys/GameSettings/HAT.ini index ffa773c4f8..87cbe79ff0 100644 --- a/Data/Sys/GameSettings/HAT.ini +++ b/Data/Sys/GameSettings/HAT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/HBI.ini b/Data/Sys/GameSettings/HBI.ini index 28db60cffe..799e80bd4b 100644 --- a/Data/Sys/GameSettings/HBI.ini +++ b/Data/Sys/GameSettings/HBI.ini @@ -5,5 +5,3 @@ [Video_Settings] SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False diff --git a/Data/Sys/GameSettings/HC4.ini b/Data/Sys/GameSettings/HC4.ini index b7a5d42428..5cff20a6b6 100644 --- a/Data/Sys/GameSettings/HC4.ini +++ b/Data/Sys/GameSettings/HC4.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/HCL.ini b/Data/Sys/GameSettings/HCL.ini index 92a9576730..92eafa7e94 100644 --- a/Data/Sys/GameSettings/HCL.ini +++ b/Data/Sys/GameSettings/HCL.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/HCS.ini b/Data/Sys/GameSettings/HCS.ini index 5001e6406f..bf442c94da 100644 --- a/Data/Sys/GameSettings/HCS.ini +++ b/Data/Sys/GameSettings/HCS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAB.ini b/Data/Sys/GameSettings/NAB.ini index a6ac599afb..c6ffa14ff4 100644 --- a/Data/Sys/GameSettings/NAB.ini +++ b/Data/Sys/GameSettings/NAB.ini @@ -2,9 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/NAC.ini b/Data/Sys/GameSettings/NAC.ini index 6996c29624..3e9f21be74 100644 --- a/Data/Sys/GameSettings/NAC.ini +++ b/Data/Sys/GameSettings/NAC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAD.ini b/Data/Sys/GameSettings/NAD.ini index 48dbf175a9..46c9be42b2 100644 --- a/Data/Sys/GameSettings/NAD.ini +++ b/Data/Sys/GameSettings/NAD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAE.ini b/Data/Sys/GameSettings/NAE.ini index a5f08323d1..0128543db4 100644 --- a/Data/Sys/GameSettings/NAE.ini +++ b/Data/Sys/GameSettings/NAE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAF.ini b/Data/Sys/GameSettings/NAF.ini index 5025647b82..332d8ff452 100644 --- a/Data/Sys/GameSettings/NAF.ini +++ b/Data/Sys/GameSettings/NAF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAK.ini b/Data/Sys/GameSettings/NAK.ini index 911330e843..2cd3c86033 100644 --- a/Data/Sys/GameSettings/NAK.ini +++ b/Data/Sys/GameSettings/NAK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAL.ini b/Data/Sys/GameSettings/NAL.ini index e813d0d6b1..fbf16b4559 100644 --- a/Data/Sys/GameSettings/NAL.ini +++ b/Data/Sys/GameSettings/NAL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAO.ini b/Data/Sys/GameSettings/NAO.ini index 41bcbf81db..868f49e65f 100644 --- a/Data/Sys/GameSettings/NAO.ini +++ b/Data/Sys/GameSettings/NAO.ini @@ -1,19 +1,16 @@ -# NAOJ01, NAOE01, NAOP01, NAOK01 - 1080° Snowboarding +# NAOJ01, NAOE01, NAOP01, NAOK01 - 1080° Snowboarding -[Core] -# Values set here will override the main Dolphin settings. +[Core] +# Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. +[OnFrame] +# Add memory patches to be applied every frame here. -[OnFrame] -# Add memory patches to be applied every frame here. +[ActionReplay] +# Add action replay cheats here. -[ActionReplay] -# Add action replay cheats here. +[Video_Settings] -[Video_Settings] - -[Video_Hacks] -DeferEFBCopies = False +[Video_Hacks] +DeferEFBCopies = False EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/NAR.ini b/Data/Sys/GameSettings/NAR.ini index 3831dd4dbd..1d8c38564c 100644 --- a/Data/Sys/GameSettings/NAR.ini +++ b/Data/Sys/GameSettings/NAR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/NAT.ini b/Data/Sys/GameSettings/NAT.ini index c5a923dc79..1a8e8f4757 100644 --- a/Data/Sys/GameSettings/NAT.ini +++ b/Data/Sys/GameSettings/NAT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/P2M.ini b/Data/Sys/GameSettings/P2M.ini index 8bc9795802..7a633d6403 100644 --- a/Data/Sys/GameSettings/P2M.ini +++ b/Data/Sys/GameSettings/P2M.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/P4B.ini b/Data/Sys/GameSettings/P4B.ini index 477ad43ad1..54a2c8e970 100644 --- a/Data/Sys/GameSettings/P4B.ini +++ b/Data/Sys/GameSettings/P4B.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/PC6.ini b/Data/Sys/GameSettings/PC6.ini index 22d9788ecc..9e39ce886e 100644 --- a/Data/Sys/GameSettings/PC6.ini +++ b/Data/Sys/GameSettings/PC6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/PCK.ini b/Data/Sys/GameSettings/PCK.ini index 0181f27783..14f9f3bc39 100644 --- a/Data/Sys/GameSettings/PCK.ini +++ b/Data/Sys/GameSettings/PCK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/PCS.ini b/Data/Sys/GameSettings/PCS.ini index 1ce075d556..74d727c51a 100644 --- a/Data/Sys/GameSettings/PCS.ini +++ b/Data/Sys/GameSettings/PCS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/PGS.ini b/Data/Sys/GameSettings/PGS.ini index fa15085b65..863edac2c7 100644 --- a/Data/Sys/GameSettings/PGS.ini +++ b/Data/Sys/GameSettings/PGS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/PNJ.ini b/Data/Sys/GameSettings/PNR.ini similarity index 75% rename from Data/Sys/GameSettings/PNJ.ini rename to Data/Sys/GameSettings/PNR.ini index a1154352dd..2e83a9200a 100644 --- a/Data/Sys/GameSettings/PNJ.ini +++ b/Data/Sys/GameSettings/PNR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -14,4 +11,4 @@ [Video_Settings] # override value that was set in P.ini back to defaults -SafeTextureCacheColorSamples = \ No newline at end of file +SafeTextureCacheColorSamples = diff --git a/Data/Sys/GameSettings/PRJ.ini b/Data/Sys/GameSettings/PRJ.ini index e65776671d..0bf0b8e4ce 100644 --- a/Data/Sys/GameSettings/PRJ.ini +++ b/Data/Sys/GameSettings/PRJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/PZL.ini b/Data/Sys/GameSettings/PZL.ini index 67519ceb98..3fe191ee0d 100644 --- a/Data/Sys/GameSettings/PZL.ini +++ b/Data/Sys/GameSettings/PZL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/PZLE01.ini b/Data/Sys/GameSettings/PZLE01.ini index af06cb4b0e..a9f1080acd 100644 --- a/Data/Sys/GameSettings/PZLE01.ini +++ b/Data/Sys/GameSettings/PZLE01.ini @@ -1,8 +1,5 @@ # PZLE01 - The Legend of Zelda: Collector's Edition -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R22.ini b/Data/Sys/GameSettings/R22.ini index 8bf59d1f45..9a0f8aa536 100644 --- a/Data/Sys/GameSettings/R22.ini +++ b/Data/Sys/GameSettings/R22.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R25.ini b/Data/Sys/GameSettings/R25.ini index 26ab4da277..3545f882d6 100644 --- a/Data/Sys/GameSettings/R25.ini +++ b/Data/Sys/GameSettings/R25.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R2G.ini b/Data/Sys/GameSettings/R2G.ini index 50d27eaaf4..cb92094ad5 100644 --- a/Data/Sys/GameSettings/R2G.ini +++ b/Data/Sys/GameSettings/R2G.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R2V.ini b/Data/Sys/GameSettings/R2V.ini index 09b4525100..c782406d2f 100644 --- a/Data/Sys/GameSettings/R2V.ini +++ b/Data/Sys/GameSettings/R2V.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R38.ini b/Data/Sys/GameSettings/R38.ini index 2eb103d6a3..3bf59faa31 100644 --- a/Data/Sys/GameSettings/R38.ini +++ b/Data/Sys/GameSettings/R38.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R3A.ini b/Data/Sys/GameSettings/R3A.ini index f7b3bac0e1..4e312bba2e 100644 --- a/Data/Sys/GameSettings/R3A.ini +++ b/Data/Sys/GameSettings/R3A.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R3B.ini b/Data/Sys/GameSettings/R3B.ini index fec15bcecd..e6567126cd 100644 --- a/Data/Sys/GameSettings/R3B.ini +++ b/Data/Sys/GameSettings/R3B.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R3D.ini b/Data/Sys/GameSettings/R3D.ini index 97ea28c1d2..f5d4a0f95d 100644 --- a/Data/Sys/GameSettings/R3D.ini +++ b/Data/Sys/GameSettings/R3D.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R3M.ini b/Data/Sys/GameSettings/R3M.ini index dbe9b9e54e..2bb28c61a4 100644 --- a/Data/Sys/GameSettings/R3M.ini +++ b/Data/Sys/GameSettings/R3M.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R3N.ini b/Data/Sys/GameSettings/R3N.ini index 9d8d1e02b9..fbf25cb1b1 100644 --- a/Data/Sys/GameSettings/R3N.ini +++ b/Data/Sys/GameSettings/R3N.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R3O.ini b/Data/Sys/GameSettings/R3O.ini index 5367224df3..17a5b0e2cc 100644 --- a/Data/Sys/GameSettings/R3O.ini +++ b/Data/Sys/GameSettings/R3O.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R3R.ini b/Data/Sys/GameSettings/R3R.ini index 81d81db41a..3b6ae3c9fd 100644 --- a/Data/Sys/GameSettings/R3R.ini +++ b/Data/Sys/GameSettings/R3R.ini @@ -1,8 +1,6 @@ # R3RE8P, R3RP8P - Sonic & Sega All-Stars Racing [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. [OnFrame] [ActionReplay] [Video_Hacks] diff --git a/Data/Sys/GameSettings/R44.ini b/Data/Sys/GameSettings/R44.ini index f2a3b4158f..19e364d955 100644 --- a/Data/Sys/GameSettings/R44.ini +++ b/Data/Sys/GameSettings/R44.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R4E.ini b/Data/Sys/GameSettings/R4E.ini index c299cbcb7b..db1dc1d86a 100644 --- a/Data/Sys/GameSettings/R4E.ini +++ b/Data/Sys/GameSettings/R4E.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R4F.ini b/Data/Sys/GameSettings/R4F.ini index 23c69d7f41..7fe940b68c 100644 --- a/Data/Sys/GameSettings/R4F.ini +++ b/Data/Sys/GameSettings/R4F.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R4Z.ini b/Data/Sys/GameSettings/R4Z.ini index 8ee7130a14..857d49b619 100644 --- a/Data/Sys/GameSettings/R4Z.ini +++ b/Data/Sys/GameSettings/R4Z.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R55.ini b/Data/Sys/GameSettings/R55.ini index d0ad20e6c4..3a2218adb3 100644 --- a/Data/Sys/GameSettings/R55.ini +++ b/Data/Sys/GameSettings/R55.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R59.ini b/Data/Sys/GameSettings/R59.ini index d869737df5..5534f2dba0 100644 --- a/Data/Sys/GameSettings/R59.ini +++ b/Data/Sys/GameSettings/R59.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R5D.ini b/Data/Sys/GameSettings/R5D.ini index d7cf7fed93..039e624a78 100644 --- a/Data/Sys/GameSettings/R5D.ini +++ b/Data/Sys/GameSettings/R5D.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R5I.ini b/Data/Sys/GameSettings/R5I.ini index 53aa0a124b..c6bb26e494 100644 --- a/Data/Sys/GameSettings/R5I.ini +++ b/Data/Sys/GameSettings/R5I.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R5P.ini b/Data/Sys/GameSettings/R5P.ini index d19992437e..bbfb72ce97 100644 --- a/Data/Sys/GameSettings/R5P.ini +++ b/Data/Sys/GameSettings/R5P.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R5T.ini b/Data/Sys/GameSettings/R5T.ini index fcc85450ec..ce3a9d5e8d 100644 --- a/Data/Sys/GameSettings/R5T.ini +++ b/Data/Sys/GameSettings/R5T.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R5W.ini b/Data/Sys/GameSettings/R5W.ini index 03cf3a3e23..7a0a7d5dd0 100644 --- a/Data/Sys/GameSettings/R5W.ini +++ b/Data/Sys/GameSettings/R5W.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R64.ini b/Data/Sys/GameSettings/R64.ini index 00ab6d8219..e79a226d17 100644 --- a/Data/Sys/GameSettings/R64.ini +++ b/Data/Sys/GameSettings/R64.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R6B.ini b/Data/Sys/GameSettings/R6B.ini index 51e88251cb..137aeeecc9 100644 --- a/Data/Sys/GameSettings/R6B.ini +++ b/Data/Sys/GameSettings/R6B.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R6C.INI b/Data/Sys/GameSettings/R6C.INI index d9ae352dfa..be0f8b88d3 100644 --- a/Data/Sys/GameSettings/R6C.INI +++ b/Data/Sys/GameSettings/R6C.INI @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R6Q.ini b/Data/Sys/GameSettings/R6Q.ini index c2e9bf1efb..c0e34a145e 100644 --- a/Data/Sys/GameSettings/R6Q.ini +++ b/Data/Sys/GameSettings/R6Q.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R6T.ini b/Data/Sys/GameSettings/R6T.ini index 3797bc1262..8e45a9ee6b 100644 --- a/Data/Sys/GameSettings/R6T.ini +++ b/Data/Sys/GameSettings/R6T.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R6Y.ini b/Data/Sys/GameSettings/R6Y.ini index 7e31079191..fb2b9fbb05 100644 --- a/Data/Sys/GameSettings/R6Y.ini +++ b/Data/Sys/GameSettings/R6Y.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R7E.ini b/Data/Sys/GameSettings/R7E.ini index a4b2d61981..24c8fd832a 100644 --- a/Data/Sys/GameSettings/R7E.ini +++ b/Data/Sys/GameSettings/R7E.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R7G.ini b/Data/Sys/GameSettings/R7G.ini index aead754aef..6bb4b70193 100644 --- a/Data/Sys/GameSettings/R7G.ini +++ b/Data/Sys/GameSettings/R7G.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. AccurateNaNs = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R7P.ini b/Data/Sys/GameSettings/R7P.ini index f229b3ab14..e09a713273 100644 --- a/Data/Sys/GameSettings/R7P.ini +++ b/Data/Sys/GameSettings/R7P.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R7PE01.ini b/Data/Sys/GameSettings/R7PE01.ini index a6367e2680..862562ed18 100644 --- a/Data/Sys/GameSettings/R7PE01.ini +++ b/Data/Sys/GameSettings/R7PE01.ini @@ -1,8 +1,5 @@ # R7PE01 - Punch Out -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Patch diff --git a/Data/Sys/GameSettings/R7PP01.ini b/Data/Sys/GameSettings/R7PP01.ini index 44c898de48..94e938888c 100644 --- a/Data/Sys/GameSettings/R7PP01.ini +++ b/Data/Sys/GameSettings/R7PP01.ini @@ -1,8 +1,5 @@ # R7PP01 - Punch Out -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Patch diff --git a/Data/Sys/GameSettings/R7X.ini b/Data/Sys/GameSettings/R7X.ini index a351cc67d3..96ec1b3baf 100644 --- a/Data/Sys/GameSettings/R7X.ini +++ b/Data/Sys/GameSettings/R7X.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R84.ini b/Data/Sys/GameSettings/R84.ini index c2bf1440f2..2a85db70f2 100644 --- a/Data/Sys/GameSettings/R84.ini +++ b/Data/Sys/GameSettings/R84.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R8A.ini b/Data/Sys/GameSettings/R8A.ini index 6181d27d2a..d2a790bbea 100644 --- a/Data/Sys/GameSettings/R8A.ini +++ b/Data/Sys/GameSettings/R8A.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R8I.ini b/Data/Sys/GameSettings/R8I.ini index d95f01c62f..05815f4c53 100644 --- a/Data/Sys/GameSettings/R8I.ini +++ b/Data/Sys/GameSettings/R8I.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R8J.ini b/Data/Sys/GameSettings/R8J.ini index 38cf9c7acf..0921acd150 100644 --- a/Data/Sys/GameSettings/R8J.ini +++ b/Data/Sys/GameSettings/R8J.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R8L.ini b/Data/Sys/GameSettings/R8L.ini index 6b13ef7ec4..9f44d2c23d 100644 --- a/Data/Sys/GameSettings/R8L.ini +++ b/Data/Sys/GameSettings/R8L.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R8P.ini b/Data/Sys/GameSettings/R8P.ini index db015bfd1b..6667ee1c2b 100644 --- a/Data/Sys/GameSettings/R8P.ini +++ b/Data/Sys/GameSettings/R8P.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R92.ini b/Data/Sys/GameSettings/R92.ini index f73aae4f12..eda47bc64e 100644 --- a/Data/Sys/GameSettings/R92.ini +++ b/Data/Sys/GameSettings/R92.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R9D.ini b/Data/Sys/GameSettings/R9D.ini index 5307d47908..487317d233 100644 --- a/Data/Sys/GameSettings/R9D.ini +++ b/Data/Sys/GameSettings/R9D.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R9G.ini b/Data/Sys/GameSettings/R9G.ini index 797447fc33..6298a5a197 100644 --- a/Data/Sys/GameSettings/R9G.ini +++ b/Data/Sys/GameSettings/R9G.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/R9I.ini b/Data/Sys/GameSettings/R9I.ini index 363616ce68..de62a40db2 100644 --- a/Data/Sys/GameSettings/R9I.ini +++ b/Data/Sys/GameSettings/R9I.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RB7.ini b/Data/Sys/GameSettings/RB7.ini index e1377a4182..3a5118f28d 100644 --- a/Data/Sys/GameSettings/RB7.ini +++ b/Data/Sys/GameSettings/RB7.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FastDiscSpeed = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RB9.ini b/Data/Sys/GameSettings/RB9.ini index 5e55d3d77f..d284131dd9 100644 --- a/Data/Sys/GameSettings/RB9.ini +++ b/Data/Sys/GameSettings/RB9.ini @@ -3,9 +3,6 @@ [Core] CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBB.ini b/Data/Sys/GameSettings/RBB.ini index 333080ed61..e800070d6f 100644 --- a/Data/Sys/GameSettings/RBB.ini +++ b/Data/Sys/GameSettings/RBB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBH.ini b/Data/Sys/GameSettings/RBH.ini index 16d79937bc..2d82c8f608 100644 --- a/Data/Sys/GameSettings/RBH.ini +++ b/Data/Sys/GameSettings/RBH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBI.ini b/Data/Sys/GameSettings/RBI.ini index dcc394b60b..c06f077cda 100644 --- a/Data/Sys/GameSettings/RBI.ini +++ b/Data/Sys/GameSettings/RBI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBK.ini b/Data/Sys/GameSettings/RBK.ini index f94dda6997..23859abfe3 100644 --- a/Data/Sys/GameSettings/RBK.ini +++ b/Data/Sys/GameSettings/RBK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBL.ini b/Data/Sys/GameSettings/RBL.ini index 3c4ec7d9f3..9cb74595a4 100644 --- a/Data/Sys/GameSettings/RBL.ini +++ b/Data/Sys/GameSettings/RBL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBO.ini b/Data/Sys/GameSettings/RBO.ini index 85d0aa2f99..81efec7568 100644 --- a/Data/Sys/GameSettings/RBO.ini +++ b/Data/Sys/GameSettings/RBO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBR.ini b/Data/Sys/GameSettings/RBR.ini index 406e0a0b6c..283b5cef2a 100644 --- a/Data/Sys/GameSettings/RBR.ini +++ b/Data/Sys/GameSettings/RBR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBT.ini b/Data/Sys/GameSettings/RBT.ini index 0196fbac87..b7c93c0166 100644 --- a/Data/Sys/GameSettings/RBT.ini +++ b/Data/Sys/GameSettings/RBT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBW.ini b/Data/Sys/GameSettings/RBW.ini index 779292027c..a20b4c4c42 100644 --- a/Data/Sys/GameSettings/RBW.ini +++ b/Data/Sys/GameSettings/RBW.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RBY.ini b/Data/Sys/GameSettings/RBY.ini index 9429e3a209..03f8e10f87 100644 --- a/Data/Sys/GameSettings/RBY.ini +++ b/Data/Sys/GameSettings/RBY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RCC.ini b/Data/Sys/GameSettings/RCC.ini index 3be5923eed..5ede322b5e 100644 --- a/Data/Sys/GameSettings/RCC.ini +++ b/Data/Sys/GameSettings/RCC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RCH.ini b/Data/Sys/GameSettings/RCH.ini index 1e03afd731..baa1c8168b 100644 --- a/Data/Sys/GameSettings/RCH.ini +++ b/Data/Sys/GameSettings/RCH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RCJ.ini b/Data/Sys/GameSettings/RCJ.ini index 6cd7c798b8..b43b8afdc5 100644 --- a/Data/Sys/GameSettings/RCJ.ini +++ b/Data/Sys/GameSettings/RCJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RCL.ini b/Data/Sys/GameSettings/RCL.ini index 672592b7ba..fce3ec1e76 100644 --- a/Data/Sys/GameSettings/RCL.ini +++ b/Data/Sys/GameSettings/RCL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RCP.ini b/Data/Sys/GameSettings/RCP.ini index 0151ebf71b..7d1cfb2628 100644 --- a/Data/Sys/GameSettings/RCP.ini +++ b/Data/Sys/GameSettings/RCP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RD2.ini b/Data/Sys/GameSettings/RD2.ini index 1630a0ba9d..d5e77dad5d 100644 --- a/Data/Sys/GameSettings/RD2.ini +++ b/Data/Sys/GameSettings/RD2.ini @@ -3,9 +3,6 @@ [Core] # The game hangs on New Game when using Dual Core CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RDB.ini b/Data/Sys/GameSettings/RDB.ini index caac831fef..b830f5d998 100644 --- a/Data/Sys/GameSettings/RDB.ini +++ b/Data/Sys/GameSettings/RDB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RDF.ini b/Data/Sys/GameSettings/RDF.ini index 2fd071237f..90cdfaa0a5 100644 --- a/Data/Sys/GameSettings/RDF.ini +++ b/Data/Sys/GameSettings/RDF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RDJ.ini b/Data/Sys/GameSettings/RDJ.ini index 9ec8e83cf7..3073060309 100644 --- a/Data/Sys/GameSettings/RDJ.ini +++ b/Data/Sys/GameSettings/RDJ.ini @@ -5,9 +5,6 @@ # https://bugs.dolphin-emu.org/issues/13544 CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RDS.ini b/Data/Sys/GameSettings/RDS.ini index 0bffc83675..d68ff978a6 100644 --- a/Data/Sys/GameSettings/RDS.ini +++ b/Data/Sys/GameSettings/RDS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RDZ.ini b/Data/Sys/GameSettings/RDZ.ini index 7454d1784a..1ee251ae0e 100644 --- a/Data/Sys/GameSettings/RDZ.ini +++ b/Data/Sys/GameSettings/RDZ.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RED.ini b/Data/Sys/GameSettings/RED.ini index 2fd776bd05..58a7d70b38 100644 --- a/Data/Sys/GameSettings/RED.ini +++ b/Data/Sys/GameSettings/RED.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RELJAB.ini b/Data/Sys/GameSettings/RELJAB.ini index 90543a1c23..872c654b6e 100644 --- a/Data/Sys/GameSettings/RELJAB.ini +++ b/Data/Sys/GameSettings/RELJAB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $DI Seed Blanker diff --git a/Data/Sys/GameSettings/REX.ini b/Data/Sys/GameSettings/REX.ini index 0c9e6d537a..c26f2d0fa9 100644 --- a/Data/Sys/GameSettings/REX.ini +++ b/Data/Sys/GameSettings/REX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RFB.ini b/Data/Sys/GameSettings/RFB.ini index 0dc46eb72f..c7b7781634 100644 --- a/Data/Sys/GameSettings/RFB.ini +++ b/Data/Sys/GameSettings/RFB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RFC.ini b/Data/Sys/GameSettings/RFC.ini index f834ca04a3..eb7908da88 100644 --- a/Data/Sys/GameSettings/RFC.ini +++ b/Data/Sys/GameSettings/RFC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RFF.ini b/Data/Sys/GameSettings/RFF.ini index 22a71ce558..77c84c0128 100644 --- a/Data/Sys/GameSettings/RFF.ini +++ b/Data/Sys/GameSettings/RFF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RFQ.ini b/Data/Sys/GameSettings/RFQ.ini index 4e8d033dd4..8b552024ea 100644 --- a/Data/Sys/GameSettings/RFQ.ini +++ b/Data/Sys/GameSettings/RFQ.ini @@ -1,20 +1,13 @@ -# RFQP69 - FaceBreaker K.O. Party +# RFQE69, RFQP69, RFQJ13, RFQK69 - FaceBreaker K.O. Party [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. [ActionReplay] # Add action replay cheats here. -[Video] -Hack = 3 - [Video_Settings] SafeTextureCacheColorSamples = 512 - diff --git a/Data/Sys/GameSettings/RFS.ini b/Data/Sys/GameSettings/RFS.ini index c9ada5c57e..ce87fe611f 100644 --- a/Data/Sys/GameSettings/RFS.ini +++ b/Data/Sys/GameSettings/RFS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RG2.ini b/Data/Sys/GameSettings/RG2.ini index dca8f88d35..5373170eb2 100644 --- a/Data/Sys/GameSettings/RG2.ini +++ b/Data/Sys/GameSettings/RG2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RG4.ini b/Data/Sys/GameSettings/RG4.ini index 75e0379dcc..8a5edeb565 100644 --- a/Data/Sys/GameSettings/RG4.ini +++ b/Data/Sys/GameSettings/RG4.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RG6.ini b/Data/Sys/GameSettings/RG6.ini index 1cc6b3ecfa..91e5522498 100644 --- a/Data/Sys/GameSettings/RG6.ini +++ b/Data/Sys/GameSettings/RG6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RGB.ini b/Data/Sys/GameSettings/RGB.ini index 95eda58aec..d8c27d5085 100644 --- a/Data/Sys/GameSettings/RGB.ini +++ b/Data/Sys/GameSettings/RGB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RGM.ini b/Data/Sys/GameSettings/RGM.ini index 00e1b564b7..9b3e565956 100644 --- a/Data/Sys/GameSettings/RGM.ini +++ b/Data/Sys/GameSettings/RGM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RGQ.ini b/Data/Sys/GameSettings/RGQ.ini index 6341282a4d..80181c473f 100644 --- a/Data/Sys/GameSettings/RGQ.ini +++ b/Data/Sys/GameSettings/RGQ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RGQE70.ini b/Data/Sys/GameSettings/RGQE70.ini index 5cc3381c46..b69de4cba2 100644 --- a/Data/Sys/GameSettings/RGQE70.ini +++ b/Data/Sys/GameSettings/RGQE70.ini @@ -1,8 +1,5 @@ # RGQE70 - Ghostbusters -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $crashfix diff --git a/Data/Sys/GameSettings/RGS.ini b/Data/Sys/GameSettings/RGS.ini index 575d33c7b1..c91a727918 100644 --- a/Data/Sys/GameSettings/RGS.ini +++ b/Data/Sys/GameSettings/RGS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RGW.ini b/Data/Sys/GameSettings/RGW.ini index 273898bf3c..428d6b071d 100644 --- a/Data/Sys/GameSettings/RGW.ini +++ b/Data/Sys/GameSettings/RGW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -22,3 +19,5 @@ SafeTextureCacheColorSamples = 0 # Fixes visible lines in air vents/fans. VertexRounding = True ImmediateXFBEnable = False +# Fixes rabbid tattoo textures saving as black. +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/RH6.ini b/Data/Sys/GameSettings/RH6.ini index 1d943bdbc3..a3d4c168a7 100644 --- a/Data/Sys/GameSettings/RH6.ini +++ b/Data/Sys/GameSettings/RH6.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RH8.ini b/Data/Sys/GameSettings/RH8.ini index df12c96759..ae46dd3ca2 100644 --- a/Data/Sys/GameSettings/RH8.ini +++ b/Data/Sys/GameSettings/RH8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RHA.ini b/Data/Sys/GameSettings/RHA.ini index f714e0aace..e64c5042ae 100644 --- a/Data/Sys/GameSettings/RHA.ini +++ b/Data/Sys/GameSettings/RHA.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RHF.ini b/Data/Sys/GameSettings/RHF.ini index a3bea1d0f1..dd320227b3 100644 --- a/Data/Sys/GameSettings/RHF.ini +++ b/Data/Sys/GameSettings/RHF.ini @@ -1,6 +1,9 @@ # RHFE5D, RHFP5D - Happy Feet +[Core] +# Values set here will override the main Dolphin settings. +# The JIT cache causes problems with emulated icache invalidation in this game resulting in areas failing to load +DisableICache = True + [Video_Settings] SuggestedAspectRatio = 2 -# The JIT cache causes problems with emulated icache invalidation in this game resulting in a crash on starting the game -DisableICache = True diff --git a/Data/Sys/GameSettings/RHO.ini b/Data/Sys/GameSettings/RHO.ini index f3c3cc4da7..fcbc4972ad 100644 --- a/Data/Sys/GameSettings/RHO.ini +++ b/Data/Sys/GameSettings/RHO.ini @@ -3,9 +3,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RHT.ini b/Data/Sys/GameSettings/RHT.ini index 3ec21dad2d..8295ffab9c 100644 --- a/Data/Sys/GameSettings/RHT.ini +++ b/Data/Sys/GameSettings/RHT.ini @@ -7,9 +7,6 @@ OverclockEnable = True Overclock = 1.25 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RI3.ini b/Data/Sys/GameSettings/RI3.ini index 91f32e66b4..7a93709c95 100644 --- a/Data/Sys/GameSettings/RI3.ini +++ b/Data/Sys/GameSettings/RI3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RI7.ini b/Data/Sys/GameSettings/RI7.ini index acc70d0a5b..bd20dd0fb6 100644 --- a/Data/Sys/GameSettings/RI7.ini +++ b/Data/Sys/GameSettings/RI7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RIP.ini b/Data/Sys/GameSettings/RIP.ini index c1a195696c..48f2a406c8 100644 --- a/Data/Sys/GameSettings/RIP.ini +++ b/Data/Sys/GameSettings/RIP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RIU.ini b/Data/Sys/GameSettings/RIU.ini index 31951eaeec..1e3823f154 100644 --- a/Data/Sys/GameSettings/RIU.ini +++ b/Data/Sys/GameSettings/RIU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RIZ.ini b/Data/Sys/GameSettings/RIZ.ini index 57d14c95fa..d8f75acee7 100644 --- a/Data/Sys/GameSettings/RIZ.ini +++ b/Data/Sys/GameSettings/RIZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RJ2.ini b/Data/Sys/GameSettings/RJ2.ini index aa162474ec..de471ec070 100644 --- a/Data/Sys/GameSettings/RJ2.ini +++ b/Data/Sys/GameSettings/RJ2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RJ3.ini b/Data/Sys/GameSettings/RJ3.ini index 61a0c51df5..61a0d03413 100644 --- a/Data/Sys/GameSettings/RJ3.ini +++ b/Data/Sys/GameSettings/RJ3.ini @@ -5,9 +5,6 @@ # Fixes the blue screen problem. See issue 13118 for more info. AccurateNaNs = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RJ8.ini b/Data/Sys/GameSettings/RJ8.ini index 070693cb33..71c114b01a 100644 --- a/Data/Sys/GameSettings/RJ8.ini +++ b/Data/Sys/GameSettings/RJ8.ini @@ -5,9 +5,6 @@ # The JIT cache causes problems with emulated icache invalidation in this game resulting in areas failing to load DisableICache = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RJC.ini b/Data/Sys/GameSettings/RJC.ini index 76b05863df..fa9ca6a1de 100644 --- a/Data/Sys/GameSettings/RJC.ini +++ b/Data/Sys/GameSettings/RJC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RK2.ini b/Data/Sys/GameSettings/RK2.ini index 39fe535ac8..a922faa22c 100644 --- a/Data/Sys/GameSettings/RK2.ini +++ b/Data/Sys/GameSettings/RK2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RKA.ini b/Data/Sys/GameSettings/RKA.ini index b157616dfd..13a1ae7d18 100644 --- a/Data/Sys/GameSettings/RKA.ini +++ b/Data/Sys/GameSettings/RKA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RKD.ini b/Data/Sys/GameSettings/RKD.ini index d176b145c1..7f3c20fa42 100644 --- a/Data/Sys/GameSettings/RKD.ini +++ b/Data/Sys/GameSettings/RKD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RLJ.ini b/Data/Sys/GameSettings/RLJ.ini index e4882d304a..1d6283cc53 100644 --- a/Data/Sys/GameSettings/RLJ.ini +++ b/Data/Sys/GameSettings/RLJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RLS.ini b/Data/Sys/GameSettings/RLS.ini index 26f6646a13..a89ed5c7b9 100644 --- a/Data/Sys/GameSettings/RLS.ini +++ b/Data/Sys/GameSettings/RLS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RLT.ini b/Data/Sys/GameSettings/RLT.ini index b935e0c5d9..da97d04595 100644 --- a/Data/Sys/GameSettings/RLT.ini +++ b/Data/Sys/GameSettings/RLT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RM3.ini b/Data/Sys/GameSettings/RM3.ini index d00735ce67..b6bc1cd81d 100644 --- a/Data/Sys/GameSettings/RM3.ini +++ b/Data/Sys/GameSettings/RM3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RM8.ini b/Data/Sys/GameSettings/RM8.ini index 5f53230d2b..5aabd097bd 100644 --- a/Data/Sys/GameSettings/RM8.ini +++ b/Data/Sys/GameSettings/RM8.ini @@ -1,8 +1,6 @@ # RM8E01, RM8J01, RM8K01, RM8P01 - Mario Party 8 [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. [OnFrame] [ActionReplay] [Video_Enhancements] diff --git a/Data/Sys/GameSettings/RM8E01.ini b/Data/Sys/GameSettings/RM8E01.ini index 24e0df1de9..53b2063717 100644 --- a/Data/Sys/GameSettings/RM8E01.ini +++ b/Data/Sys/GameSettings/RM8E01.ini @@ -1,8 +1,5 @@ # RM8E01 - Mario Party 8 -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RM9.ini b/Data/Sys/GameSettings/RM9.ini index 60bdc7b1a7..c1688e10c3 100644 --- a/Data/Sys/GameSettings/RM9.ini +++ b/Data/Sys/GameSettings/RM9.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RMC.ini b/Data/Sys/GameSettings/RMC.ini index 70571e0d41..c2bfa056c5 100644 --- a/Data/Sys/GameSettings/RMC.ini +++ b/Data/Sys/GameSettings/RMC.ini @@ -2,9 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RMG.ini b/Data/Sys/GameSettings/RMG.ini index b5a2976662..3f49e2923a 100644 --- a/Data/Sys/GameSettings/RMG.ini +++ b/Data/Sys/GameSettings/RMG.ini @@ -2,9 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -17,3 +14,8 @@ EFBAccessDeferInvalidation = True [Video_Enhancements] ArbitraryMipmapDetection = True + +[Video_Settings] +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False diff --git a/Data/Sys/GameSettings/RMH.ini b/Data/Sys/GameSettings/RMH.ini index 4a79ae1ad5..b9cc04113b 100644 --- a/Data/Sys/GameSettings/RMH.ini +++ b/Data/Sys/GameSettings/RMH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RMHE08.ini b/Data/Sys/GameSettings/RMHE08.ini index 4da564f560..35d7f4b724 100644 --- a/Data/Sys/GameSettings/RMHE08.ini +++ b/Data/Sys/GameSettings/RMHE08.ini @@ -1,8 +1,5 @@ # RMHE08 - Monster Hunter Tri -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Bloom OFF @@ -11,3 +8,6 @@ $Bloom OFF [ActionReplay] # Add action replay cheats here. + +[Patches_RetroAchievements_Verified] +$Bloom OFF diff --git a/Data/Sys/GameSettings/RMHJ08.ini b/Data/Sys/GameSettings/RMHJ08.ini index 3bd2cf440f..695b09c5f9 100644 --- a/Data/Sys/GameSettings/RMHJ08.ini +++ b/Data/Sys/GameSettings/RMHJ08.ini @@ -1,8 +1,5 @@ # RMHJ08 - Monster Hunter Tri -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Bloom OFF @@ -15,3 +12,6 @@ SafeTextureCacheColorSamples = 0 [ActionReplay] # Add action replay cheats here. + +[Patches_RetroAchievements_Verified] +$Bloom OFF diff --git a/Data/Sys/GameSettings/RMHP08.ini b/Data/Sys/GameSettings/RMHP08.ini index 7916926fcd..92db0fa7a6 100644 --- a/Data/Sys/GameSettings/RMHP08.ini +++ b/Data/Sys/GameSettings/RMHP08.ini @@ -1,8 +1,5 @@ # RMHP08 - Monster Hunter Tri -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Bloom OFF @@ -14,3 +11,6 @@ $Bloom OFF [ActionReplay] # Add action replay cheats here. + +[Patches_RetroAchievements_Verified] +$Bloom OFF diff --git a/Data/Sys/GameSettings/RMK.ini b/Data/Sys/GameSettings/RMK.ini index f181ad4c53..633b2a0d28 100644 --- a/Data/Sys/GameSettings/RMK.ini +++ b/Data/Sys/GameSettings/RMK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RML.ini b/Data/Sys/GameSettings/RML.ini index 6a80fa48cb..164b48cc11 100644 --- a/Data/Sys/GameSettings/RML.ini +++ b/Data/Sys/GameSettings/RML.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RMO.ini b/Data/Sys/GameSettings/RMO.ini index 03bc432972..8f8457584e 100644 --- a/Data/Sys/GameSettings/RMO.ini +++ b/Data/Sys/GameSettings/RMO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RMP.ini b/Data/Sys/GameSettings/RMP.ini index a5c2e6553b..5046f922e5 100644 --- a/Data/Sys/GameSettings/RMP.ini +++ b/Data/Sys/GameSettings/RMP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RNB.ini b/Data/Sys/GameSettings/RNB.ini index 41e9a10618..ce45da9a35 100644 --- a/Data/Sys/GameSettings/RNB.ini +++ b/Data/Sys/GameSettings/RNB.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RNO.ini b/Data/Sys/GameSettings/RNO.ini index 19cf9d499d..14b96ebb18 100644 --- a/Data/Sys/GameSettings/RNO.ini +++ b/Data/Sys/GameSettings/RNO.ini @@ -4,9 +4,6 @@ # Prevents save game corruption. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RNX.ini b/Data/Sys/GameSettings/RNX.ini index 39807385ee..2e9596ede2 100644 --- a/Data/Sys/GameSettings/RNX.ini +++ b/Data/Sys/GameSettings/RNX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RO2P7N.ini b/Data/Sys/GameSettings/RO2P7N.ini index 4c54f16eb5..dbf4cf1e6c 100644 --- a/Data/Sys/GameSettings/RO2P7N.ini +++ b/Data/Sys/GameSettings/RO2P7N.ini @@ -1,8 +1,5 @@ # RO2P7N - OFF ROAD -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hangfix diff --git a/Data/Sys/GameSettings/RO3.ini b/Data/Sys/GameSettings/RO3.ini index 47c5cd9197..b41db11a97 100644 --- a/Data/Sys/GameSettings/RO3.ini +++ b/Data/Sys/GameSettings/RO3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RO7.ini b/Data/Sys/GameSettings/RO7.ini index e8e707e23f..9a68157835 100644 --- a/Data/Sys/GameSettings/RO7.ini +++ b/Data/Sys/GameSettings/RO7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RO8.ini b/Data/Sys/GameSettings/RO8.ini index ca7251b666..5c70d6ce3c 100644 --- a/Data/Sys/GameSettings/RO8.ini +++ b/Data/Sys/GameSettings/RO8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RO9.ini b/Data/Sys/GameSettings/RO9.ini index dfe41b7285..3873a81568 100644 --- a/Data/Sys/GameSettings/RO9.ini +++ b/Data/Sys/GameSettings/RO9.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ROA.ini b/Data/Sys/GameSettings/ROA.ini index 6d52992801..38ac678406 100644 --- a/Data/Sys/GameSettings/ROA.ini +++ b/Data/Sys/GameSettings/ROA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ROD.ini b/Data/Sys/GameSettings/ROD.ini index e163cda9a2..688791ca48 100644 --- a/Data/Sys/GameSettings/ROD.ini +++ b/Data/Sys/GameSettings/ROD.ini @@ -2,9 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ROL.ini b/Data/Sys/GameSettings/ROL.ini index 0574e4cd2d..ce293711a2 100644 --- a/Data/Sys/GameSettings/ROL.ini +++ b/Data/Sys/GameSettings/ROL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RON.ini b/Data/Sys/GameSettings/RON.ini index 5de6d6117d..ef0eabf983 100644 --- a/Data/Sys/GameSettings/RON.ini +++ b/Data/Sys/GameSettings/RON.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ROU.ini b/Data/Sys/GameSettings/ROU.ini index 85f99b1047..e30c36d05a 100644 --- a/Data/Sys/GameSettings/ROU.ini +++ b/Data/Sys/GameSettings/ROU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ROW.ini b/Data/Sys/GameSettings/ROW.ini index 4d5b2d8e30..0016e5d010 100644 --- a/Data/Sys/GameSettings/ROW.ini +++ b/Data/Sys/GameSettings/ROW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ROX.ini b/Data/Sys/GameSettings/ROX.ini index 43b714d973..744fe43f00 100644 --- a/Data/Sys/GameSettings/ROX.ini +++ b/Data/Sys/GameSettings/ROX.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. RealWiiRemoteRepeatReports = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RPB.ini b/Data/Sys/GameSettings/RPB.ini index 77d70c04c7..b83cf839d0 100644 --- a/Data/Sys/GameSettings/RPB.ini +++ b/Data/Sys/GameSettings/RPB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RPF.ini b/Data/Sys/GameSettings/RPF.ini index 247b835bb5..447e307577 100644 --- a/Data/Sys/GameSettings/RPF.ini +++ b/Data/Sys/GameSettings/RPF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RPG.ini b/Data/Sys/GameSettings/RPG.ini index 5a286dad17..8fad37da25 100644 --- a/Data/Sys/GameSettings/RPG.ini +++ b/Data/Sys/GameSettings/RPG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RPJ.ini b/Data/Sys/GameSettings/RPJ.ini index ea77136c24..3b624307c5 100644 --- a/Data/Sys/GameSettings/RPJ.ini +++ b/Data/Sys/GameSettings/RPJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RPO.ini b/Data/Sys/GameSettings/RPO.ini index c20f0b15aa..feca5450f7 100644 --- a/Data/Sys/GameSettings/RPO.ini +++ b/Data/Sys/GameSettings/RPO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RPY.ini b/Data/Sys/GameSettings/RPY.ini index 696c1e206f..727dbb8e43 100644 --- a/Data/Sys/GameSettings/RPY.ini +++ b/Data/Sys/GameSettings/RPY.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RQ6.ini b/Data/Sys/GameSettings/RQ6.ini index def2e50933..07f8b1cfec 100644 --- a/Data/Sys/GameSettings/RQ6.ini +++ b/Data/Sys/GameSettings/RQ6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RQL.ini b/Data/Sys/GameSettings/RQL.ini index 19fcac9c90..c6ddf6da35 100644 --- a/Data/Sys/GameSettings/RQL.ini +++ b/Data/Sys/GameSettings/RQL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RQR.ini b/Data/Sys/GameSettings/RQR.ini index 3636a8e0aa..4eb70b1f1f 100644 --- a/Data/Sys/GameSettings/RQR.ini +++ b/Data/Sys/GameSettings/RQR.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RQW.ini b/Data/Sys/GameSettings/RQW.ini index 9a9559681d..c5bd0bdd91 100644 --- a/Data/Sys/GameSettings/RQW.ini +++ b/Data/Sys/GameSettings/RQW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RRB.ini b/Data/Sys/GameSettings/RRB.ini index b5f3ee31d9..7b38226773 100644 --- a/Data/Sys/GameSettings/RRB.ini +++ b/Data/Sys/GameSettings/RRB.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RRK.ini b/Data/Sys/GameSettings/RRK.ini index 6c0d77258e..ccd90cd79a 100644 --- a/Data/Sys/GameSettings/RRK.ini +++ b/Data/Sys/GameSettings/RRK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RRL.ini b/Data/Sys/GameSettings/RRL.ini index 1f5b59ebb6..4ba546abeb 100644 --- a/Data/Sys/GameSettings/RRL.ini +++ b/Data/Sys/GameSettings/RRL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RRP.ini b/Data/Sys/GameSettings/RRP.ini index 36fc7faf12..70c793980b 100644 --- a/Data/Sys/GameSettings/RRP.ini +++ b/Data/Sys/GameSettings/RRP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RRZ.ini b/Data/Sys/GameSettings/RRZ.ini index 59a61d3388..b297b97222 100644 --- a/Data/Sys/GameSettings/RRZ.ini +++ b/Data/Sys/GameSettings/RRZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RS5.ini b/Data/Sys/GameSettings/RS5.ini index 0cc0ea9830..9701366ec7 100644 --- a/Data/Sys/GameSettings/RS5.ini +++ b/Data/Sys/GameSettings/RS5.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSB.ini b/Data/Sys/GameSettings/RSB.ini index fb0769022b..cf28743357 100644 --- a/Data/Sys/GameSettings/RSB.ini +++ b/Data/Sys/GameSettings/RSB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSBP01.ini b/Data/Sys/GameSettings/RSBP01.ini index 6117291821..0c44ea6bc9 100644 --- a/Data/Sys/GameSettings/RSBP01.ini +++ b/Data/Sys/GameSettings/RSBP01.ini @@ -1,8 +1,5 @@ # RSBP01 - Super Smash Bros. Brawl -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSH.ini b/Data/Sys/GameSettings/RSH.ini index 6419835d42..b70eced9ef 100644 --- a/Data/Sys/GameSettings/RSH.ini +++ b/Data/Sys/GameSettings/RSH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSI.ini b/Data/Sys/GameSettings/RSI.ini index 47aae3a871..bb52254527 100644 --- a/Data/Sys/GameSettings/RSI.ini +++ b/Data/Sys/GameSettings/RSI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSL.ini b/Data/Sys/GameSettings/RSL.ini index 582897d75b..10fd6ef18f 100644 --- a/Data/Sys/GameSettings/RSL.ini +++ b/Data/Sys/GameSettings/RSL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSM.ini b/Data/Sys/GameSettings/RSM.ini index ff6144b2f5..397ec620ff 100644 --- a/Data/Sys/GameSettings/RSM.ini +++ b/Data/Sys/GameSettings/RSM.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSN.ini b/Data/Sys/GameSettings/RSN.ini index 31ebf7c041..39eae59fd8 100644 --- a/Data/Sys/GameSettings/RSN.ini +++ b/Data/Sys/GameSettings/RSN.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSO.ini b/Data/Sys/GameSettings/RSO.ini index ce45e11f6f..eb73773bfa 100644 --- a/Data/Sys/GameSettings/RSO.ini +++ b/Data/Sys/GameSettings/RSO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSP.ini b/Data/Sys/GameSettings/RSP.ini index 19c7ad6a19..48bcd62df1 100644 --- a/Data/Sys/GameSettings/RSP.ini +++ b/Data/Sys/GameSettings/RSP.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSR.ini b/Data/Sys/GameSettings/RSR.ini index aaf3f16340..41d42111b7 100644 --- a/Data/Sys/GameSettings/RSR.ini +++ b/Data/Sys/GameSettings/RSR.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. RealWiiRemoteRepeatReports = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RST.ini b/Data/Sys/GameSettings/RST.ini index 1471901212..e508005db0 100644 --- a/Data/Sys/GameSettings/RST.ini +++ b/Data/Sys/GameSettings/RST.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RSX.ini b/Data/Sys/GameSettings/RSX.ini index d830cea792..4f249caf85 100644 --- a/Data/Sys/GameSettings/RSX.ini +++ b/Data/Sys/GameSettings/RSX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RT4.ini b/Data/Sys/GameSettings/RT4.ini index e605a7c756..08cff32eeb 100644 --- a/Data/Sys/GameSettings/RT4.ini +++ b/Data/Sys/GameSettings/RT4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RT8.ini b/Data/Sys/GameSettings/RT8.ini index 5bf4957603..2f25eb2703 100644 --- a/Data/Sys/GameSettings/RT8.ini +++ b/Data/Sys/GameSettings/RT8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RTH.ini b/Data/Sys/GameSettings/RTH.ini index 4977ff46dd..29189d80e4 100644 --- a/Data/Sys/GameSettings/RTH.ini +++ b/Data/Sys/GameSettings/RTH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Disable blur @@ -19,6 +16,3 @@ $Disable blur [Video_Settings] SafeTextureCacheColorSamples = 0 - -[Video_Hacks] -EFBAccessEnable = False diff --git a/Data/Sys/GameSettings/RTM.ini b/Data/Sys/GameSettings/RTM.ini index 53d4ef5567..ebf6aaf242 100644 --- a/Data/Sys/GameSettings/RTM.ini +++ b/Data/Sys/GameSettings/RTM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RTR.ini b/Data/Sys/GameSettings/RTR.ini index 605ffa725a..b821c1fa73 100644 --- a/Data/Sys/GameSettings/RTR.ini +++ b/Data/Sys/GameSettings/RTR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RTU.ini b/Data/Sys/GameSettings/RTU.ini index bc84219cfb..ab5f0505d2 100644 --- a/Data/Sys/GameSettings/RTU.ini +++ b/Data/Sys/GameSettings/RTU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RTZ.ini b/Data/Sys/GameSettings/RTZ.ini index 0058a35edb..1865de7aac 100644 --- a/Data/Sys/GameSettings/RTZ.ini +++ b/Data/Sys/GameSettings/RTZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RUF.ini b/Data/Sys/GameSettings/RUF.ini index af092b5c45..3d51755fa2 100644 --- a/Data/Sys/GameSettings/RUF.ini +++ b/Data/Sys/GameSettings/RUF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/RUU.ini b/Data/Sys/GameSettings/RUU.ini index 18f0cccb06..88668c72cb 100644 --- a/Data/Sys/GameSettings/RUU.ini +++ b/Data/Sys/GameSettings/RUU.ini @@ -2,9 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/RW7.ini b/Data/Sys/GameSettings/RW7.ini index 8c284e2dfe..de4eda909c 100644 --- a/Data/Sys/GameSettings/RW7.ini +++ b/Data/Sys/GameSettings/RW7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RWO.ini b/Data/Sys/GameSettings/RWO.ini index 6737099306..376569f7da 100644 --- a/Data/Sys/GameSettings/RWO.ini +++ b/Data/Sys/GameSettings/RWO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RWS.ini b/Data/Sys/GameSettings/RWS.ini index 545089a38d..4ea640a9d2 100644 --- a/Data/Sys/GameSettings/RWS.ini +++ b/Data/Sys/GameSettings/RWS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RX3.ini b/Data/Sys/GameSettings/RX3.ini index fba872aaa1..ce74de832f 100644 --- a/Data/Sys/GameSettings/RX3.ini +++ b/Data/Sys/GameSettings/RX3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RXI.ini b/Data/Sys/GameSettings/RXI.ini index 0846b83a7a..05e1a634c5 100644 --- a/Data/Sys/GameSettings/RXI.ini +++ b/Data/Sys/GameSettings/RXI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RXX.ini b/Data/Sys/GameSettings/RXX.ini index 45d7c976a1..bfffcbeb8c 100644 --- a/Data/Sys/GameSettings/RXX.ini +++ b/Data/Sys/GameSettings/RXX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RY2.ini b/Data/Sys/GameSettings/RY2.ini index 9cc28b190f..de77ffabb1 100644 --- a/Data/Sys/GameSettings/RY2.ini +++ b/Data/Sys/GameSettings/RY2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RY3.ini b/Data/Sys/GameSettings/RY3.ini index b368aeaae1..92c7a13f5f 100644 --- a/Data/Sys/GameSettings/RY3.ini +++ b/Data/Sys/GameSettings/RY3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RYB.ini b/Data/Sys/GameSettings/RYB.ini index ee24cfc0fa..6f110697dd 100644 --- a/Data/Sys/GameSettings/RYB.ini +++ b/Data/Sys/GameSettings/RYB.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RYW.ini b/Data/Sys/GameSettings/RYW.ini index 67736e220b..6e9d595a28 100644 --- a/Data/Sys/GameSettings/RYW.ini +++ b/Data/Sys/GameSettings/RYW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RZD.ini b/Data/Sys/GameSettings/RZD.ini index 785abb11e1..0920439a74 100644 --- a/Data/Sys/GameSettings/RZD.ini +++ b/Data/Sys/GameSettings/RZD.ini @@ -2,9 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -28,5 +25,9 @@ VISkip = False CPUCull = True +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False + [Video_Enhancements] ArbitraryMipmapDetection = True diff --git a/Data/Sys/GameSettings/RZDE01r0.ini b/Data/Sys/GameSettings/RZDE01r0.ini index baf02ed5b4..919992a821 100644 --- a/Data/Sys/GameSettings/RZDE01r0.ini +++ b/Data/Sys/GameSettings/RZDE01r0.ini @@ -1,8 +1,5 @@ # RZDE01 - The Legend of Zelda: Twilight Princess [Wii] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hyrule Field Speed Hack diff --git a/Data/Sys/GameSettings/RZDE01r2.ini b/Data/Sys/GameSettings/RZDE01r2.ini index 4843f3e3c3..5fcda56528 100644 --- a/Data/Sys/GameSettings/RZDE01r2.ini +++ b/Data/Sys/GameSettings/RZDE01r2.ini @@ -1,8 +1,5 @@ # RZDE01 - The Legend of Zelda: Twilight Princess [Wii] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hyrule Field Speed Hack diff --git a/Data/Sys/GameSettings/RZDJ01.ini b/Data/Sys/GameSettings/RZDJ01.ini index f8d488b48c..b3709cb1b5 100644 --- a/Data/Sys/GameSettings/RZDJ01.ini +++ b/Data/Sys/GameSettings/RZDJ01.ini @@ -1,8 +1,5 @@ # RZDJ01 - The Legend of Zelda: Twilight Princess [Wii] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hyrule Field Speed Hack diff --git a/Data/Sys/GameSettings/RZDK01.ini b/Data/Sys/GameSettings/RZDK01.ini index 0b773f4e2e..6f93b872ab 100644 --- a/Data/Sys/GameSettings/RZDK01.ini +++ b/Data/Sys/GameSettings/RZDK01.ini @@ -1,8 +1,5 @@ # RZDK01 - The Legend of Zelda: Twilight Princess [Wii] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hyrule Field Speed Hack diff --git a/Data/Sys/GameSettings/RZDP01.ini b/Data/Sys/GameSettings/RZDP01.ini index 9b11d8311d..70a4ec245b 100644 --- a/Data/Sys/GameSettings/RZDP01.ini +++ b/Data/Sys/GameSettings/RZDP01.ini @@ -1,8 +1,5 @@ # RZDP01 - The Legend of Zelda: Twilight Princess [Wii] -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Hyrule Field Speed Hack diff --git a/Data/Sys/GameSettings/RZF.ini b/Data/Sys/GameSettings/RZF.ini index 15825cee1a..0016607c3a 100644 --- a/Data/Sys/GameSettings/RZF.ini +++ b/Data/Sys/GameSettings/RZF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RZI.ini b/Data/Sys/GameSettings/RZI.ini new file mode 100644 index 0000000000..b717c8973c --- /dev/null +++ b/Data/Sys/GameSettings/RZI.ini @@ -0,0 +1,14 @@ +# RZIE20, RZIPRT - Winter Sports 3: The Great Tournament + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/Sys/GameSettings/RZJ.ini b/Data/Sys/GameSettings/RZJ.ini index 052bcf20be..c85493b331 100644 --- a/Data/Sys/GameSettings/RZJ.ini +++ b/Data/Sys/GameSettings/RZJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RZJP69.ini b/Data/Sys/GameSettings/RZJP69.ini index 12a60c0ff3..e299d9d4dc 100644 --- a/Data/Sys/GameSettings/RZJP69.ini +++ b/Data/Sys/GameSettings/RZJP69.ini @@ -1,8 +1,5 @@ # RZJP69 - DeadSpace -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RZO.ini b/Data/Sys/GameSettings/RZO.ini index e7db9d89d3..0388384fc2 100644 --- a/Data/Sys/GameSettings/RZO.ini +++ b/Data/Sys/GameSettings/RZO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/RZT.ini b/Data/Sys/GameSettings/RZT.ini index 84fabfed52..d6cdfbeaf4 100644 --- a/Data/Sys/GameSettings/RZT.ini +++ b/Data/Sys/GameSettings/RZT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/RZY.ini b/Data/Sys/GameSettings/RZY.ini index 1d790f21bb..369ae1dfdb 100644 --- a/Data/Sys/GameSettings/RZY.ini +++ b/Data/Sys/GameSettings/RZY.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S2C.ini b/Data/Sys/GameSettings/S2C.ini index fe5870cc8c..2c0fdaec25 100644 --- a/Data/Sys/GameSettings/S2C.ini +++ b/Data/Sys/GameSettings/S2C.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S2E.ini b/Data/Sys/GameSettings/S2E.ini index d782d072b8..227abeae71 100644 --- a/Data/Sys/GameSettings/S2E.ini +++ b/Data/Sys/GameSettings/S2E.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S2L.ini b/Data/Sys/GameSettings/S2L.ini index 81816564a6..384c9f27ca 100644 --- a/Data/Sys/GameSettings/S2L.ini +++ b/Data/Sys/GameSettings/S2L.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S2W.ini b/Data/Sys/GameSettings/S2W.ini index 0ce40a75c4..7cf8b6caa7 100644 --- a/Data/Sys/GameSettings/S2W.ini +++ b/Data/Sys/GameSettings/S2W.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S3B.ini b/Data/Sys/GameSettings/S3B.ini index 2d610de6f6..2ec425f66d 100644 --- a/Data/Sys/GameSettings/S3B.ini +++ b/Data/Sys/GameSettings/S3B.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S59.ini b/Data/Sys/GameSettings/S59.ini index aad2e33bdf..4415d030b8 100644 --- a/Data/Sys/GameSettings/S59.ini +++ b/Data/Sys/GameSettings/S59.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S5D.ini b/Data/Sys/GameSettings/S5D.ini index 4cdb5f9a6e..3e9b0caeb7 100644 --- a/Data/Sys/GameSettings/S5D.ini +++ b/Data/Sys/GameSettings/S5D.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S5S.ini b/Data/Sys/GameSettings/S5S.ini index 196a2aad41..45bc72c1b6 100644 --- a/Data/Sys/GameSettings/S5S.ini +++ b/Data/Sys/GameSettings/S5S.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S72.ini b/Data/Sys/GameSettings/S72.ini index 4e7edbf7c1..8811e3cd56 100644 --- a/Data/Sys/GameSettings/S72.ini +++ b/Data/Sys/GameSettings/S72.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S75.ini b/Data/Sys/GameSettings/S75.ini index b49ae02903..de0183235a 100644 --- a/Data/Sys/GameSettings/S75.ini +++ b/Data/Sys/GameSettings/S75.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/S7E.ini b/Data/Sys/GameSettings/S7E.ini new file mode 100644 index 0000000000..899db7a2bb --- /dev/null +++ b/Data/Sys/GameSettings/S7E.ini @@ -0,0 +1,5 @@ +# S7EE52, S7EP52 - Transformers: Ultimate Battle Edition + +[Core] +# Dual core causes hang on opening logos in Transformers: Dark of the Moon +CPUThread = False diff --git a/Data/Sys/GameSettings/SAK.ini b/Data/Sys/GameSettings/SAK.ini index 90edd4a736..6ee72bff3f 100644 --- a/Data/Sys/GameSettings/SAK.ini +++ b/Data/Sys/GameSettings/SAK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SAL.ini b/Data/Sys/GameSettings/SAL.ini index be3b4dd1ba..4b3d0b6d1b 100644 --- a/Data/Sys/GameSettings/SAL.ini +++ b/Data/Sys/GameSettings/SAL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SB3.ini b/Data/Sys/GameSettings/SB3.ini index abfca6c1fe..504be231a2 100644 --- a/Data/Sys/GameSettings/SB3.ini +++ b/Data/Sys/GameSettings/SB3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SB4.ini b/Data/Sys/GameSettings/SB4.ini index b05b10039c..a224a6cec7 100644 --- a/Data/Sys/GameSettings/SB4.ini +++ b/Data/Sys/GameSettings/SB4.ini @@ -2,9 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -20,3 +17,8 @@ ArbitraryMipmapDetection = True [Video_Stereoscopy] StereoConvergence = 929 + +[Video_Settings] +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False diff --git a/Data/Sys/GameSettings/SBD.ini b/Data/Sys/GameSettings/SBD.ini index f931e3a384..634443adde 100644 --- a/Data/Sys/GameSettings/SBD.ini +++ b/Data/Sys/GameSettings/SBD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SBX.ini b/Data/Sys/GameSettings/SBX.ini index 9b393ac818..0812cb7e80 100644 --- a/Data/Sys/GameSettings/SBX.ini +++ b/Data/Sys/GameSettings/SBX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SC2E8P.ini b/Data/Sys/GameSettings/SC2E8P.ini index 05ed2ede87..61f9e128dd 100644 --- a/Data/Sys/GameSettings/SC2E8P.ini +++ b/Data/Sys/GameSettings/SC2E8P.ini @@ -1,13 +1,10 @@ -# SC2P8P - Conduit 2 - -[OnLoad] -# Add memory patches to be loaded once on boot here. +# SC2E8P - Conduit 2 [OnFrame] # Add memory patches to be applied every frame here. -[ActionReplay] -# Add action replay cheats here. +[Gecko] +# Add gecko cheats here. $Undead Invincibility Mode [Bully@Wiiplaza] F6000001 80008100 8001002C 90180000 @@ -19,9 +16,8 @@ D200000C 00000006 90040000 80040000 60000000 00000000 E0000000 80008000 -**Offline Only* -**You are completely untouchable* -*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/ +# Offline Only +# You are completely untouchable $Inf. Ammo [Bully@Wiiplaza] F6000001 80008100 80640000 80050000 @@ -30,7 +26,7 @@ D2000008 00000003 38600000 7C030050 60000000 00000000 E0000000 80008000 -**Offline Only* +# Offline Only $No Flashwhite [Bully@Wiiplaza] F6000001 80008100 EC210032 93C10008 diff --git a/Data/Sys/GameSettings/SC7.ini b/Data/Sys/GameSettings/SC7.ini index 66252adc3b..dd52db6941 100644 --- a/Data/Sys/GameSettings/SC7.ini +++ b/Data/Sys/GameSettings/SC7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SCA.ini b/Data/Sys/GameSettings/SCA.ini index 9d471424ae..0cd58fdbf8 100644 --- a/Data/Sys/GameSettings/SCA.ini +++ b/Data/Sys/GameSettings/SCA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SCI.ini b/Data/Sys/GameSettings/SCI.ini index 0523876091..39c0e6cccb 100644 --- a/Data/Sys/GameSettings/SCI.ini +++ b/Data/Sys/GameSettings/SCI.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SCY.ini b/Data/Sys/GameSettings/SCY.ini index badc3eef08..70f952ae46 100644 --- a/Data/Sys/GameSettings/SCY.ini +++ b/Data/Sys/GameSettings/SCY.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. LowDCBZHack = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SD2.ini b/Data/Sys/GameSettings/SD2.ini index 4e8601413d..5e4911d8fa 100644 --- a/Data/Sys/GameSettings/SD2.ini +++ b/Data/Sys/GameSettings/SD2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SD2J01.ini b/Data/Sys/GameSettings/SD2J01.ini index ff43fcca31..87f7f48a43 100644 --- a/Data/Sys/GameSettings/SD2J01.ini +++ b/Data/Sys/GameSettings/SD2J01.ini @@ -6,9 +6,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SDB.ini b/Data/Sys/GameSettings/SDB.ini index f5712e6457..8a4f6e70ef 100644 --- a/Data/Sys/GameSettings/SDB.ini +++ b/Data/Sys/GameSettings/SDB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SDL.ini b/Data/Sys/GameSettings/SDL.ini index 53978b6763..dbc4677d0b 100644 --- a/Data/Sys/GameSettings/SDL.ini +++ b/Data/Sys/GameSettings/SDL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SDM.ini b/Data/Sys/GameSettings/SDM.ini index 0c53e40e39..0f14a0a822 100644 --- a/Data/Sys/GameSettings/SDM.ini +++ b/Data/Sys/GameSettings/SDM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SDN.ini b/Data/Sys/GameSettings/SDN.ini index 4af401f8e6..0fcdc38830 100644 --- a/Data/Sys/GameSettings/SDN.ini +++ b/Data/Sys/GameSettings/SDN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SDW.ini b/Data/Sys/GameSettings/SDW.ini index fcb93d3ab6..440233f573 100644 --- a/Data/Sys/GameSettings/SDW.ini +++ b/Data/Sys/GameSettings/SDW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SDZ.ini b/Data/Sys/GameSettings/SDZ.ini index 0f2e63e435..0fc4726f42 100644 --- a/Data/Sys/GameSettings/SDZ.ini +++ b/Data/Sys/GameSettings/SDZ.ini @@ -4,9 +4,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SE2.ini b/Data/Sys/GameSettings/SE2.ini index 3e5da66c40..a6cd50c010 100644 --- a/Data/Sys/GameSettings/SE2.ini +++ b/Data/Sys/GameSettings/SE2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SEA.ini b/Data/Sys/GameSettings/SEA.ini index 78cf08672a..6e5aa295b6 100644 --- a/Data/Sys/GameSettings/SEA.ini +++ b/Data/Sys/GameSettings/SEA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SEC.ini b/Data/Sys/GameSettings/SEC.ini index 8c735964ee..9968184a3d 100644 --- a/Data/Sys/GameSettings/SEC.ini +++ b/Data/Sys/GameSettings/SEC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SEM.ini b/Data/Sys/GameSettings/SEM.ini index 7772fac84e..60fff339d6 100644 --- a/Data/Sys/GameSettings/SEM.ini +++ b/Data/Sys/GameSettings/SEM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SEP.ini b/Data/Sys/GameSettings/SEP.ini index 26f49a5a8a..b01a551a1e 100644 --- a/Data/Sys/GameSettings/SEP.ini +++ b/Data/Sys/GameSettings/SEP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SER.ini b/Data/Sys/GameSettings/SER.ini index 9cb08c7dcc..fa57eae0e1 100644 --- a/Data/Sys/GameSettings/SER.ini +++ b/Data/Sys/GameSettings/SER.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SF2.ini b/Data/Sys/GameSettings/SF2.ini index 307716ed24..b7a91bcae8 100644 --- a/Data/Sys/GameSettings/SF2.ini +++ b/Data/Sys/GameSettings/SF2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SF8.ini b/Data/Sys/GameSettings/SF8.ini index 72db1b93ef..3c3fcedb3e 100644 --- a/Data/Sys/GameSettings/SF8.ini +++ b/Data/Sys/GameSettings/SF8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SFI.ini b/Data/Sys/GameSettings/SFI.ini index 77c18a1925..ff0b1ab93b 100644 --- a/Data/Sys/GameSettings/SFI.ini +++ b/Data/Sys/GameSettings/SFI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SFP.ini b/Data/Sys/GameSettings/SFP.ini index 9f25bdb501..655246e7b8 100644 --- a/Data/Sys/GameSettings/SFP.ini +++ b/Data/Sys/GameSettings/SFP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SFU.ini b/Data/Sys/GameSettings/SFU.ini index d3e37d9364..bcce096b91 100644 --- a/Data/Sys/GameSettings/SFU.ini +++ b/Data/Sys/GameSettings/SFU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SG7.ini b/Data/Sys/GameSettings/SG7.ini index f8bf6961e2..a0173cbbdf 100644 --- a/Data/Sys/GameSettings/SG7.ini +++ b/Data/Sys/GameSettings/SG7.ini @@ -4,9 +4,6 @@ # Garfield hangs on level start when Dual Core is enabled. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SG8.ini b/Data/Sys/GameSettings/SG8.ini index 0855b9b29a..96269434c4 100644 --- a/Data/Sys/GameSettings/SG8.ini +++ b/Data/Sys/GameSettings/SG8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SGV.ini b/Data/Sys/GameSettings/SGV.ini index 0bb5ab2490..16576592e7 100644 --- a/Data/Sys/GameSettings/SGV.ini +++ b/Data/Sys/GameSettings/SGV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SH6.ini b/Data/Sys/GameSettings/SH6.ini index b1ed7bbc9c..a20bd1ddf3 100644 --- a/Data/Sys/GameSettings/SH6.ini +++ b/Data/Sys/GameSettings/SH6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SHL.ini b/Data/Sys/GameSettings/SHL.ini index 8150354c9f..c7bb3dc214 100644 --- a/Data/Sys/GameSettings/SHL.ini +++ b/Data/Sys/GameSettings/SHL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SHW.ini b/Data/Sys/GameSettings/SHW.ini index 84ac8dd93e..f640991167 100644 --- a/Data/Sys/GameSettings/SHW.ini +++ b/Data/Sys/GameSettings/SHW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SHX.ini b/Data/Sys/GameSettings/SHX.ini index 9d78c67c16..0ce8d22944 100644 --- a/Data/Sys/GameSettings/SHX.ini +++ b/Data/Sys/GameSettings/SHX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SIL.ini b/Data/Sys/GameSettings/SIL.ini index 9e36c5f227..b5bde8f12b 100644 --- a/Data/Sys/GameSettings/SIL.ini +++ b/Data/Sys/GameSettings/SIL.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJ6.ini b/Data/Sys/GameSettings/SJ6.ini index 1320697b21..fd0eeed4ad 100644 --- a/Data/Sys/GameSettings/SJ6.ini +++ b/Data/Sys/GameSettings/SJ6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJ7.ini b/Data/Sys/GameSettings/SJ7.ini index 39ae57d780..e91039b1ad 100644 --- a/Data/Sys/GameSettings/SJ7.ini +++ b/Data/Sys/GameSettings/SJ7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJ9.ini b/Data/Sys/GameSettings/SJ9.ini index 1548fe1b8d..c643016e7a 100644 --- a/Data/Sys/GameSettings/SJ9.ini +++ b/Data/Sys/GameSettings/SJ9.ini @@ -4,9 +4,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJB.ini b/Data/Sys/GameSettings/SJB.ini index 9380a72751..b2c2a5a853 100644 --- a/Data/Sys/GameSettings/SJB.ini +++ b/Data/Sys/GameSettings/SJB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJD.ini b/Data/Sys/GameSettings/SJD.ini index 098f78fa08..6cefef7f3c 100644 --- a/Data/Sys/GameSettings/SJD.ini +++ b/Data/Sys/GameSettings/SJD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJDJ01.ini b/Data/Sys/GameSettings/SJDJ01.ini index b99e78b15a..7a1807e592 100644 --- a/Data/Sys/GameSettings/SJDJ01.ini +++ b/Data/Sys/GameSettings/SJDJ01.ini @@ -6,9 +6,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJE.ini b/Data/Sys/GameSettings/SJE.ini index 9219d315ce..88db851793 100644 --- a/Data/Sys/GameSettings/SJE.ini +++ b/Data/Sys/GameSettings/SJE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJHE41.ini b/Data/Sys/GameSettings/SJHE41.ini index f816bcc34e..0f356a2e76 100644 --- a/Data/Sys/GameSettings/SJHE41.ini +++ b/Data/Sys/GameSettings/SJHE41.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJTP41.ini b/Data/Sys/GameSettings/SJTP41.ini index f3b0771315..5812c99e3b 100644 --- a/Data/Sys/GameSettings/SJTP41.ini +++ b/Data/Sys/GameSettings/SJTP41.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJX.ini b/Data/Sys/GameSettings/SJX.ini index b1e4950d35..f3eb128cbb 100644 --- a/Data/Sys/GameSettings/SJX.ini +++ b/Data/Sys/GameSettings/SJX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SJZ.ini b/Data/Sys/GameSettings/SJZ.ini index 7fe68e89ea..250cacbd1c 100644 --- a/Data/Sys/GameSettings/SJZ.ini +++ b/Data/Sys/GameSettings/SJZ.ini @@ -4,9 +4,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SK3.ini b/Data/Sys/GameSettings/SK3.ini index 2082f450ef..6d7e3e689b 100644 --- a/Data/Sys/GameSettings/SK3.ini +++ b/Data/Sys/GameSettings/SK3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/GXB.ini b/Data/Sys/GameSettings/SK8.ini similarity index 61% rename from Data/Sys/GameSettings/GXB.ini rename to Data/Sys/GameSettings/SK8.ini index 12fc71e33e..98b6d213fa 100644 --- a/Data/Sys/GameSettings/GXB.ini +++ b/Data/Sys/GameSettings/SK8.ini @@ -1,11 +1,8 @@ -# GXBE69, GXBP69 - SSX3 +# SK8P52, SK8D52, SK8V52, SK8I52, SK8E52 - Skylanders: Trap Team [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -13,5 +10,5 @@ # Add action replay cheats here. [Video_Hacks] -EFBAccessEnable = False - +EFBEmulateFormatChanges = True +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SKA.ini b/Data/Sys/GameSettings/SKA.ini index df820373c8..e29e33c52b 100644 --- a/Data/Sys/GameSettings/SKA.ini +++ b/Data/Sys/GameSettings/SKA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SKC.ini b/Data/Sys/GameSettings/SKC.ini index cb62e9afc0..dc7486f442 100644 --- a/Data/Sys/GameSettings/SKC.ini +++ b/Data/Sys/GameSettings/SKC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SKG.ini b/Data/Sys/GameSettings/SKG.ini index 3da167f866..82f3cdea34 100644 --- a/Data/Sys/GameSettings/SKG.ini +++ b/Data/Sys/GameSettings/SKG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SKJ.ini b/Data/Sys/GameSettings/SKJ.ini index d79fedf0c8..bd8f2cdf77 100644 --- a/Data/Sys/GameSettings/SKJ.ini +++ b/Data/Sys/GameSettings/SKJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SKO.ini b/Data/Sys/GameSettings/SKO.ini index 6b8900f92a..6c370c5588 100644 --- a/Data/Sys/GameSettings/SKO.ini +++ b/Data/Sys/GameSettings/SKO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SKU.ini b/Data/Sys/GameSettings/SKU.ini index a506f70a30..b2630a7e0d 100644 --- a/Data/Sys/GameSettings/SKU.ini +++ b/Data/Sys/GameSettings/SKU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SKV.ini b/Data/Sys/GameSettings/SKV.ini index 8cfd652739..02d5493c0c 100644 --- a/Data/Sys/GameSettings/SKV.ini +++ b/Data/Sys/GameSettings/SKV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/E7J.ini b/Data/Sys/GameSettings/SKY.ini similarity index 61% rename from Data/Sys/GameSettings/E7J.ini rename to Data/Sys/GameSettings/SKY.ini index f80fc8e1c0..1c6ee375af 100644 --- a/Data/Sys/GameSettings/E7J.ini +++ b/Data/Sys/GameSettings/SKY.ini @@ -1,11 +1,8 @@ -# E78JAF - Solvalou +# SKYP52, SKYZ52, SKYE52, SKYX52, SKYY52 - Skylanders: Giants [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -13,4 +10,5 @@ # Add action replay cheats here. [Video_Hacks] -EFBToTextureEnable = False +EFBEmulateFormatChanges = True +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SL2P01.ini b/Data/Sys/GameSettings/SL2P01.ini new file mode 100644 index 0000000000..a22f245b00 --- /dev/null +++ b/Data/Sys/GameSettings/SL2P01.ini @@ -0,0 +1,5 @@ +# SL2P01 - Project Zero 2 + +[Core] +# Supports 60Hz Only +PAL60 = True diff --git a/Data/Sys/GameSettings/SLE.ini b/Data/Sys/GameSettings/SLE.ini index 9ef93714f1..7bf8fa045c 100644 --- a/Data/Sys/GameSettings/SLE.ini +++ b/Data/Sys/GameSettings/SLE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SLS.ini b/Data/Sys/GameSettings/SLS.ini index f6eac8db10..298132e92e 100644 --- a/Data/Sys/GameSettings/SLS.ini +++ b/Data/Sys/GameSettings/SLS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SLSP01.ini b/Data/Sys/GameSettings/SLSP01.ini new file mode 100644 index 0000000000..38680e57f2 --- /dev/null +++ b/Data/Sys/GameSettings/SLSP01.ini @@ -0,0 +1,5 @@ +# SLSP01 - THE LAST STORY + +[Core] +# Supports 60Hz Only +PAL60 = True diff --git a/Data/Sys/GameSettings/SLW.ini b/Data/Sys/GameSettings/SLW.ini index 7eb94bd40f..4ef3eb3f52 100644 --- a/Data/Sys/GameSettings/SLW.ini +++ b/Data/Sys/GameSettings/SLW.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SMB.ini b/Data/Sys/GameSettings/SMB.ini index 2cccd633b7..ede5339f82 100644 --- a/Data/Sys/GameSettings/SMB.ini +++ b/Data/Sys/GameSettings/SMB.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. FPRF = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SMF.ini b/Data/Sys/GameSettings/SMF.ini index d6c983f17a..5ce83e7c4a 100644 --- a/Data/Sys/GameSettings/SMF.ini +++ b/Data/Sys/GameSettings/SMF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SMN.ini b/Data/Sys/GameSettings/SMN.ini index 5150e63900..aaad54ca6c 100644 --- a/Data/Sys/GameSettings/SMN.ini +++ b/Data/Sys/GameSettings/SMN.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SMNE01.ini b/Data/Sys/GameSettings/SMNE01.ini index e9db06832f..8b7e1fc718 100644 --- a/Data/Sys/GameSettings/SMNE01.ini +++ b/Data/Sys/GameSettings/SMNE01.ini @@ -1,8 +1,5 @@ # SMNE01 - New SUPER MARIO BROS. Wii -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SMNP01.ini b/Data/Sys/GameSettings/SMNP01.ini index 46437dbcf9..36f89024ce 100644 --- a/Data/Sys/GameSettings/SMNP01.ini +++ b/Data/Sys/GameSettings/SMNP01.ini @@ -1,8 +1,5 @@ # SMNP01 - New SUPER MARIO BROS. Wii -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. $Speed hack diff --git a/Data/Sys/GameSettings/SMO.ini b/Data/Sys/GameSettings/SMO.ini index 44e139abb2..672e24ef11 100644 --- a/Data/Sys/GameSettings/SMO.ini +++ b/Data/Sys/GameSettings/SMO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SMZ.ini b/Data/Sys/GameSettings/SMZ.ini index 9d52e43cd1..5bb53becfa 100644 --- a/Data/Sys/GameSettings/SMZ.ini +++ b/Data/Sys/GameSettings/SMZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SND.ini b/Data/Sys/GameSettings/SND.ini index a188d4d31f..f5f5837245 100644 --- a/Data/Sys/GameSettings/SND.ini +++ b/Data/Sys/GameSettings/SND.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SNG.ini b/Data/Sys/GameSettings/SNG.ini index 11ddfb37c1..e27ad336e6 100644 --- a/Data/Sys/GameSettings/SNG.ini +++ b/Data/Sys/GameSettings/SNG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SNJ.ini b/Data/Sys/GameSettings/SNJ.ini index 2c688153c5..359f351612 100644 --- a/Data/Sys/GameSettings/SNJ.ini +++ b/Data/Sys/GameSettings/SNJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SNJE69.ini b/Data/Sys/GameSettings/SNJE69.ini index 47969cf9fd..0f544c1790 100644 --- a/Data/Sys/GameSettings/SNJE69.ini +++ b/Data/Sys/GameSettings/SNJE69.ini @@ -1,8 +1,5 @@ # SNJE69 - NBA JAM -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SNS.ini b/Data/Sys/GameSettings/SNS.ini index 0590de380b..3dbfa1439f 100644 --- a/Data/Sys/GameSettings/SNS.ini +++ b/Data/Sys/GameSettings/SNS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SNT.ini b/Data/Sys/GameSettings/SNT.ini index c0740ce2ac..5b58dbf051 100644 --- a/Data/Sys/GameSettings/SNT.ini +++ b/Data/Sys/GameSettings/SNT.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. MMU = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SOJ.ini b/Data/Sys/GameSettings/SOJ.ini index 0a9ced4bfc..e17feacd3e 100644 --- a/Data/Sys/GameSettings/SOJ.ini +++ b/Data/Sys/GameSettings/SOJ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SOM.ini b/Data/Sys/GameSettings/SOM.ini index bb59fb9c4b..b3bc682e6c 100644 --- a/Data/Sys/GameSettings/SOM.ini +++ b/Data/Sys/GameSettings/SOM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SON.ini b/Data/Sys/GameSettings/SON.ini new file mode 100644 index 0000000000..f77c50395d --- /dev/null +++ b/Data/Sys/GameSettings/SON.ini @@ -0,0 +1,6 @@ +# SONDMR, SONFMR, SONPMR - My First Songs + +[Video_Hacks] +# EFB-to-RAM is required for the game to proceed past the song loading screen +# and for lyrics to show up. +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/SOS.ini b/Data/Sys/GameSettings/SOS.ini index 21aa9655a7..db066ec4cc 100644 --- a/Data/Sys/GameSettings/SOS.ini +++ b/Data/Sys/GameSettings/SOS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SOU.ini b/Data/Sys/GameSettings/SOU.ini index fd34a24f82..90cffabe7b 100644 --- a/Data/Sys/GameSettings/SOU.ini +++ b/Data/Sys/GameSettings/SOU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] @@ -16,3 +13,8 @@ EFBEmulateFormatChanges = True [Video_Enhancements] ArbitraryMipmapDetection = True + +[Video_Settings] +# Allow the ArbitraryMipmapDetection setting to take effect. + +EnableGPUTextureDecoding = False diff --git a/Data/Sys/GameSettings/SP8.ini b/Data/Sys/GameSettings/SP8.ini index 5272757ab0..aefb6312c9 100644 --- a/Data/Sys/GameSettings/SP8.ini +++ b/Data/Sys/GameSettings/SP8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SPD.ini b/Data/Sys/GameSettings/SPD.ini index b7df2ebc04..720d351ffe 100644 --- a/Data/Sys/GameSettings/SPD.ini +++ b/Data/Sys/GameSettings/SPD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SPR.ini b/Data/Sys/GameSettings/SPR.ini index 59bf4bef71..b0727cdfc3 100644 --- a/Data/Sys/GameSettings/SPR.ini +++ b/Data/Sys/GameSettings/SPR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SPT.ini b/Data/Sys/GameSettings/SPT.ini index 51613eb8b2..31e6af2e6f 100644 --- a/Data/Sys/GameSettings/SPT.ini +++ b/Data/Sys/GameSettings/SPT.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SPV.ini b/Data/Sys/GameSettings/SPV.ini index 6bce0ba67a..d3760e20c4 100644 --- a/Data/Sys/GameSettings/SPV.ini +++ b/Data/Sys/GameSettings/SPV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SQD.ini b/Data/Sys/GameSettings/SQD.ini index e56c93c19a..351f6f6014 100644 --- a/Data/Sys/GameSettings/SQD.ini +++ b/Data/Sys/GameSettings/SQD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SQI.ini b/Data/Sys/GameSettings/SQI.ini index 7c9bf38b6d..f7e1dff17f 100644 --- a/Data/Sys/GameSettings/SQI.ini +++ b/Data/Sys/GameSettings/SQI.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. LowDCBZHack = True -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SR4.ini b/Data/Sys/GameSettings/SR4.ini index 534bde3a25..78ab4e76d7 100644 --- a/Data/Sys/GameSettings/SR4.ini +++ b/Data/Sys/GameSettings/SR4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SR5.ini b/Data/Sys/GameSettings/SR5.ini index ff6d5e85aa..61d67f85ed 100644 --- a/Data/Sys/GameSettings/SR5.ini +++ b/Data/Sys/GameSettings/SR5.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SRQ.ini b/Data/Sys/GameSettings/SRQ.ini index 310c0ed668..b1e7ce9333 100644 --- a/Data/Sys/GameSettings/SRQ.ini +++ b/Data/Sys/GameSettings/SRQ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SRX.ini b/Data/Sys/GameSettings/SRX.ini index aefbd953ac..a300071b9e 100644 --- a/Data/Sys/GameSettings/SRX.ini +++ b/Data/Sys/GameSettings/SRX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SS8.ini b/Data/Sys/GameSettings/SS8.ini index bddcab7432..bce7793ec5 100644 --- a/Data/Sys/GameSettings/SS8.ini +++ b/Data/Sys/GameSettings/SS8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SNC.ini b/Data/Sys/GameSettings/SSP.ini similarity index 59% rename from Data/Sys/GameSettings/SNC.ini rename to Data/Sys/GameSettings/SSP.ini index 9557f9c169..b78f6cbe5f 100644 --- a/Data/Sys/GameSettings/SNC.ini +++ b/Data/Sys/GameSettings/SSP.ini @@ -1,11 +1,8 @@ -# SNCE8P, SNCJ8P, SNCP8P - SONIC COLOURS +# SSPE52, SSPP52, SSPX52, SSPY52, SSPJGD - Skylanders: Spyro's Adventure [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -13,5 +10,5 @@ # Add action replay cheats here. [Video_Hacks] -EFBAccessEnable = False - +EFBEmulateFormatChanges = True +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SSQ.ini b/Data/Sys/GameSettings/SSQ.ini index 457a17bc8a..45306d34c5 100644 --- a/Data/Sys/GameSettings/SSQ.ini +++ b/Data/Sys/GameSettings/SSQ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SSR.ini b/Data/Sys/GameSettings/SSR.ini index ba00a2e3dd..a49bc6175d 100644 --- a/Data/Sys/GameSettings/SSR.ini +++ b/Data/Sys/GameSettings/SSR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SST.ini b/Data/Sys/GameSettings/SST.ini index 0a7bbadc27..044504e876 100644 --- a/Data/Sys/GameSettings/SST.ini +++ b/Data/Sys/GameSettings/SST.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SSZ.ini b/Data/Sys/GameSettings/SSZ.ini index e814799707..f2e0857d9c 100644 --- a/Data/Sys/GameSettings/SSZ.ini +++ b/Data/Sys/GameSettings/SSZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/ST7P01.ini b/Data/Sys/GameSettings/ST7P01.ini new file mode 100644 index 0000000000..0d782a06ab --- /dev/null +++ b/Data/Sys/GameSettings/ST7P01.ini @@ -0,0 +1,5 @@ +# ST7P01 - Boom Street + +[Core] +# Supports 60Hz Only +PAL60 = True diff --git a/Data/Sys/GameSettings/STR.ini b/Data/Sys/GameSettings/STR.ini index 8bb8d7e759..ccef928b55 100644 --- a/Data/Sys/GameSettings/STR.ini +++ b/Data/Sys/GameSettings/STR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/STS.ini b/Data/Sys/GameSettings/STS.ini index 37214b6d6a..1823d1d211 100644 --- a/Data/Sys/GameSettings/STS.ini +++ b/Data/Sys/GameSettings/STS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/STZ.ini b/Data/Sys/GameSettings/STZ.ini new file mode 100644 index 0000000000..b3716106b5 --- /dev/null +++ b/Data/Sys/GameSettings/STZ.ini @@ -0,0 +1,5 @@ +# STZE52, STZP52 - Transformers: Dark of the Moon - Stealth Force Edition + +[Core] +# Dual core causes hang on opening logos +CPUThread = False diff --git a/Data/Sys/GameSettings/SU4.ini b/Data/Sys/GameSettings/SU4.ini index 8cc6e09860..39d0ca4ef6 100644 --- a/Data/Sys/GameSettings/SU4.ini +++ b/Data/Sys/GameSettings/SU4.ini @@ -1,4 +1,5 @@ # SU4P78, SU4E78 - UFC Personal Trainer: The Ultimate Fitness System -[Video_Hacks] -SafeTextureCacheColorSamples = 512 +[Video_Settings] +# Displays missing text +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SUK.ini b/Data/Sys/GameSettings/SUK.ini index 173f1b84e3..1d7efa4b72 100644 --- a/Data/Sys/GameSettings/SUK.ini +++ b/Data/Sys/GameSettings/SUK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SUKP01.ini b/Data/Sys/GameSettings/SUKP01.ini index 607777a654..917450f19c 100644 --- a/Data/Sys/GameSettings/SUKP01.ini +++ b/Data/Sys/GameSettings/SUKP01.ini @@ -3,7 +3,7 @@ [OnFrame] $Bypass Metafortress [crediar, ported by RedStoneMatt] 0x80176000:dword:0x48000084 -0x80176728:dword:0x60000000 +0x80176730:dword:0x60000000 0x80176B6C:dword:0x60000000 0x80176E88:dword:0x48000090 0x80177160:dword:0x60000000 @@ -48,7 +48,7 @@ $Bypass Metafortress [crediar, ported by RedStoneMatt] 0x80181974:dword:0x60000000 0x80181930:dword:0x48000024 0x80181D94:dword:0x60000000 -0x80181FD0:dword:0x48000090 +0x80181FE0:dword:0x48000090 0x801821BC:dword:0x60000000 0x80182374:dword:0x4800009C 0x8018250C:dword:0x60000000 @@ -198,7 +198,7 @@ $Bypass Metafortress [crediar, ported by RedStoneMatt] 0x80210090:dword:0x60000000 0x80210A10:dword:0x60000000 0x80210D84:dword:0x48000090 -0x802113B8:dword:0x48000094 +0x802115B0:dword:0x48000094 0x80211ABC:dword:0x4800008C 0x80211F34:dword:0x60000000 0x80216AB0:dword:0x60000000 @@ -1141,7 +1141,7 @@ $Bypass Metafortress [crediar, ported by RedStoneMatt] 0x8069ED00:dword:0x48000088 0x8069EEB4:dword:0x60000000 0x8069F38C:dword:0x60000000 -0x8069FC4C:dword:0x60000000 +0x8069FC50:dword:0x60000000 0x8069FE88:dword:0x48000090 0x806A0C74:dword:0x7C600050 0x806A0DA8:dword:0x60000000 @@ -1206,12 +1206,12 @@ $Bypass Metafortress [crediar, ported by RedStoneMatt] 0x806C3EE0:dword:0x48000088 0x806C421C:dword:0x48000084 0x806C4750:dword:0x4800009C -0x806C4D04:dword:0x48000090 +0x806C4CE8:dword:0x48000090 0x806C54E8:dword:0x4800008C 0x806C7C48:dword:0x48000090 0x806C8088:dword:0x60000000 0x806C89A8:dword:0x48000094 -0x806C8F34:dword:0x60000000 +0x806C8F5C:dword:0x60000000 0x806CA060:dword:0x7C800050 0x806CAC60:dword:0x60000000 0x806CADE4:dword:0x60000000 @@ -1233,7 +1233,7 @@ $Bypass Metafortress [crediar, ported by RedStoneMatt] 0x806CE150:dword:0x48000088 0x806CE7F8:dword:0x60000000 0x806CEC18:dword:0x48000094 -0x806CDCB4:dword:0x48000088 +0x806CEDF0:dword:0x48000088 0x806CFD04:dword:0x60000000 0x806CFEE8:dword:0x48000090 0x806D0CD4:dword:0x60000000 diff --git a/Data/Sys/GameSettings/SUO.ini b/Data/Sys/GameSettings/SUO.ini index ff119d3001..1a5f2630d7 100644 --- a/Data/Sys/GameSettings/SUO.ini +++ b/Data/Sys/GameSettings/SUO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SVB.ini b/Data/Sys/GameSettings/SVB.ini index 3c02992dea..e67dc968f2 100644 --- a/Data/Sys/GameSettings/SVB.ini +++ b/Data/Sys/GameSettings/SVB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SVM.ini b/Data/Sys/GameSettings/SVM.ini index ea94d7e7ab..0480faf6bd 100644 --- a/Data/Sys/GameSettings/SVM.ini +++ b/Data/Sys/GameSettings/SVM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SVV.ini b/Data/Sys/GameSettings/SVV.ini index b54173642f..51a24144c5 100644 --- a/Data/Sys/GameSettings/SVV.ini +++ b/Data/Sys/GameSettings/SVV.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SVX.ini b/Data/Sys/GameSettings/SVX.ini index 9f5097db38..3f461b600f 100644 --- a/Data/Sys/GameSettings/SVX.ini +++ b/Data/Sys/GameSettings/SVX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SVZ.ini b/Data/Sys/GameSettings/SVZ.ini index 2fbd155767..241a8186cc 100644 --- a/Data/Sys/GameSettings/SVZ.ini +++ b/Data/Sys/GameSettings/SVZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SX3.ini b/Data/Sys/GameSettings/SX3.ini index b6f0a1bfad..462bd3ae78 100644 --- a/Data/Sys/GameSettings/SX3.ini +++ b/Data/Sys/GameSettings/SX3.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SX4.ini b/Data/Sys/GameSettings/SX4.ini index 8826198833..1d937ab49c 100644 --- a/Data/Sys/GameSettings/SX4.ini +++ b/Data/Sys/GameSettings/SX4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SX7.ini b/Data/Sys/GameSettings/SX7.ini index eab6cb3e88..e8341e8884 100644 --- a/Data/Sys/GameSettings/SX7.ini +++ b/Data/Sys/GameSettings/SX7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SX8.ini b/Data/Sys/GameSettings/SX8.ini index ab28aab45e..58c8798b37 100644 --- a/Data/Sys/GameSettings/SX8.ini +++ b/Data/Sys/GameSettings/SX8.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. SyncOnSkipIdle = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SXC.ini b/Data/Sys/GameSettings/SXC.ini index e4df6c3d29..4f78586e82 100644 --- a/Data/Sys/GameSettings/SXC.ini +++ b/Data/Sys/GameSettings/SXC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/SZB.ini b/Data/Sys/GameSettings/SZB.ini index bec6993805..f55351b6bd 100644 --- a/Data/Sys/GameSettings/SZB.ini +++ b/Data/Sys/GameSettings/SZB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/W3M.ini b/Data/Sys/GameSettings/W3M.ini index e6ce86876f..15b1dde2c0 100644 --- a/Data/Sys/GameSettings/W3M.ini +++ b/Data/Sys/GameSettings/W3M.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WA2.ini b/Data/Sys/GameSettings/WA2.ini index d3bfcfd252..373eec944a 100644 --- a/Data/Sys/GameSettings/WA2.ini +++ b/Data/Sys/GameSettings/WA2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WB7.ini b/Data/Sys/GameSettings/WB7.ini index 9441a0b9f9..dd4126ffdb 100644 --- a/Data/Sys/GameSettings/WB7.ini +++ b/Data/Sys/GameSettings/WB7.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WB8.ini b/Data/Sys/GameSettings/WB8.ini index fcb92d30d8..059f7388b1 100644 --- a/Data/Sys/GameSettings/WB8.ini +++ b/Data/Sys/GameSettings/WB8.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WBK.ini b/Data/Sys/GameSettings/WBK.ini index c357c414be..9d1b2a5358 100644 --- a/Data/Sys/GameSettings/WBK.ini +++ b/Data/Sys/GameSettings/WBK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WC6.ini b/Data/Sys/GameSettings/WC6.ini index a78a4769ae..56fa70e91a 100644 --- a/Data/Sys/GameSettings/WC6.ini +++ b/Data/Sys/GameSettings/WC6.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] [ActionReplay] diff --git a/Data/Sys/GameSettings/WD9.ini b/Data/Sys/GameSettings/WD9.ini index dd45607529..e37e9d4074 100644 --- a/Data/Sys/GameSettings/WD9.ini +++ b/Data/Sys/GameSettings/WD9.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WDO.ini b/Data/Sys/GameSettings/WDO.ini index 08f37100fe..614e415d7c 100644 --- a/Data/Sys/GameSettings/WDO.ini +++ b/Data/Sys/GameSettings/WDO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WF4.ini b/Data/Sys/GameSettings/WF4.ini index 08dbc047ce..da3034adf7 100644 --- a/Data/Sys/GameSettings/WF4.ini +++ b/Data/Sys/GameSettings/WF4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WFH.ini b/Data/Sys/GameSettings/WFH.ini index 90518d8f1f..e712fe1ece 100644 --- a/Data/Sys/GameSettings/WFH.ini +++ b/Data/Sys/GameSettings/WFH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WGG.ini b/Data/Sys/GameSettings/WGG.ini index a01c6a530e..58799515f1 100644 --- a/Data/Sys/GameSettings/WGG.ini +++ b/Data/Sys/GameSettings/WGG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WGL.ini b/Data/Sys/GameSettings/WGL.ini index 98bde3ba5f..15c6cc1626 100644 --- a/Data/Sys/GameSettings/WGL.ini +++ b/Data/Sys/GameSettings/WGL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WGS.ini b/Data/Sys/GameSettings/WGS.ini index 8c27129cf5..f569086f03 100644 --- a/Data/Sys/GameSettings/WGS.ini +++ b/Data/Sys/GameSettings/WGS.ini @@ -1,8 +1,6 @@ # WGSE08, WGSP08 - PWAA Ace Attorney [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. [OnFrame] [ActionReplay] [Video_Hacks] diff --git a/Data/Sys/GameSettings/WHF.ini b/Data/Sys/GameSettings/WHF.ini index 3952560c66..25e94f44fe 100644 --- a/Data/Sys/GameSettings/WHF.ini +++ b/Data/Sys/GameSettings/WHF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WHP.ini b/Data/Sys/GameSettings/WHP.ini index 1f72b569f9..04700b0466 100644 --- a/Data/Sys/GameSettings/WHP.ini +++ b/Data/Sys/GameSettings/WHP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WHU.ini b/Data/Sys/GameSettings/WHU.ini index 9072787a22..ef79e416d0 100644 --- a/Data/Sys/GameSettings/WHU.ini +++ b/Data/Sys/GameSettings/WHU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WIB.ini b/Data/Sys/GameSettings/WIB.ini index 63daf433c9..26ba582763 100644 --- a/Data/Sys/GameSettings/WIB.ini +++ b/Data/Sys/GameSettings/WIB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WIC.ini b/Data/Sys/GameSettings/WIC.ini index e08d4409ea..c04663a671 100644 --- a/Data/Sys/GameSettings/WIC.ini +++ b/Data/Sys/GameSettings/WIC.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WJA.ini b/Data/Sys/GameSettings/WJA.ini index 12263e2110..55b91d17f7 100644 --- a/Data/Sys/GameSettings/WJA.ini +++ b/Data/Sys/GameSettings/WJA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WJE.ini b/Data/Sys/GameSettings/WJE.ini index 564ca24aab..d783f461c6 100644 --- a/Data/Sys/GameSettings/WJE.ini +++ b/Data/Sys/GameSettings/WJE.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. RealWiiRemoteRepeatReports = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WKD.ini b/Data/Sys/GameSettings/WKD.ini index 3366d7ce54..8b815321c3 100644 --- a/Data/Sys/GameSettings/WKD.ini +++ b/Data/Sys/GameSettings/WKD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WKT.ini b/Data/Sys/GameSettings/WKT.ini index e9c932d8da..60ae09ba13 100644 --- a/Data/Sys/GameSettings/WKT.ini +++ b/Data/Sys/GameSettings/WKT.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. CPUThread = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WL9.ini b/Data/Sys/GameSettings/WL9.ini index 83dae83b5a..19b4685dd1 100644 --- a/Data/Sys/GameSettings/WL9.ini +++ b/Data/Sys/GameSettings/WL9.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WLO.ini b/Data/Sys/GameSettings/WLO.ini index c99f233a1a..042dd5161f 100644 --- a/Data/Sys/GameSettings/WLO.ini +++ b/Data/Sys/GameSettings/WLO.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WLZ.ini b/Data/Sys/GameSettings/WLZ.ini index 3cf7ad1df5..b3fa14f46d 100644 --- a/Data/Sys/GameSettings/WLZ.ini +++ b/Data/Sys/GameSettings/WLZ.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WMA.ini b/Data/Sys/GameSettings/WMA.ini index cb2a800b04..816ee5d5f2 100644 --- a/Data/Sys/GameSettings/WMA.ini +++ b/Data/Sys/GameSettings/WMA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WMB.ini b/Data/Sys/GameSettings/WMB.ini index b77f40112f..80962f23aa 100644 --- a/Data/Sys/GameSettings/WMB.ini +++ b/Data/Sys/GameSettings/WMB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WMG.ini b/Data/Sys/GameSettings/WMG.ini index 2481f3ba7d..efb396b3e1 100644 --- a/Data/Sys/GameSettings/WMG.ini +++ b/Data/Sys/GameSettings/WMG.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WMS.ini b/Data/Sys/GameSettings/WMS.ini index a327b440cd..99e76fe663 100644 --- a/Data/Sys/GameSettings/WMS.ini +++ b/Data/Sys/GameSettings/WMS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WP4.ini b/Data/Sys/GameSettings/WP4.ini index dbec4bc4d7..0a90073d3f 100644 --- a/Data/Sys/GameSettings/WP4.ini +++ b/Data/Sys/GameSettings/WP4.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WPA.ini b/Data/Sys/GameSettings/WPA.ini index da2ca8fa1e..e0e2089c21 100644 --- a/Data/Sys/GameSettings/WPA.ini +++ b/Data/Sys/GameSettings/WPA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WPF.ini b/Data/Sys/GameSettings/WPF.ini index 5cff467f17..c367912d3c 100644 --- a/Data/Sys/GameSettings/WPF.ini +++ b/Data/Sys/GameSettings/WPF.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WPH.ini b/Data/Sys/GameSettings/WPH.ini index cd75b66ef0..f8e098fe15 100644 --- a/Data/Sys/GameSettings/WPH.ini +++ b/Data/Sys/GameSettings/WPH.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WPS.ini b/Data/Sys/GameSettings/WPS.ini index 3380b55621..8981a11535 100644 --- a/Data/Sys/GameSettings/WPS.ini +++ b/Data/Sys/GameSettings/WPS.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WR2.ini b/Data/Sys/GameSettings/WR2.ini index 0e11e711da..a45e78eb05 100644 --- a/Data/Sys/GameSettings/WR2.ini +++ b/Data/Sys/GameSettings/WR2.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. @@ -22,3 +19,5 @@ SafeTextureCacheColorSamples = 0 # Fixes visible lines in air vents/fans. VertexRounding = True ImmediateXFBEnable = False +# Fixes rabbid tattoo textures saving as black. +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/WR5.ini b/Data/Sys/GameSettings/WR5.ini index 66a16f3790..14e8cc922f 100644 --- a/Data/Sys/GameSettings/WR5.ini +++ b/Data/Sys/GameSettings/WR5.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WR9.ini b/Data/Sys/GameSettings/WR9.ini index a28a66b7d3..ab8d1e7241 100644 --- a/Data/Sys/GameSettings/WR9.ini +++ b/Data/Sys/GameSettings/WR9.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WRI.ini b/Data/Sys/GameSettings/WRI.ini index ec5f4d2df5..c8d9460df6 100644 --- a/Data/Sys/GameSettings/WRI.ini +++ b/Data/Sys/GameSettings/WRI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WRX.ini b/Data/Sys/GameSettings/WRX.ini index eac7359778..bb31787197 100644 --- a/Data/Sys/GameSettings/WRX.ini +++ b/Data/Sys/GameSettings/WRX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WSL.ini b/Data/Sys/GameSettings/WSL.ini index cc2f035e12..b97a0e343f 100644 --- a/Data/Sys/GameSettings/WSL.ini +++ b/Data/Sys/GameSettings/WSL.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WSR.ini b/Data/Sys/GameSettings/WSR.ini index 2489fc6a0a..e186f5319e 100644 --- a/Data/Sys/GameSettings/WSR.ini +++ b/Data/Sys/GameSettings/WSR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WTE.ini b/Data/Sys/GameSettings/WTE.ini index 3775a41bd6..66691c099e 100644 --- a/Data/Sys/GameSettings/WTE.ini +++ b/Data/Sys/GameSettings/WTE.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WTK.ini b/Data/Sys/GameSettings/WTK.ini index aee3fdf48f..3b3a896118 100644 --- a/Data/Sys/GameSettings/WTK.ini +++ b/Data/Sys/GameSettings/WTK.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WTU.ini b/Data/Sys/GameSettings/WTU.ini index f650070246..b40d281336 100644 --- a/Data/Sys/GameSettings/WTU.ini +++ b/Data/Sys/GameSettings/WTU.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WTX.ini b/Data/Sys/GameSettings/WTX.ini index 24df528878..0e82b0b301 100644 --- a/Data/Sys/GameSettings/WTX.ini +++ b/Data/Sys/GameSettings/WTX.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WWA.ini b/Data/Sys/GameSettings/WWA.ini index f4ae995429..2ed8576975 100644 --- a/Data/Sys/GameSettings/WWA.ini +++ b/Data/Sys/GameSettings/WWA.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WXB.ini b/Data/Sys/GameSettings/WXB.ini index 96f7545af6..f0d5feb56e 100644 --- a/Data/Sys/GameSettings/WXB.ini +++ b/Data/Sys/GameSettings/WXB.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WXP.ini b/Data/Sys/GameSettings/WXP.ini index 14a526e3b8..3700dae64d 100644 --- a/Data/Sys/GameSettings/WXP.ini +++ b/Data/Sys/GameSettings/WXP.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WXR.ini b/Data/Sys/GameSettings/WXR.ini index 5e6b1ff588..9bfb8ef58b 100644 --- a/Data/Sys/GameSettings/WXR.ini +++ b/Data/Sys/GameSettings/WXR.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WYM.ini b/Data/Sys/GameSettings/WYM.ini index 093a0b0e05..b0f0ba12dc 100644 --- a/Data/Sys/GameSettings/WYM.ini +++ b/Data/Sys/GameSettings/WYM.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/WZI.ini b/Data/Sys/GameSettings/WZI.ini index a6ace2bfd5..0a693081a3 100644 --- a/Data/Sys/GameSettings/WZI.ini +++ b/Data/Sys/GameSettings/WZI.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/XHD.ini b/Data/Sys/GameSettings/XHD.ini index 6640d67c5c..33c22452dc 100644 --- a/Data/Sys/GameSettings/XHD.ini +++ b/Data/Sys/GameSettings/XHD.ini @@ -3,9 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/GameSettings/XHL.ini b/Data/Sys/GameSettings/XHL.ini index b524d922ba..cc5a278d67 100644 --- a/Data/Sys/GameSettings/XHL.ini +++ b/Data/Sys/GameSettings/XHL.ini @@ -4,9 +4,6 @@ # Values set here will override the main Dolphin settings. RealWiiRemoteRepeatReports = False -[OnLoad] -# Add memory patches to be loaded once on boot here. - [OnFrame] # Add memory patches to be applied every frame here. diff --git a/Data/Sys/Load/GraphicMods/Skylanders Trap Team/SK8.txt b/Data/Sys/Load/GraphicMods/Skylanders Trap Team/SK8.txt deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/Data/Sys/Load/GraphicMods/Skylanders Trap Team/metadata.json b/Data/Sys/Load/GraphicMods/Skylanders Trap Team/metadata.json deleted file mode 100644 index 13cc5adc87..0000000000 --- a/Data/Sys/Load/GraphicMods/Skylanders Trap Team/metadata.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "meta": - { - "title": "Bloom Texture Definitions", - "author": "SuperSamus" - }, - "groups": - [ - { - "name": "Bloom", - "targets": [ - { - "type": "efb", - "texture_filename": "efb1_n000005_320x228_6" - } - ] - } - ] -} diff --git a/Data/Sys/wiitdb-de.txt b/Data/Sys/wiitdb-de.txt index c8e8cdc8b7..17cb31142c 100644 --- a/Data/Sys/wiitdb-de.txt +++ b/Data/Sys/wiitdb-de.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: DE_unique version: 20230727194133) +TITLES = https://www.gametdb.com (type: Wii language: DE_unique version: 20241114210104) R22J01 = FlingSmash R23P52 = Barbie und Die Drei Musketiere R25PWR = LEGO Harry Potter: Die Jahre 1-4 @@ -56,7 +56,6 @@ R9EPNP = Brico Party: Werde Heimwerker-König R9GPWR = Die Legende der Wächter R9LP41 = Girls Life: Pyjama-Party R9RPNG = Dance Party - Pop Hits -RAAE01 = Disco de Startup Wii RB7P54 = Bully: Die Ehrenrunde RBEP52 = Bee Movie: Das Game RBEX52 = Bee Movie: Das Game @@ -419,7 +418,7 @@ SVQPVZ = Barbie und ihre Schwestern: Die Rettung der Welpen SVVPAF = Die Croods: Steinzeit Party! SW3PKM = Eurosport Winter Stars CS4P00 = SingItStar NRJ Music Tour -RMCPCA = Mario Kart Wii (Katalanische Übersetzung) +RZDPCA = The Legend of Zelda: Twilight Princess (Katalanische Übersetzung) SDNP01 = New SUPER DODO BROS wii SIS1OH = SingItStar Custom: Volume 1 SISACD = SingItStar AC/DC @@ -428,14 +427,11 @@ W2CP = Gehirntraining W2FP = Physiofun - Balance Training W2GD = Phoenix Wright Ace Attorney: Justice for All (Deutsche Version) W2GP = Phoenix Wright Ace Attorney: Justice for All -W2MP = Blaster Master: Overdrive W2PP = Physiofun - Beckenboden Training W3GD = Phoenix Wright Ace Attorney 3: Trials And Tribulations -W3KP = ThruSpace: High Velocity 3D Puzzle W3MP = Die Drei Musketiere Einer für alle! W4AP = Arcade Sports: Air Hockey, Bowling, Pool, Snooker W6BP = Eco-Shooter: Plant 530 -W72P = Successfully Learning German Year 3 W73P = Lernerfolg Grundschule Deutsch Klasse 4 W74P = Lernerfolg Grundschule Deutsch Klasse 5 W7IP = Lernerfolg Grundschule Deutsch Klasse 2 @@ -444,12 +440,8 @@ W8WP = Happy Holidays Halloween W9BP = Big Town Shoot W9RP = Happy Holidays Christmas WA4P = WarioWare: Do It Yourself - Showcase -WA7P = Toribash Violence Perfected WA8P = Art Style: Penta Tentacles WAEP = Around the world -WAFP = Airport Mania: First Flight -WAHP = Trenches: Generals -WALP = Art Style: light trax WAOP = The Very Hungry Caterpillar´s ABC WB2P = Strong Bad Episode 4: Dangeresque 3 WB3P = Strong Bad Episode 5: 8-bit is Enough @@ -487,7 +479,6 @@ WGGP = Gabrielle's Ghostly Groove: Monster Mix WGPP = Zenquaria Virtuelles Aquarium WGSD = Phoenix Wright: Ace Attorney (Deutsche Version) WGSF = Phoenix Wright: Ace Attorney (French Version) -WGSP = Phoenix Wright: Ace Attorney WHEE = Heracles: Chariot Racing WHEP = Heracles: Chariot Racing WHFP = Heavy Fire: Special Operations @@ -562,6 +553,7 @@ WWIP = Where's Wally? Fantastic Journey 1 WWRP = Excitebike: World Challenge WWXP = Paper Wars Cannon Fodder WXBP = Ben 10: Alien Force - The Rise of Hex +WXIP = Lernerfolg Grundschule Englisch Klasse 1 WYIP = escapeVektor: Chapter 1 WYSP = Yard Sale Hidden Treasures Sunnyville WZIP = Rubik's Puzzle Galaxy: RUSH @@ -623,20 +615,13 @@ JDJP = Super Star Wars: The Empire Strikes Back JDLP = Super Star Wars: Return of the Jedi JDWP = Aero The Acrobat JDZD = Mystic Quest Legend​ -NACE = The Legend of Zelda: Ocarina of Time -NACP = The Legend of Zelda: Ocarina of Time NADE = Lylat wars NAJN = Sin and Punishment -NAKS = Pokémon Snap NAME = Kirby 64: The Crystal Shards -NAMP = Kirby 64: The Crystal Shards -NAND = Pokémon Puzzle League NAOE = 1080° Snowboarding NAOP = 1080°: TenEighty Snowboarding NARE = The Legend of Zelda: Majora's Mask -NARP = The Legend of Zelda: Majora's Mask NAYE = Ogre Battle 64: Person of Lordly Caliber -NAYM = Ogre Battle 64: Person of Lordly Caliber LALP = Fantasy Zone II LANP = Alex Kidd: The Lost Stars LAPP = Wonder Boy III: The Dragon's Trap @@ -686,7 +671,6 @@ EAIP = Top Hunter EBDP = Magical Drop 3 EBFP = Spin master EBSP = The Path of the Warrior: Art of Fighting 3 -ECAP = Real Bout Fatal Fury 2: The Newcomers ECGP = Shock Troopers: 2nd Squad E54P = GHOSTS'N GOBLINS E55P = Commando @@ -703,21 +687,24 @@ HADE = Internet Kanal HADP = Internet-Kanal HAFP = Wetterkanal HAGA = Nachrichtenkanal -HAGE = Nachrichtenkanal HAGJ = Nachrichtenkanal HAGP = Nachrichtenkanal HAJP = Meinungskanal +HAKP = Vertrag/Kontakt HAPP = Mii-Wettbewerbskanal HATP = Nintendo-Kanal HAVP = Glückstagskanal HAWP = Metroid Prime 3 Preview HAYA = Fotokanal -HCAP = Jam with the Band Live +HCAP = Jam with the Band Live-Kanal +HCCJ = Adresseinstellungen HCFE = Wii Speak-Kanal HCFP = Wii Speak-Kanal +HCGP = Wii & Internet HCMP = Kirby TV-Kanal HCRE = The Legend of Zelda: Skyward Sword - Speicherdaten-Update-Kanal für HCRP = The Legend of Zelda: Skyward Sword - Speicherdaten-Update-Kanal für +RFPP = Wii Fit Plus-Kanal RMCP = Mario Kart-Kanal OHBC = Homebrew-Kanal G2FD78 = Tak 2: Der Stab der Träume diff --git a/Data/Sys/wiitdb-en.txt b/Data/Sys/wiitdb-en.txt index 219c924bb8..f899b2397c 100644 --- a/Data/Sys/wiitdb-en.txt +++ b/Data/Sys/wiitdb-en.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: EN version: 20230727193249) +TITLES = https://www.gametdb.com (type: Wii language: EN version: 20241114204653) 007E01 = Wii Auto Erase Disc 091E00 = Movie-Ch Install Disc Ver. A 410E01 = Wii Backup Disc v1.31 @@ -20,6 +20,7 @@ DCHJAF = We Cheer: O wa Star Produce! Gentei Collabo Game Disc DD2P41 = Just Dance 2 (Demo) DDWE18 = Lost in Shadow - Press Disc (Demo) DDWX18 = Lost In Shadow - Best Buy (Demo) +DFNJ01 = Wii Fit (Taikenban) DHHJ8J = Hirano Aya Premium Movie Disc from Suzumiya Haruhi no Gekidou DHKE18 = Help Wanted: 50 Wacky Jobs (Demo) DK6E18 = Marble Saga: Kororinpa (Demo) @@ -145,8 +146,8 @@ R3OP01 = Metroid: Other M R3PEWR = Speed Racer: The Videogame R3PJ52 = Speed Racer R3PPWR = Speed Racer: The Videogame -R3RE8P = Sonic & SEGA All-Stars Racing -R3RP8P = Sonic & SEGA All-Stars Racing +R3RE8P = Sonic & Sega All-Stars Racing +R3RP8P = Sonic & Sega All-Stars Racing R3SE52 = Spider-Man: Web of Shadows R3SP52 = Spider-Man: Web of Shadows R3TE54 = Top Spin 3 @@ -934,7 +935,7 @@ RHAE01 = Wii Play RHAJ01 = Hajimete no Wii RHAK01 = Cheoeum Mannaneun Wii RHAP01 = Wii Play -RHAW01 = Wii Play +RHAW01 = Hajimete no Wii RHCE52 = The History Channel: Battle for the Pacific RHCP52 = The History Channel: Battle for the Pacific RHDE8P = The House of the Dead 2 & 3 Return @@ -997,7 +998,7 @@ RI8E41 = Brothers In Arms: Road to Hill 30 RI8P41 = Brothers in Arms: Road to Hill 30 RI9EGT = Diva Girls: Divas on Ice RI9PGT = Diva Girls: Princess on Ice -RIAE52 = Ice Age: Dawn of the Dinosaurs +RIAE52 = Ice Age 3: Dawn of the Dinosaurs RIAI52 = Ice Age 3: Dawn of the Dinosaurs RIAP52 = Ice Age 3: Dawn of the Dinosaurs RIBES5 = Igor the Game @@ -1268,9 +1269,8 @@ RMBE01 = Mario Super Sluggers RMBJ01 = Super Mario Stadium: Family Baseball RMCE01 = Mario Kart Wii RMCJ01 = Mario Kart Wii -RMCJ50 = Wiimms MKW-Textures 2022-12.jap +RMCJ51 = Wiimms MKW-Fun 2023-09.jap RMCK01 = Mario Kart Wii -RMCK50 = Wiimms MKW-Textures 2022-12.kor RMCKBR = Mario Kart Brown RMCP01 = Mario Kart Wii RMDE69 = Madden NFL 07 @@ -1683,7 +1683,7 @@ RS3P52 = Spider-Man 3 RS3X52 = Spider-Man 3 RS4EXS = Castle of Shikigami III RS4JJF = Shikigami no Shiro III -RS4PXS = Castle of Shikigami III +RS4PH3 = Castle of Shikigami III RS5EC8 = Samurai Warriors: Katana RS5JC8 = Sengoku Musou KATANA RS5PC8 = Samurai Warriors: Katana @@ -1697,6 +1697,7 @@ RSAP78 = SpongeBob's Atlantis SquarePantis RSBE01 = Super Smash Bros. Brawl RSBJ01 = Dairantou Smash Brothers X RSBK01 = Daenantu Smash Brothers X +RSBM64 = M64 Project M RSBP01 = Super Smash Bros. Brawl RSCD7D = Scarface: The World Is Yours RSCE7D = Scarface: The World Is Yours @@ -1775,8 +1776,8 @@ RT3P54 = Rockstar Games Presents: Table Tennis RT4EAF = Tales of Symphonia: Dawn of the New World RT4JAF = Tales of Symphonia: Ratatosk no Kishi RT4PAF = Tales of Symphonia: Dawn of the New World -RT5E8P = SEGA Superstars Tennis -RT5P8P = SEGA Superstars Tennis +RT5E8P = Sega Superstars Tennis +RT5P8P = Sega Superstars Tennis RT6FKM = Magic Roundabout RT6PKM = The Magic Roundabout RT7E69 = Tiger Woods PGA Tour 07 @@ -1806,7 +1807,7 @@ RTFK52 = Transformers: The Game RTFP52 = Transformers: The Game RTFX52 = Transformers: The Game RTFY52 = Transformers: The Game -RTGJ18 = Gensen Table Game Wii +RTGJ18 = Wi-Fi Taiou - Gensen Table Game Wii RTHE52 = Tony Hawk's Downhill Jam RTHP52 = Tony Hawk's Downhill Jam RTIE8P = Wacky World of Sports @@ -1890,6 +1891,7 @@ RUHZ52 = Bakugan Battle Brawlers RUIE4Q = Disney: Sing It RUIP4Q = Disney: Sing It RUIX4Q = Disney: Sing It +RUIY4Q = Disney Sing It RUKEGT = Rolling Stone: Drum King RUKPGT = We Rock: Drum King RULE4Q = Ultimate Band @@ -1944,7 +1946,6 @@ RVEFMR = Bienvenue Chez Les Ch'tis RVFE20 = Bigfoot: Collision Course RVFP7J = Bigfoot: Collision Course RVGE78 = Merv Griffin's Crosswords -RVGP78 = Margot's Word Brain RVHP41 = Scrabble Interactive: 2009 Edition RVIE4F = Bionicle Heroes RVIP4F = Bionicle Heroes @@ -2732,7 +2733,7 @@ SGTPUG = My Personal Golf Trainer with IMG Academies and David Leadbetter SGUE4Q = Disney Guilty Party SGVEAF = Go Vacation SGVJAF = Go Vacation -SGVPAF = Go Vacation +SGVPAF = GO VACATION SGWD7K = Bibi Blocksberg SGXE41 = Battle of Giants: Dinosaurs Strike SGXP41 = Combat of Giants: Dinosaurs Strike @@ -2788,8 +2789,8 @@ SHZENR = Harley Davidson: Road Trip SI3E69 = FIFA Soccer 12 SI3P69 = FIFA 12 SI3X69 = FIFA 12 -SIAE52 = Ice Age: Continental Drift - Arctic Games -SIAI52 = Ice Age: Continental Drift: Arctic Games +SIAE52 = Ice Age 4: Continental Drift - Arctic Games +SIAI52 = Ice Age 4: Continental Drift: Arctic Games SIAP52 = Ice Age 4: Continental Drift - Artic Games SIDE54 = Sid Meier's Pirates! SIDP54 = Sid Meier's Pirates! @@ -3670,7 +3671,7 @@ CTFP00 = StarSing : Rock Ballads v2.0 CTGP00 = StarSing : Take That v2.0 CTHP00 = StarSing : Summer Party v2.0 CTIP00 = StarSing : Rocks! Part. I v2.0 -CTJBO1 = CT Jam Best Of +CTJBO1 = CT Jam Best Of CTJP00 = StarSing : Rocks! Part. II v2.0 CTKP00 = StarSing : Pop Hits v2.0 CTLP00 = StarSing : Britney Spears v2.0 @@ -3745,6 +3746,7 @@ GCDK08 = Biohazard Code: Veronica Complete GCREBM = Xeno Crisis GCRJBM = Xeno Crisis GCRPBM = Xeno Crisis +GDPEAF = Mr. Driller: Drill Land GDXE8P = Sonic Riders DX GEAK8P = Eternal Arcadia Legends GFEK01 = Fire Emblem: Souen no Kiseki @@ -3753,12 +3755,18 @@ GGPE01 = Mario Kart Arcade GP GGPE02 = Mario Kart Arcade GP 2 GGPJ02 = Mario Kart Arcade GP 2 GH2E41 = Just Dance GH2 +GKQE01 = Kururin Squash GLME02 = Luigi's Mansion: First-Person Optimized +GLME09 = Luigi's Mansion: Open World GLMERP = Luigi's Mansion Repainted GLMK01 = Luigi's Mansion +GLMLFG = Luigi's Final Ghosthunt +GLMN64 = Project Reality Demo GLSE01 = Super Luigi Sunshine GM2EBJ = Monkeyed Ball 2: Witty Subtitle GM2EDX = Super Monkey Ball Deluxe +GM4E05 = Mario Kart: Double Dash!! Plus +GM4E64 = M64 MKDD EXTENDED v2.0 GM8K01 = Metroid Prime GMPE02 = Mario Party 4 Widescreen GMSE02 = Super Mario Sunshine Multiplayer @@ -3772,7 +3780,11 @@ GP5E04 = Mario Party 5+ Widescreen Patch GP6E02 = Mario Party 6 Widescreen GP7E02 = Mario Party 7 CPU Only GP7E03 = Mario Party 7 Widescreen +GPZE01 = Nintendo Puzzle Collection +GSME01 = Super Mario 128 +GTDE01 = Super Smash Bros. Melee: TurboDX GTME01 = Super Smash Bros. Melee Training Mode +GUPR8P = Shadow the Hedgehog: Reloaded GVS32E = Virtua Striker 3 Ver. 2002 GVS32J = Virtua Striker 3 Ver.2002 (Triforce) GVS45J = Virtua Striker 4 @@ -3782,12 +3794,16 @@ GVSJ9P = Virtua Striker 4 Ver.2006 GX2E01 = Pokémon XG: Next Gen GXSRTE = Sonic Riders Tournament Edition GXTE8P = Sonic Riders Tournament Edition +GY3E01 = Donkey Konga 3 GZ2K01 = Zelda no Densetsu: Twilight Princess GZBEB2 = Zatch Bell! Go! Go! Mamodo Fight!! GZLK01 = Zelda no Densetsu: Kaze no Takuto HBWE01 = New Super Mario Bros. Wii: Hellboy Edition HSMP01 = Harder Super Mario Bros. Wii +J4EE41 = Just Dance 2024 Edition +J5EE41 = Just Dance 2025 Edition JF3E41 = Just Dance Focus 3 +JONE52 = Angry Birds Trilogy but with more Levels! JOUE01 = New Super Mario Bros. Wii 10 The Journey KHPE01 = Kirby Air Ride Hack Pack KLSEXJ = The Last Story (NTSC-U, Japanese Audio) @@ -3819,6 +3835,7 @@ MKTE01 = Mario Kart Wii Teknik MKWP01 = Super Mario Kart for Wii MMRE01 = D.U. Super Mario Bros 2.1 Madness Returns MP1E16 = New Super Mario Bros. Wii - Mod Pack 1 +MP3E41 = Just Dance MP3 MRRE01 = New Super Mario Bros. Wii Retro Remix MRRP01 = New Super Mario Bros. Wii Retro Remix MSDEZ4 = Mini Super Mario Bros Wii Deluxe @@ -3840,9 +3857,12 @@ OMGD01 = Outer Mario Galaxy ONKELZ = SingItStar Böhse Onkelz PAL OTFPSI = Sing IT: Operación triunfo PC5P01 = Wii Points Card +PCLE01 = Pikmin 2 Caveless Edition PDUE01 = Another Super Mario Bros. Wii PIKE25 = Pikmin 251 +PKWE01 = Pikmin Wars PMNEO1 = New Old Super Mario Bros. Wii +POKE42 = Pikmin 216 POPPSI = SingItStar Pop PPNE01 = New Super Mario Bros. Wii 2: The Next Levels PPNP01 = New Super Mario Bros. Wii 2: The Next Levels @@ -3923,6 +3943,7 @@ RGHN52 = Guitar Hero III Custom: Guitar Hero Brasil RGHO52 = Guitar Hero III Custom: Animes Brasil RGHPOH = SingItStar Italian Greatest Hits RGHPS2 = Guitar Hero III Custom : J-Music +RGHQ52 = Guitar Hero III Custom: Guitar Hero Brasil Vol. 2 RGHX52 = Guitar Hero III Custom: Anime's Alex Chan RGKE52 = Guitar Hero III Custom : KoRn RGRM52 = Guitar Hero III Custom: Rock & Metal @@ -4012,6 +4033,7 @@ RMCE49 = Wiimms MKW-Fun 2022-11.usa RMCE4D = 4DR Yoshi1998's Texture And Music Pack RMCE4P = Potatoman44's CTs Stretched RMCE50 = Wiimms MKW-Textures 2022-12.usa +RMCE51 = Wiimms MKW-Fun 2023-09.usa RMCE54 = MARIO KART CRIS DELUXE 2 RMCE5C = 5cc Pack RMCE60 = Mario Kart Wii Faraphel @@ -4079,7 +4101,7 @@ RMCED3 = DryBowser Kart Wii RMCED8 = DryBowser's Unused CT Pack RMCEDC = Mario Kart Wii but You Can Only Drive on the Road RMCEDK = Darky Kart Wii -RMCEDT = Drift Rebalance with CT +RMCEDT = Drift Rebalance with CT RMCEDX = Dxrk X Hari's Pack RMCEEX = MKW Exploration Pack RMCEF1 = Fancy's CT Pack @@ -4095,6 +4117,7 @@ RMCEG2 = Mario Kart Wii CTGP Revolution RMCEG4 = Diddz' Gang Custom Track Pack RMCEG5 = New Mario Kart Wii 64 RMCEGB = Hide and Seek GBA Pack +RMCEGC = CTGP Revolution Legacy RMCEGN = Giant Objects Mode: Complete Edition RMCEGP = Mario Kart Wii CTGP Revolution RMCEGT = Neptune777 Xtreme Race GTX @@ -4117,11 +4140,14 @@ RMCEKK = Krash Kart Wii RMCEKW = Kiwi's Hide and Seek Pack RMCEL1 = Luma's CT Pack RMCEL9 = Mario Kart Legacii +RMCELF = Flounder's Megamix RMCELG = Legacy Kart Wii +RMCELI = Evil Pack RMCEM4 = Mario Kart Super Circuit Wii RMCEM6 = New Mario Kart Seven RMCEM9 = New Mario Kart: Double Dash!! RMCEMN = Mario Kart Midnight +RMCEMP = Bowser498's MK8 HNS Pack RMCEMX = Maxed Kart Wii RMCEMZ = Mizy's Texture Pack RMCEN2 = Nintendo Remasters @@ -4132,6 +4158,8 @@ RMCENH = Navi's HNS CT Pack RMCENL = Neptune777 Forza MAX Next Layer RMCENQ = Nevesqq's Texture n' Music Pack RMCEO4 = OptPack CT Pack +RMCEOA = Chaotic Kart Wii +RMCEOR = Bored Kart Wii RMCEP4 = Potatoman44's Transformed Tracks RMCEPG = Penguin Kart Wii RMCEPH = MKW Hack Pack vX CTDN Version @@ -4150,6 +4178,7 @@ RMCESH = Shortcut Practice Pack RMCESR = S☆Ris CT Pack RMCEST = Skipper's 200Kmh Distribution RMCESU = SnorgUp's Textures and Music Pack +RMCESV = Mario Kart Archive RMCESY = Spyro's Texture Pack RMCET0 = TomB's CT Pack RMCET1 = Wiimms Intermezzo @@ -4158,6 +4187,8 @@ RMCET6 = Man - O - Wii's Least Favorites Pack RMCET7 = Cam, Tom And Troy's CT Pack RMCETD = AlmostTWD's Favourites RMCETH = Mario Kart Wii Theob78's Pack +RMCETM = Mario Kart Time Warp +RMCETO = Retro Rewind RMCETP = Tan in the Snow Pack RMCETW = Trent Kart Wii RMCETX = Toxic's Hide and Seek Pack @@ -4206,6 +4237,7 @@ RMCJ45 = Wiimms MKW-Fun 2020-12.jap RMCJ46 = Wiimms MKW-Fun 2021-09.jap RMCJ48 = Wiimms MKW-Fun 2022-05.jap RMCJ49 = Wiimms MKW-Fun 2022-11.jap +RMCJ50 = Wiimms MKW-Textures 2022-12.jap RMCJ60 = Mario Kart Wii Faraphel RMCJ64 = Peach Kart 8 RMCJ76 = Pro CT Pack @@ -4229,6 +4261,8 @@ RMCK46 = Wiimms MKW-Fun 2021-09.kor RMCK47 = Wiimms MKW-History 2021-12.kor RMCK48 = Wiimms MKW-Fun 2022-05.kor RMCK49 = Wiimms MKW-Fun 2022-11.kor +RMCK50 = Wiimms MKW-Textures 2022-12.kor +RMCK51 = Wiimms MKW-Fun 2023-09.kor RMCK60 = Mario Kart Wii Faraphel RMCK86 = Mario Kart Cris 4 RMCK91 = Wiimms Mario Kart Fun 2021-09 Reserved @@ -4283,6 +4317,7 @@ RMCP47 = Wiimms MKW-History 2021-12.pal RMCP48 = Wiimms MKW-Fun 2022-05.pal RMCP49 = Wiimms MKW-Fun 2022-11.pal RMCP50 = Wiimms MKW-Textures 2022-12.pal +RMCP51 = Wiimms MKW-Fun 2023-09.pal RMCP60 = Mario Kart Wii Faraphel RMCP64 = Peach Kart 8 RMCP76 = Pro CT Pack @@ -4295,7 +4330,7 @@ RMCP96 = Super Mario Kart Wii RMCPA1 = Mario Kart Adventures RMCPA2 = Mario Kart Wii Deluxe RMCPBR = Mario Kart Brown -RMCPCA = Mario Kart Wii (Catalan Translation) +RMCPCA = Mario Kart Wii [CAT] RMCPG2 = Mario Kart Wii CTGP Revolution RMCPGP = Mario Kart CTGP Revolution RMCPL1 = Luma's CT Pack @@ -4325,6 +4360,7 @@ ROMESD = Monster Hunter G (English Patched) ROSE01 = Takt of Magic [ENG] RPJEUD = Arc Rise Fantasia Undub RQQE52 = Guitar Hero III Custom : Queen +RS4PXS = Castle of Shikigami III RSBE02 = Super Smash Bros. Project M Red Version RSBE03 = Super Smash Bros. Brawl DX RSBE04 = Super Smash Bros. Project M+ @@ -4406,6 +4442,7 @@ RSPE02 = Checkered Sports RSPE03 = Wii Sports: Storm City RSPE04 = Dii Sports RSPE05 = Luna's Wii Sports +RSPPCA = Wii Sports [CAT] RSXX78 = Guitar Hero RadioHead RSYP06 = Super Smash Bros. Brawl : YF06's Mod RT4EUD = Tales of Symphonia: Dawn of the New World Undub @@ -4419,12 +4456,15 @@ RWWE52 = Guitar Hero III Custom : WWE The Hits RXGC15 = Guitar Hero III Custom - A7X (Avenged Sevenfold) RYAJSC = Yatterman Wii (Simplified Chinese Translation) RZDC01 = The Legend of Zelda: Twilight Princess +RZDPCA = The Legend of Zelda: Twilight Princess (Catalan Translation) RZNE01 = Zangeki no Reginleiv [Eng] RZTE02 = Wii Sports Resort - Storm Island RZTE03 = Wii Are Resorting To Violence S02PES = Sing It Star 90's S12E41 = Just Dance Best Of 2 S18E41 = Just Dance Fitted 2018 +S24E41 = Just Dance 2024: Wii Edition +S25E41 = Just Dance 2025 Wii: FurryTrash23 Edition S2PE41 = Just Dance 2020 Plus S3EE41 = Just Dance 2023 S3UE41 = Just Dance Spotlight @@ -4483,10 +4523,11 @@ SDUEO1 = DU Super Mario Bros. : DU Edition SDUPO1 = DU Super Mario Bros. : DU Edition SE1E41 = Just Dance East SEHE41 = Just Dance Epic Hits -SEKE99 = Ikenie no Yoru [ENG] +SEKE99 = Ikenie no Yoru SEOP01 = New Super Mario Bros. Wii 8 Omega SEOP4Q = Sing It: Edad de Oro del Pop Español SFDE01 = New Super Mario Bros. Wii 9 Virtue: This Fall Darkness +SFGE01 = Star Fox 64 GameCube SFRE01 = Super Mario Bros. Frozen Edition SFRJ01 = Super Mario Bros. Frozen Edition SFRP01 = Super Mario Bros. Frozen Edition @@ -4556,6 +4597,7 @@ SLFE01 = New Super Mario Bros. 3 The Final Levels SLFP01 = New Super Mario Bros. 3: The Final Levels SLNE01 = Super Luigi Land Wii SM3E01 = Super Mario Bros. 3+ +SM6E01 = Super Mario 64 GameCube SMBWMM = New Super Mario Bros. Wii Master Mode SMD3OH = SingItStar e La Magia Disney SMGS01 = Secret Mario Galaxy @@ -4638,13 +4680,17 @@ SMNE87 = Random Super Mario Bros. Wii 2 SMNE88 = DU Super Mario Bros. Wii: RoyalSuperMario Edition SMNE89 = Easy Super Mario Bros. Wii SMNE90 = Legend Of Custom Levels +SMNEAD = Newer Alpine Dream SMNEAM = Adventure Super Mario Bros. Wii SMNEAR = Newer Super Mario All-Stars Revived SMNEAU = Newer Super Mario Bros. Wii Autumn Adventure SMNEC7 = New Super Mario Bros. Wii Chaos Edition SMNECB = Super Classic Mario Bros. Wii +SMNECC = Super Mario and the Cliffs of Spring SMNECZ = New Super Coinless Kaizo Wii +SMNED3 = Newer Super Mario Bros. Wii SMNEEA = Extra Super Mario Bros. Wii All Stars +SMNEES = Super Luigi Wii: The Emissary SMNEFW = Mario's New Adventure: 1st World SMNEG4 = New Super Ganondorf Bros. Wii SMNEH3 = New Super Mario Bros. 3 Halloween Wii @@ -4652,8 +4698,10 @@ SMNEHS = Custom Super Mario Bros. Wii Halloween Special SMNEI3 = New Super Mario Bros. Wii Isabelle Edition SMNEJS = Super Mario Jungle Jam SMNEKE = A New Kaizo Era +SMNEKM = Mario Goes to the Store to Buy a Gallon of Milk SMNEL0 = New Super Mario Land Wii SMNEL8 = New Super Larry Wii +SMNELC = Clue4u's Super Epic Mod SMNELE = New Super Mario Bros. Legacy SMNELL = Newer Super Luigi Wii SMNELM = Newer Super Luigi Wii: Dark Moon @@ -4661,6 +4709,7 @@ SMNEM5 = Newer Mayro Bros. Wii SMNEMB = New Super Minecraft Bros. Wii SMNEMC = New Super Mario Bros. Wii Minecraft SMNEMF = Mario's Final Adventure Wii +SMNEMG = Mario's Midnight Adventure SMNEMI = Midi's Super Mario Bros. Wii Just a Little Adventure SMNEMR = Newer Super Luigi Wii: Dark Moon Reverse SMNEMS = Mini Super Mario Bros. Wii @@ -4668,6 +4717,7 @@ SMNEN2 = Normal Super Mario Bros. Wii SMNEN5 = Newer Super Mario 54 SMNENL = Newest Super Luigi Wii SMNENT = Newest Super Mario Bros. Wii +SMNEOY = Super Mario Snowy Season SMNEPE = New Super Mario Bros. Wii: The Pro Edition SMNERE = Retro Mario Bros. SMNERV = RVLution Wii @@ -4854,12 +4904,14 @@ SMVP01 = Super Mario Vacation SMWE01 = Newer Super Mario World U SMWJ01 = Newer Super Mario World U SMWP01 = Newer Super Mario World U +SMXE41 = Just Dance Maximum SNBE66 = Lava Super Mario Bros. Wii Apocalypse SNLE01 = New Super Mario Bros. Wii 0-2 Next Generation Levels SO3EUD = Rune Factory: Tides of Destiny Undub +SOLE41 = Just Dance Solo SOLO41 = Just Dance Solo SOME02 = Rhythm Heaven Fever Repainted -SOMR01 = The rhythm of heaven +SOMR01 = Beat the Beat: Rhythm Paradise SOUE41 = Just Dance Ocean SP9P4Q = SingIt Star POP 2009 SPRE01 = New Super Mario Bros. Wii 14 Project Mario @@ -4876,6 +4928,7 @@ SSQE03 = Mario Party Project Hudson SSQE04 = Tanooki Mr. L Mail Shy Guy Mod SSQE05 = Mario Party 9 Repainted SSQE06 = Yoshi Party +SSQE07 = Quiet Party 9 SSSE01 = New Super Mario Bros. Wii: Summer Sun ST8P75 = SingItStar 80's STAP75 = SingItStar Apres Ski Hits @@ -4899,6 +4952,7 @@ SX3PUD = Pandora's Tower Undub SXEF52 = Guitar Hero III Custom : Megadeth SXFF52 = Guitar Hero III Custom : My Chemical Romance SZEE01 = New Super Mario Bros Wii 13 Shadow Zero Escape +T13E41 = Just Dance Luna TGSE01 = Super Mario Galaxy: The Green Stars TKG1ES = Super Mario Galaxy: The Kaizo Green Stars TKGS03 = Super Mario Galaxy 2: The Kaizo Green Stars @@ -4915,13 +4969,23 @@ WARE01 = DU Super Wario Bros. WFFF4I = Fatal Frame 4: Mask of the Lunar Eclipse WMXE01 = A Very Merry Wii Music Christmas WMXK01 = A Very Merry Wii Music Christmas +WSAE64 = Pikmin 2 New Year (US) +WSAP64 = Pikmin 2 New Year (PAL) XBKE52 = Guitar Hero III Custom : Bullet For Kamelot XNWE52 = Guitar Hero III Custom: Nightwish XXXX02 = Mario Kart Teknik Y1PE41 = Just Dance 2023 Wii Edition Extras +YELEDT = Pikmin 2 Yellow Edition ZM7E52 = Call of Duty - Modern Warfare - Reflex Edition - Zombie Mode ZXFP52 = Guitar Hero 3 Encore DC8A = Line Attack Heroes +HDMD = Dr. Mario & Bazillenjagd (Beta) +HDME = Dr. Mario Online Rx (Beta) +HDMF = Dr. Mario & Bactericide (Beta) +HDMI = Dr. Mario & Sterminavirus (Beta) +HDMJ = Dr. Mario & Saikin Bokumetsu (Beta) +HDMP = Dr. Mario & Germ Buster (Beta) +HDMS = Dr. Mario & Bactericida (Beta) W22E = Planet Fish W24E = 2 Fast 4 Gnomz W24P = 2 Fast 4 Gnomz @@ -4929,14 +4993,14 @@ W2AE = Big Bass Arcade W2CE = Brain Challenge W2CJ = Brain Challenge W2CP = Brain Challenge -W2FP = Physio Fun - Balance Training -W2GD = Phoenix Wright - Ace Attorney Justice for All +W2FP = Physio Fun: Balance Training +W2GD = Phoenix Wright: Ace Attorney Justice for All W2GE = Phoenix Wright - Ace Attorney Justice for All -W2GF = Phoenix Wright - Ace Attorney Justice for All -W2GI = Phoenix Wright - Ace Attorney - Justice for All +W2GF = Phoenix Wright: Ace Attorney Justice for All +W2GI = Phoenix Wright: Ace Attorney Justice for All W2GJ = Gyakuten Saiban 2 -W2GP = Phoenix Wright - Ace Attorney Justice for All -W2GS = Phoenix Wright - Ace Attorney - Justice for All +W2GP = Phoenix Wright: Ace Attorney Justice for All +W2GS = Phoenix Wright: Ace Attorney Justice for All W2IE = Fishie Fishie W2IP = Fishie Fishie W2JE = Just JAM @@ -4946,11 +5010,11 @@ W2KP = Let's Catch W2LE = Bloons W2LP = Bloons W2ME = Blaster Master - Overdrive -W2MP = Blaster Master - Overdrive +W2MP = Blaster Master: Overdrive W2OE = My Aquarium 2 -W2OJ = Blue Oasis - Michinaru Shingai +W2OJ = Blue Oasis - Michinaru Shinkai W2OP = My Aquarium 2 -W2PP = Physio Fun - Pelvic Floor Training +W2PP = Physio Fun: Pelvic Floor Training W2TE = Drill Sergeant Mindstrong W2TJ = Onitore - Kyoukan wa Onigunsou W2TP = Brain Cadets @@ -4963,33 +5027,33 @@ W3BP = Soccer Bashi W3DJ = 3 Degrees Celcius W3FE = 3D Pixel Racing W3FP = 3D Pixel Racing -W3GD = Phoenix Wright - Ace Attorney Trials and Tribulations +W3GD = Phoenix Wright: Ace Attorney Trials and Tribulations W3GE = Phoenix Wright - Ace Attorney Trials and Tribulations -W3GF = Phoenix Wright - Ace Attorney Trials and Tribulations -W3GI = Phoenix Wright - Ace Attorney - Trials and Tribulations +W3GF = Phoenix Wright: Ace Attorney Trials and Tribulations +W3GI = Phoenix Wright: Ace Attorney Trials and Tribulations W3GJ = Gyakuten Saiban 3 -W3GP = Phoenix Wright - Ace Attorney Trials and Tribulations -W3GS = Phoenix Wright - Ace Attorney - Trials and Tribulations +W3GP = Phoenix Wright: Ace Attorney Trials and Tribulations +W3GS = Phoenix Wright: Ace Attorney Trials and Tribulations W3JE = Triple Jumping Sports W3KE = ThruSpace W3KJ = Surinuke Anatousu -W3KP = ThruSpace - High Velocity 3D Puzzle +W3KP = ThruSpace: High Velocity 3D Puzzle W3LE = Carmen Sandiego Adventures in Math - The Lady Liberty Larceny W3ME = The Three Musketeers - One For All -W3MP = The Three Musketeers - One For All +W3MP = The Three Musketeers: One For All W3PE = Triple Throwing Sports W3RE = Triple Running Sports W3SE = Triple Shot Sports W3TE = Pearl Harbor - Episode 1 - Red Sun Rising W42J = F-O-R-T-U-N-E - Hoshi no Furi Sosogu Oka W44E = Stop Stress - A Day of Fury -W44P = Stop Stress - A Day of Fury +W44P = Stop Stress: A Day of Fury W48E = ShadowPlay W4AE = Arcade Sports -W4AP = Arcade Sports +W4AP = Arcade Sports: Air Hockey, Bowling, Pool, Snooker W4KE = Deer Captor W4KJ = Shika Gari -W4OJ = Shikakui Atama wo Maru Kusuru - Mainichi Minna no Challenge Hen +W4OJ = Shikakui Atama wo Maru Kusuru - Mainichi Minna de Challenge Hen W4TE = Spaceball Revolution W4TP = Spaceball Revolution W54E = 5 Spots Party @@ -4999,12 +5063,12 @@ W5AP = 5 Arcade Gems W5IE = 5-in-1 Solitaire W6BE = Eco Shooter - Plant 530 W6BJ = 530 Eco Shooter -W6BP = Eco Shooter - Plant 530 -W72P = Successfully Learning German - Year 3 -W73P = Successfully Learning German - Year 4 -W74P = Successfully Learning German - Year 5 -W7IP = Successfully Learning German - Year 2 -W82J = Jintori Action! Taikoukenchi - Karakuri Shiro no Nazo +W6BP = Eco Shooter: Plant 530 +W72P = Successfully Learning German Year 3 +W73P = Successfully Learning German Year 4 +W74P = Successfully Learning German Year 5 +W7IP = Successfully Learning German Year 2 +W82J = Jintori Action! Taikoukenchi - Karakuri Jo no Nazo W8BP = Babel Rising W8CE = Bit. Trip Core W8CJ = Bit. Trip Core - Rhythm Seijin no Gyakushou @@ -5014,7 +5078,7 @@ W8IJ = 81diver Wii W8LE = Balloon Pop Festival W8PJ = Ouchide Mugen Puti Puti W8WE = Happy Holidays - Halloween -W8WP = Happy Holidays - Halloween +W8WP = Happy Holidays: Halloween W8XE = Battle Poker W9BE = Big Town Shoot Out W9BP = Big Town Shoot Out @@ -5033,10 +5097,10 @@ WA4J = WarioWare - D.I.Y. Showcase WA4P = WarioWare D.I.Y. Showcase WA5E = Carmen Sandiego Adventures in Math - The Island of Diamonds WA7E = Toribash -WA7P = Toribash - Violence Perfected +WA7P = Toribash Violence Perfected WA8E = Art Style - ROTOZOA WA8J = Art Style Series - PENTA TENTACLES -WA8P = Art Style - PENTA TENTACLES +WA8P = Art Style: PENTA TENTACLES WAAE = Aya and the Cubes of Light WAAP = Aya and the Cubes of Light WABE = Art of Balance @@ -5046,10 +5110,10 @@ WACP = Arcade Essentials WAEE = Around the World WAEP = Around the World WAFE = Airport Mania - First Flight -WAFP = Airport Mania - First Flight +WAFP = Airport Mania: First Flight WAGE = Pinocchio's Puzzle WAHE = Trenches Generals -WAHP = Trenches Generals +WAHP = Trenches: Generals WAIE = 101-in-1 Explosive Megamix WAIP = 101-in-1 Explosive Megamix WAJE = MotoHeroz @@ -5057,7 +5121,7 @@ WAJP = MotoHeroz WAKE = Carmen Sandiego Adventures in Math - The Case of the Crumbling Cathedral WALE = Art Style - light trax WALJ = Art Style Series - Lightstream -WALP = Art Style - light trax +WALP = Art Style: light trax WAME = Carmen Sandiego Adventures in Math - The Great Gateway Grab WANE = Ant Nation WANP = Ant Nation @@ -5308,14 +5372,14 @@ WGOJ = Goo no Wakusei WGOP = World of Goo WGPE = AquaSpace WGPJ = Aqua Living - Terebi de Nagameru Sakanatachi -WGPP = Zenquaria - Virtual Aquarium -WGSD = Phoenix Wright - Ace Attorney +WGPP = Zenquaria: Virtual Aquarium +WGSD = Phoenix Wright: Ace Attorney WGSE = Phoenix Wright - Ace Attorney -WGSF = Phoenix Wright - Ace Attorney -WGSI = Phoenix Wright - Ace Attorney +WGSF = Phoenix Wright: Ace Attorney +WGSI = Phoenix Wright: Ace Attorney WGSJ = Gyakuten Saiban - Yomigaeru Gyakuten -WGSP = Phoenix Wright - Ace Attorney -WGSS = Phoenix Wright - Ace Attorney +WGSP = Phoenix Wright: Ace Attorney +WGSS = Phoenix Wright: Ace Attorney WGTJ = Sekai no Omoshiro Party Game WGUJ = Aero Guitar WGVE = Groovin' Blocks @@ -5501,7 +5565,7 @@ WMSP = Enjoy Your Massage! WMWP = Miffy's World WMWX = Miffy's World WMXE = Max & the Magic Marker -WMXJ = Rakugaki Hero +WMXJ = Max & the Magic Marker WMXP = Max & the Magic Marker WMZP = Mahjong WN9E = Military Madness - Nectaris @@ -5568,7 +5632,7 @@ WPCE = Doc Louis's Punch-Out!! WPDJ = Chindouchuu!! Paul no Daibouken WPFJ = Pokémon Fushigi no Dungeon - Susume! Honou no Boukendan WPGE = Snowpack Park -WPGJ = Penguin Seikatsu +WPGJ = Penguin Life WPHJ = Pokémon Fushigi no Dungeon - Mezase! Hikari no Boukendan WPIE = Pit Crew Panic! WPIJ = Pit Crew Panic! @@ -5671,11 +5735,11 @@ WSJP = Spot the Differences! WSLE = The Magic Obelisk WSLJ = Shadow Walker - Kage no Shounen to Hikari no Yousei WSME = Eat! Fat! FIGHT! -WSMJ = Tsuppari Oozumou Wii Heya +WSMJ = Tsuppari Oozumou Wii Beya WSMP = Eat! Fat! FIGHT! WSNE = Sonic the Hedgehog 4 - Episode I WSNJ = Sonic the Hedgehog 4 - Episode I -WSNP = Sonic the Hedgehog 4 - Episode I +WSNP = Sonic the Hedgehog 4 Episode I WSRE = Space Trek WSSP = Solitaire WSTJ = Tenshi no Solitaire @@ -5781,7 +5845,7 @@ WXRE = Reel Fishing - Ocean Challenge WXRP = Reel Fishing Ocean Challenge WYIE = escapeVektor - Chapter 1 WYIP = escapeVektor - Chapter 1 -WYKJ = Yomi Kiku Asobi Wii +WYKJ = Yomi Kikase Asobi Wii WYME = Yummy Yummy Cooking Jam WYMP = Yummy Yummy Cooking Jam WYSE = Yard Sale Hidden Treasures - Sunnyville @@ -6132,6 +6196,7 @@ FCWP = Super Mario Bros. 3 FCWQ = Super Mario Bros. 3 FCYE = Yoshi's Cookie FCYJ = Yoshi no Cookie +FCYK = Yoshi's Cookie FCYP = Yoshi's Cookie FCYT = Yoshi's Cookie FCZE = King's Knight @@ -6257,7 +6322,7 @@ FFNJ = Rockman 4 - Arata Naru Yabou!! FFNP = Mega Man 4 FFOJ = Moero! TwinBee - Cinnamon Hakushi wo Sukue! FFPB = Ufouria - The Saga -FFPJ = Hebereke +FFPJ = Furu Furu Park FFPP = Ufouria - The Saga FFQE = Shadow of the Ninja FFQM = Shadow of the Ninja @@ -6395,7 +6460,7 @@ JBNJ = Darius Twin JBOJ = Panel de Pon JBOQ = Panel de Pon JBPE = Donkey Kong Country 3 - Dixie Kong's Double Trouble! -JBPJ = Super Donkey Kong 3 - Nazo no Krems Shima +JBPJ = Super Donkey Kong 3 - Nazo no Krems Tou JBPP = Donkey Kong Country 3 - Dixie Kong's Double Trouble! JBQE = Kirby's Avalanche JBQJ = Kirby's Avalanche @@ -6411,7 +6476,7 @@ JBTJ = Super Turrican JBTP = Super Turrican JBUE = Super Turrican 2 JBUJ = Super Turrican Two -JBVJ = Langrisser, Der +JBVJ = Der Langrisser JBWE = Cybernator JBWJ = Jusou Kihei Valken JBWP = Cybernator @@ -6476,7 +6541,7 @@ JCWE = Super Mario Kart JCWJ = Super Mario Kart JCWP = Super Mario Kart JCXE = Nobunaga's Ambition -JCXJ = Super Nobunaga no Yabou - Zengoku Han +JCXJ = Super Nobunaga no Yabou - Zenkoku Ban JCYE = Uncharted Waters - New Horizons JCYJ = Daikoukai Jidai II JCZE = Genghis Khan II - Clan of the Gray Wolf @@ -6586,9 +6651,9 @@ NABE = Mario Kart 64 NABJ = Mario Kart 64 NABP = Mario Kart 64 NABT = Mario Kart 64 -NACE = The Legend of Zelda - Ocarina of Time +NACE = The Legend of Zelda: Ocarina of Time NACJ = Zelda no Densetsu - Toki no Okarina -NACP = The Legend of Zelda - Ocarina of Time +NACP = The Legend of Zelda: Ocarina of Time NADE = Star Fox 64 NADJ = Star Fox 64 NADP = Lylat Wars @@ -6616,15 +6681,15 @@ NAKF = Pokémon Snap NAKI = Pokémon Snap NAKJ = Pokémon Snap NAKP = Pokémon Snap -NAKS = Pokemon Snap +NAKS = Pokémon Snap NALE = Super Smash Bros. NALJ = Nintendo All-Star! Dairantou Smash Brothers NALP = Super Smash Bros. NAME = Kirby 64 - The Crystal Shards NAMJ = Hoshi no Kirby 64 -NAMP = Kirby 64 - The Crystal Shards +NAMP = Kirby 64: The Crystal Shards NAMT = Kirby 64 - The Crystal Shards -NAND = Poke╠ümon Puzzle League +NAND = Pokémon Puzzle League NANE = Pokémon Puzzle League NANF = Pokémon Puzzle League NANJ = Pokémon Puzzle League @@ -6636,7 +6701,7 @@ NAOT = 1080 Snowboarding NAPJ = Custom Robo V2 NARE = The Legend of Zelda - Majora's Mask NARJ = Zelda no Densetsu - Mujura no Kamen -NARP = The Legend of Zelda - Majora's Mask +NARP = The Legend of Zelda: Majora's Mask NASE = Cruis'n USA NASJ = Cruis'n USA NASP = Cruis'n USA @@ -6648,13 +6713,13 @@ NAUJ = Mario Golf 64 NAUP = Mario Golf NAYE = Ogre Battle 64 - Person of Lordly Caliber NAYJ = Ogre Battle 64 - Person of Lordly Caliber -NAYM = Ogre Battle 64 - Person of Lordly Caliber +NAYM = Ogre Battle 64: Person of Lordly Caliber NAZE = Mario Party 2 NAZJ = Mario Party 2 NAZP = Mario Party 2 NEEA = The Legend of Zelda: Ocarina of Time Master Quest +NMRE = SM64 Randomizer NTLC = Super Mario 64 Multiplayer -NZXM = Super Mario 64 Multiplayer LAAJ = Hokuto no Ken LABE = Fantasy Zone LABJ = Fantasy Zone @@ -6709,7 +6774,7 @@ MA3L = Puyo Puyo 2 MA4J = Bahamut Senki MA5J = Rent A Hero MA6E = Streets of Rage 2 -MA6J = Bare Knuckle II - Shitou he no Chinkon Uta +MA6J = Bare Knuckle II - Shitou he no Chinkonka MA6P = Streets of Rage 2 MA7E = Shining in the Darkness MA7J = Shining Darkness @@ -6770,7 +6835,7 @@ MAQE = Streets of Rage MAQJ = Bare Knuckle - Ikari no Tekken MAQP = Streets of Rage MARE = Beyond Oasis -MARJ = The Story of Thor - Hikari o Tsugu Mono +MARJ = The Story of Thor - Hikari wo Tsugu Mono MARP = The Story of Thor MASE = Vectorman MASJ = Vectorman @@ -6851,7 +6916,7 @@ MBPE = Super Thunder Blade MBPJ = Super Thunder Blade MBPP = Super Thunder Blade MBQE = Streets of Rage 3 -MBQJ = Bare Knuckle III - Tekken Seiten +MBQJ = Bare Knuckle III MBQP = Streets of Rage 3 MBRE = Rolling Thunder 2 MBRJ = Rolling Thunder 2 @@ -6939,7 +7004,7 @@ MCVP = Pitfall - The Mayan Adventure MCWE = Galaxy Force II MCWJ = Galaxy Force II MCWP = Galaxy Force II -MCXJ = Dragon Slayer: The Legend of Heroes +MCXJ = Dragon Slayer: The Legend of Heroes II MCYE = The Revenge of Shinobi MCYJ = The Super Shinobi MCYP = The Revenge of Shinobi @@ -7045,10 +7110,10 @@ PBEJ = Moto Roader PBEP = Moto Roader PBFJ = Fire ProWrestling - Combination Tag PBHE = Bonk's Revenge -PBHJ = PC Denjin 2 +PBHJ = PC Genjin 2 PBHP = Bonk's Revenge PBIE = Bonk 3 - Bonk's Big Adventure -PBIJ = PC Denjin 3 +PBIJ = PC Genjin 3 PBIP = Bonk 3 - Bonk's Big Adventure PBJE = Samurai Ghost PBJJ = Genpei Toumaden - Kan no Ni @@ -7103,6 +7168,7 @@ PCHJ = Drop Rock Hora Hora PCHP = Drop Off PCJJ = Override PCKJ = Gai Flame +PCMC = Gokuraku! Chuuka Taisen PCMJ = Mr. Heli no Daibouken PCNJ = Winning Shot PCOE = Psychosis @@ -7156,7 +7222,7 @@ QACN = Cho Aniki QADJ = Gradius II - Gofer no Yabou QADL = Gradius II - Gofer no Yabou QADN = Gradius II - Gofer no Yabou -QAEJ = The Path of the Warrior - Art of Fighting 3 +QAEJ = A.III.: A-Ressha de Ikou III QAFE = The Dynastic Hero QAFJ = Chou Eiyuu Densetsu - Dynastic Hero QAFP = The Dynastic Hero @@ -7205,7 +7271,7 @@ EA4J = Samurai Spirits - Zankuro Musouken EA4P = Samurai Shodown III EA5E = Fatal Fury 3 - Road to the Final Victory EA5J = Garou Densetsu 3 - Road to the Final Victory -EA5P = Fatal Fury 3 - Road to the Final Victory +EA5P = Fatal Fury 3: Road to the Final Victory EA6E = The King of Fighters '96 EA6J = The King of Fighters '96 EA6P = The King of Fighters '96 @@ -7344,14 +7410,14 @@ EBWE = Sengoku EBWJ = Sengoku Denshou EBWP = Sengoku EBXE = Sengoku 2 -EBXJ = Sengoku 2 +EBXJ = Sengoku Denshou 2 EBXP = Sengoku 2 EBZE = Real Bout Fatal Fury EBZJ = Real Bout Garou Densetsu EBZP = Real Bout Fatal Fury ECAE = Real Bout Fatal Fury 2 - The Newcomers ECAJ = Real Bout Garou Densetsu 2 - The Newcomers -ECAP = Real Bout Fatal Fury 2 - The Newcomers +ECAP = Real Bout Fatal Fury 2: The Newcomers ECCE = Metal Slug X ECCJ = Metal Slug X ECCP = Metal Slug X @@ -7549,8 +7615,8 @@ XAQJ = Salamander 5NEA = NWC24Editor HAAA = Photo Channel HABA = Wii Shop Channel -HABC = Wii Shop Channel -HABK = Wii Shop Channel +HABC = Wii Gòuwù Píndào +HABK = Wii Shopping Channel HACA = Mii Channel HACC = Mii Channel HACK = Mii Channel @@ -7559,19 +7625,20 @@ HADJ = Internet Channel HADP = Internet Channel HAFA = Forecast Channel HAFE = Forecast Channel -HAFJ = Forecast Channel +HAFJ = Otenki Channel HAFP = Forecast Channel HAGA = News Channel HAGE = News Channel HAGJ = News Channel HAGP = News Channel HAJE = Everybody Votes Channel -HAJJ = Everybody Votes Channel +HAJJ = Minna de Touhyou Channel HAJP = Everybody Votes Channel -HAKE = EULA -HAKJ = EULA -HAKK = EULA -HAKP = EULA +HAKC = Shǐyòng Xiéyì +HAKE = User Agreements +HAKJ = Riyou Kiyaku +HAKK = Iyong Yaggwan +HAKP = Agreement/Contact HALE = Region Select HALJ = Region Select HALK = Region Select @@ -7588,18 +7655,18 @@ HAVP = Today & Tomorrow Channel HAWE = Metroid Prime 3 Preview Channel HAWP = Metroid Prime 3 Preview Channel HAYA = Photo Channel -HAYC = Photo Channel +HAYC = Zhàopiàn Píndào HAYK = Photo Channel HBNJ = TV no Tomo Channel G Guide for Wii HC2D = Watchever HC3J = USB Flash Optimization HC4E = Crunchyroll HC4P = Crunchyroll -HCAJ = Daigasso Band Brothers DX Speaker Channel Shop -HCAP = Jam with the Band! Live +HCAJ = Daigassou! Brand Brothers DX Senyou Speaker Channel +HCAP = Jam with the Band Live Channel HCBJ = Photo Channel 1.0 Restore Program -HCCJ = Address Information -HCDJ = Digicam Print Channel +HCCJ = Address Settings +HCDJ = Digital Camera Print Channel HCFE = Wii Speak Channel HCFJ = Wii Speak Channel HCFK = Wii Speak Channel @@ -7611,15 +7678,15 @@ HCGX = Wii & the Internet HCHJ = Demae Channel HCIJ = Wii no Ma HCJP = BBC iPlayer -HCLE = Netflix +HCLE = Netflix instant streaming for Wii HCLP = Netflix HCMP = Kirby TV Channel HCQE = Hulu Plus HCQJ = Hulu -HCRE = The Legend of Zelda - Skyward Sword - Save Data Update Channel +HCRE = The Legend of Zelda: Skyward Sword - Save Data Update Channel HCRJ = Zelda Data Restoration Channel HCRK = Data Boggu Channel -HCRP = The Legend of Zelda - Skyward Sword - Save Data Update Channel +HCRP = The Legend of Zelda: Skyward Sword - Save Data Update Channel HCSE = Wii U Transfer Tool HCSJ = Wii U Transfer Tool HCSP = Wii U Transfer Tool @@ -7637,8 +7704,9 @@ HCXJ = YouTube HCXP = YouTube HCYE = Wii Menu Electronic Manual (Wii Mini) HCYJ = Wii U Main Unit Update Repair Program -HCYP = Wii Menu Manual (Mini Wii) -HFNJ = Wii Fit Body Check Channel +HCYP = Wii Menu Electronic Manual (Wii Mini) +HFNJ = Wii Fit Karada Check Channel +OSCW = Open Shop Channel RFNE = Wii Fit Channel RFNJ = Wii Fit Channel RFNK = Wii Fit Channel @@ -7646,8 +7714,9 @@ RFNP = Wii Fit Channel RFNW = Wii Fit Channel RFPE = Wii Fit Plus Channel RFPJ = Wii Fit Plus Channel +RFPK = Wii Fit Plus Channel RFPP = Wii Fit Plus Channel -RFPW = Wii Fit Plus Channel +RFPW = Wii Fit Plus Píndào RGWE = Rabbids Channel RGWJ = Rabbids Channel RGWP = Rabbids Channel @@ -7657,6 +7726,7 @@ RMCJ = Mario Kart Channel RMCK = Mario Kart Channel RMCP = Mario Kart Channel 9XGX = SNES9xGX +BA01 = Bad Apple!! PART 1 D01A = Wiimmfi Patcher D02A = Engine02 D03A = BrainSlug Wii @@ -8084,6 +8154,7 @@ DNRA = Newo Runner DNSA = Newo Shooter DNTA = NeoTanks DNUA = Wii Donut +DNUT = Wii Donut DNWA = Nowell DO2A = O2EM DO3A = Three Point O @@ -8333,16 +8404,18 @@ DZXA = FBZX Wii DZYA = Snake Two DZZA = OpenJazz FCEU = FCE Ultra GX +HACS = Mii Channel Symbols HWFL = HackWiiFlow JODI = Homebrew Channel LULZ = Homebrew Channel MAUI = Backup Homebrew Channel NK2O = Neek2o +NZXM = Super Mario 64 Multiplayer OHBC = Homebrew Channel PLUS = WiiMC+ PXWE = Project X: Love Potion Disaster RIIV = Riivolution -RMCX = Mario Kart Wii CTGP Revolution Channel +RMCX = CTGP Revolution Channel SEGA = Genesis Plus GX SMGX = SaveGame Manager GX SNTX = Snes9x TX @@ -8355,7 +8428,7 @@ WMH1 = Mother 1+2+3 WN64 = Wii64 WPSX = WiiSX 301E01 = GameCube Service Disc -D23J01 = Game Taikai Yuushou Kinen: Tokusei SmaBro DX Movie Disc +D23J01 = Game Taikai Nyuushou Kinen: Tokusei SmaBro DX Movie Disc D24J01 = SmaBro DX Event-you Disc D28J01 = Interactive Multi-Game Demo Disk - April 2002 D29J01 = Gekkan Nintendo Tentou Demo 2002.5.1 @@ -8612,6 +8685,7 @@ G6TE5G = Teen Titans G6TP78 = Teen Titans G6WE69 = Tiger Woods PGA Tour 06 G6WP69 = Tiger Woods PGA Tour 06 +G7FE69 = FIFA Soccer 07 G7ME69 = Madden NFL 07 G89EAF = Pac-Man World Rally G8FE8P = Virtua Quest @@ -8758,6 +8832,7 @@ GC3D78 = Scooby-Doo! Mystery Mayhem GC3E78 = Scooby-Doo!: Mystery Mayhem GC3F78 = Scooby-Doo! Mystery Mayhem GC3P78 = Scooby-Doo!: Mystery Mayhem +GC4EBN = Shinseiki GPX Cyber Formula Road To The EVOLUTION GC4JBN = Shinseiki GPX Cyber Formula Road To The EVOLUTION GC5PNK = Cocoto: Kart Racer GC6E01 = Pokémon Colosseum @@ -8968,6 +9043,7 @@ GFGPA4 = Frogger Beyond GFHP6V = Neighbours from Hell GFIE69 = 2002 FIFA World Cup GFIJ13 = 2002 FIFA World Cup +GFJE69 = FIFA Soccer 06 GFKE69 = Freekstyle GFKP69 = Freekstyle GFMJAF = Family Stadium 2003 @@ -9021,10 +9097,10 @@ GGSPA4 = Metal Gear Solid: The Twin Snakes GGTE01 = Chibi-Robo! GGTJ01 = Chibi-Robo! GGTP01 = Chibi-Robo! -GGVD78 = Spongebob Squarepants: The Movie +GGVD78 = SpongeBob SquarePants: The Movie GGVE78 = SpongeBob SquarePants: The Movie -GGVP78 = Spongebob Squarepants: The Movie -GGVX78 = Spongebob Squarepants: The Movie +GGVP78 = SpongeBob SquarePants: The Movie +GGVX78 = SpongeBob SquarePants: The Movie GGYE41 = Tom Clancy's Ghost Recon 2 GGYP41 = Tom Clancy's Ghost Recon 2 GGZE52 = Madagascar @@ -9255,6 +9331,7 @@ GKZE9G = Codename Kids Next Door - Operation V.I.D.E.O.G.A.M.E GKZP54 = Codename Kids Next Door - Operation V.I.D.E.O.G.A.M.E GL2E51 = Legends of Wrestling II GL2P51 = Legends of Wrestling II +GL3EE8 = Lupin the Third - Lost Treasure Under the Sea GL3JE8 = Lupin The Third - Umi Ni Kieta Hihou GL5E4F = LEGO Star Wars: The Video Game GL5P4F = LEGO Star Wars: The Video Game @@ -9278,7 +9355,7 @@ GLGP41 = Largo Winch: Empire Under Threat GLHEG9 = Flushed Away GLHPG9 = Flushed Away GLIJA7 = Special Jinsei Game -GLJJMS = Radirgy +GLJJMS = Radirgy Generic GLLE78 = Ratatouille GLLF78 = Ratatouille GLME01 = Luigi's Mansion @@ -9324,6 +9401,7 @@ GM3E69 = Madden NFL 2003 GM3P69 = Madden NFL 2003 GM4E01 = Mario Kart: Double Dash!! GM4J01 = Mario Kart: Double Dash!! +GM4K01 = Mario Kart: Double Dash!! GM4P01 = Mario Kart: Double Dash!! GM5D7D = Metal Arms: Glitch in the System GM5E7D = Metal Arms: Glitch in the System @@ -9414,6 +9492,7 @@ GNDP69 = Need for Speed: Underground GNED78 = Finding Nemo GNEE78 = Finding Nemo GNEF78 = Finding Nemo +GNEK78 = Finding Nemo GNEP78 = Finding Nemo GNES78 = Finding Nemo GNFE5D = NFL Blitz 2002 @@ -9430,7 +9509,7 @@ GNMEAF = Namco Museum GNNE69 = NFL Street GNNP69 = NFL Street GNOE78 = Nicktoons Unite! -GNOX78 = Spongebob Squarepants & Friends: Unite! +GNOX78 = SpongeBob SquarePants & Friends: Unite! GNPP70 = Nickelodeon Party Blast GNQE69 = Madden NFL 2005 GNQP69 = Madden NFL 2005 @@ -9599,7 +9678,7 @@ GQSPAF = Tales of Symphonia GQSSAF = Tales of Symphonia GQTE4Q = Meet the Robinsons GQWE69 = Harry Potter: Quidditch World Cup -GQWJ13 = Harry Potter World Cup +GQWJ13 = Harry Potter: Quidditch World Cup GQWP69 = Harry Potter: Quidditch World Cup GQWX69 = Harry Potter: Quidditch World Cup GQXE69 = Madden NFL 2004 @@ -9933,7 +10012,7 @@ GWYE41 = Tom Clancy's Splinter Cell: Double Agent GWYX41 = Tom Clancy's Splinter Cell: Double Agent GWZE01 = Dance Dance Revolution: Mario Mix GWZJ01 = Dance Dance Revolution: Mario Mix -GWZP01 = Dancing Stage Mario Mix +GWZP01 = Dancing Stage: Mario Mix GX2D52 = X-Men Legends II: Rise of Apocalypse GX2E52 = X-Men Legends II: Rise of Apocalypse GX2P52 = X-Men Legends II: Rise of Apocalypse @@ -9971,6 +10050,7 @@ GXOX69 = SSX On Tour GXPE78 = Sphinx and the Cursed Mummy GXPP78 = Sphinx and the Cursed Mummy GXQF41 = Taxi 3: Le Jeu +GXQP41 = Taxi 3: The Game GXRE08 = Mega Man X: Command Mission GXRJ08 = Rockman X: Command Mission GXRP08 = Mega Man X: Command Mission diff --git a/Data/Sys/wiitdb-es.txt b/Data/Sys/wiitdb-es.txt index 87d1b198b9..1d8b0afa48 100644 --- a/Data/Sys/wiitdb-es.txt +++ b/Data/Sys/wiitdb-es.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: ES_unique version: 20230727194141) +TITLES = https://www.gametdb.com (type: Wii language: ES_unique version: 20241114210112) DCHJAF = We Cheer: Ohasta Produce ! Gentei Collabo Game Disc R22J01 = FlingSmash R23E52 = Barbie y las Tres Mosqueteras @@ -90,6 +90,7 @@ R9EPNP = Brico Party: ¡Cuidado! Mancha R9GPWR = Ga'Hoole: La Leyenda de los Guardianes R9LP41 = Girls Life: Pijama Party R9TK69 = Tiger Woods PGA Tour 09 +RAAE01 = Disco de Startup Wii RB9D78 = Bratz: La Película RB9P78 = Bratz: La Película RB9X78 = Bratz: La Película @@ -109,7 +110,7 @@ RC2E78 = Cars: Mater-National RC2P78 = Cars: La Copa Internacional de Mate RC2X78 = Cars: La Copa Internacional de Mate RC2Y78 = Cars: La Copa Internacional de Mate -RC3P41 = Catz: Diviértete con Nuevos Felinos +RC3P41 = Catz: ¡Diviértete con nuevos felinos! RC3X41 = Catz: Diviértete con Nuevos Felinos RC4SGT = Shin Chan: ¡Las Nuevas Aventuras para Wii! RC8P7D = Crash: Guerra al Coco-Maníaco @@ -187,6 +188,7 @@ RH5PKM = Horse Life 2: Amigos para Siempre RH6K69 = Harry Potter and the Half-Blood Prince RH6P69 = Harry Potter y el Misterio del Príncipe RHAK01 = Wii Play +RHAW01 = Wii Play RHKJ18 = Hataraku Hit RHKP18 = Job Island RHQP4Q = Hannah Montana: Únete a Su Gira Mundial @@ -199,6 +201,7 @@ RHZP41 = Horsez: El Valle del Rancho RI2P4Q = High School Musical: ¡Canta con ellos! RI8E41 = Brothers in Arms: Road to Hill 30 RI9PGT = Divagirls: Princesas Sobre Hielo +RIAE52 = Ice Age: Dawn of the Dinosaurs RIAI52 = Ice Age 3: El Origen de los Dinosaurios RIAP52 = Ice Age 3: El Origen de los Dinosaurios RIBPKM = Igor: El Videojuego @@ -225,7 +228,7 @@ RJAP52 = Call of Duty: Modern Warfare: Reflex RJAX52 = Call of Duty: Modern Warfare: Reflex RJDPKM = Mi Hospital de Animales RJFE5G = Fitness Ultimatum 2009 de Jillian Michaels -RJFPKM = Fitness Ultimatum 2009 con Jillian Michaels +RJFPKM = Ponte en forma con Jillian Michaels RJMPRS = Jumper RJNE20 = Build 'n Race RJOP99 = Ju-On: The Grudge @@ -437,7 +440,7 @@ RV9P78 = Avatar: La Leyenda de Aang - Dentro del Infierno RVAP78 = Avatar: La Leyenda de Aang - La Tierra Ardiente RVBPRS = Alvin y las Ardillas RVHP41 = Scrabble Interactivo: Edición 2009 -RVJPFR = So Blonde: Perdidos en el Caribe +RVJPFR = So Blonde: De Vuelta en la Isla RVKJ99 = Valhalla Knights: Elder Saga RVQP41 = Desafío Cine Party RVTFMR = Veterinarios en Acción @@ -499,6 +502,8 @@ RZRPGT = El Destino de El Zorro RZYF41 = Mi Experto en Vocabulario RZYP41 = Mi Experto en Vocabulario RZYS41 = Mi Experto en Vocabulario +S26PML = 2 en 1: Pony Friends 2 + Mi Granja de Caballos +S2VPAF = Victorious: Salto a la fama S2XE41 = Los Pitufos 2 S2XP41 = Los Pitufos 2 S2ZP52 = Zhu Zhu Pets: Los Amigos del Bosque @@ -507,6 +512,7 @@ S3BEWR = Batman: El Intrépido Batman S3BPWR = Batman: El Intrépido Batman S3DJ18 = Deca Sporta 3 S3EP78 = Barbie: Planeta Fashionista +S3EXVZ = Barbie: Planeta Fashionista S3MP69 = Los Sims 3 S3PP4Q = Disney Princesas: Reinos Mágicos S5BPKM = Regreso al Futuro: El juego @@ -524,6 +530,7 @@ SALE4Q = Alicia en el País de las Maravillas SALP4Q = Alicia en el País de las Maravillas SAOP78 = Monster High: Instituto Monstruoso SAOXVZ = Monster High: Instituto Monstruoso +SAVX5G = Alvin y las ardillas 2 SB2PNP = My Baby 2: ¡Mi Bebé Ha Crecido! SB4K01 = Super Mario Galaxy 2 SB6P52 = Bakugan: Defensores de la Tierra @@ -551,6 +558,7 @@ SCYZ4Q = Cars 2: El Videojuego SD2Y41 = Just Dance 2 (Edición Best Buy) SD6PTV = Éxito en Primaria: Inglés - Curso 1-4 SD7PTV = Éxito en Primaria: Matemáticas - Curso 1-4 +SDDPML = Sexos en Guerra: típicos tópicos SDFP4Q = Disney Sing It: Éxitos de película SDLP78 = La Gran Aventura de Dood SDMEG9 = Gru, Mi Villano Favorito @@ -608,11 +616,12 @@ SJDZ41 = Just Dance 3 (Edición Target) SJIEG9 = Fitness Ultimatum 2011 de Jillian Michaels SJME5G = Fitness Ultimatum 2010 de Jillian Michaels SJMPGT = Fitness Ultimatum 2010 de Jillian Michaels -SJXD41 = Just Dance 4 +SJXD41 = Just Dance 4 Edición Especial SK4E52 = Shrek: Felices Para Siempre SK4P52 = Shrek: Felices Para Siempre SK7PVZ = Disney Violetta: Ritmo & Música SK7XVZ = Disney Violetta: Ritmo & Música +SKYZ52 = Skylanders Giants SLAE78 = Airbender: El Último Guerrero SLAP78 = Airbender: El Último Guerrero SLAX78 = Airbender: El Último Guerrero (Edición Especial) @@ -636,7 +645,7 @@ SMNW01 = New Super Mario Bros. Wii (Chino Tradicional) SN4JDA = Naruto Shippuuden Ryujinki SNBP41 = NCIS Navy Investigación Criminal SNYEVZ = Monster High: 13 Deseos -SNYPVZ = Monster High: 13 Deseos +SNYPVZ = Monster High: 13 Monstruo-deseos SOTE52 = Wipeout SOUJ01 = The Legend of Zelda: Skyward Sword SP5PVV = The Kore Gang: La Exvasión de los Intraterrestres @@ -824,7 +833,6 @@ RJJG52 = Guitar Hero III Custom: JJ-KwiK's Edition RMCE88 = Mario Carritos Definitivo 3.0 RMCEB8 = Mario Kart Manía RMCEFO = Neptune777 Forza MAX Orígenes -RMCPCA = Mario Kart Wii (traducción al catalán) RMGE52 = Guitar Hero III Custom: Megadeth RMHC08 = Monster Hunter Tri (Personalizado) RMMP52 = Guitar Hero III Custom: Metal Mayhem @@ -835,6 +843,7 @@ RSFC99 = Muramasa: The Demon Blade (Personalizado) RSJESD = Guitar Hero III Custom: System of a Down RSYP06 = Super Smash Bros. Brawl: YF06's Mod RZDC01 = The Legend of Zelda: Twilight Princess (Personalizado) +RZDPCA = The Legend of Zelda: Twilight Princess (Traducción al catalán - Traducció al català) SB4C01 = Super Mario Galaxy 2 (Personalizado) SBOD3Q = SingItStar: Best of Disney SDUEO1 = DU Super Mario Bros.: DU Edition @@ -857,7 +866,6 @@ W2FP = Entrenamiento de Equilibrio Physiofun W2GD = Phoenix Wright Ace Attorney: Justice for All (Deutsche Version) W2GE = Phoenix Wright: Ace Attorney Justice for All W2GP = Phoenix Wright Ace Attorney: Justice for All -W2GS = Phoenix Wright Ace Attorney: Justice for All W2JE = Just Jam W2ME = Blaster Master: Overdrive W2MP = Blaster Master Overdrive @@ -866,7 +874,6 @@ W3AE = Carmen Sandiego Adventures in Math: The Big Ben Burglary W3GD = Phoenix Wright: Ace Attorney - Trials and Tribulations W3GE = Phoenix Wright Ace Attorney: Trials and Tribulations W3GP = Phoenix Wright: Ace Attorney - Trials and Tribulations -W3GS = Phoenix Wright: Ace Attorney Trials and Tribulations W3KE = Thruspace W3KP = ThruSpace W3LE = Carmen Sandiego Adventures in Math: The Lady Liberty Larceny @@ -874,15 +881,10 @@ W3ME = The Three Musketeers: One for all W3MP = Los Tres Mosqueteros ¡Uno para todos! W3TE = Pearl Harbor Trilogy - 1941: Red Sun Rising W44E = Stop Stress: A Day of Fury -W44P = Stop Stress: A Day of Fury W4AP = Arcade Sports: Air Hockey, Bowling, Pool, Snooker W5IE = 5 in 1 Solitaire W6BE = Eco Shooter: Plant 530 W6BP = Eco-Shooter: Plant 530 -W72P = Successfully Learning German Year 3 -W73P = Successfully Learning German Year 4 -W74P = Successfully Learning German Year 5 -W7IP = Successfully Learning German Year 2 W8CE = Bit.Trip Core W8CP = Bit.Trip Core W8WE = Happy Holidays: Halloween @@ -899,8 +901,6 @@ WA8E = Art Style: Rotozoa WA8P = Art Style: Penta Tentacles WAEE = Around The World WAFE = Airport Mania: First Flight -WAFP = Airport Mania: First Flight -WAHP = Trenches: Generals WAKE = Carmen Sandiego Adventures in Math: The Case of the Crumbling Cathedral WALE = Art Style: Light Trax WALP = Art Style: Light Trax @@ -946,7 +946,7 @@ WDHP = Art Style: Rotohex WDMJ = Dr. Mario & Bactericida WDMP = Dr. Mario & Bactericida WDPE = Dr. Mario Online Rx (Friend Battle Demo) -WDPP = Dr. Mario & Germ Buster (Friend Battle Demo) +WDPP = Dr. Mario & Bactericida (Demo Batalla Amistosa) WDRE = Mr Driller W WEME = Aha! I Got It! Escape Game WEMP = Aha! I Got It! Escape Game @@ -981,7 +981,6 @@ WGPP = Zenquaria: El Acuario Virtual WGSD = Phoenix Wright: Ace Attorney (Versión Alemana) WGSE = Phoenix Wright: Ace Attorney WGSF = Phoenix Wright: Ace Attorney (French Version) -WGSP = Phoenix Wright: Ace Attorney WGSS = Phoenix Wright: Ace Attorney (Textos en español) WHBE = Hubert the Teddy Bear: Winter Games WHEE = Heracles: Chariot Racing @@ -1130,6 +1129,7 @@ WWXE = Paper Wars: Cannon Fodder WWXP = Paper Wars Cannon Fodder WXBE = Ben 10 Alien Force The Rise of Hex WXBP = Ben 10: Alien Force - The Rise of Hex +WXIP = Éxito en primaria Inglés, curso 1º WXPE = Paint Splash! WXRE = Reel Fishing Ocean Challenge WYIE = escapeVektor: Chapter 1 @@ -1262,20 +1262,13 @@ JDWP = Aero The Acrobat JDZD = Mystic Quest Legend​ JDZF = Mystic Quest Legend​ JDZP = Mystic Quest Legend​ -NACE = The Legend of Zelda: Ocarina of Time -NACP = The Legend of Zelda: Ocarina of Time NAJ8 = The Legend of Zelda: Ocarina of Time (traducido al español) NAJN = Sin and Punishment -NAKS = Pokémon Snap NAME = Kirby 64: The Crystal Shards -NAMP = Kirby 64: The Crystal Shards -NAND = Pokémon Puzzle League NAOE = 1080° Snowboarding NAOP = 1080°: TenEighty Snowboarding NARE = The Legend of Zelda: Majora's Mask -NARP = The Legend of Zelda: Majora's Mask NAYE = Ogre Battle 64: Person of Lordly Caliber -NAYM = Ogre Battle 64: Person of Lordly Caliber LAFN = Secret Commando LAGE = Sonic the Hedgehog LAJE = Sonic the Hedgehog 2 @@ -1373,7 +1366,6 @@ EBQE = Ninja Master's EBSE = The Path of the Warrior: Art of Fighting 3 EBSP = The Path of the Warrior: Art of Fighting 3 ECAE = Real Bout Fatal Fury 2: The Newcomers -ECAP = Real Bout Fatal Fury 2: The Newcomers ECGE = Shock Troopers: 2nd Squad ECGP = Shock Troopers: 2nd Squad E54P = GHOSTS'N GOBLINS @@ -1403,6 +1395,8 @@ HAGJ = Canal Noticias HAGP = Canal Noticias HAJE = Canal Opiniones HAJP = Canal Opiniones +HAKE = Documentos legales/Contacto +HAKP = Contrato/Contacto HAPE = Canal Miirame HAPP = Canal Concursos Mii HATE = Canal Nintendo @@ -1411,12 +1405,24 @@ HAVP = Canal La fortuna te sonríe HAWE = Metroid Prime 3 Preview HAWP = Metroid Prime 3 Preview HAYA = Canal Fotos -HCAJ = Band Bros. DX Speaker Channel -HCAP = Jam with the Band Live +HCAP = Canal Jam with the Band Live +HCCJ = Ajustes de dirección HCFE = Canal Wii Speak HCFP = Canal Wii Speak +HCGP = Wii e Internet +HCGX = Wii e Internet +HCLE = Netflix +HCMP = Canal Kirby TV HCRE = The Legend of Zelda: Skyward Sword - Canal de actualización de datos de guardado -HCRP = The Legend of Zelda: Skyward Sword - Canal de actualización de datos de guardado +HCRP = The Legend of Zelda: Skyward Sword - Canal Actualización de datos +HCSP = Transferencia Wii U +HCTP = Transferencia de datos de Wii +HCYP = Manual Electrónico del Menú de Wii (Wii Mini) +RFNP = Canal Wii Fit +RFPE = Canal Wii Fit Plus +RFPP = Canal Wii Fit Plus +RGWP = Canal Rabbids +RGWX = Canal Rabbids RMCE = Canal Mario Kart RMCP = Canal Mario Kart D64A = Wii64 @@ -1429,10 +1435,12 @@ DSDA = SuperDump 1.3 JODI = Canal Homebrew LULZ = Canal Homebrew OHBC = Canal Homebrew +RMCX = Canal CTGP Revolution G3AS69 = El Señor de los Anillos: La Tercera Edad G3DX6L = Carmen Sandiego: El secreto de los tambores robados G3FS69 = TimeSplitters: Futuro Perfecto G4MP69 = Los Sims: Toman La Calle +G4ZP69 = Los Sims 2 G8MP01 = Paper Mario: La Puerta Milenaria G9TP52 = El Espantatiburones GAZS69 = Harry Potter y el prisionero de Azkaban @@ -1457,7 +1465,7 @@ GLNP69 = Looney Tunes: De Nuevo En Accion GLOS69 = El Señor de los Anillos: Las Dos Torres GNES78 = Buscando a Nemo GOYS69 = GoldenEye: Agente Corrupto -GPQP6L = Las Supernenas: Arrasando las Salsas +GPQP6L = Las Supernenas: Escabeche Mutante GPXP01 = Pokémon Box: Rubí y Zafiro GQQD78 = Bob Esponja: ¡Luces, Cámara, Esponja! GQQE78 = Bob Esponja: ¡Luces, Cámara, Esponja! @@ -1467,7 +1475,7 @@ GQQP78 = Bob Esponja: ¡Luces, Cámara, Esponja! GQWX69 = Harry Potter: Quidditch Copa del Mundo GR9P6L = El Imperio del Fuego GSXS64 = Star Wars: Las Guerras Clon -GTYP69 = Ty, el tigre de Tasmani +GTYP69 = Ty, el tigre de Tasmania GVLP69 = Marvel Némesis: La Rebelión de los Imperfectos GWHP41 = Winnie the Pooh: La Fiesta de Cumpleaños GX2S52 = X-Men Legends II: El Ascenso de Apocalipsis diff --git a/Data/Sys/wiitdb-fr.txt b/Data/Sys/wiitdb-fr.txt index 8a359b9a0b..4384aaf449 100644 --- a/Data/Sys/wiitdb-fr.txt +++ b/Data/Sys/wiitdb-fr.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: FR_unique version: 20230727194148) +TITLES = https://www.gametdb.com (type: Wii language: FR_unique version: 20241114210121) R22J01 = FlingSmash R23P52 = Barbie et les Trois Mousquetaires R25PWR = LEGO Harry Potter : Années 1 à 4 @@ -127,7 +127,7 @@ RCGP54 = Carnival: Fête Foraine RCIP41 = Les Experts : Morts Programmées RCKPGN = Sports Challenge : Defi Sports RCLP4Q = Chicken Little : Aventures Intergalactiques -RCOPNP = Détective Conan : Enquête +RCOPNP = Détective Conan : Enquête à Mirapolis RCVP41 = Far Cry : Vengeance RCXP78 = All Star Pom-pom Girl RD4PA4 = Dance Dance Revolution : Hottest Party 2 @@ -198,6 +198,7 @@ RH3P4Q = High School Musical 3 Dance! Nos Années Lycée RH5PKM = Horse Life : Amis pour la vie RH6P69 = Harry Potter et le Prince de Sang-Mêlé RH8P4F = Tomb Raider : Underworld +RHAW01 = Wii Play RHCP52 = The History Channel : Battle for the Pacific RHGP6Z = Agent Hugo : Lemoon Twist RHKP18 = Job Island @@ -598,6 +599,7 @@ SINPNG = We Sing : Robbie Williams SJ2PWR = Scooby-Doo! Panique dans la Marmite SJ9P41 = Just Dance 2 : Extra Songs SJTP41 = Just Dance : Best Of +SJXD41 = Just Dance 4 Edition Speciale SK4P52 = Shrek 4: Il Etait une Fin SK7PVZ = Disney Violetta : Rythme et musique SK7XVZ = Disney Violetta : Rythme et musique @@ -616,7 +618,7 @@ SMBP8P = Super Monkey Ball : Step & Roll SMFP4Q = Phineas et Ferb: Voyage dans la Deuxième Dimension SMGP78 = Megamind SMHPNK = Marvel Super Heroes 3D -SMSP78 = Marvel Super Hero Squad +SMSP78 = Marvel Super Hero Squad : Le Gant de l'Infini SN4XGT = Naruto Shippuden : Dragon Blade Chronicles SNBP41 = NCIS: Adapté de la série TV SNHP69 = Need for Speed @@ -687,14 +689,13 @@ RMCE88 = Le Mario Kare Deluxa por jatras RMCJ91 = Wiimms Mario Kart Fun 2021-09 Reservé RMCK91 = Wiimms Mario Kart Fun 2021-09 Reservé RMCP91 = Wiimms Mario Kart Fun 2021-09 Réservé -RMCPCA = Mario Kart Wii (traduction en catalan) +RZDPCA = The Legend of Zelda: Twilight Princess (traduction catalane) SBOD3Q = StarSing : Chansons Magiques de Disney v1.1 SILP4Q = SingItStar Latino SNBE66 = Nouveau Super Mario Bros. Wii Apocalypse W2CP = Cérébral Challenge W2FP = Entrainement d'équilibre Physiofun W2GD = Phoenix Wright Ace Attorney: Justice for All (Deutsche Version) -W2GF = Phoenix Wright: Ace Attorney: Justice for All W2GP = Phoenix Wright Ace Attorney : Justice for All W2MP = Blaster Master Overdrive W2PP = Programme de rééducation du périnée Physiofun @@ -707,10 +708,6 @@ W3MP = Les Trois Mousquetaires : Tous pour un! W44P = Stop Stress : A Day of Fury W4AP = Arcade Sports : Air Hockey, Bowling, Pool, Snooker W6BP = Eco-Shooter: Plant 530 -W72P = Successfully Learning German Year 3 -W73P = Successfully Learning German Year 4 -W74P = Successfully Learning German Year 5 -W7IP = Successfully Learning German Year 2 W8CP = Bit.Trip Core W8WP = Happy Holidays Halloween W9BP = Big Town Shoot @@ -719,8 +716,6 @@ WA4P = WarioWare : Do It Yourself - Showcase WA7P = Toribash - La violence perfectionnée WA8P = ArtStyle: Penta Tentacles WAEP = Around the world -WAFP = Airport Mania: First Flight -WAHP = Trenches: Generals WALP = Art Style : light trax WAOP = The Very Hungry Caterpillar´s ABC WB2P = Strong Bad Episode 4 : Dangeresque 3 @@ -761,7 +756,6 @@ WGGP = Gabrielle's Ghostly Groove: Monster Mix WGPP = Zenquaria L'aquarium Virtuel WGSE = Phoenix Wright: Ace Attorney WGSF = Phoenix Wright: Ace Attorney (French Version) -WGSP = Phoenix Wright: Ace Attorney WHEE = Heracles : Chariot Racing WHEP = Heracles : Chariot Racing WHFP = Heavy Fire: Special Operations @@ -853,6 +847,7 @@ WWRP = Excitebike: World Challenge WWXP = Paper Wars Cannon Fodder WXBE = Ben 10 Alien Force The Rise of Hex WXBP = Ben 10 Alien Force The Rise of Hex +WXIP = Succès au primaire : Anglais, CP WYIP = escapeVektor: Chapter 1 WYSP = Yard Sale Hidden Treasures Sunnyville WZIP = Rubik's Puzzle Galaxy : RUSH @@ -923,14 +918,11 @@ JDWP = Aero The Acrobat JDZF = Mystic Quest Legend​ NACP = The Legend of Zelda : Ocarina of Time NAJN = Sin and Punishment -NAKS = Pokémon Snap NAME = Kirby 64 : The Crystal Shards NAMP = Kirby 64 : The Crystal Shards -NAND = Pokémon Puzzle League NAOP = 1080°: TenEighty Snowboarding NARP = The Legend of Zelda : Majora's Mask NAYE = Ogre Battle 64: Person of Lordly Caliber -NAYM = Ogre Battle 64: Person of Lordly Caliber LALP = Fantasy Zone II LANP = Alex Kidd: The Lost Stars LAPP = Wonder Boy III: The Dragon's Trap @@ -990,7 +982,6 @@ EASE = Samurai Shodown 2 EBDP = Magical Drop 3 EBFP = Spin master EBSP = The Path of the Warrior: Art of Fighting 3 -ECAP = Real Bout Fatal Fury 2: The Newcomers ECGP = Shock Troopers: 2nd Squad E54P = GHOSTS'N GOBLINS E55P = Commando @@ -1006,30 +997,38 @@ HACK = Chaîne Mii HADE = Chaîne Internet HADP = Chaîne Internet HAFA = Chaîne météo +HAFE = Chaîne météo HAFP = Chaîne météo HAGA = Chaîne infos HAGE = Chaîne infos HAGJ = Chaîne infos HAGP = Chaîne infos HAJP = Chaîne votes +HAKE = Documents légaux/Contact +HAKP = Contrat/Contact HAPE = Chaîne Regardez-Mii HAPP = Chaîne concours Mii +HATE = Chaîne Nintendo HATP = Chaîne Nintendo HAVP = Chaîne jour de chance HAWP = Metroid Prime 3 Preview HAYA = Chaîne photos HAYK = Chaîne Photo -HCAP = Jam with the Band Live +HCAP = Chaîne Jam with the Band Live +HCCJ = Paramètres d'adresse HCFE = Chaîne Wii Speak HCFP = Chaîne Wii Speak +HCGP = Wii et Internet HCMP = Chaîne Kirby TV HCRE = The Legend of Zelda: Skyward Sword - Chaîne mise à jour des données HCRP = The Legend of Zelda: Skyward Sword - Chaîne mise à jour des données +RFPE = Chaîne Wii Fit Plus +RFPP = Chaîne Wii Fit Plus RMCE = Chaîne Mario Kart RMCP = Chaîne Mario Kart DNUA = Donut Wii OHBC = Chaîne Homebrew -RMCX = Chaîne Mario Kart Wii CTGP Revolution +RMCX = Chaîne CTGP Revolution G2FF78 = Tak 2: Le Sceptre des Rêves G3AF69 = Le Seigneur des Anneaux: Le Tiers Âge G3DP6L = Carmen Sandiego : Le Secret des Tam-Tams Volés @@ -1057,7 +1056,6 @@ GENF69 = James Bond 007: Quitte ou Double GF4F52 = Les 4 Fantastiques GFHP6V = Un Voisin d'Enfer! GFSF69 = Coupe du Monde FIFA 2002 -GGVX78 = Bob l'Eponge : Le Film GH2P69 = Need for Speed : Poursuite Infernale 2 GH4F69 = Harry Potter et la Coupe de Feu GH5F52 = Nos Voisins, les Hommes diff --git a/Data/Sys/wiitdb-it.txt b/Data/Sys/wiitdb-it.txt index 92a041b28c..839e5d00df 100644 --- a/Data/Sys/wiitdb-it.txt +++ b/Data/Sys/wiitdb-it.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: IT_unique version: 20230727194156) +TITLES = https://www.gametdb.com (type: Wii language: IT_unique version: 20241114210129) R23P52 = Barbie e le Tre Moschettiere R25PWR = LEGO Harry Potter: Anni 1-4 R2AP7D = L'Era Glaciale 2: Il Disgelo @@ -298,6 +298,7 @@ SIAI52 = L'Era Glaciale 4: Continenti alla Deriva - Giochi Polari SIIP8P = Mario & Sonic ai Giochi Olimpici di Londra 2012 SJ2PWR = Scooby-Doo! e la palude del mistero SJ9P41 = Just Dance 2 - Extra Songs +SJXD41 = Just Dance 4 Edizione Speciale SK4I52 = Shrek e vissero felici e contenti SK4P52 = Shrek: E Vissero Felici E Contenti SK7PVZ = Disney Violetta: Musica e Ritmo @@ -356,40 +357,29 @@ G01E01 = Super Smash Bros. Melee: Remix SD MILPSI = SingItStar Miliki R15POH = SingItStar Radio 105 RGGE52 = Guitar Hero III Custom: Rock The Games -RMCPCA = Mario Kart Wii (traduzione in catalano) RSJESD = Guitar Hero III Custom: System Of A Down +RZDPCA = The Legend of Zelda: Twilight Princess (traduzione in catalano) S02PES = SingItStar 90's SILP4Q = Sing It: Latino SP9P4Q = SingItStar POP 2009 WFFF4I = Fatal Frame 4: La Maschera dell'eclissi lunare W2CP = Brain Challenge L'Allena-Mente -W2FP = Physiofun - Balance Training +W2FP = Physiofun: Balance Training W2GD = Phoenix Wright Ace Attorney: Justice for All (Deutsche Version) W2GI = Phoenix Wright: Ace Attorney: Justice for All W2GP = Phoenix Wright Ace Attorney: Justice for All -W2MP = Blaster Master: Overdrive W2PP = Physiofun: Pelvic Floor Training W3GI = Phoenix Wright: Ace Attorney: Trials and Tribulations -W3KP = ThruSpace: High Velocity 3D Puzzle W3MP = I Tre Moschettieri Uno per tutti! -W44P = Stop Stress: A Day of Fury W4AP = Arcade Sports: Air Hockey, Bowling, Pool, Snooker W6BP = 530 ECO SHOOTER -W72P = Successfully Learning German Year 3 -W73P = Successfully Learning German Year 4 -W74P = Successfully Learning German Year 5 -W7IP = Successfully Learning German Year 2 W8CP = Bit.Trip Core W8WP = Happy Holidays Halloween W9BP = Big Town Shoot W9RP = Happy Holidays Christmas WA4P = WarioWare: Do It Yourself - Showcase -WA7P = Toribash Violence Perfected WA8P = Art Style: Penta Tentacles WAEP = Around the world -WAFP = Airport Mania: First Flight -WAHP = Trenches: Generals -WALP = Art Style: light trax WAOP = The Very Hungry Caterpillar´s ABC WB2P = Strong Bad Episode 4: Dangeresque 3 WB3P = Strong Bad Episode 5: 8-bit is Enough @@ -423,8 +413,6 @@ WGFP = Girlfriends Forever: Magic Skate WGGP = Gabrielle's Ghostly Groove: Monster Mix WGPP = Zenquaria™: Acquario virtuale WGSF = Phoenix Wright: Ace Attorney (French Version) -WGSI = Phoenix Wright: Ace Attorney -WGSP = Phoenix Wright: Ace Attorney WHEP = Heracles: Chariot Racing WHFP = Heavy Fire: Special Operations WHRP = Heron: Steam Machine @@ -557,12 +545,7 @@ JDLP = Super Star Wars: Return of the Jedi JDWP = Aero The Acrobat JDZP = Mystic Quest Legend​ JECM = CHRONO TRIGGER -NACP = The Legend of Zelda: Ocarina of Time -NAKS = Pokémon Snap -NAMP = Kirby 64: The Crystal Shards NAOP = 1080°: TenEighty Snowboarding -NARP = The Legend of Zelda: Majora's Mask -NAYM = Ogre Battle 64: Person of Lordly Caliber LALP = Fantasy Zone II LANP = Alex Kidd: The Lost Stars LAPP = Wonder Boy III: The Dragon's Trap @@ -615,7 +598,6 @@ EAIP = Top Hunter EBDP = Magical Drop 3 EBFP = Spin master EBSP = The Path of the Warrior: Art of Fighting 3 -ECAP = Real Bout Fatal Fury 2: The Newcomers ECGP = Shock Troopers: 2nd Squad E54P = GHOSTS'N GOBLINS E55P = Wolf of the Battlefield: Commando @@ -631,20 +613,24 @@ HADE = Canale Internet HADP = Canale Internet HAFP = Canale Meteo HAGA = Canale Notizie -HAGE = Canale Notizie HAGJ = Canale Notizie HAGP = Canale Notizie HAJP = Canale Vota Anche Tu +HAKP = Accordo/Contatto HAPP = Canale Concorsi Mii HATP = Canale Nintendo -HAVP = Canal La fortuna ti sorride +HAVP = Canale La fortuna ti sorride HAWP = Metroid Prime 3 Preview HAYA = Canale Foto +HCAP = Canale Jam with the Band Live +HCCJ = Impostazioni indirizzo HCFE = Canale Wii Speak HCFP = Canale Wii Speak +HCGP = Wii e Internet HCMP = Canale TV Kirby HCRE = The Legend of Zelda: Skyward Sword - Canale Aggrioornamento dati di HCRP = The Legend of Zelda: Skyward Sword - Canale Aggrioornamento dati di +RFPP = Canale Wii Fit Plus RMCP = Canale Mario Kart JODI = Canale Homebrew LULZ = Canale Homebrew diff --git a/Data/Sys/wiitdb-ja.txt b/Data/Sys/wiitdb-ja.txt index bd15a17d31..c9afcbe649 100644 --- a/Data/Sys/wiitdb-ja.txt +++ b/Data/Sys/wiitdb-ja.txt @@ -1,6 +1,7 @@ -TITLES = https://www.gametdb.com (type: Wii language: JA_unique version: 20240420135206) +TITLES = https://www.gametdb.com (type: Wii language: JA_unique version: 20241114210137) D2AJAF = みんなで冒険!ファミリートレーナー 体験版 DCHJAF = WE CHEER: おはスタプロデュース!限定コラボゲームディスク +DFNJ01 = Wiiフィット 体験版 DHHJ8J = 平野綾 Premiumムービーディスク from 涼宮ハルヒの激動 DK6J18 = コロリンパ2 -アンソニーと黃金のひまわりのタネ- DMHJ08 = モンスターハンター 3 -tri- (Demo) @@ -17,7 +18,7 @@ R2GJAF = FRAGILE 〜さよなら月の廃墟〜 R2JJAF = 太鼓の達人Wii R2LJMS = Hula Wii フラで始める 美と健康!! R2PJ9B = スイングゴルフ パンヤ 2ndショット! -R2QJC0 = クッキングママ 2 たいへん!!ママはおおいそがし! +R2QJC0 = クッキングママ2 たいへん!!ママはおおいそがし! R2SJ18 = DECA SPORTA 2 Wiiでスポーツ”10”種目! R2UJ8P = レッツタップ R2VJ01 = 罪と罰 宇宙の後継者 @@ -396,6 +397,7 @@ S5KJAF = 太鼓の達人Wii 超ごうか版 S5QJC8 = 戦国無双 3 猛将伝 S5SJHF = イナズマイレブンGO ストライカーズ 2013 S6TJGD = ドラゴンクエストX オールインワンパッケージ +S72E01 = 星のカービィ 20周年スペシャルコレクション S72J01 = 星のカービィ 20周年スペシャルコレクション S7CJAF = 仮面ライダー クライマックスヒーローズ フォーゼ SAAJA4 = ウイニングイレブン プレーメーカー 2013 @@ -434,7 +436,7 @@ SGIJA4 = GTI Club ワールド シティ レース SGKJC8 = チャンピオンジョッキー:ギャロップレーサー&ジーワンジョッキー SGVJAF = ゴーバケーション SH2JMS = Hula Wii 楽しくフラを踴ろう!! -SHIJ2N = シェイプボクシング 2 Wiiでエンジョイダイエット! +SHIJ2N = シェイプボクシング2 Wiiでエンジョイダイエット! SIIE8P = マリオ&ソニック AT ロンドンオリンピック SIIJ01 = マリオ&ソニック AT ロンドンオリンピック SIIP8P = マリオ&ソニック AT ロンドンオリンピック @@ -500,6 +502,7 @@ STKJ08 = タツノコ VS.カプコン アルティメットオール・スター STQJHF = イナズマイレブン ストライカーズ SUKE01 = 星のカービィWii SUKJ01 = 星のカービィWii +SUKP01 = 星のカービィWii SUMJC8 = ウイニングポストワールド 2010 SUPJ01 = Wiiパーティー SUXJA4 = ウイニングイレブン プレーメーカー 2010 @@ -564,7 +567,7 @@ W4KJ = 鹿狩 W4OJ = シカクいアタマをマルくする。 毎日みんなでチャレンジ編 W6BJ = 530 エコシューター W82J = 陣取りアクション! 太閤検地 ~からくり城のナゾ~ -W8CJ = BIT. TRIP CORE ~リズム星人の逆襲~ +W8CJ = BIT.TRIP CORE ~リズム星人の逆襲~ W8DJ = メビウス・ドライブ W8IJ = ハチワンダイバー -81diver- Wii W8PJ = おうちで∞プチプチWii @@ -587,7 +590,7 @@ WBAJ = バクたん WBBJ = ボードウォリアーズ WBJJ = 牧場物語シリーズ まきばのおみせ WBKJ = ARKANOID Plus! -WBLJ = BUBBLE BOBBLE Wii +WBLJ = バブルボブルWii WBMJ = みんなのポケモン牧場 プラチナ対応版 WBNJ = 盆栽バーバー WBSJ = POP ~ポップ~ @@ -760,8 +763,8 @@ WZJJ = @SIMPLEシリーズ Vol.5 THE 柔道 WZMJ = @SIMPLEシリーズ Vol.3 THE 麻雀 WZPJ = ゾンビ イン ワンダーランド WZZJ = くまなげ ~ピイナの好きな赤いキャンディ パズル編~ -XHCJ = 光と闇の姫君と世界征服の塔 -FINAL FANTASY CHRISTAL CHRONICLES- (Demo) -XHEJ = BIT. TRIP BEAT (Demo) +XHCJ = 光と闇の姫君と世界征服の塔 -FINAL FANTASY CRYSTAL CHRONICLES- (Demo) +XHEJ = BIT.TRIP BEAT (Demo) XHFJ = グーの惑星 (Demo) XHHJ = ポケモン不思議のダンジョン めざせ!光の冒険団 (Demo) XHJJ = すりぬけアナトウス (Demo) @@ -1003,6 +1006,7 @@ JCYJ = 大航海時代Ⅱ JCZJ = スーパー蒼き狼と白き牝鹿 元朝秘史 JD2J = 美少女雀士 スーチーパイ JD3J = SUPER E.D.F. EARTH DEFENSE FORCE +JD4J = ラッシングビート JD5J = ラッシング・ビート 乱 複製都市 JD6J = ファイヤー・ファイティング JD7J = 高橋名人の大冒険島 @@ -1577,7 +1581,7 @@ E36J01 = 月刊任天堂店頭デモ 2006年08月号 E37J01 = 月刊任天堂店頭デモ 2006年09月号 G2DJB2 = デジモンバトルクロニクル G2GJB2 = 機動戦士ガンダム ガンダムvs.Zガンダム -G2MJ01 = メトロイドプライム 2 ダークエコーズ +G2MJ01 = メトロイドプライム2 ダークエコーズ G2NJ13 = ニード・フォー・スピード アンダーグラウンド 2 G2SJGE = 式神の城Ⅱ G2VJ08 = ビューティフルジョー 2 ブラックフィルムの謎 @@ -1629,7 +1633,7 @@ GBZJ08 = バイオハザード 0 GC4JBN = 新世紀GPXサイバーフォーミュラ Road To The Evolution GC6J01 = ポケモンコロシアム GC8JA4 = クラッシュ・バンディクー 爆走!ニトロカート -GCBJA4 = クラッシュ・バンディクー 4 さくれつ!魔神パワー +GCBJA4 = クラッシュ・バンディクー4 さくれつ!魔神パワー GCCJ01 = FINAL FANTASY CRYSTAL CHRONICLES GCCJGC = FINAL FANTASY CRYSTAL CHRONICLES GCDJ08 = バイオハザード -コード:ベロニカ- 完全版 @@ -1718,7 +1722,9 @@ GKRJB2 = ケロケロキングDX GKTJA4 = キャプテン翼 ~黄金世代の挑戦~ GKWJ18 = ドリームミックスTV ワールドファイターズ GKXJE7 = 極・麻雀DXⅡ ~The 4th MONDO21Cup~ +GKYE01 = カービィのエアライド GKYJ01 = カービィのエアライド +GKYP01 = カービィのエアライド GL3JE8 = ルパン三世:海に消えた秘宝 GLEJ08 = バイオハザード 3 ラストエスケープ GLIJA7 = SPECIAL人生ゲーム @@ -1830,7 +1836,9 @@ GYBJ01 = ドンキーコング ジャングルビート GYFJA4 = 遊戯王 フォルスバウンドキングダム 虚構に閉ざされた王国 GYKJB2 = 金色のガッシュベル!! 友情タッグバトル2 GYMJA4 = 実況パワフルメジャーリーグ +GYQE01 = スーパーマリオスタジアム ミラクルベースボール GYQJ01 = スーパーマリオスタジアム ミラクルベースボール +GYQP01 = スーパーマリオスタジアム ミラクルベースボール GYWJ99 = 牧場物語 ワンダフルライフ GZ2J01 = ゼルダの伝説 トワイライトプリンセス [GC] GZBJB2 = ドラゴンボールZ diff --git a/Data/Sys/wiitdb-ko.txt b/Data/Sys/wiitdb-ko.txt index 9e55c7bafc..df7ab51b2e 100644 --- a/Data/Sys/wiitdb-ko.txt +++ b/Data/Sys/wiitdb-ko.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: KO_unique version: 20230727194210) +TITLES = https://www.gametdb.com (type: Wii language: KO_unique version: 20241114210146) 091E00 = 영화 채널 설치 디스크 Ver. A 410E01 = Wii 백업 디스크 v1.31 413E01 = 디스크업데이트 디스크 @@ -31,7 +31,6 @@ DQGP69 = 마이심즈 레이싱 체험판 DRME18 = 룸즈: 메인 빌딩 체험판 DSFE7U = 무라마사: 데몬 블레이드 체험판 DSRJ8P = 소닉과 비밀의 링 체험판 -DTOJ8P = 428: 봉쇄된 시부야에서 체험판 DTZJ08 = 보물섬 Z 발바로스의 보물 체험판 DWEJA4 = 위닝 일레븐 플레이 메이커 2008 체험판 DWEPA4 = 프로 에볼루션 사커 2008 체험판 @@ -134,12 +133,12 @@ R3JE5G = 고 플레이 써커스 스타 R3KP6N = 고층 건물 R3LEWR = 그린 랜턴: 반지의 선택 R3LPWR = 그린 랜턴: 맨헌터의 위협 -R3ME01 = 메트로이드 프라임: 3부작 -R3MP01 = 메트로이드 프라임: 3부작 +R3ME01 = 메트로이드 프라임 트릴로지 +R3MP01 = 메트로이드 프라임 트릴로지 R3NEXS = 길티기어 이그젝스 액센트 코어 플러스 R3NPH3 = 길티기어 이그젝스 액센트 코어 플러스 -R3OE01 = 메트로이드: 다른 M -R3OJ01 = 메트로이드: 다른 M +R3OE01 = 메트로이드: 또 다른 M +R3OJ01 = 메트로이드: 또 다른 M R3OP01 = 메트로이드: 다른 M R3PEWR = 스피드 레이서: 비디오게임 R3PJ52 = 스피드 레이서 @@ -445,10 +444,10 @@ R92J01 = Wii로 즐기는 피크민 2 R92P01 = 피크민 2 R94PMR = 얼티밋 레드 볼 첼린지 R94XMR = 얼티밋 레드 볼 첼린지 -R96EAF = 바람의 크로노아 - 판토마일의 문 -R96JAF = 바람의 크로노아 - 판토마일의 문 -R96KAF = 바람의 크로노아: 판토마일의 문 -R96PAF = 바람의 크로노아 - 판토마일의 문 +R96EAF = 바람의 크로노아 Door to Phantomile +R96JAF = 바람의 크로노아 Door to Phantomile +R96KAF = 바람의 크로노아 Door to Phantomile +R96PAF = 바람의 크로노아 Door to Phantomile R97E9B = 패밀리 펀 풋볼 R9AE52 = 엑티비젼 데모 액션 팩 체험판 R9BPMT = 뚝딱뚝딱 밥아저씨: 즐거운 축제 @@ -500,8 +499,8 @@ RB4X08 = 레지던트 이블 4: Wii 에디션 RB5E41 = 브라더스 인 암즈: 언드 인 블러드 RB5P41 = 브라더스 인 암즈: 언드 인 블러드 RB6J18 = 봄버맨 -RB7E54 = 불리: 장학금 에디션 -RB7P54 = 불리: 장학금 에디션 +RB7E54 = 불리: 스칼라쉽 에디션 +RB7P54 = 불리: 스칼라쉽 에디션 RB8E70 = 백야드 야구 '09 RB9D78 = 브라츠: 영화 RB9E78 = 브라츠: 영화 @@ -576,7 +575,7 @@ RC3E41 = 애완동물 고양이들 2 RC3J41 = 고양이와 마법의 모자 RC3P41 = 고양이들 RC3X41 = 고양이들 -RC4JD9 = 크레용 신 짱: 최강 가족 카스카베 왕 Wii +RC4JD9 = 크레용 신 짱: 최강 가족 카스카베 킹 Wii RC4SGT = 짱구는 못말려: 새로운 모험 Wii RC5JDQ = 청소 전대 크린 키퍼 RC7E20 = 바다 몬스터들: 선사시대 모험 @@ -618,7 +617,7 @@ RCLE4Q = 디즈니의 치킨 리틀: 액션 에이스 RCLP4Q = 디즈니의 치킨 리틀: 액션 에이스 RCOJ99 = 명탐정 코난: 추억의 환상 RCOK99 = 명탐정 코난: 추억의 환상 -RCOKZF = 명탐정 홈즈 추억의 환상 +RCOKZF = 명탐정 코난: 추억의 환상 RCOPNP = 명탐정 코난: 추억의 환상 RCPE18 = 코로린파: 구슬 매니아 RCPJ18 = 코로린파 @@ -1095,10 +1094,10 @@ RK2JEB = 트라우마 센터: 새로운 피 RK2P01 = 트라우마 센터: 새로운 피 RK3J01 = 앤드 검색 RK4JAF = 결계사: 흑망루의 그림자 -RK5E01 = 털실 커비의 이야기 -RK5J01 = 털실 커비의 이야기 -RK5K01 = 털실 커비의 이야기 -RK5P01 = 털실 커비의 이야기 +RK5E01 = 털실 커비 이야기 +RK5J01 = 털실 커비 이야기 +RK5K01 = 털실 커비 이야기 +RK5P01 = 털실 커비 이야기 RK6E18 = 구슬 이야기: 코로린파 RK6J18 = 코로린파 2 - 앤써니와 황금 해바라기 씨앗 RK6P18 = 마블! 균형 도전 @@ -1255,12 +1254,11 @@ RM9PGM = 버섯맨: 포자 대전 RMAE01 = 마리오 파워 테니스 RMAJ01 = Wii로 즐기는 마리오 테니스 GC RMAP01 = 마리오 파워 테니스 -RMBE01 = 마리오 슈퍼 강타자들 -RMBJ01 = 슈퍼 마리오 스타디움 패밀리 야구 +RMBE01 = 마리오 슈퍼 슬러거즈 +RMBJ01 = 슈퍼 마리오 스타디움 패밀리 베이스볼 RMCE01 = 마리오 카트 Wii RMCJ01 = 마리오 카트 Wii RMCK01 = 마리오 카트 Wii -RMCK50 = Wiimms 마리오 카트-텍스쳐즈 2022-12.한국 RMCKBR = 마리오 카트 Brown RMCP01 = 마리오 카트 Wii RMDE69 = 매든 NFL 07 @@ -1302,7 +1300,7 @@ RMRXNK = 코코토 매직 써커스 RMSE52 = 마벨: 얼티밋 얼라이언스 2 RMSP52 = 마벨: 얼티밋 얼라이언스 2 RMTJ18 = 모모타로 전철 16 홋카이도 대이동의 권! -RMUE52 = 마벨: 얼티밋 얼라이언스 +RMUE52 = 마블: 얼티밋 얼라이언스 RMUJ2K = 마벨: 얼티밋 얼라이언스 RMUP52 = 마벨: 얼티밋 얼라이언스 RMVE69 = 메달 오브 아너: 선봉 @@ -1671,7 +1669,7 @@ RS3P52 = 스파이더맨 3 RS3X52 = 스파이더맨 3 RS4EXS = 식신의 성 III RS4JJF = 식신의 성 III -RS4PXS = 식신의 성 III +RS4PH3 = 식신의 성 III RS5EC8 = 사무라이 전사들: 카타나 RS5JC8 = 전국무쌍 카타나 RS5PC8 = 사무라이 전사들: 카타나 @@ -1684,7 +1682,7 @@ RSAE78 = 스펀지밥 - 아틀란티스 RSAP78 = 스펀지밥 - 아틀란티스 RSBE01 = 대난투 스매시 브라더스 X RSBJ01 = 대난투 스매시 브라더스 X -RSBK01 = 대난투 스매시 브라더스 +RSBK01 = 대난투 스매시 브라더스 X RSBP01 = 대난투 스매시 브라더스 X RSCD7D = 스카페이스: 세상은 너의 것 RSCE7D = 스카페이스: 세상은 너의 것 @@ -1708,10 +1706,10 @@ RSJP41 = 파검: 기사단의 그림자 (감독판) RSKE52 = 슈렉 3 RSKP52 = 슈렉 3 RSKX52 = 슈렉 3 -RSLEAF = 소울 칼리버: 전설들 -RSLJAF = 소울 칼리버: 전설들 -RSLKAF = 소울칼리버: 전설들 -RSLPAF = 소울 칼리버: 전설들 +RSLEAF = 소울 칼리버 레전즈 +RSLJAF = 소울 칼리버 레전즈 +RSLKAF = 소울 칼리버 레전즈 +RSLPAF = 소울 칼리버 레전즈 RSME8P = 슈퍼 몽키 볼: 바나나 블리츠 RSMJ8P = 슈퍼 몽키 볼: 우키 우키 파티 대집합 RSMP8P = 슈퍼 몽키 볼: 바나나 블리츠 @@ -1788,10 +1786,10 @@ RTDK8M = 신중화대선 ~마이클과 메이메이의 모험~ RTEE78 = 파우스 & 클라우스 : 애완동물 수의사 RTEHMR = 실제 이야기들: 수의사 RTEPFR = 나의 수의사 연습 -RTFE52 = 트랜스포머즈: 게임 -RTFJ52 = 트랜스포머즈: 게임 -RTFK52 = 트랜스포머즈: 더 게임 -RTFP52 = 트랜스포머즈: 게임 +RTFE52 = 트랜스포머: 더 게임 +RTFJ52 = 트랜스포머: 더 게임 +RTFK52 = 트랜스포머: 더 게임 +RTFP52 = 트랜스포머: 더 게임 RTFX52 = 트랜스포머즈: 게임 RTFY52 = 트랜스포머즈: 게임 RTGJ18 = 엄선 테이블 게임 Wii @@ -1932,7 +1930,6 @@ RVEFMR = 알로, 슈티 RVFE20 = 빅풋: 충돌 진로 RVFP7J = 빅풋: 충돌 진로 RVGE78 = 머브 그리핀의 십자말풀이 -RVGP78 = 마곳의 워드 브레인 RVHP41 = 스크래블 인터렉티브: 2009 에디션 RVIE4F = 바이오니클 히어로즈 RVIP4F = 바이오니클 히어로즈 @@ -2345,8 +2342,8 @@ S6IP78 = 디즈니 공주들: 매혹적인 이야기 책들 S6RE52 = 주먹왕 랄프 S6RP52 = 주먹왕 랄프 S6TJGD = 드래곤 퀘스트 X (올 인 원 팩키지) -S72E01 = 커비의 꿈 컬렉션: 스페셜 에디션 -S72J01 = 별의 커비: 20 주년 스페셜 컬렉션 +S72E01 = 별의 커비 20주년 스페셜 컬렉션 +S72J01 = 별의 커비 20주년 스페셜 컬렉션 S75E69 = 모노폴리 스트리츠 S75P69 = 모노폴리 스트리츠 S7AEWR = 레고 배트맨 2: DC 슈퍼 히어로즈 @@ -2479,7 +2476,7 @@ SC7S52 = 콜 오브 듀티: 블랙 옵스 SC7Z52 = 콜 오브 듀티: 블랙 옵스 SC8E01 = Wii 플레이: 모션 SC8J01 = Wii 리모콘 플러스 버라이어티 -SC8K01 = Wii 리모컨플러스로 즐기는 버라이어티 게임 박스 +SC8K01 = Wii리모컨플러스로 즐기는 버라이어티 게임박스 SC8P01 = Wii 플레이: 모션 SC9P52 = 카벨라의 위대한 게임 사냥꾼 2010 SCAE18 = 콜링: 검은 착신 @@ -2611,7 +2608,7 @@ SESEWR = 세서미 스트리트: 레디, 세트, 그로버! SESPWR = 세서미 스트리트: 레디, 세트, 그로버! SESUWR = 세서미 스트리트: 레디, 세트, 그로버! SEUPEY = 레트로 시티 램페이지 DX -SEVPEY = 강탈: 하와이 +SEVPEY = 쉐이크다운: 하와이 SEZJHF = 이나즈마 일레븐 스트라이커즈 2012 익스트림 SF2P64 = 스타 워즈: 해방된 포스 II SF4E20 = 플랫아웃 @@ -2620,9 +2617,9 @@ SF5E41 = 핏 인 식스 SF5J41 = 핏 인 식스: 몸을 단련하는 6 가지 요소 SF5P41 = 나의 피트니스 코치: 클럽 SF7E41 = 패밀리 Feud 2012 에디션 -SF8E01 = 동키 콩: 컨트리 리턴즈 -SF8J01 = 동키 콩 리턴즈 -SF8P01 = 동키 콩: 컨트리 리턴즈 +SF8E01 = 동키콩 리턴즈 +SF8J01 = 동키콩 리턴즈 +SF8P01 = 동키콩 리턴즈 SFAE41 = 패밀리 퓨드 데케이드즈 SFAJGD = 강철의 연금술사: 황혼의 소녀 SFBE70 = 백야드 스포츠 풋볼: 루키 러쉬 @@ -2996,7 +2993,7 @@ SMUJAF = 대괴수 배틀: 울트라 콜로세움 DX - 울트라 전사 대집 SMVE54 = 메이저 리그 야구 2K11 SMWE4Z = 베어 그릴스의 인간과 자연의 대결 SMYE20 = 사소한 도전 60초 -SMZE78 = 마벨 슈퍼 히어로 스쿼드: 코믹 컴뱃 +SMZE78 = 마블 슈퍼 히어로 스쿼드: 코믹 컴뱃 SMZP78 = 마벨 슈퍼 히어로 스쿼드: 코믹 컴뱃 SN2E69 = 너프 N-스트라이크 더블 블래스트 번들 SN3EYG = 맥시멈 레이싱: 랠리 레이서 @@ -3044,9 +3041,9 @@ SNRE52 = 나스카 언리쉬드 SNSE52 = 나스카 2011: 게임 SNTEXN = 넷플릭스 인스턴트 스트리밍 디스크 SNUPJW = 해피 뉴런 아카데미 -SNVE69 = 니드 포 스피드: 도망 -SNVJ13 = 니드 포 스피드: 도망 -SNVP69 = 니드 포 스피드: 도망 +SNVE69 = 니드 포 스피드: 더 런 +SNVJ13 = 니드 포 스피드: 더 런 +SNVP69 = 니드 포 스피드: 더 런 SNXJDA = 나루토 질풍전: 격투 닌자 대전! 스페셜 SNYEVZ = 몬스터 하이: 13 개의 소원들 SNYPVZ = 몬스터 하이: 13 개의 소원들 @@ -3345,10 +3342,10 @@ SU8PNG = 위 싱: 독일 히츠 2 SU9E4Q = 디즈니 비행기들 SU9P4Q = 디즈니 비행기들 SU9X4Q = 디즈니 비행기들 -SUKE01 = 커비의 드림랜드 귀환 +SUKE01 = 별의 커비 Wii SUKJ01 = 별의 커비 Wii SUKK01 = 별의 커비 Wii -SUKP01 = 커비의 모험 Wii +SUKP01 = 별의 커비 Wii SUMJC8 = 위닝 포스트 월드 2010 SUNEYG = 디어 드라이브 레전드즈 SUOE41 = 힙합 댄스 익스피리언스 @@ -3442,7 +3439,7 @@ SX2PNG = 정글 카트즈 SX3EXJ = 판도라의 탑 SX3J01 = 판도라의 탑: 너의 곁으로 돌아갈 때까지 SX3P01 = 판도라의 탑 -SX4E01 = 제노블레이드 연대기 +SX4E01 = 제노블레이드 크로니클스 SX4J01 = 제노블레이드 SX4P01 = 제노블레이드 연대기 SX5E4Z = 산타 클로스가 마을로 오고 있어! @@ -3724,6 +3721,7 @@ GZBEB2 = 금색의 갓슈벨: 고! 고! 마물 파이트!! GZLK01 = 젤다의 전설: 바람의 지휘봉 HBWE01 = 뉴 슈퍼 마리오 브라더스 Wii: 헬보이 에디션 HSMP01 = 하더 슈퍼 마리오 브라더스 Wii +J5EE41 = 저스트 댄스 2025 에디션 JF3E41 = 저스트 댄스 포커스 3 JOUE01 = 뉴 슈퍼 마리오 브라더스 Wii 10 여행 KHPE01 = 커비 에어 라이드 핵 팩 @@ -4001,6 +3999,8 @@ RMCK46 = Wiimms 마리오 카트 Wii 펀 2021-09.한국 RMCK47 = Wiimms 마리오 카트 Wii 히스토리 2021-12.한국 RMCK48 = Wiimms 마리오 카트 Wii 펀 2022-05.한국 RMCK49 = Wiimms 마리오 카트-펀 2022-11.한국 +RMCK50 = Wiimms 마리오 카트-텍스쳐즈 2022-12.한국 +RMCK51 = Wiimms 마리오 카트 Wii 펀 2023-09.한국 RMCK86 = 마리오 카트 크리스 3.5 캐럿 RMCKYP = 요시 레이싱 리조트 플러스 RMCP02 = Wiimms 마리오 카트 Wii 펀 2010-02.유럽 @@ -4051,7 +4051,6 @@ RMCP76 = 프로 CT 팩 RMCP86 = 마리오 카트 크리스 3.500CT RMCP93 = 마리오 카트 Wii 핵 팩 RMCPA1 = 마리오 카트 어드벤처 -RMCPCA = 마리오 카트 Wii (카탈루냐어 번역) RMCPG2 = 마리오 카트 Wii CTGP 레볼루션 RMCPGP = 마리오 카트 CTGP 레볼루션 RMCPL1 = Luma의 CT 팩 @@ -4066,6 +4065,7 @@ RNEEUD = 나루토 질풍전: 닌자 격돌 레볼루션 3 (언덥) ROMESD = 몬스터 헌터 G (영어 패치) RPJEUD = 아크 라이즈 판타지아 (언덥) RQQE52 = 기타 히어로 III 커스텀 : 퀸 +RS4PXS = 식신의 성 III RSBE02 = 슈퍼 스매시 브라더스 프로젝트 엠 레드 버전 RSBE03 = 대난투 스매시 브라더스 X DX RSBE04 = 슈퍼 스매시 브라더스 프로젝트 엠+ @@ -4313,6 +4313,7 @@ SMNE68 = 요시의 전설 DLC SMNE69 = 리바이즈드 슈퍼 마리오 브라더스 Wii SMNE90 = 커스텀 레벨의 전설 SMNEAM = 어드벤처 슈퍼 마리오 브라더스 Wii +SMNED3 = 뉴어 슈퍼 마리오 브라더스 Wii SMNELL = 뉴어 슈퍼 루이지 Wii SMNELM = 뉴어 슈퍼 루이지 Wii: 검은 달 SMNEMI = Midi의 슈퍼 마리오 브라더스 Wii: 그냥 작은 모험 @@ -4862,7 +4863,7 @@ WFCJ = 파이널 판타지 크리스탈 연대기: 작은 임금님과 약속의 WFCP = 파이널 판타지 크리스탈 연대기: 왕으로서의 나의 인생 WFDE = 수인 구조 WFDP = 수인 구조 -WFEE = 페니모어 필모어 +WFEE = 페니모어 필모어 WFFE = 펀! 펀! 미니골프 WFFJ = 펀! 펀! 미니골프 WFFP = 펀! 펀! 미니골프 @@ -5738,6 +5739,7 @@ FCWP = 슈퍼 마리오 브라더스 3 FCWQ = 슈퍼 마리오 브라더스 3 FCYE = 요시의 쿠키 FCYJ = 요시의 쿠키 +FCYK = 요시의 쿠키 FCYP = 요시의 쿠키 FCYT = 요시의 쿠키 FCZE = 왕의 기사 @@ -6258,7 +6260,6 @@ NAZJ = 마리오 파티 2 NAZP = 마리오 파티 2 NEEA = 젤다의 전설: 시간의 오카리나 마스터 퀘스트 NTLC = 슈퍼 마리오 64 멀티플레이어 -NZXM = 슈퍼 마리오 64 멀티플레이어 LAAJ = 북두의 권 LABE = 판타지 존 LABJ = 판타지 존 @@ -6543,13 +6544,13 @@ MCVP = 피트폴: 메이안 어드벤처 MCWE = 갤럭시 포스 II MCWJ = 갤럭시 포스 II MCWP = 갤럭시 포스 II -MCXJ = 드래곤 슬레이어: 영웅전설 +MCXJ = 드래곤 슬레이어: 영웅전설 II MCYE = 시노비의 복수 MCYJ = 슈퍼 시노비 MCYP = 시노비의 복수 MCZE = 상하이 II: 용의 눈 MCZP = 상하이 II: 용의 눈 -PA2J = 열혈고교 돗지볼 부: CD 축구 편 +PA2J = 요괴도 중기 PA3J = 사라만다 PA4J = 파라솔 스타즈 PA6E = 블러디 울프 @@ -6734,7 +6735,7 @@ PDEJ = S.C.I.: 특수 범죄 수사 PDFJ = 지옥순례 PDGJ = 파이어 프로레슬링 3: 레전드 바우트 PDHJ = 라스탄 사가 II -PDIJ = 챔피언 레슬러® +PDIJ = 챔피언 레슬러 PDJJ = 스트리트 파이터 II': 챔피언 에디션 PDJL = 스트리트 파이터 II': 챔피언 에디션 PDJN = 스트리트 파이터 II: 챔피언 에디션 @@ -7124,6 +7125,7 @@ C9MP = 핏스톱 II C9PP = 마지막 닌자 3 C9QP = 점프맨 C9RP = 인터내셔널 카라테 + +C9SP = 불가능한 임무 II C9XE = 마지막 닌자 C9XJ = 마지막 닌자 C9XP = 마지막 닌자 @@ -7165,10 +7167,10 @@ HAGP = 뉴스 채널 HAJE = 모두의 투표 채널 HAJJ = 모두의 투표 채널 HAJP = 모두의 투표 채널 -HAKE = 최종 사용자 라이선스 동의 -HAKJ = 최종 사용자 라이선스 동의 -HAKK = 최종 사용자 라이선스 동의 -HAKP = 최종 사용자 라이선스 동의 +HAKE = 이용 약관 +HAKJ = 이용 약관 +HAKK = 이용 약관 +HAKP = 이용 약관 HALE = 지역 선택 HALJ = 지역 선택 HALK = 지역 선택 @@ -7180,7 +7182,7 @@ HATE = 닌텐도 채널 HATJ = 닌텐도 채널 HATP = 닌텐도 채널 HAVJ = 운세 채널 -HAVK = 운세 채널 +HAVK = 즐거운 하루 운세 채널 HAVP = 즐거운 하루 운세 채널 HAWE = 메트로이드 프라임 3 프리뷰 HAWP = 메트로이드 프라임 3 프리뷰 @@ -7194,12 +7196,12 @@ HC4P = 크런치롤 HCAJ = 밴드 브라더스 DX 스피커 채널 HCAP = 밴드 라이브와 함께하는 잼 HCBJ = 사진 채널 1.0 복구 프로그램 -HCCJ = 개인 데이터 설정 +HCCJ = 주소 설정 HCDJ = 디지탈 카메라 프린트 채널 -HCFE = Wi 스피크 채널 -HCFJ = Wi 스피크 채널 +HCFE = Wii 스피크 채널 +HCFJ = Wii 스피크 채널 HCFK = Wii 스피크 채널 -HCFP = Wi 스피크 채널 +HCFP = Wii 스피크 채널 HCGE = Wii + 인터넷 HCGJ = Wii + 인터넷 HCGP = Wii + 인터넷 @@ -7210,8 +7212,6 @@ HCJP = BBC iPlayer 채널 HCLE = 넷플릭스 HCLP = 넷플릭스 HCMP = 커비 TV 채널 -HCQE = 훌루 플러스 -HCQJ = 훌루 HCRE = 젤다의 전설 스카이워드 소드 데이터 복구 채널 HCRJ = 젤다의 전설 스카이워드 소드 데이터 복구 채널 HCRK = 젤다의 전설 스카이워드 소드 데이터 복구 채널 @@ -7225,7 +7225,6 @@ HCTP = Wii 시스템 전송 HCUE = Wii 메뉴 전자 매뉴얼 HCUJ = Wii 메뉴 전자 매뉴얼 HCUP = Wii 메뉴 전자 매뉴얼 -HCVA = Wii U 메뉴 HCWE = 아마존 인스턴트 비디오 HCWP = 아마존 인스턴트 비디오 HCXE = 유튜브 @@ -7240,10 +7239,11 @@ RFNJ = Wii 핏 채널 RFNK = Wii 핏 채널 RFNP = Wii 핏 채널 RFNW = Wii 핏 채널 -RFPE = Wii 핏 플러스 채널 -RFPJ = Wii 핏 플러스 채널 -RFPP = Wii 핏 플러스 채널 -RFPW = Wii 핏 플러스 채널 +RFPE = Wii Fit Plus 채널 +RFPJ = Wii Fit Plus 채널 +RFPK = Wii Fit Plus 채널 +RFPP = Wii Fit Plus 채널 +RFPW = Wii Fit Plus 채널 RGWE = 레비즈 채널 RGWJ = 레비즈 채널 RGWP = 레비즈 채널 @@ -7878,10 +7878,11 @@ HWFL = 핵위플로우 JODI = 홈브류 채널 LULZ = 홈브류 채널 MAUI = 백업 홈브류 채널 +NZXM = 슈퍼 마리오 64 멀티플레이어 OHBC = 홈브류 채널 PXWE = 프로젝트 X: 사랑의 묘약 참사 RIIV = 리볼루션 -RMCX = 마리오 카트 Wii CTGP 레볼루션 채널 +RMCX = CTGP 레볼루션 채널 SEGA = 제네시스 플러스 GX SMGX = 세이브게임 매니저 GX ULFW = u로더 @@ -8043,8 +8044,8 @@ G3RF52 = 슈렉 2 G3RM52 = 슈렉 2 G3RP52 = 슈렉 2 G3SE41 = 버스트 어 무브 3000 -G3SJC0 = 슈퍼 퍼즐 보글 올 스타즈 -G3SWC0 = 슈퍼 퍼즐 보글 올 스타즈 +G3SJC0 = 슈퍼 퍼즐 보블 올스타즈 +G3SWC0 = 슈퍼 퍼즐 보블 올스타즈 G3TJ8P = 더비 레이싱 3: 경주마를 만들자! G3VE69 = NBA 스트리트 볼륨 3 G3VJ13 = NBA 스트리트 V3: 마리오 덩크 @@ -8105,7 +8106,7 @@ G6ME69 = 매든 NFL 06 G6MP69 = 매든 NFL 06 G6NE69 = NBA 라이브 06 G6NP69 = NBA 라이브 06 -G6QE08 = 메가맨 기념 컬렉션 +G6QE08 = 메가맨 애니버서리 컬렉션 G6SE7D = 스파이로의 전설: 새로운 시작 G6SP7D = 스파이로의 전설: 새로운 시작 G6TE5G = 틴 타이탄즈 @@ -8116,10 +8117,10 @@ G7ME69 = 매든 NFL 07 G89EAF = 팩 맨 월드 랠리 G8FE8P = 버추어 퀘스트 G8FJ8P = 버추어 파이터 사이버 제너레이션 -G8ME01 = 페이퍼 마리오: 천년의 문 -G8MJ01 = 페이퍼 마리오 RPG +G8ME01 = 페이퍼 마리오 1000년의 문 +G8MJ01 = 페이퍼 마리오 1000년의 문 G8MK01 = 페이퍼 마리오 - 천년의 문 -G8MP01 = 페이퍼 마리오: 천년의 문 +G8MP01 = 페이퍼 마리오 1000년의 문 G8OJ18 = 무적 코털 보보보 탈출!! 하지케 로얄 G8SJAF = 배틀 스타디움 D.O.N G8WE01 = 배탤리언 워즈 @@ -8197,8 +8198,8 @@ GAZM69 = 해리 포터와 아즈카반의 죄수 GAZP69 = 해리 포터와 아즈카반의 죄수 GAZS69 = 해리 포터와 아즈카반의 죄수 GB2J18 = 봄버맨 랜드 2 - 게임 사상 최대 규모의 테마파크 -GB4E51 = 번아웃 2: 탄착점 -GB4P51 = 번아웃 2: 탄착점 +GB4E51 = 번아웃 2: 포인트 오브 임팩트 +GB4P51 = 번아웃 2: 포인트 오브 임팩트 GBDE5G = 블러드레인 GBDF7D = 블러드레인 GBDP7D = 블러드레인 @@ -8266,10 +8267,10 @@ GCAE5H = 큐빅스: 모두를 위한 로봇 대결 GCBE7D = 크래쉬 밴디쿳: 마왕의 부활 GCBJA4 = 크래쉬 밴디쿳 4: 작렬! 마신 파워 GCBP7D = 크래쉬 밴디쿳: 마왕의 부활 -GCCE01 = 파이널 판타지 크리스탈 연대기 -GCCJ01 = 파이널 판타지 크리스탈 연대기 +GCCE01 = 파이널 판타지 크리스탈 크로니클 +GCCJ01 = 파이널 판타지 크리스탈 크로니클 GCCJGC = 파이널 판타지 크리스탈 연대기 -GCCP01 = 파이널 판타지 크리스탈 연대기 +GCCP01 = 파이널 판타지 크리스탈 크로니클 GCDE08 = 레지던트 이블 코드: 베로니카 X GCDJ08 = 바이오하자드 코드: 베로니카 완전판 GCDP08 = 레지던트 이블 코드: 베로니카 X @@ -8444,7 +8445,7 @@ GFAP69 = 피파 축구 2003 GFAS69 = 피파 축구 2003 GFBE5D = 파이어블레이드 GFBP5D = 파이어블레이드 -GFCP69 = F1 경력 도전 +GFCP69 = F1 커리어 챌린지 GFDD69 = 프리덤 파이터즈 GFDE69 = 프리덤 파이터즈 GFDF69 = 프리덤 파이터즈 @@ -8522,7 +8523,7 @@ GGZJB2 = 마다가스카: 왜 비추고 난리야 GGZP52 = 마다가스카: 왜 비추고 난리야 GGZS52 = 마다가스카: 왜 비추고 난리야 GGZX52 = 마다가스카: 왜 비추고 난리야 -GH2E69 = 니드 포 스피드: 맹열한 추적 2 +GH2E69 = 니드 포 스피드: 핫 퍼슈트 2 GH2P69 = 니드 포 스피드: 맹열한 추적 2 GH4D69 = 해리 포터와 불의 잔 GH4E69 = 해리 포터와 불의 잔 @@ -8731,9 +8732,9 @@ GKTJA4 = 캡틴 츠바사: 황금 세대의 도전 GKUE9G = 스케일러 GKWJ18 = 드림믹스 TV 월드 파이터즈 GKXJE7 = 극・마작 DXII: 제 4회 몬도21 컵 -GKYE01 = 커비 에어 라이드 -GKYJ01 = 커비의 에어 라이드 -GKYP01 = 커비 에어 라이드 +GKYE01 = 커비의 에어라이드 +GKYJ01 = 커비의 에어라이드 +GKYP01 = 커비의 에어라이드 GKZD54 = 코드네임: 키즈 넥스트 도어 - 오퍼레이션: 비디오게임 GKZE9G = 코드네임: 키즈 넥스트 도어 - 오퍼레이션: 비디오게임 GKZP54 = 코드네임: 키즈 넥스트 도어 - 오퍼레이션: 비디오게임 @@ -8806,8 +8807,9 @@ GM2J8P = 슈퍼 몽키 볼 2 GM2P8P = 슈퍼 몽키 볼 2 GM3E69 = 매든 NFL 2003 GM3P69 = 매든 NFL 2003 -GM4E01 = 마리오 카트: 더블 대쉬!! +GM4E01 = 마리오 카트: 더블 대시!! GM4J01 = 마리오 카트: 더블 대쉬!! +GM4K01 = 마리오 카트: 더블 대시!! GM4P01 = 마리오 카트: 더블 대쉬!! GM5D7D = 메탈 암즈: 시스템 글리치 GM5E7D = 메탈 암즈: 시스템 글리치 @@ -8894,6 +8896,7 @@ GNDP69 = 니드 포 스피드: 언더그라운드 GNED78 = 니모를 찾아서 GNEE78 = 니모를 찾아서 GNEF78 = 니모를 찾아서 +GNEK78 = 니모를 찾아서 GNEP78 = 니모를 찾아서 GNES78 = 니모를 찾아서 GNFE5D = NFL 블리츠 2002 @@ -8964,11 +8967,11 @@ GOSP41 = 오픈 시즌 GOSX41 = 오픈 시즌 GOTJB2 = TV 애니메이션: 원피스 트레저 배틀! GOUPNK = 코코토 놀이공원 -GOWD69 = 니드 포 스피드: 지명 수배 -GOWE69 = 니드 포 스피드: 지명 수배 -GOWF69 = 니드 포 스피드: 지명 수배 -GOWJ13 = 니드 포 스피드: 지명 수배 -GOWP69 = 니드 포 스피드: 지명 수배 +GOWD69 = 니드 포 스피드: 모스트 원티드 +GOWE69 = 니드 포 스피드: 모스트 원티드 +GOWF69 = 니드 포 스피드: 모스트 원티드 +GOWJ13 = 니드 포 스피드: 모스트 원티드 +GOWP69 = 니드 포 스피드: 모스트 원티드 GOYD69 = 골든아이: 로그 에이전트 GOYE69 = 골든아이: 로그 에이전트 GOYF69 = 골든아이: 로그 에이전트 @@ -9136,7 +9139,7 @@ GRUF78 = 파워 레인져스 다이노 썬더 GRUP78 = 파워 레인져스 다이노 썬더 GRVEA4 = 레이브 마스터 GRVJA4 = 그루브 어드벤처 레이브: 파이팅 라이브 -GRWJD9 = 슈퍼 로봇 대전 GC +GRWJD9 = 슈퍼로봇대전 GC GRYE41 = 레이맨 아레나 GRZJ13 = 메달 오브 아너: 라이징 선 GS2D78 = 소환사: 여신 환생 @@ -9465,9 +9468,9 @@ GYFPA4 = 유희왕! 허구에 갇힌 왕국 GYKEB2 = 금색의 갓슈!! 우정 태그 배틀 2 GYKJB2 = 금색의 갓슈!! 우정 태그 배틀 2 GYMJA4 = 실황 파워풀 메이저 리그 -GYQE01 = 마리오 슈퍼스타즈 야구 -GYQJ01 = 슈퍼 마리오 스테이디움 기적의 야구 -GYQP01 = 마리오 슈퍼스타즈 야구 +GYQE01 = 마리오 슈퍼스타 베이스볼 +GYQJ01 = 슈퍼 마리오 스타디움 기적의 야구 +GYQP01 = 마리오 슈퍼스타 베이스볼 GYRE41 = 돌연변이 닌자 거북 GYRP41 = 돌연변이 닌자 거북 GYTE69 = 타이 더 태즈메이니언 타이거 2: 부쉬 구조대 diff --git a/Data/Sys/wiitdb-nl.txt b/Data/Sys/wiitdb-nl.txt index 639b2c2de9..6f654a959b 100644 --- a/Data/Sys/wiitdb-nl.txt +++ b/Data/Sys/wiitdb-nl.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: NL_unique version: 20230727194218) +TITLES = https://www.gametdb.com (type: Wii language: NL_unique version: 20241114210155) R23P52 = Barbie en De Drie Musketiers R25PWR = LEGO Harry Potter: Jaren 1-4 R27X54 = Dora redt het Land van Kristal @@ -177,7 +177,7 @@ SHDP52 = Hoe Tem Je Een Draak SIAP52 = Ice Age 4: Continental Drift SIIP8P = Mario & Sonic op de Olympische Spelen – Londen 2012 SJ2PWR = Scooby-Doo! En Het Spookmoeras -SJXD41 = Just Dance 4 +SJXD41 = Just Dance 4 Speciale Editie SK4P52 = Shrek Voor Eeuwig En Altijd SLHPWR = LEGO Harry Potter: Jaren 5-7 SM4PXT = Monster Trucks @@ -199,32 +199,20 @@ SVQEVZ = Barbie En Haar Zusjes In Het Grote Puppy Avontuur SVQPVZ = Barbie En Haar Zusjes In Het Grote Puppy Avontuur SVZPVZ = Hoe Tem Je Een Draak 2 CG1P52 = Guitar Hero III Custom : Guitar Hero I -RMCPCA = Mario Kart Wii (Catalaanse vertaling) -W2FP = Physiofun - Balance Training +RZDPCA = The Legend of Zelda: Twilight Princess (Catalaanse vertaling) +W2FP = Physiofun: Balance Training W2GP = Phoenix Wright Ace Attorney: Justice for All -W2MP = Blaster Master: Overdrive W2PP = Physiofun: Pelvic Floor Training W3GP = Phoenix Wright Ace Attorney: Trials and Tribulations -W3KP = ThruSpace: High Velocity 3D Puzzle W3MP = The Three Musketeers: One for all -W44P = Stop Stress: A Day of Fury W4AP = Arcade Sports: Air Hockey, Bowling, Pool, Snooker W6BP = Eco-Shooter: Plant 530 -W72P = Successfully Learning German Year 3 -W73P = Successfully Learning German Year 4 -W74P = Successfully Learning German Year 5 -W7IP = Successfully Learning German Year 2 W8CP = Bit.Trip Core -W8WP = Happy Holidays: Halloween W9BP = Big Town Shoot W9RP = Happy Holidays: Christmas WA4P = WarioWare: Do It Yourself - Showcase -WA7P = Toribash Violence Perfected WA8P = Art Style: Penta Tentacles WAEP = Around the world -WAFP = Airport Mania: First Flight -WAHP = Trenches: Generals -WALP = Art Style: light trax WAOP = The Very Hungry Caterpillar´s ABC WB2P = Strong Bad Episode 4: Dangeresque 3 WB3P = Strong Bad Episode 5: 8-bit is Enough @@ -258,8 +246,6 @@ WFYP = Family Games Pen & Paper Edition WGDP = Gradius Rebirth WGFP = Girlfriends Forever: Magic Skate WGGP = Gabrielle's Ghostly Groove: Monster Mix -WGPP = Zenquaria: Virtual Aquarium -WGSP = Phoenix Wright: Ace Attorney WHEP = Heracles: Chariot Racing WHFP = Heavy Fire: Special Operations WHRP = Heron: Steam Machine @@ -387,11 +373,7 @@ JDJP = Super Star Wars: The Empire Strikes Back JDLP = Super Star Wars: Return of the Jedi JDWP = Aero The Acrobat JDZP = Mystic Quest Legend​ -NACP = The Legend of Zelda: Ocarina of Time -NAMP = Kirby 64: The Crystal Shards NAOP = 1080°: TenEighty Snowboarding -NARP = The Legend of Zelda: Majora's Mask -NAYM = Ogre Battle 64: Person of Lordly Caliber LALP = Fantasy Zone II LANP = Alex Kidd: The Lost Stars LAPP = Wonder Boy III: The Dragon's Trap @@ -442,7 +424,6 @@ EAIP = Top Hunter EBDP = Magical Drop 3 EBFP = Spin master EBSP = The Path of the Warrior: Art of Fighting 3 -ECAP = Real Bout Fatal Fury 2: The Newcomers ECGP = Shock Troopers: 2nd Squad E54P = GHOSTS'N GOBLINS E55P = Commando @@ -460,14 +441,18 @@ HAFP = Weerkanaal HAGA = Nachrichtenkanaal HAGP = Nieuwskanaal HAJP = Enquêtekanaal +HAKP = Overeenkomst/bedrijfsinformatie HAPP = Mii-wedstrijdkanaal HATP = Nintendo-kanaal HAVP = Geluksdagkanaal HAWP = Metroid Prime 3 Preview HAYA = Fotokanaal -HCAP = Jam with the Band Live -HCFE = Wii Speak-Kanaal -HCFP = Wii Speak-Kanaal +HCAP = Jam with the Band Channel Live Channel +HCCJ = Adresinstellingen +HCFE = Wii Speak-kanaal +HCFP = Wii Speak-kanaal +HCGP = Wii en Internet +HCRE = The Legend of Zelda - Skyward Sword - Save Data Update Channel OHBC = Homebrew-Kanaal G4BP08 = Resident Evil 4: Wii Edition G4CP54 = Sjakie en chocolade diff --git a/Data/Sys/wiitdb-pt.txt b/Data/Sys/wiitdb-pt.txt index 66b7876db9..d43cb3cb15 100644 --- a/Data/Sys/wiitdb-pt.txt +++ b/Data/Sys/wiitdb-pt.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: PT_unique version: 20230727194225) +TITLES = https://www.gametdb.com (type: Wii language: PT_unique version: 20241114210204) R42P69 = Os SIMS 2: Naufragos R43P69 = EA Sports Active R4PP69 = Os SIMS 2: Animais de Estimação @@ -39,7 +39,6 @@ SIIP8P = Mario & Sonic nos Jogos Olímpicos de Londres 2012 GFEK01 = Fire Emblem: Path of Radiance GMSE02 = Super Mario Sunshine Multijogador PT2PSI = SingIt Portugal Hits Festa de Verão -RMCPCA = Mario Kart Wii (tradução catalã) WA4E = WarioWare: D.I.Y. Showcase WA4P = _D.I.Y. Showcase WAQJ = Yakuman Wii: Ide Yousuke no Kenkou Mahjong @@ -63,6 +62,18 @@ WZIP = Rubik's Puzzle Galaxy RUSH MC3E = Super Street Fighter II: The New Challengers MC3P = Super Street Fighter II: The New Challengers HAAA = Canal Photo +HAFE = Canal do Tempo +HAFP = Canal do Tempo +HAGE = Canal de Notícias +HAGP = Canal de Notícias +HAJE = Canal de Opiniões +HAJP = Canal de Opiniões +HAPE = Canal Mii Veja +HAPP = Canal de Concursos Mii +HATE = Canal Nintendo +HATP = Canal Nintendo +HAYA = Canal de Fotos +HCCJ = Definições do endereço G6TE5G = Os Jovens Titãs GAXE5D = Lucas: Um Intruso no Formigueiro GAZD69 = Harry Potter e o Prisoneiro de Azkaban diff --git a/Data/Sys/wiitdb-ru.txt b/Data/Sys/wiitdb-ru.txt index a5e47fbaf5..31db7b4c1b 100644 --- a/Data/Sys/wiitdb-ru.txt +++ b/Data/Sys/wiitdb-ru.txt @@ -1,14 +1,21 @@ -TITLES = https://www.gametdb.com (type: Wii language: RU_unique version: 20230727194232) +TITLES = https://www.gametdb.com (type: Wii language: RU_unique version: 20241114210212) R5IR4Q = История игрушек: Парк развлечений RN4P41 = Anno: Create A New World RWAR78 = Валл-И RXDR4Q = Disney Отвечай Не Зевай RY2R41 = Возвращение бешеных кроликов RYBP69 = BOOM BLOX Bash Party -SFDPAF = 家庭训练机 梦幻主题乐园(欧) +SJXD41 = Just Dance 4 Специальное издание SKSE54 = NBA 2K13(美) SP5E70 = 恶徒 来自地底的侵略者(美) STNP41 = Приключения Тинтина: Тайна Единорога GMSE02 = Супер Марио Саншайн Мультиплеер SOMR01 = Ритм небес +HAFP = Канал новостей +HAGP = Канал новостей +HAJP = Канал голосований +HAPP = Канал конкурсов Mii +HATP = Канал Nintendo +HAYA = Фотоканал +HCCJ = Настройки адреса G3EP51 = XGIII: 익스트림 G 레이싱 diff --git a/Data/Sys/wiitdb-zh_CN.txt b/Data/Sys/wiitdb-zh_CN.txt index 2d84582a04..5bf861e31c 100644 --- a/Data/Sys/wiitdb-zh_CN.txt +++ b/Data/Sys/wiitdb-zh_CN.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: ZHCN_unique version: 20230727194240) +TITLES = https://www.gametdb.com (type: Wii language: ZHCN_unique version: 20241114210219) 410E01 = Wii 备份盘 v1.31(美) D2AJAF = 运动生活 探险家 试玩版(日) D2SE18 = 德卡运动会2 试玩版(美) @@ -31,27 +31,27 @@ DXSE18 = 德卡运动会 试玩版(美) DZDE01 = 塞尔达传说 黎明公主 试玩版(美) DZDP01 = 塞尔达传说 黎明公主 试玩版(欧) R22E01 = 弹球小精灵(美) -R22J01 = 弹球小精灵[MP](日) -R22P01 = 弹球小精灵[MP](欧) +R22J01 = 弹球小精灵(日) +R22P01 = 弹球小精灵(欧) R23E52 = 芭比与三个火枪手(美) R23P52 = 芭比与三个火枪手(欧) R24J01 = 用Wii游玩小小机器人(日) R25EWR = 乐高哈利波特 上集(美) R25PWR = 乐高哈利波特 1-4 学年(欧) R26E5G = Data East街机经典(美) -R27E54 = 探险家多拉 拯救水晶王国(美) -R27X54 = 探险家多拉 拯救水晶王国(X) +R27E54 = 探险家朵拉 拯救水晶王国(美) +R27X54 = 探险家朵拉 拯救水晶王国(X) R28E54 = 上旋高手4(美) R28P54 = 上旋高手4(欧) R29E52 = 世界彩弹锦标赛2009(美) R29P52 = 世界彩弹锦标赛2009(欧) -R2AE7D = 冰河世纪2 消融(美) -R2AP7D = 冰河世纪2 消融(欧) -R2AX7D = 冰河世纪2 消融(X) +R2AE7D = 冰川时代2(美) +R2AP7D = 冰川时代2(欧) +R2AX7D = 冰川时代2(X) R2DEEB = 多卡波王国(美) R2DJEP = 多卡波王国(日) R2DPJW = 多卡波王国(欧) -R2EJ99 = 鱼之眼 Wii(日) +R2EJ99 = 鱼之眼Wii(日) R2FE5G = 小鱼弗雷迪 丢失的海藻种盒(美) R2FP70 = 小鱼弗雷迪 丢失的海藻种盒(欧) R2GEXJ = 废墟迷宫 再见月的废墟(美) @@ -62,10 +62,10 @@ R2IE69 = 美式橄榄球大联盟10(美) R2IP69 = 美式橄榄球大联盟10[WiFi](欧) R2JJAF = 太鼓达人Wii(日) R2KE54 = 唐金拳击(美) -R2KP54 = 唐金拳击[平衡板](欧) -R2LJMS = 草裙舞Wii[平衡板](日) -R2ME20 = 巧克力豆大冒险(美) -R2NE69 = 纳斯卡卡丁车赛(美) +R2KP54 = 唐金拳击(欧) +R2LJMS = 草裙舞Wii(日) +R2ME20 = M&M巧克力豆大冒险(美) +R2NE69 = 云斯顿卡丁车赛(美) R2OE68 = 中世纪游戏(美) R2OP68 = 中世纪游戏(欧) R2PE9B = 魔法飞球2(美) @@ -76,25 +76,25 @@ R2QJC0 = 料理妈妈2 糟糕!妈妈好忙!!(日) R2RE4F = 小马伙伴2(美) R2RP4F = 小马伙伴2(欧) R2SE18 = 德卡运动会2(美) -R2SJ18 = 德卡运动会2[WiFi](日) +R2SJ18 = 德卡运动会2(日) R2SP18 = 德卡运动会2[WiFi](欧) R2TE41 = 忍者神龟 毁灭[WiFi](美) R2TP41 = 忍者神龟 毁灭[WiFi](欧) R2UE8P = 一起来敲打(美) R2UJ8P = 一起来拍打(日或中) R2UP8P = 一起来敲打(欧) -R2VE01 = 罪与罚 宇宙的后继者[WiFi](美) +R2VE01 = 罪与罚 宇宙的后继者(美) R2VJ01 = 罪与罚 宇宙的后继者(日或中) -R2VP01 = 罪与罚 宇宙的后继者[WiFi](欧) +R2VP01 = 罪与罚 宇宙的后继者(欧) R2WEA4 = 实况足球2009[WiFi](美) R2WJA4 = 实况足球2009[WiFi](日) R2WPA4 = 实况足球2009[WiFi](欧) R2WXA4 = 实况足球2009[WiFi](X) R2YE54 = 我的生日(美) R2YP54 = 我的生日(欧) -R32J01 = 用Wii玩银河战士Prime2 黑暗回音(日) -R33E69 = 摇滚乐团 乐曲扩展包2(美) -R33P69 = 摇滚乐团 乐曲扩展包2(欧) +R32J01 = 密特罗德究极2 黑暗回声(日) +R33E69 = 摇滚乐团 实况乐曲扩展包(美) +R33P69 = 摇滚乐团 实况乐曲扩展包(欧) R34E69 = 摇滚乐团 乡村音乐包(美) R35JC8 = 三国志11 威力加强版(日) R36E69 = 摇滚乐队 绿日乐队(美) @@ -121,18 +121,18 @@ R3FJA4 = 实况力量棒球大联盟3(日) R3GXUG = 儿童高尔夫(X) R3HP6Z = 特工雨果 热带假期(欧) R3HX6Z = 特工雨果 热带假期(X) -R3IJ01 = 用Wii玩银河战士(日或中) +R3IJ01 = 密特罗德究极(日或中) R3JE5G = 去玩吧 马戏团明星(美) R3KP6N = 摩天大楼(欧) R3LEWR = 绿光战警 猎人的崛起(美) R3LPWR = 绿光战警 猎人的崛起(欧) -R3ME01 = 银河战士三部曲(美) -R3MP01 = 银河战士Prime 三部曲(欧) +R3ME01 = 密特罗德究极三部曲(美) +R3MP01 = 密特罗德究极三部曲(欧) R3NEXS = 罪恶装备XXAC 加强版(美) R3NPH3 = 罪恶装备XXAC 加强版(欧) -R3OE01 = 银河战士 另一个M(美) -R3OJ01 = 银河战士 另一个M(日或中) -R3OP01 = 银河战士 另一个M(欧) +R3OE01 = 密特罗德 另一个M(美) +R3OJ01 = 密特罗德 另一个M(日或中) +R3OP01 = 密特罗德 另一个M(欧) R3PEWR = 极速赛车手(美) R3PJ52 = 极速赛车手(日) R3PPWR = 极速赛车手(欧) @@ -153,18 +153,19 @@ R3YP70 = 山姆和迈克斯2 超越时空(欧) R3ZE69 = 摇滚乐团乐曲包 经典摇滚(美) R42E69 = 模拟人生2 生存游戏(美) R42P69 = 模拟人生2 生存游戏(欧) -R43E69 = EA运动活力[平衡板](美) -R43J13 = EA运动活力[平衡板](日) +R43E69 = EA运动活力(美) +R43J13 = EA运动活力(日) R43P69 = EA运动活力(欧) R44J8P = 凉宫春日的并列(日) R46ENS = 灵武战记Wii(美) R46JKB = 灵武战记Wii(日) R47E20 = ATV沙滩车之王(美) +R47P20 = ATV沙滩车之王(欧) R48E7D = 奇幻精灵事件簿(美) R48P7D = 奇幻精灵事件簿(欧) -R49E01 = 大金刚 丛林敲击(美) +R49E01 = 大金刚 丛林节拍(美) R49J01 = 大金刚 丛林节拍(日或中) -R49P01 = 大金刚 丛林敲击(欧) +R49P01 = 大金刚 丛林节拍(欧) R4AE69 = 模拟动物(美) R4AJ13 = 模拟动物(日) R4AP69 = 模拟动物(欧) @@ -176,12 +177,12 @@ R4CK69 = 模拟城市 建筑大师[WiFi](韩) R4CP69 = 模拟城市 建筑大师[WiFi](欧) R4DDUS = 三个问号 高校之迷(德) R4EE01 = 永恒蔚蓝2 蓝色世界(美) -R4EJ01 = 永恒蔚蓝2 海的呼唤[WiFi](日) -R4EP01 = 永恒蔚蓝2 深海探险[WiFi](欧) +R4EJ01 = 永恒蔚蓝2 海的呼唤(日) +R4EP01 = 永恒蔚蓝2 深海探险(欧) R4FE20 = 故事时间 童话故事(美) R4FP7J = 故事时间 童话故事(欧) R4IPNK = 疯狂玩具车(欧) -R4LPUG = 田径猪派对(X) +R4LPUG = 田径猪派对(欧) R4LXUG = 田径猪派对(X) R4MJ0Q = 使头脑变灵活Wii(日) R4NE5G = 大小调的庄严进行曲(美) @@ -193,12 +194,13 @@ R4QE01 = 马里奥激情足球[WiFi](美) R4QJ01 = 马里奥激情足球(日) R4QK01 = 马里奥激情足球[WiFi](韩) R4QP01 = 马里奥激情足球(欧) -R4RE69 = FIFA足球10[WiFi](美) -R4RJ13 = FIFA足球10[WiFi](日) -R4RK69 = FIFA足球10[WiFi](韩) -R4RP69 = FIFA足球10[WiFi](欧) -R4RX69 = FIFA足球10[WiFi](X) -R4RY69 = FIFA足球10[WiFi](Y) +R4RE69 = FIFA足球10(美) +R4RJ13 = FIFA足球10(日) +R4RK69 = FIFA足球10(韩) +R4RP69 = FIFA足球10(欧) +R4RR69 = FIFA足球10(俄) +R4RX69 = FIFA足球10(X) +R4RY69 = FIFA足球10(Y) R4RZ69 = FIFA足球10(Z) R4SE54 = 北美职棒超明星(美) R4VEA4 = 故事绘本工坊(美) @@ -218,16 +220,16 @@ R58DMR = 你来唱[麦克风](德) R58FMR = 你来唱[麦克风](法) R58PMR = 你来唱[麦克风](欧) R58SMR = 你来唱[麦克风](西) -R59D4Q = 企鹅俱乐部 游戏日[WiFi](欧) +R59D4Q = 企鹅俱乐部 游戏日(欧) R59E4Q = 企鹅俱乐部 游戏日(美) -R59P4Q = 企鹅俱乐部 游戏日[WiFi](欧) +R59P4Q = 企鹅俱乐部 游戏日(欧) R5AE8P = 黄金罗盘(美) R5AP8P = 黄金罗盘(欧) R5AX8P = 黄金罗盘(X) R5DE5G = 翻转的扭曲世界(美) R5EPMR = 倒计时(欧) R5FE41 = 冠军学院 足球(美) -R5FP41 = 冠军学院 足球[MP][平衡板](欧) +R5FP41 = 冠军学院 足球(欧) R5GE78 = 你比五年级生聪明吗(美) R5IE4Q = 玩具总动员(美) R5IP4Q = 玩具总动员(欧) @@ -238,27 +240,27 @@ R5MJAF = 语言解谜 文字拼词Wii豪华版(日) R5NJN9 = 多阿拉Wii(日) R5OENR = 田径猪派对(美) R5OXUG = 田径猪派对(X) -R5PE69 = 哈利波特与凤凰社(美) -R5PJ13 = 哈利波特与凤凰社(日) -R5PP69 = 哈利波特与凤凰社(欧) -R5PX69 = 哈利波特与凤凰社(X) +R5PE69 = 哈利·波特与凤凰社(美) +R5PJ13 = 哈利·波特与凤凰社(日) +R5PP69 = 哈利·波特与凤凰社(欧) +R5PX69 = 哈利·波特与凤凰社(X) R5QPGT = 马戏团游戏(欧) R5SERW = 幽灵庄园的秘密(美) -R5TE69 = 大满贯网球[MP][WiFi](美) +R5TE69 = 大满贯网球(美) R5TJ13 = 大满贯网球(日) R5TP69 = 大满贯网球(欧) R5UE41 = 犯罪现场调查 致命意图(美) -R5UP41 = CSI犯罪现场 致命意图(欧) -R5VE41 = 阿凡达[MP][平衡板](美) -R5VP41 = 阿凡达[MP][平衡板](欧) -R5VX41 = 阿凡达[MP][平衡板](X) +R5UP41 = 犯罪现场调查 致命意图(欧) +R5VE41 = 阿凡达(美) +R5VP41 = 阿凡达(欧) +R5VX41 = 阿凡达(X) R5WEA4 = 寂静岭 破碎的记忆(美) R5WJA4 = 寂静岭 破碎的记忆(日) R5XJ13 = 我的模拟人生 特工(日) R5XP69 = 我的模拟人生 特工(欧) R5YD78 = 全明星啦啦队2(德) R5YE78 = 全明星啦啦队2(美) -R5YP78 = 全明星啦啦队2[平衡板](欧) +R5YP78 = 全明星啦啦队2(欧) R62E4Q = 迪士尼 想唱就唱 流行节奏(美) R62P4Q = 迪士尼 想唱就唱 流行节奏(欧) R63EG9 = 家庭聚会 30款有趣的户外游戏(美) @@ -273,7 +275,7 @@ R67E6K = 聪明系列出品 佳佳的冒险(美) R68E5G = 去玩吧 城市运动(美) R69E36 = 尘埃2(美) R69P36 = 尘埃2(欧) -R6APPU = 宝贝和我[平衡板](欧) +R6APPU = 宝贝和我(欧) R6BE78 = 颜料宝贝(美) R6BJ78 = 颜料宝贝(日) R6BK78 = 颜料宝贝(韩) @@ -317,11 +319,11 @@ R6XP69 = 孩之宝 家庭游戏之夜2(欧) R6YEXS = 橡皮球聚会(美) R6YPH3 = 橡皮球聚会(欧) R72E5G = 蛋糕工坊 混合(美) -R72P5G = 蛋糕工坊 混合[WiFi](欧) +R72P5G = 蛋糕工坊 混合(欧) R74E20 = 商场射击馆(美) R75E20 = 梦幻沙龙(美) -R76E54 = NBA 2010[WiFi](美) -R76P54 = NBA 2010[WiFi](欧) +R76E54 = NBA 2K10(美) +R76P54 = NBA 2K10(欧) R77JAF = SD高达G世代:世纪战役(日) R79JAF = 机动战士高达 MS战线0079(日) R7AE69 = 模拟动物 非洲(美) @@ -334,14 +336,14 @@ R7EE8P = 梦精灵 星降夜物语(美) R7EJ8P = 梦精灵 星降夜物语[WiFi](日) R7EP8P = 梦精灵 星降夜物语[WiFi](欧) R7FEGD = 最终幻想陆行鸟 忘却时间的迷宫(美) -R7FJGD = 陆行鸟 忘却时间的迷宫[WiFi](日) -R7FPGD = 陆行鸟 忘却时间的迷宫[WiFi](欧) +R7FJGD = 最终幻想陆行鸟 忘却时间的迷宫(日) +R7FPGD = 最终幻想陆行鸟 忘却时间的迷宫(欧) R7GEAF = 龙珠 天下第一大冒险(美) R7GJAF = 龙珠 天下第一大冒险(日或中) R7GPAF = 龙珠 天下第一大冒险(欧) R7HE6K = 救兵总动员(美) R7IE69 = 魅力女孩俱乐部 睡衣派对(美) -R7IP69 = 魅力女孩俱乐部 睡衣派对[平衡板](欧) +R7IP69 = 魅力女孩俱乐部 睡衣派对(欧) R7KE6K = 岩石疾风(美) R7LP7J = 玛格的困惑!(欧) R7MPFR = 音乐派对 轰动全场(欧) @@ -373,7 +375,7 @@ R82P52 = 动物星球 兽医(欧) R83EA4 = 流行音乐(美) R83JA4 = 流行音乐Wii(日) R83PA4 = 流行音乐(欧) -R84EE9 = 牧场物语Wii 安稳之树(美) +R84EE9 = 牧场物语 济世之树(美) R84J99 = 牧场物语 安稳之树(日) R84P99 = 牧场物语 济世之树(欧) R85EG9 = 秘密星期六 第五太阳之兽(美) @@ -382,11 +384,11 @@ R86E20 = 梦之舞蹈啦啦队(美) R87EVN = 斯基度雪地车挑战赛(美) R88J2L = 面包超人 热烈派对(日) R89JEL = 东京友好乐园2(日) -R8AE01 = 口袋妖怪乐园 皮卡丘大冒险(美) +R8AE01 = 宝可梦公园Wii 皮卡丘的大冒险(美) R8AJ01 = 宝可梦公园Wii 皮卡丘的大冒险(日或中) -R8AP01 = 口袋乐园 皮卡丘历险记(欧) +R8AP01 = 宝可梦公园Wii 皮卡丘的大冒险(欧) R8BE41 = 保姆派对(美) -R8BP41 = 保姆派对[平衡板](欧) +R8BP41 = 保姆派对(欧) R8DEA4 = 游戏王5D's 决斗狂热者[WiFi](美) R8DJA4 = 游戏王5D's 决斗狂热者(日或中) R8DPA4 = 游戏王5D's 决斗狂热者[WiFi](欧) @@ -394,15 +396,16 @@ R8EJQC = 大地探索者(日或中) R8FES5 = 快餐危机(美) R8FJHA = 匠餐厅大繁盛(日或中) R8FPNP = 快餐狂(欧) -R8GJC8 = GI骑师联盟2008(日) -R8GPC8 = GI骑师联盟2008[平衡板][WiFi](欧) +R8GJC8 = GI骑师Wii 2008(日) +R8GPC8 = G1骑师Wii 2008(欧) R8HE4Q = 汉娜·蒙塔娜 电影版(美) -R8HP4Q = 汉娜 蒙塔娜 电影版(欧) -R8HX4Q = 汉娜 蒙塔娜 电影版(X) -R8HY4Q = 汉娜 蒙塔娜 电影版(Y) -R8IE78 = 海绵宝宝 诚实还是正直[MP](美) -R8IP78 = 海绵宝宝 诚实还是正直[MP](欧) -R8IS78 = 海绵宝宝 诚实还是正直[MP](欧) +R8HP4Q = 汉娜·蒙塔娜 电影版(欧) +R8HX4Q = 汉娜·蒙塔娜 电影版(X) +R8HY4Q = 汉娜·蒙塔娜 电影版(Y) +R8HZ4Q = 汉娜·蒙塔娜 电影版(Z) +R8IE78 = 海绵宝宝 诚实还是正直(美) +R8IP78 = 海绵宝宝 诚实还是正直(欧) +R8IS78 = 海绵宝宝 诚实还是正直(西) R8JEWR = 指环王 阿拉贡的冒险(美) R8JPWR = 指环王 阿拉贡的冒险(欧) R8KPKM = 街头足球 尼科拉斯阿内尔卡(欧) @@ -410,14 +413,14 @@ R8LE20 = 爆裂小鸡猎杀者(美) R8LP7J = 爆裂小鸡猎杀者(欧) R8NEA4 = 专业击球练习场[MP](美) R8NJG0 = 日本棒球机构承认 击球革命[MP](日) -R8OE54 = 玲玲马戏团[平衡板](美) +R8OE54 = 玲玲马戏团(美) R8OX54 = 我的马戏团(X) R8PE01 = 超级纸片马里奥(美) R8PJ01 = 超级纸片马里奥(日) R8PK01 = 超级纸片马里奥(韩) R8PP01 = 超级纸片马里奥(欧) R8QPRT = 疯狂问答(欧) -R8RP41 = 亚瑟与他的迷你王国2[平衡板](欧) +R8RP41 = 亚瑟与他的迷你王国2(欧) R8SE41 = 假日体育(美) R8SP41 = 假日体育(欧) R8SX41 = 假日体育(X) @@ -429,7 +432,7 @@ R8XE52 = 侏罗纪 猎物(美) R8XZ52 = 顶级射手 恐龙猎人(美) R8YE52 = 坎贝拉猎人2010(美) R8ZE8P = 大师教你普拉提(美) -R8ZPGT = 大师教你普拉提[平衡板](欧) +R8ZPGT = 大师教你普拉提(欧) R92E01 = 皮克敏2 R92J01 = 用Wii玩皮克敏2(日) R92P01 = 用Wii玩皮克敏2(欧) @@ -442,7 +445,7 @@ R96PAF = 风之克罗诺亚 幻影之门(欧) R97E9B = 家庭欢乐橄榄球(美) R9AE52 = 动作游戏试玩包(美) R9BPMT = 鲍勃工程队 欢乐节庆(欧) -R9CPMR = 我是明星 快放我走[平衡板](欧) +R9CPMR = 我是明星 快放我走(欧) R9DE78 = 描绘生命 下一章(美) R9DP78 = 描绘生命 下一章(欧) R9EPNP = 修理派对(欧) @@ -459,8 +462,8 @@ R9IP01 = 用Wii玩皮克敏(欧) R9JE69 = 甲壳虫乐队 摇滚乐团(美) R9JP69 = 甲壳虫 摇滚乐团[WiFi](欧) R9KE20 = 律动方块(美) -R9LE41 = 女孩生活 通宵派对[平衡板](美) -R9LP41 = 女孩生活 通宵派对[平衡板](欧) +R9LE41 = 女孩生活 通宵派对(美) +R9LP41 = 女孩生活 通宵派对(欧) R9ME5Z = 夏季运动会2009[平衡板](美) R9MPFR = 夏季运动会2009[平衡板](欧) R9NPMR = 家族财富(欧) @@ -468,13 +471,13 @@ R9OE69 = 泰格伍兹高尔夫巡回赛10[MP][WiFi](美) R9OK69 = 泰格伍兹高尔夫巡回赛10[MP][WiFi](韩) R9OP69 = 泰格伍兹高尔夫巡回赛10[MP][WiFi](欧) R9QPNG = 舞会俱乐部精选(欧) -R9RPNG = 舞蹈派对 流行精选[跳舞毯](欧) +R9RPNG = 舞蹈派对 流行精选(欧) R9SPPL = 球形数独 侦探(欧) R9TE69 = 泰格伍兹高尔夫巡回赛09[WiFi](美) R9TJ13 = 泰格伍兹高尔夫巡回赛09(日) R9TK69 = 泰格伍兹高尔夫巡回赛09[WiFi](韩) R9TP69 = 泰格伍兹高尔夫巡回赛09[WiFi](欧) -R9UE52 = 熊熊工坊 友谊谷(美) +R9UE52 = 熊熊工作室 友谊谷(美) R9UPGY = 熊熊工作室 友谊谷(欧) R9VE52 = 坎贝拉野外冒险2010(美) R9WPSP = WSC真实09世界斯诺克大奖赛(欧) @@ -490,16 +493,16 @@ RB4J08 = 生化危机4(日) RB4P08 = 生化危机4(欧) RB4X08 = 生化危机4(X) RB5E41 = 战火兄弟连 浴血奋战(美) -RB5P41 = 战火兄弟连 双重时间(欧) +RB5P41 = 战火兄弟连 浴血奋战(欧) RB6J18 = 炸弹人(日) RB7E54 = 恶霸鲁尼 学院风云(美) RB7P54 = 恶霸鲁尼 学院风云(欧) RB8E70 = 后院棒球09(美) -RB9D78 = 布拉兹娃娃电影版(德) -RB9E78 = 布拉兹娃娃电影版(美) -RB9P78 = 布拉兹娃娃电影版(欧) -RB9X78 = 布拉兹娃娃电影版(欧) -RB9Y78 = 布拉兹娃娃电影版(欧) +RB9D78 = 贝兹娃娃电影版(德) +RB9E78 = 贝兹娃娃电影版(美) +RB9P78 = 贝兹娃娃电影版(欧) +RB9X78 = 贝兹娃娃电影版(X) +RB9Y78 = 贝兹娃娃电影版(Y) RBAE41 = 炽天使 二战空骑兵(美) RBAP41 = 炽天使 二战空骑兵(欧) RBBE18 = 炸弹人乐园(美) @@ -517,29 +520,29 @@ RBHE08 = 生化危机0(美) RBHJ08 = 生化危机0(日或中) RBHP08 = 生化危机0(欧) RBIEE9 = 牧场物语 欢乐动物进行曲(美) -RBIJ99 = 牧场物语 欢乐动物进行曲[WiFi](日) -RBIP99 = 牧场物语 欢乐动物进行曲[WiFi](欧) +RBIJ99 = 牧场物语 欢乐动物进行曲(日) +RBIP99 = 牧场物语 欢乐动物进行曲(欧) RBKE69 = 轰炸方块(美) RBKJ13 = 轰炸方块(日) -RBKK69 = 轰炸方块[WiFi](韩) -RBKP69 = 轰炸方块[WiFi](欧) +RBKK69 = 轰炸方块(韩) +RBKP69 = 轰炸方块(欧) RBLE8P = 死神 白刃闪耀圆舞曲(美) RBLJ8P = 死神 白刃闪耀圆舞曲(日) RBLP8P = 死神 白刃闪耀圆舞曲(欧) RBME5G = 泡泡龙(美) RBMPGT = 泡泡龙(欧) RBNEG9 = 少年骇客 地球保卫者(美) -RBNPG9 = Ben 10 守护地球(欧) -RBNXG9 = Ben 10 守护地球(X) +RBNPG9 = 少年骇客 地球保卫者(欧) +RBNXG9 = 少年骇客 地球保卫者(X) RBOE69 = 布吉摇摆(美) RBOP69 = 布吉摇摆(欧) RBPE4Z = 布朗斯威克 职业保龄球赛(美) RBPPGT = 布朗斯威克 职业保龄球赛(欧) RBQENR = 经典英式赛车(美) RBQPUG = 经典英式赛车(欧) -RBRE5G = 轰炸使命[WiFi](美) -RBRP5G = 轰炸使命[WiFi](欧) -RBRX5G = 轰炸作业 建造 融化 摧毁(欧) +RBRE5G = 轰炸使命(美) +RBRP5G = 轰炸使命(欧) +RBRX5G = 轰炸使命(X) RBSJ08 = 战国 BASARA 2 英雄外传A(日) RBTE8P = 钓鱼高手(美) RBTJ8P = 钓鱼高手(日) @@ -552,8 +555,8 @@ RBVE52 = 芭比之森林公主(美) RBVP52 = 芭比 森林公主(欧) RBWE01 = 军队战争2(美) RBWJ01 = 军队战争2[WiFi](日) -RBWP01 = 军队战争2[WiFi](欧) -RBXJ8P = 死神 对决十刃[WiFi](日) +RBWP01 = 军队战争2(欧) +RBXJ8P = 死神 对决十刃(日) RBYE78 = 疯狂农庄(美) RBYJ78 = 疯狂农庄(日) RBYP78 = 疯狂农庄(欧) @@ -604,7 +607,7 @@ RCHPGT = 大家的啦啦队(欧) RCIE41 = 犯罪现场调查 铁证如山(美) RCIP41 = 犯罪现场调查 铁证如山(欧) RCJE8P = 管道(美) -RCJP8P = 管道[WiFi](欧) +RCJP8P = 管道(欧) RCKPGN = 阿伦·汉森的运动挑战(欧) RCLE4Q = 四眼天鸡之动作天王(美) RCLP4Q = 四眼天鸡之动作天王(欧) @@ -614,8 +617,8 @@ RCOPNP = 名侦探柯南 追忆的幻想(欧) RCPE18 = 穿越迷路(美) RCPJ18 = 穿越迷路(日) RCPP18 = 穿越迷路(欧) -RCQEDA = Q版赛车 Wii(美) -RCQJDA = Q版赛车 Wii(日) +RCQEDA = Q版赛车Wii(美) +RCQJDA = Q版赛车Wii(日) RCRE5D = 劲速狂飙(美) RCRP5D = 劲速狂飙(欧) RCSE20 = 射鸡英雄传(美) @@ -626,17 +629,17 @@ RCUE52 = 坎贝拉传奇冒险(美) RCVE41 = 孤岛惊魂 复仇(美) RCVP41 = 孤岛惊魂 复仇(欧) RCXE78 = 全明星拉拉队(美) -RCXP78 = 全明星拉拉队[平衡板](欧) -RCXX78 = 全明星拉拉队[平衡板](欧) +RCXP78 = 全明星拉拉队(欧) +RCXX78 = 全明星拉拉队(X) RCYPGN = 切格的聚会迷题(欧) -RD2E41 = 赤铁2[MP](美) -RD2J41 = 赤铁2[MP](日) -RD2K41 = 赤铁2[MP](韩) -RD2P41 = 赤铁2[MP](欧) +RD2E41 = 赤铁2(美) +RD2J41 = 赤铁2(日) +RD2K41 = 赤铁2(韩) +RD2P41 = 赤铁2(欧) RD2X41 = 赤铁2(X) RD4EA4 = 劲舞革命 劲爆舞会2(美) RD4JA4 = 劲舞革命 盛况空前的劲爆舞会(日或中) -RD4PA4 = 劲舞革命 劲爆舞会2[跳舞毯](欧) +RD4PA4 = 劲舞革命 劲爆舞会2(欧) RD6EE9 = 动物王国 野生动物探索(美) RD6J8N = 动物奇想天外!在谜之乐园摄影(日) RD6PNP = 动物奇想天外!在谜之乐园摄影(欧) @@ -645,17 +648,17 @@ RD9J18 = 解谜系列Vol.1 数独(日) RDAE52 = 与星共舞 一起跳(美) RDBE70 = 龙珠Z 电光火石2(美) RDBJAF = 龙珠Z 电光火石(日) -RDBPAF = 龙珠Z 电光火石 2(欧) +RDBPAF = 龙珠Z 电光火石2(欧) RDCE78 = 致命生物(美) RDCP78 = 致命生物(欧) -RDDEA4 = 热舞革命 劲爆舞会(美) -RDDJA4 = 热舞革命 劲爆舞会[跳舞毯](日) +RDDEA4 = 劲舞革命 劲爆舞会(美) +RDDJA4 = 劲舞革命 劲爆舞会(日) RDEJ0A = 全日本货柜车祭典(日) RDFE41 = 肖恩怀特滑雪板[平衡板](美) RDFP41 = 肖恩怀特滑雪板[平衡板](欧) RDGEA4 = 恶魔城 审判(美) -RDGJA4 = 恶魔城 审判[WiFi](日) -RDGPA4 = 恶魔城 审判[WiFi](欧) +RDGJA4 = 恶魔城 审判(日) +RDGPA4 = 恶魔城 审判(欧) RDHE78 = 毁灭全人类 解放威廉(美) RDHP78 = 毁灭全人类 解放威廉(欧) RDIE41 = 宠物狗乐园(美) @@ -676,9 +679,9 @@ RDOE41 = 模拟宠物狗2(美) RDOJ41 = 模拟宠物狗2(日) RDOP41 = 模拟宠物狗2(欧) RDOX41 = 模拟宠物狗2(X) -RDPE54 = 探险家多拉 拯救雪公主(美) -RDPP54 = 探险家多拉 拯救雪公主(欧) -RDPX54 = 探险家多拉 拯救雪公主(X) +RDPE54 = 探险家朵拉 拯救雪公主(美) +RDPP54 = 探险家朵拉 拯救雪公主(欧) +RDPX54 = 探险家朵拉 拯救雪公主(X) RDQEGD = 勇者斗恶龙 假面女王(美) RDQJGD = 勇者斗恶龙 假面女王(日) RDQPGD = 勇者斗恶龙 假面女王(欧) @@ -686,8 +689,8 @@ RDREA4 = 水精迪依大冒险(美) RDRJA4 = 水精迪依大冒险(日) RDRPA4 = 水精迪依大冒险(欧) RDSE70 = 龙珠Z 电光火石3(美) -RDSJAF = 龙珠Z 电光火石 3[WiFi](日) -RDSPAF = 龙珠Z 电光火石 3[WiFi](欧) +RDSJAF = 龙珠Z 电光火石3(日) +RDSPAF = 龙珠Z 电光火石3(欧) RDTEAF = 电子鸡宠物店(美) RDTJAF = 电子鸡宠物店(日) RDTPAF = 电子鸡宠物店(欧) @@ -705,7 +708,7 @@ RDYEGN = 人偶CID(美) RDZJ01 = 天灾 危机之日(日或中) RDZP01 = 天灾 危机之日(欧) RE3ENR = 空战高手 二战英雄(美) -RE4E08 = 生化危机 复刻版(美) +RE4E08 = 生化危机(美) RE4J08 = 生化危机(日或中) RE4P08 = 生化危机(欧) RE5PAF = 大胃王(欧) @@ -718,7 +721,7 @@ REAP69 = 名人体育(欧) REBE4Z = 憨豆先生的古怪世界(美) REBPMT = 憨豆先生的古怪世界(欧) RECE6K = 间谍游戏 电梯任务(美) -REDE41 = 赤色钢铁(美) +REDE41 = 赤铁(美) REDJ41 = 赤铁(日) REDP41 = 赤铁(欧) REFP41 = 我的法语教练(欧) @@ -728,19 +731,19 @@ REHE41 = 紧急英雄(美) REHP41 = 紧急英雄(欧) REJEAF = 活力生活 极限挑战(美) REJJAF = 家庭教练2(日) -REJPAF = 活力生活 极限挑战[跳舞毯](欧) +REJPAF = 家庭教练 极限挑战(欧) REKE41 = 金吉姆健身房 卡迪欧塑身(美) REKJ2N = 有氧拳击 Wii快乐瘦身(日或中) REKP41 = 金牌吉姆卡迪欧塑身[平衡板](欧) -REKU41 = 金牌吉姆卡迪欧塑身[平衡板](英) +REKU41 = 金吉姆健身房 卡迪欧塑身(U) RELEA4 = 能源小精灵(美) RELJA4 = 能源小精灵(日) RELKA4 = 能源小精灵(韩) RELPA4 = 能源小精灵(欧) REMJ8P = 哆啦A梦Wii 秘密道具王决定战!(日) RENE8P = 索尼克与黑暗骑士(美) -RENJ8P = 索尼克与黑暗骑士[WiFi](日) -RENP8P = 索尼克与黑暗骑士[WiFi](欧) +RENJ8P = 索尼克与黑暗骑士(日或中) +RENP8P = 索尼克与黑暗骑士(欧) REQE54 = 迪亚哥 徒步旅行救助队(美) REQP54 = 迪亚哥 徒步旅行救助队(欧) REQX54 = 迪亚哥 徒步旅行救助队(欧) @@ -759,31 +762,32 @@ REYE4Q = 歌舞青春3 毕业歌会(美) REYP4Q = 迪士尼 想唱就唱 歌舞青春3 毕业季(欧) REZEJJ = 西洋棋高手(美) REZPKM = 西洋棋高手(欧) -RF2E54 = 神奇四侠 银影侠来袭(美) -RF2P54 = 神奇四侠 神奇四侠与银影侠(欧) +RF2E54 = 神奇四侠 银影侠现身(美) +RF2P54 = 神奇四侠 银影侠现身(欧) RF3E52 = 法拉利挑战赛(美) RF3P6M = 法拉利挑战赛(欧) RF4E36 = 超级水果瀑布(美) RF4P6M = 超级水果瀑布(欧) RF7J08 = 龙之子对卡普空(日) RF8E69 = FIFA足球08(美) -RF8J13 = FIFA足球08[WiFi](日) -RF8K69 = FIFA足球08[WiFi](韩) -RF8P69 = FIFA足球08[WiFi](欧) -RF8X69 = FIFA足球08[WiFi](X) -RF8Y69 = FIFA足球08[WiFi](Y) +RF8J13 = FIFA足球08(日) +RF8K69 = FIFA足球08(韩) +RF8P69 = FIFA足球08(欧) +RF8X69 = FIFA足球08(X) +RF8Y69 = FIFA足球08(Y) RF9E69 = FIFA足球09(美) -RF9J13 = FIFA足球09[WiFi](日) -RF9K69 = FIFA足球09[WiFi](韩) -RF9P69 = FIFA足球09[WiFi](欧) -RF9X69 = FIFA足球09[WiFi](X) -RF9Y69 = FIFA足球09[WiFi](Y) +RF9J13 = FIFA足球09(日) +RF9K69 = FIFA足球09(韩) +RF9P69 = FIFA足球09(欧) +RF9R69 = FIFA足球09(俄) +RF9X69 = FIFA足球09(X) +RF9Y69 = FIFA足球09(Y) RFAEAF = 活力生活 户外挑战(美) RFAJAF = 家庭教练(日) -RFAPAF = 家庭教练[跳舞毯](欧) +RFAPAF = 家庭教练(欧) RFBE01 = 永恒蔚蓝(美) -RFBJ01 = 永恒蔚蓝[WiFi](日) -RFBP01 = 永恒蔚蓝[WiFi](欧) +RFBJ01 = 永恒蔚蓝(日) +RFBP01 = 永恒蔚蓝(欧) RFCEGD = 最终幻想水晶编年史 水晶守护者(美) RFCJGD = 最终幻想水晶编年史 水晶守护者(日) RFCPGD = 最终幻想水晶编年史 水晶守护者(欧) @@ -791,8 +795,8 @@ RFEE01 = 火炎纹章 晓之女神(美) RFEJ01 = 火焰纹章 晓之女神(日或中) RFEP01 = 火炎纹章 晓之女神(欧) RFFEGD = 最终幻想水晶编年史 时之回声(美) -RFFJGD = 水晶编年史 时之回声[WiFi](日) -RFFPGD = 水晶编年史 时之回声[WiFi](欧) +RFFJGD = 最终幻想水晶编年史 时之回声(日) +RFFPGD = 最终幻想水晶编年史 时之回声(欧) RFJJAF = 家庭赛马(日) RFKE41 = 我的健身教练(美) RFKP41 = 我的健康教练(欧) @@ -830,13 +834,13 @@ RFWE5Z = 野外探险 非洲(美) RFWPNK = 非洲徒步大冒险(欧) RFYFMR = 博涯堡垒 开战(法) RFZE41 = 想象 时尚聚会(美) -RFZP41 = 想象 时尚偶像[平衡板](欧) +RFZP41 = 想象 时尚偶像(欧) RG2EXS = 罪恶装备XX(美) RG2JJF = 罪恶装备XX ΛCore(日) RG2PGT = 罪恶装备XX(欧) RG4JC0 = 电车Go!新干线EX 山阳新干线(日) RG5EWR = 吉尼斯世界纪录 电视游戏(美) -RG5PWR = 吉尼斯世界纪录 电视游戏[WiFi](欧) +RG5PWR = 吉尼斯世界纪录 电视游戏(欧) RG6E69 = 摇滚乐超级明星(美) RG6P69 = 摇滚乐超级明星(欧) RG7EQH = 城市建设者(美) @@ -846,7 +850,7 @@ RG9E54 = 嘉年华游戏 迷你高尔夫(美) RG9P54 = 嘉年华游戏 迷你高尔夫(欧) RGAE8P = 51号星球(美) RGAP8P = 51号星球(欧) -RGBE08 = 哈维博德曼 律师(美) +RGBE08 = 哈维·博德曼 律师(美) RGCEXS = 遥控直升机Wii 飞行大冒险(美) RGCJJF = 遥控直升机Wii 飞行大冒险(日) RGCPGT = 遥控直升机Wii 飞行大冒险(欧) @@ -860,15 +864,15 @@ RGFS69 = 教父 黑手党(西) RGGJAF = GeGeGe的鬼太郎 妖怪大运动会(日) RGHE52 = 吉他英雄3 摇滚传奇(美) RGHJ52 = 吉他英雄3 摇滚传奇[WiFi](日) -RGHK52 = 吉他英雄3 摇滚传奇[WiFi](韩) -RGHP52 = 吉他英雄3 摇滚传奇[WiFi](欧) -RGIJC8 = G1骑师Wii(日) +RGHK52 = 吉他英雄3 摇滚传奇(韩) +RGHP52 = 吉他英雄3 摇滚传奇(欧) +RGIJC8 = GI骑师Wii(日) RGIPC8 = G1骑师Wii(欧) RGJE4Z = 森林泰山 探秘(美) RGJP7U = 森林泰山 探秘(欧) RGKENR = 儿童高尔夫(美) RGLE7D = 几何战争 银河(美) -RGLP7D = 几何战争 银河[WiFi](欧) +RGLP7D = 几何战争 银河(欧) RGME5D = 企鹅也疯狂(美) RGMP5D = 企鹅也疯狂(欧) RGNJAF = 银魂(日) @@ -876,15 +880,15 @@ RGOJJ9 = 金蛋世界(日) RGPJAF = 机动战士高达2 哀.战士篇(日) RGQE70 = 捉鬼敢死队(美) RGQP70 = 捉鬼敢死队(欧) -RGSE8P = 幽灵小队[WiFi](美) +RGSE8P = 幽灵小队(美) RGSJ8P = 幽灵小队(日或中) -RGSP8P = 幽灵小队[WiFi](欧) +RGSP8P = 幽灵小队(欧) RGTE41 = GT职业赛车(美) RGTJBL = GT职业赛车(日) RGTP41 = GT职业赛车(欧) RGVE52 = 吉他英雄 空中铁匠乐队(美) -RGVJ52 = 吉他英雄 空中铁匠乐队专辑[WiFi](日) -RGVP52 = 吉他英雄 空中铁匠乐队专辑[WiFi](欧) +RGVJ52 = 吉他英雄 空中铁匠乐队(日) +RGVP52 = 吉他英雄 空中铁匠乐队(欧) RGWE41 = 疯狂兔子 回家[WiFi](美) RGWJ41 = 疯狂兔子 回家[WiFi](日) RGWP41 = 疯狂兔子 回家[WiFi](欧) @@ -903,9 +907,9 @@ RH3P4Q = 歌舞青春3 毕业舞会(欧) RH4XUG = 仓鼠英雄(X) RH5EVN = 小马生活冒险(美) RH5PKM = 爱伦怀塔克的小马生活(欧) -RH6E69 = 哈里波特与混血王子(美) -RH6K69 = 哈利波特 混血王子的背叛(韩) -RH6P69 = 哈里波特与混血王子(欧) +RH6E69 = 哈利·波特与混血王子(美) +RH6K69 = 哈利·波特与混血王子(韩) +RH6P69 = 哈利·波特与混血王子(欧) RH7J8P = Sammy合集 北斗神拳[WiFi](日) RH8E4F = 古墓丽影 地下世界(美) RH8JEL = 古墓丽影 地下世界(日) @@ -946,9 +950,9 @@ RHOJ8P = 死亡之屋 过度杀戮(日) RHOP8P = 死亡之屋 过度杀戮(欧) RHPJ8N = 欺诈流浪记(日) RHQE4Q = 汉娜·蒙塔娜 聚光灯下的世界巡演(美) -RHQP4Q = 汉娜蒙塔娜 聚光灯下的世界巡演(欧) -RHQX4Q = 孟汉娜万众瞩目全球巡演歌唱大赛(欧) -RHQY4Q = 孟汉娜万众瞩目全球巡演歌唱大赛(Y) +RHQP4Q = 汉娜·蒙塔娜 聚光灯下的世界巡演(欧) +RHQX4Q = 汉娜·蒙塔娜 聚光灯下的世界巡演(X) +RHQY4Q = 汉娜·蒙塔娜 聚光灯下的世界巡演(Y) RHRJ99 = 家庭教师REBORN 超梦幻决胜(日或中) RHSE36 = 热导追踪(美) RHSP36 = 热导追踪(欧) @@ -956,7 +960,7 @@ RHSX36 = 热导追踪(X) RHSY36 = 热导追踪(Y) RHTE54 = 侠盗猎魔2(美) RHTP54 = 侠盗猎魔2(欧) -RHUE20 = 轮滑城市英雄[平衡板](美) +RHUE20 = 轮滑城市英雄(美) RHUP7J = 轮滑城市英雄[平衡板](欧) RHVE5Z = 疯狂小鸡传说(美) RHVPFR = 疯狂小鸡传说(欧) @@ -975,12 +979,12 @@ RI6ENR = 夏季运动会2 小岛运动会(美) RI6P41 = 夏季运动聚会(欧) RI7E4Z = 怪物大破坏 创建和战斗(美) RI8E41 = 战火兄弟连 进军30高地(美) -RI8P41 = 战火兄弟连 双重时间(欧) +RI8P41 = 战火兄弟连 进军30高地(欧) RI9EGT = 天后女孩 冰上公主(美) -RI9PGT = 天后女孩 冰上公主[平衡板](欧) -RIAE52 = 冰河世纪3 恐龙的黎明(美) -RIAI52 = 冰河世纪3 恐龙的黎明(意) -RIAP52 = 冰河世纪3 恐龙的黎明(欧) +RI9PGT = 天后女孩 冰上公主(欧) +RIAE52 = 冰川时代3(美) +RIAI52 = 冰川时代3(意) +RIAP52 = 冰川时代3(欧) RIBES5 = 科学小怪蛋(美) RIBPKM = 科学小怪蛋(欧) RICENR = 美国铁人料理 顶级烹饪法(美) @@ -1010,7 +1014,7 @@ RIPJAF = 海贼王 无尽的冒险(日) RIQPUJ = 冰上炫舞(欧) RIRE8P = 钢铁侠(美) RIRP8P = 钢铁侠(欧) -RITFMR = 城市之间[平衡板](法) +RITFMR = 城市之间(法) RIUJAF = 海贼王 无限巡航 EP2 觉醒的勇者(日) RIUPAF = 海贼王 无限巡航 EP2 觉醒的勇者(欧) RIVEXJ = 奇异鸟伊维(美) @@ -1022,9 +1026,9 @@ RIXP7J = 道奇赛车 掌控者与挑战者(欧) RIYE52 = 太空营地(美) RIYP52 = 太空营地(欧) RIZENR = 印第500赛车(美) -RJ2E52 = 詹姆斯邦德007 量子危机(美) -RJ2JGD = 詹姆斯邦德007 量子危机[WiFi](日) -RJ2P52 = 詹姆斯邦德007 量子危机[WiFi](欧) +RJ2E52 = 007 量子危机(美) +RJ2JGD = 007 量子危机(日) +RJ2P52 = 007 量子危机(欧) RJ3E20 = 吉普越野赛车(美) RJ3P7J = 吉普越野赛车(欧) RJ4ENR = 珠宝大师 罗马发源地(美) @@ -1037,10 +1041,10 @@ RJ8P64 = 印第安纳琼斯与帝王手杖(欧) RJ9FMR = 思考 逻辑训练(法) RJ9PFR = 思考 逻辑训练(欧) RJ9XML = 思考 逻辑训练(X) -RJAD52 = 使命召唤 现代战争 反应能力[WiFi](德) +RJAD52 = 使命召唤 现代战争(德) RJAE52 = 使命召唤 现代战争(美) -RJAP52 = 使命召唤 现代战争 反应能力[WiFi](欧) -RJAX52 = 使命召唤 现代战争 反应能力[WiFi](X) +RJAP52 = 使命召唤 现代战争(欧) +RJAX52 = 使命召唤 现代战争(X) RJBJAF = 大怪兽对决 超人力霸王竞技场(日) RJCE52 = Baja 1000越野拉力赛(美) RJCP52 = Baja 1000越野拉力赛(欧) @@ -1064,9 +1068,9 @@ RJOP99 = 恐怖体感 咒怨(欧) RJPJA4 = 实况棒球Wii(日) RJQE5G = 睡衣山姆 别怕黑(美) RJQP70 = 睡衣山姆 别怕黑(欧) -RJREA4 = 热舞革命 劲爆舞会3(美) -RJRJA4 = 劲舞革命 劲爆舞会3(日) -RJRPA4 = 劲舞革命 劲爆舞会 3[跳舞毯][平衡板](欧) +RJREA4 = 劲舞革命 劲爆舞会3(美) +RJRJA4 = 劲舞革命 音乐塑身(日) +RJRPA4 = 劲舞革命 劲爆舞会3(欧) RJSENR = 川崎水上摩托(美) RJSPUG = 川崎水上摩托(欧) RJSXUG = 川崎水上摩托(X) @@ -1077,8 +1081,8 @@ RJWJEL = 猛犸象与神秘之石(日) RJXE5G = 去玩吧 伐木工(美) RJYE5Z = 费兹维泽医生的动物大拯救(美) RJZP7U = SNK街机经典Vol1(欧) -RK2EEB = 超执刀 新血[WiFi](美) -RK2JEB = 超执刀 新血[WiFi](日) +RK2EEB = 超执刀 新血(美) +RK2JEB = 超执刀 新血(日) RK2P01 = 超执刀 新血[WiFi](欧) RK3J01 = 安藤检索(日) RK4JAF = 结界师 黑芒楼之影(日) @@ -1124,8 +1128,8 @@ RKPE52 = 功夫熊猫(美) RKPJ52 = 功夫熊猫(日) RKPK52 = 功夫熊猫(韩) RKPP52 = 功夫熊猫(欧) -RKPV52 = 功夫熊猫(欧) -RKPX52 = 功夫熊猫(Y) +RKPV52 = 功夫熊猫(V) +RKPX52 = 功夫熊猫(X) RKPY52 = 功夫熊猫(Y) RKQENR = 糖果工厂(美) RKSENR = 儿童篮球(美) @@ -1143,13 +1147,14 @@ RKZEA4 = 迷失蔚蓝Wii(美) RKZJA4 = 幸存少年Wii(日或中) RKZPA4 = 迷失蔚蓝Wii(欧) RL2E78 = 我的驯马场(美) +RL2HMN = 我的驯马场(荷) RL2PFR = 我的驯马场(欧) RL3EMJ = 金字塔祖玛 3(美) RL4E64 = 乐高印第安纳琼斯2 冒险再续(美) RL4P64 = 乐高印第安纳琼斯2 冒险再续(欧) RL5E52 = 爱卡莉(美) RL5P52 = 爱卡莉(欧) -RL6E69 = 玩具枪大作战2 精英(美) +RL6E69 = 玩具枪大作战 精英(美) RL7E69 = 小小宠物店 朋友(美) RL7P69 = 小小宠物店 朋友(欧) RL8E54 = 实况职业力量棒球2008(美) @@ -1195,10 +1200,11 @@ RLTENR = 伦敦出租车 高峰时间(美) RLTXUG = 伦敦出租车 高峰时间(X) RLUE4Q = 闪电狗(美) RLUP4Q = 闪电狗(欧) +RLUR4Q = 闪电狗(俄) RLUX4Q = 闪电狗(X) RLUY4Q = 闪电狗(Y) -RLVE78 = 降世神通最后的空气大师(美) -RLVP78 = 降世神通最后的空气大师(欧) +RLVE78 = 降世神通 最后的气宗(美) +RLVP78 = 降世神通 最后的气宗(欧) RLWE78 = 料理鼠王(美) RLWJ78 = 料理鼠王(日) RLWP78 = 料理鼠王(欧) @@ -1217,9 +1223,9 @@ RM2J13 = 荣誉勋章 英雄2(日) RM2P69 = 荣誉勋章 英雄2[WiFi](欧) RM2U69 = 荣誉勋章 英雄2[WiFi](英) RM2X69 = 荣誉勋章 英雄2[WiFi](X) -RM3E01 = 银河战士3 腐蚀(美) -RM3J01 = 银河战士3 腐蚀(日) -RM3P01 = 银河战士3 腐蚀(欧) +RM3E01 = 密特罗德究极3 腐蚀(美) +RM3J01 = 密特罗德究极3 腐蚀(日) +RM3P01 = 密特罗德究极3 腐蚀(欧) RM4E41 = 怪物四驱 世界巡回赛(美) RM4J41 = 怪物四驱 世界巡回赛(日) RM4P41 = 怪物四驱 世界巡回赛(欧) @@ -1272,8 +1278,8 @@ RMMP7U = 水银融化 革命(欧) RMNDFR = 我的宠物旅店(德) RMNHMN = 我的宠物旅店(荷) RMNPFR = 我的宠物旅店(欧) -RMOE52 = 怪兽大卡车(美) -RMOP52 = 怪兽大卡车(欧) +RMOE52 = 怪物卡车(美) +RMOP52 = 怪物卡车(欧) RMPE54 = 职业力量棒球2008(美) RMQENR = 魔法制造者 末日宝石(美) RMQPUG = 魔法制造者 末日宝石(欧) @@ -1281,7 +1287,7 @@ RMRE5Z = 小魔怪魔法马戏团(美) RMRPNK = 小魔怪魔法马戏团(欧) RMRXNK = 小魔怪魔法马戏团(X) RMSE52 = 漫威终极联盟2(美) -RMSP52 = 惊奇漫画 终极联盟2([WiFi]欧) +RMSP52 = 漫威终极联盟2(欧) RMTJ18 = 桃太郎电铁16北海道大移动[WiFi](日) RMUE52 = 漫威终极联盟(美) RMUJ2K = 漫画英雄联盟(日) @@ -1291,11 +1297,11 @@ RMVP69 = 荣誉勋章 先遣部队(欧) RMVX69 = 荣誉勋章 先遣部队(X) RMWE20 = M&M巧克力卡丁赛车(美) RMXE78 = 极限越野 突破(美) -RMXF78 = 极限越野 突破[WiFi](法) +RMXF78 = 极限越野 突破(法) RMXP78 = 极限越野 突破(欧) RMYE5Z = 超级卡丁车GP(美) RMYPUG = 超级卡丁车GP(欧) -RMYXUG = 超级卡丁车GP(欧) +RMYXUG = 超级卡丁车GP(X) RMZE5Z = 神话制造者 崔克茜在玩具岛(美) RMZPUG = 神话制造者 崔克茜在玩具岛(欧) RN2EAF = Namco博物馆重制版(美) @@ -1317,9 +1323,9 @@ RN9E4F = 巨虫魔岛(美) RN9JEL = 巨虫魔岛(日) RN9P4F = 巨虫魔岛(欧) RNAE69 = 美国大学橄榄球2009(美) -RNBE69 = 美国职业篮球2008[WiFi](美) -RNBP69 = 美国职业篮球2008[WiFi](欧) -RNBX69 = 美国职业篮球2008[WiFi](X) +RNBE69 = NBA 2008(美) +RNBP69 = NBA 2008(欧) +RNBX69 = NBA 2008(X) RNCEH4 = SNK街机经典Vol1(美) RNDJAF = 交响情人梦 梦之☆管弦乐(日) RNEEDA = 火影忍者疾风传 激斗忍者大战3(美) @@ -1335,7 +1341,7 @@ RNHP99 = 英雄不再(欧) RNIPGT = 休养生息 营养调理[平衡板](欧) RNJE4F = 迷你忍者(美) RNJP4F = 迷你忍者(欧) -RNKE69 = 玩具枪大战(美) +RNKE69 = 玩具枪大作战(美) RNKP69 = 玩具枪大战(欧) RNLE54 = 北美冰球联盟2009[WiFi](美) RNLP54 = 北美冰球联盟2009[WiFi](欧) @@ -1356,14 +1362,14 @@ RNPK69 = 极品飞车 街头职业赛(韩) RNPP69 = 极品飞车 街头职业赛(欧) RNPX69 = 极品飞车 街头职业赛(X) RNPY69 = 极品飞车 街头职业赛(Y) -RNRE41 = 火爆机车[WiFi](美) +RNRE41 = 火爆机车(美) RNRJ41 = 火爆机车[WiFi](日) -RNRP41 = 火爆机车[WiFi](欧) -RNSD69 = 极品飞车10卡本峡谷(德) -RNSE69 = 极品飞车10卡本峡谷(美) -RNSF69 = 极品飞车10卡本峡谷(法) -RNSJ13 = 极品飞车10卡本峡谷(日) -RNSP69 = 极品飞车10卡本峡谷(欧) +RNRP41 = 火爆机车(欧) +RNSD69 = 极品飞车 卡本峡谷(德) +RNSE69 = 极品飞车 卡本峡谷(美) +RNSF69 = 极品飞车 卡本峡谷(法) +RNSJ13 = 极品飞车 卡本峡谷(日) +RNSP69 = 极品飞车 卡本峡谷(欧) RNUE8P = 南茜朱儿 冰溪白狼(美) RNVE5Z = 阿努比斯2(美) RNVPUG = 阿努比斯2(欧) @@ -1376,7 +1382,7 @@ RNXPDA = 火影忍者疾风传 激斗忍者大战(欧) RNYEDA = 火影忍者疾风传 激斗忍者大战 2(美) RNYJDA = 火影忍者疾风传 激斗忍者大战EX2(日) RNYPDA = 火影忍者疾风传 激斗忍者大战 2(欧) -RNZE69 = 忍者反应[WiFi](美) +RNZE69 = 忍者反应(美) RNZJ13 = 忍者反应(日) RNZK69 = 忍者反应(韩) RNZP69 = 忍者反应(欧) @@ -1416,8 +1422,8 @@ ROHJAF = 快乐组舞(日) ROJE52 = 乐伯乐 大众钓鱼(美) ROJP52 = 乐伯乐 大众钓鱼(欧) ROKJ18 = 卡拉OK 欢乐之声Wii(日) -ROLE8P = 马里奥与索尼克在温哥华冬奥会[WiFi][平衡板](美) -ROLJ01 = 马里奥与索尼克在温哥华冬季奥运(日) +ROLE8P = 马里奥与索尼克在温哥华冬奥(美) +ROLJ01 = 马里奥与索尼克在温哥华冬奥(日) ROLK01 = 马里奥与索尼克在温哥华冬奥会[WiFi][平衡板](韩) ROLP8P = 马里奥与索尼克在温哥华冬奥(欧) ROMJ08 = 怪物猎人 G[WiFi](日) @@ -1440,14 +1446,14 @@ ROWP08 = 大神(欧) ROXE20 = 上菜啦(美) ROXP7J = 上菜啦(欧) ROXX7J = 上菜啦(X) -ROYE41 = 美食从天而降(美) -ROYP41 = 美食从天而降(欧) -ROYX41 = 美食从天降(X) +ROYE41 = 天降美食(美) +ROYP41 = 天降美食(欧) +ROYX41 = 天降美食(X) RP2E69 = 冷知识游戏(美) RP2P69 = 冷知识游戏(欧) RP3JAF = 高尔夫球选手猿(日) RP4E69 = 我的模拟聚会(美) -RP4J13 = 我的模拟聚会[WiFi](日) +RP4J13 = 我的模拟聚会(日) RP4P69 = 我的模拟聚会[WiFi](欧) RP5JA4 = 实况力量棒球15(日) RP6E41 = 宠物 疯狂的猴子(美) @@ -1458,9 +1464,9 @@ RP9ERS = 太空黑猩猩(美) RP9PRS = 太空黑猩猩(欧) RP9XRS = 太空黑猩猩(X) RPAF70 = 船桨男孩 迷失(法) -RPBE01 = 口袋妖怪 战斗革命(美) -RPBJ01 = 口袋妖怪 战斗革命[WiFi](日) -RPBP01 = 口袋妖怪 战斗革命[WiFi](欧) +RPBE01 = 宝可梦 战斗革命(美) +RPBJ01 = 宝可梦 战斗革命(日) +RPBP01 = 宝可梦 战斗革命(欧) RPCE20 = 难题收藏(美) RPCP41 = 难题收藏(欧) RPCX7J = 难题收藏(X) @@ -1472,8 +1478,8 @@ RPFU52 = 森林寻宝 大冒险(英) RPGE5D = 怪兽大破坏(美) RPGP5D = 怪兽大破坏(欧) RPHPPN = 粉红猪小妹 游戏(欧) -RPIE52 = MTV 帮你改装车(美) -RPIP52 = MTV 帮你改装车(欧) +RPIE52 = MTV帮你改装车(美) +RPIP52 = MTV帮你改装车(欧) RPJE7U = 弧光幻想曲(美) RPJJ99 = 弧光幻想曲(日) RPKE52 = 世界扑克冠军联赛2007(美) @@ -1520,17 +1526,17 @@ RQ6XKM = 妖山诅咒(X) RQ7E20 = 火星人的恐慌(美) RQ8E08 = GP摩托车赛08(美) RQ8P08 = GP摩托车赛08(欧) -RQ9E69 = 美国职业篮球2009[WiFi](美) -RQ9F69 = 美国职业篮球2009[WiFi](法) -RQ9P69 = 美国职业篮球2009[WiFi](欧) -RQ9S69 = 美国职业篮球2009[WiFi](西) -RQBENR = 川崎4X4沙滩车(美) -RQBPUG = 川崎4X4沙滩车(欧) -RQBXUG = 川崎4X4沙滩车(X) +RQ9E69 = NBA 2009(美) +RQ9F69 = NBA 2009(法) +RQ9P69 = NBA 2009(欧) +RQ9S69 = NBA 2009(西) +RQBENR = 川崎沙滩车(美) +RQBPUG = 川崎沙滩车(欧) +RQBXUG = 川崎沙滩车(X) RQCEAF = 大胃王(美) RQCJAF = 大胃王(日) RQEE6U = 阿加莎·克里斯蒂 阳光下的罪恶(美) -RQEP6V = 阿加莎克里斯蒂 阳光下的罪恶(欧) +RQEP6V = 阿加莎·克里斯蒂 阳光下的罪恶(欧) RQFE6U = 破箱人 终极难题冒险(美) RQFP6V = 破箱人 终极难题冒险(欧) RQGE69 = 我的模拟人生 赛车(美) @@ -1539,7 +1545,7 @@ RQGP69 = 我的模拟人生 赛车(欧) RQIJ01 = NHK红白猜谜合战(日) RQJE7D = 古惑狼 泰坦巨人(美) RQJP7D = 古惑狼之泰坦巨人[WiFi](欧) -RQJX7D = 古惑狼之泰坦巨人[WiFi](X) +RQJX7D = 古惑狼 泰坦巨人(X) RQKE41 = 马戏团游戏(美) RQKP41 = 聚会游乐园(欧) RQLE64 = 星球大战之克隆战争 共和国英雄(美) @@ -1552,9 +1558,9 @@ RQOE69 = 孢子英雄(美) RQOJ13 = 孢子英雄(日) RQOP69 = 孢子英雄(欧) RQPE52 = 坎贝拉的猎鹿(美) -RQPP52 = 卡贝拉的猎鹿(欧) -RQPZ52 = 坎贝拉的猎鹿(欧) -RQQE70 = 后院橄榄球2009(美) +RQPP52 = 坎贝拉的猎鹿(欧) +RQPZ52 = 坎贝拉的猎鹿人(Z) +RQQE70 = 后院橄榄球09(美) RQREXJ = 空中杀手 无瑕王牌(美或中) RQRJAF = 空中杀手 无罪王牌(日) RQRPAF = 空中杀手 无罪王牌(欧) @@ -1569,8 +1575,8 @@ RQWEG9 = 益智之迷 战神的挑战(美) RQWPG9 = 益智之迷 战神的挑战(欧) RQXP70 = 奥运会上的阿斯特里克斯(欧) RQYENR = 梦幻水族世界(美) -RQZE41 = 异形4X4特技赛车(美) -RQZP41 = 怪兽4X4特级赛车(欧) +RQZE41 = 怪物四驱 特技赛车(美) +RQZP41 = 怪物四驱 特技赛车(欧) RR2ENR = 装载卡车竞赛2(美) RR2PUG = 装载卡车竞赛2(欧) RR2XUG = 装载卡车竞赛2(欧) @@ -1614,6 +1620,7 @@ RRLX78 = 贝兹娃娃 女孩本摇滚(X) RRLY78 = 贝兹娃娃 女孩本摇滚(Y) RRLZ78 = 贝兹娃娃 女孩本摇滚(Z) RRME69 = 孩之宝 家庭游戏之夜(美) +RRMI69 = 孩之宝 家庭游戏之夜(意) RRMP69 = 孩之宝 家庭游戏之夜(欧) RRMX69 = 孩之宝 家庭游戏之夜(X) RRPE41 = 正确定价(美) @@ -1650,20 +1657,20 @@ RS3P52 = 蜘蛛侠3(欧) RS3X52 = 蜘蛛侠3(X) RS4EXS = 式神之城3(美) RS4JJF = 式神之城3(日) -RS4PXS = 式神之城3(欧) +RS4PH3 = 式神之城3(欧) RS5EC8 = 战国无双KATANA(美) RS5JC8 = 战国无双 KATANA(日) RS5PC8 = 战国无双 KATANA(欧) RS7J01 = 光速蒙面侠21 赛场上的最强战士(日) RS8J8N = 上海(日) RS9E8P = 索尼克滑板 失重(美) -RS9J8P = 索尼克滑板 失重[WiFi](日) -RS9P8P = 索尼克滑板 失重[WiFi](欧) +RS9J8P = 索尼克滑板 失重(日) +RS9P8P = 索尼克滑板 失重(欧) RSAE78 = 海绵宝宝 亚特兰蒂斯(美) RSAP78 = 海绵宝宝 亚特兰蒂斯(欧) RSBE01 = 任天堂明星大乱斗X(美) RSBJ01 = 任天堂明星大乱斗X(日) -RSBK01 = 任天堂明星大乱斗X[WiFi](韩) +RSBK01 = 任天堂明星大乱斗X(韩) RSBP01 = 任天堂明星大乱斗X[WiFi](欧) RSCD7D = 疤面煞星 掌握世界(德) RSCE7D = 疤面煞星 掌握世界(美) @@ -1707,7 +1714,7 @@ RSPP01 = Wii运动(欧) RSPW01 = Wii运动(中) RSQEAF = 家庭滑雪(美) RSQJAF = 家庭滑雪(日) -RSQPAF = 家庭滑雪[平衡板](欧) +RSQPAF = 家庭滑雪(欧) RSRE8P = 索尼克与神秘指环(美) RSRJ8P = 索尼克与神秘指环(日) RSRP8P = 索尼克与神秘指环(欧) @@ -1754,7 +1761,7 @@ RT8K69 = 泰格伍兹高尔夫巡回赛08(韩) RT8P69 = 泰格伍兹高尔夫巡回赛08(欧) RT9E52 = 托尼霍克滑板 练习场[WiFi](美) RT9P52 = 托尼霍克滑板 练习场[WiFi](欧) -RTAE41 = 汤姆克兰西之鹰击长空2(美) +RTAE41 = 汤姆克兰西 鹰击长空2(美) RTAP41 = 汤姆克兰西 鹰击长空2(欧) RTBE52 = 乐伯乐疯狂钓鱼(美) RTBP52 = 乐伯乐疯狂钓鱼(欧) @@ -1772,7 +1779,7 @@ RTFK52 = 变形金刚 游戏(韩) RTFP52 = 变形金刚 游戏(欧) RTFX52 = 变形金刚 游戏(X) RTFY52 = 变形金刚 游戏(Y) -RTGJ18 = 严选桌面游戏 Wii +RTGJ18 = 严选桌面游戏Wii(日) RTHE52 = 托尼霍克滑板 下坡.(美) RTHP52 = 托尼霍克滑板(欧) RTIE8P = 古怪运动世界(美) @@ -1793,8 +1800,8 @@ RTNJCQ = 天诛4(日或中) RTNP41 = 天诛4(欧) RTOJ8P = 428 被封锁的涉谷(日) RTPP41 = 王牌冒险(欧) -RTQENR = 怪物卡车 越野赛(美) -RTQPUG = 怪物卡车 越野赛(欧) +RTQENR = 怪物卡车越野赛(美) +RTQPUG = 怪物卡车越野赛(欧) RTQXUG = 怪物卡车 越野赛(X) RTRE18 = 垂钓大师(美) RTRJ18 = 垂钓大师(日) @@ -1829,7 +1836,7 @@ RU7E5G = 博物馆奇妙夜2 决战史密森尼(美) RU7X5G = 博物馆奇妙夜2 决战史密森尼(X) RU8EFS = 巴斯专业店 狩猎(美) RU9EGT = 我的芭蕾舞工作室(美) -RU9PGT = 天后女孩 芭蕾天后[平衡板](欧) +RU9PGT = 天后女孩 芭蕾天后(欧) RUAE52 = 怪物卡车 袭击市区(美) RUAP52 = 怪物卡车 袭击市区(欧) RUBEVN = 极致桌上游戏合辑(美) @@ -1839,6 +1846,7 @@ RUCPRT = 冬季运动会 终极挑战 2008(欧) RUCXRT = 冬季运动会 终极挑战 2008(X) RUEE4Q = 豚鼠特工队(美) RUEP4Q = 豚鼠特工队(欧) +RUER4Q = 豚鼠特工队(俄) RUEX4Q = 豚鼠特工队(X) RUEY4Q = 豚鼠特攻队(欧) RUFEMV = 牧场物语 符文工场 边境(美) @@ -1849,7 +1857,7 @@ RUGP5G = 鸡皮疙瘩恐怖乐园(欧) RUHE52 = 爆丸 战斗对决(美) RUHP52 = 爆丸 战斗对决(欧) RUHX52 = 爆丸 战斗对决(X) -RUHZ52 = 爆丸 战斗对决(欧) +RUHZ52 = 爆丸 战斗对决(Z) RUIE4Q = 迪斯尼 想唱就唱(美) RUIP4Q = 迪斯尼 想唱就唱(欧) RUIX4Q = 迪斯尼 想唱就唱(X) @@ -1857,7 +1865,7 @@ RUKEGT = 我们来摇滚吧 鼓王(美) RUKPGT = 我们来摇滚吧 鼓王(欧) RULE4Q = 终极乐队[WiFi](美) RULP4Q = 终极乐队[WiFi](欧) -RUME5Z = 滑雪射击[平衡板](美) +RUME5Z = 滑雪射击(美) RUMPFR = 夏季田径运动会(欧) RUNJ0Q = 新 右脑达人Wii(日) RUOEPL = 阁楼里的外星人(美) @@ -1879,10 +1887,10 @@ RUSX78 = 海绵宝宝历险记 致命水珠(X) RUSY78 = 海绵宝宝历险记 致命水珠(Y) RUUE01 = 动物之森 城市大家庭(美) RUUJ01 = 动物之森 城市大家庭[WiFi](日) -RUUK01 = 动物之森 城市大家庭[WiFi](韩) -RUUP01 = 动物之森 城市大家庭[WiFi](欧) +RUUK01 = 动物之森 城市大家庭(韩) +RUUP01 = 动物之森 城市大家庭(欧) RUWJC8 = 胜利赛马世界(日) -RUXPUG = 都市极限飚车 街道之怒(X) +RUXPUG = 都市极限飚车 街道之怒(欧) RUXXUG = 都市极限飚车 街道之怒(X) RUYE41 = 英雄不再2 垂死挣扎(美) RUYJ99 = 英雄不再2:垂死挣扎(日) @@ -1895,18 +1903,17 @@ RV3P6N = 聪明的孩子 吓人的爬行动物(欧) RV7SMR = 幸存者[平衡板](欧) RV8E20 = 夏日海滩趣味挑战(美) RV8PRT = 夏日海滩趣味挑战(欧) -RV9E78 = 降世神通 最后的气宗 前往地狱(美) -RV9P78 = 降世神通 最后的气宗 前往地狱(欧) +RV9E78 = 降世神通 地狱之战(美) +RV9P78 = 降世神通 地狱之战(欧) RVAE78 = 降世神通 燃烧的大地(美) RVAP78 = 降世神通 燃烧的大地(欧) RVBERS = 鼠来宝(美) -RVBPRS = 艾尔文与花栗鼠(欧) +RVBPRS = 鼠来宝(欧) RVDPLG = 德伯力克 原罪(欧) RVEFMR = 欢迎来到北方(法) RVFE20 = 大脚车 碰撞航向(美) RVFP7J = 大脚车 碰撞航向(欧) RVGE78 = 默夫格里芬纵横字迷(美) -RVGP78 = 默夫格里芬纵横字迷(欧) RVHP41 = 拼字游戏互动2009[WiFi][平衡板](欧) RVIE4F = 乐高生化战士(美) RVIP4F = 乐高生化战士(欧) @@ -1914,12 +1921,12 @@ RVJPFR = 金发美女 回到小岛(欧) RVKEXJ = 瓦尔哈拉骑士 艾德尔传奇[WiFi](美) RVKJ99 = 瓦尔哈拉骑士 艾德尔传奇[WiFi](日) RVKKZA = 瓦尔哈拉骑士 艾德尔传奇[WiFi](韩) -RVKP99 = 瓦尔哈拉骑士 艾德尔传奇[WiFi](欧) +RVKP99 = 瓦尔哈拉骑士 艾德尔传奇(欧) RVLPA4 = 摇滚革命(欧) -RVNE20 = 凯文塔克的乡巴佬露营会(美) -RVNP7J = 凯文塔克的乡巴佬露营会(欧) -RVOEPL = 眩晕滚球[平衡板](美) -RVOPPL = 眩晕滚球[平衡板](欧) +RVNE20 = 凯文·塔克的乡村狂欢(美) +RVNP7J = 凯文·塔克的乡村狂欢(欧) +RVOEPL = 眩晕滚球(美) +RVOPPL = 眩晕滚球(欧) RVPEFS = 明星吉他(美) RVPPFS = 明星吉他(欧) RVQE41 = 电影游戏(美) @@ -1932,18 +1939,18 @@ RVSP69 = 极限滑板[平衡板](欧) RVTFMR = 真实故事 兽医(法) RVTPMR = 我的宠物俱乐部(欧) RVTXMR = 真实故事 兽医(X) -RVUE8P = VR网球2009[MP][WiFi](美) +RVUE8P = VR网球2009(美) RVUP8P = VR网球2009[MP][WiFi](欧) RVVE78 = 大沙滩运动(美) RVVP78 = 大沙滩运动(欧) RVXFRT = 现代冬季两项2009[平衡板](法) RVXPRT = 现代冬季两项2009[平衡板](欧) -RVYD52 = 使命召唤 世界大战[WiFi](德) +RVYD52 = 使命召唤 世界大战(德) RVYE52 = 使命召唤 战争世界(美) -RVYK52 = 使命召唤 世界大战[WiFi](韩) -RVYP52 = 使命召唤 世界大战[WiFi](欧) -RVYX52 = 使命召唤 世界大战[WiFi](X) -RVYY52 = 使命召唤 世界大战[WiFi](Y) +RVYK52 = 使命召唤 世界大战(韩) +RVYP52 = 使命召唤 战争世界(欧) +RVYX52 = 使命召唤 世界大战(X) +RVYY52 = 使命召唤 世界大战(Y) RVZE52 = 怪兽大战外星人(美) RVZP52 = 怪兽大战外星人(欧) RW3E4Q = 加勒比海盗 世界的尽头(美) @@ -2002,10 +2009,10 @@ RWRE4F = 古怪赛车 冲撞(美) RWRP4F = 古怪赛车 冲撞(欧) RWSE8P = 马里奥与索尼克在北京奥运(美) RWSJ01 = 马里奥与索尼克在北京奥运(日) -RWSK01 = 马里奥与索尼克在奥运会[WiFi](韩) -RWSP8P = 马里奥与索尼克在奥运会[WiFi](欧) +RWSK01 = 马里奥与索尼克在北京奥运(韩) +RWSP8P = 马里奥与索尼克在北京奥运(欧) RWTEG9 = 少年骇客 外星英雄(美) -RWTPG9 = BEN 10 外星神力(欧) +RWTPG9 = 少年骇客 外星英雄(欧) RWUE52 = X战警 金钢狼(美) RWUP52 = X战警 金钢狼(欧) RWUX52 = X战警 金钢狼(X) @@ -2019,8 +2026,8 @@ RWYPHH = 逃亡2 海龟之梦(欧) RWZE5G = 奇迹世界游乐园(美) RWZP5G = 奇迹世界游乐园(欧) RWZX5G = 奇迹世界游乐园(X) -RX2E70 = 我和我的小马2(美) -RX2P70 = 我和我的小马2(欧) +RX2E70 = 马儿与我2(美) +RX2P70 = 马儿与我2(欧) RX3E01 = 激情漫游 特技竞速(美) RX3J01 = 激情漫游 特技竞速(日) RX4E4Z = 鬼马小灵精 恐怖学校鬼怪的运动日(美) @@ -2052,6 +2059,7 @@ RXDY4Q = 灵机一动(Y) RXEJDA = 棒球大联盟Wii(日) RXFEVN = 海洋大亨(美) RXGE6K = 吉纶立方(美) +RXGP6K = 吉纶立方(欧) RXHF5D = 混沌之家(法) RXIE52 = 变形金刚2 卷土重来[WiFi](美) RXIP52 = 变形金刚2 卷土重来[WiFi](欧) @@ -2063,22 +2071,22 @@ RXLE41 = 实习医生格蕾(美) RXLP41 = 医生格蕾(欧) RXMJ8P = 手舞足蹈填字谜(日) RXNEXS = 又上钩啦 实感钓鱼(美) -RXNJJF = 鲈鱼钓手Wii 世界锦标赛[MP](日) +RXNJJF = 鲈鱼钓手Wii 世界锦标赛(日) RXNPGT = 巴斯钓鱼2(欧) RXPEXS = 实感钓鱼 上钩了(美) -RXPJJF = 实感钓鱼[WiFi](日) -RXPPGT = 实感钓鱼[WiFi](欧) +RXPJJF = 实感钓鱼(日) +RXPPGT = 实感钓鱼(欧) RXQEWR = 野兽家园(美) RXQPWR = 野兽家园(欧) RXRERS = 浪漫鼠德佩罗(美) RXRPRS = 浪漫鼠德佩罗(欧) RXRXRS = 浪漫的老鼠(欧) -RXSPA4 = 热舞生涯 劲爆舞会[跳舞毯](欧) +RXSPA4 = 劲舞革命 劲爆舞会(欧) RXUE41 = 冲浪企鹅(美) RXUP41 = 冲浪企鹅(欧) RXUX41 = 冲浪企鹅(X) RXVXWP = 填字游戏(X) -RXWE20 = 巧克力豆海滩聚会(美) +RXWE20 = M&M巧克力豆海滩聚会(美) RXXE4Q = 化石超进化 起源(美) RXXJ4Q = 化石超进化 起源(日) RXXP4Q = 化石超进化 起源(欧) @@ -2086,7 +2094,7 @@ RXYE4Z = 更多的难题挑战(美) RXYP4Z = 更多的难题挑战(欧) RXZE52 = 坎贝拉危险狩猎2009(美) RXZP52 = 卡贝拉危险狩猎2009(欧) -RY2E41 = 雷曼 疯狂兔子2[WiFi](美) +RY2E41 = 雷曼 疯狂兔子2(美) RY2J41 = 雷曼 疯狂兔子2[WiFi](日) RY2K41 = 雷曼 疯狂兔子2[WiFi](韩) RY2P41 = 疯狂兔子2(欧) @@ -2102,14 +2110,14 @@ RY6EA4 = 去户外吧(美) RY6PA4 = 节拍漫步[平衡板][跳舞毯](欧) RY7PHZ = 忍者首领(欧) RY8EFS = 巴斯专业店 鱼饵(美) -RY9E69 = FIFA足球09[WiFi](美) +RY9E69 = FIFA足球09(美) RYAJDA = 小双侠Wii 惊心动魄机器猛竞速(日或中) RYBE69 = 轰炸方块 猛击聚会(美) -RYBP69 = 轰炸方块 猛击聚会[WiFi](欧) +RYBP69 = 轰炸方块 猛击聚会(欧) RYDELT = 宠物伴侣 动物医生(美) RYDP6V = 宠物伴侣 动物医生(欧) -RYEEEB = 101合1 聚会游戏大合集(美) -RYEPHZ = 101合1 聚会游戏大合集(欧) +RYEEEB = 101合1聚会游戏大合集(美) +RYEPHZ = 101合1聚会游戏大合集(欧) RYGE9B = 阿尔戈斯战士 筋肉冲击(美) RYGJ9B = 阿尔戈斯战士 筋肉冲击(日) RYGP99 = 阿尔戈斯战士 筋肉冲击(欧) @@ -2118,15 +2126,16 @@ RYHPS5 = 虚拟宇宙 扭曲之塔(欧) RYIE9B = 涂鸦王子(美) RYIPNK = 涂鸦王子(欧) RYJPTV = 莉莉菲公主 魔法小仙女(欧) -RYKEAF = 世界滑雪&滑雪板[平衡板](美) -RYKJAF = 家庭滑雪:世界滑雪&滑雪板(日) -RYKPAF = 世界滑雪&滑雪板[平衡板](欧) +RYKEAF = 家庭滑雪&滑雪板(美) +RYKJAF = 家庭滑雪&滑雪板(日) +RYKK01 = 家庭滑雪&滑雪板(韩) +RYKPAF = 家庭滑雪&滑雪板(欧) RYLDSV = 德国顶级模特(德) RYNE6U = 哈迪男孩 隐藏的盗窃(美) RYNP6V = 哈迪男孩 隐藏的盗窃(欧) -RYOEA4 = 游戏王5D's 破碎转轮(美) +RYOEA4 = 游戏王5D's 骑乘决斗者(美) RYOJA4 = 游戏王5D's 骑乘决斗者(日或中) -RYOPA4 = 游戏王5D's 破碎转轮(欧) +RYOPA4 = 游戏王5D's 骑乘决斗者(欧) RYQE69 = 打破砂锅问到底(美) RYQP69 = 打破砂锅问到底(欧) RYQX69 = 打破砂锅问到底(X) @@ -2185,10 +2194,10 @@ RZREGT = 佐罗的宿命(美) RZRPGT = 佐罗的宿命(欧) RZSEGJ = 极速地带(美) RZSP68 = 飞速赛车(欧) -RZTE01 = Wii运动 度假胜地[MP](美) -RZTJ01 = Wii运动 度假胜地[MP](日) -RZTK01 = Wii运动 度假胜地[MP](韩) -RZTP01 = Wii运动 度假胜地[MP](欧) +RZTE01 = Wii运动 度假胜地(美) +RZTJ01 = Wii运动 度假胜地(日) +RZTK01 = Wii运动 度假胜地(韩) +RZTP01 = Wii运动 度假胜地(欧) RZTW01 = Wii运动 度假胜地(中) RZUE4Z = 彩色之旅(美) RZYE41 = 我的单词教练(美) @@ -2199,20 +2208,22 @@ RZZE8P = 疯狂世界(美) RZZJEL = 疯狂世界(日) RZZP8P = 疯狂世界(欧) S22JAF = 家庭钓鱼(日) +S22K01 = 家庭钓鱼(韩) S25JGD = 勇者斗恶龙25周年纪念 FC & SFC 勇者斗恶龙1、2、3 (日) S2AEAF = 活力生活 探险家(美) S2AJAF = 运动生活 探险家(日) -S2APAF = 运动生活 探险家(欧) +S2APAF = 家庭教练 探险家(欧) S2BEPZ = 乡村舞蹈2(美) S2CE54 = 新嘉年华游戏[MP](美) S2CP54 = 新嘉年华游戏[MP](欧) -S2DPML = 跳吧!这是你的舞台[平衡板](欧) -S2EE41 = ABBA: You Can Dance(美) -S2EP41 = ABBA: You Can Dance(欧) +S2DPML = 跳吧!这是你的舞台(欧) +S2EE41 = 舞力全开 ABBA(美) +S2EP41 = 舞力全开 ABBA(欧) S2HE70 = 鬼屋(美) S2HP70 = 鬼屋(欧) S2IE8P = 钢铁侠2(美) S2IP8P = 钢铁人2(欧) +S2IZ8P = 钢铁侠2 沃尔玛版(美) S2LE01 = 宝可梦公园2 在世界的彼端(美) S2LJ01 = 神奇宝贝乐园 2(日) S2LP01 = 神奇宝贝乐园 2(欧) @@ -2225,37 +2236,41 @@ S2PXA4 = 实况足球 中场指挥官 2012(欧) S2PYA4 = 实况足球 中场指挥官 2012(欧) S2QE54 = NBA 2K12(美) S2QP54 = NBA 2K12(欧) -S2RPNK = 目标狙击(美) +S2RPNK = 目标狙击(欧) S2TJAF = 太鼓达人Wii 大张旗鼓!二代目(日) S2UE41 = 舞力全开2020(美) S2UP41 = 舞力全开2020(欧) +S2VEG9 = 胜利之歌 领先者(美) S2WE78 = WWE激爆职业摔角 全明星大赛(美) S2WP78 = WWE激爆职业摔角 全明星大赛(欧) -S2XE41 = 蓝色小精灵2(美) +S2XE41 = 蓝精灵2(美) S2XP41 = 蓝精灵2(欧) S2YE52 = 勇敢向前冲4(美) S2ZE52 = 开心鼠园2(美) S2ZP52 = 开心鼠园2(欧) S3AE5G = 电影空间大冒险(美) -S3APGT = 电影空间大冒险(美) +S3APGT = 电影空间大冒险(欧) S3BEWR = 蝙蝠侠 英勇与无畏(美) S3BPWR = 蝙蝠侠 英勇与无畏(欧) S3CENR = 三冠王滑雪锦标赛[平衡板](美) S3DE18 = 德卡运动会3(美) -S3DJ18 = 德卡运动会3[MP][WiFi](日) +S3DJ18 = 德卡运动会3(日) S3DP18 = 德卡运动会3[MP][WiFi](欧) S3EE78 = 芭比娃娃 时尚风格(美) S3EP78 = 芭比娃娃 时尚风格(欧) +S3EXVZ = 芭比娃娃 时尚风格(X) S3FE69 = FIFA足球13(美) -S3FP69 = FIFA 足球 13 +S3FP69 = FIFA足球13(欧) +S3FX69 = FIFA足球13(X) S3GE20 = 冰川赛车3(美) +S3GPXT = 冰川赛车3(欧) S3HJ08 = 战国 BASARA3 宴(日) S3IPA4 = 实况足球2013(欧) S3ME69 = 模拟人生3(美) S3MP69 = 模拟人生3(欧) S3PE4Q = 迪士尼公主 我的童话冒险(美) S3PP4Q = 迪士尼公主 我的童话冒险(欧) -S3PX4Q = 迪士尼公主 我的童话冒险(欧) +S3PX4Q = 迪士尼公主 我的童话冒险(X) S3RJMS = 一闪女皇(日) S3SJ18 = 卡拉OK Joysound Wii超级DX版 好歌一起唱(日) S3TJAF = 太鼓达人Wii 大家的聚会!三代目(日) @@ -2269,21 +2284,24 @@ S59E01 = 战国无双 3(美) S59JC8 = 战国无双 3(日) S59P01 = 战国无双 3(欧) S5BETL = 回到未来(美) +S5BPKM = 回到未来(欧) S5DE41 = 舞力全开 迪士尼派对2(美) S5DP41 = 舞力全开 迪士尼派对2(欧) S5EE41 = 舞力全开2019(美) S5EP41 = 舞力全开2019(欧) S5KJAF = 太鼓达人Wii 超豪华版(日) S5QJC8 = 战国无双3 猛将传(日) +S5RESZ = 拉姆赛车(美) S5RPNJ = 拉姆赛车(欧) S5SJHF = 闪电十一人GO时空之石 王牌前锋 2013(日) S5TEG9 = 少年骇客 全面进化(美) +S5TPAF = 少年骇客 全面进化(欧) S5WE20 = 在50个游戏里环游世界(美) S6BE4Q = 勇敢传说(美) S6BP4Q = 勇敢传说(欧) S6BX4Q = 勇敢传说(欧) S6IE78 = 迪斯尼公主故事书(美) -S6IP78 = 迪斯尼公主故事书(美) +S6IP78 = 迪斯尼公主故事书(欧) S6RE52 = 无敌破坏王(美) S6RP52 = 无敌破坏王(欧) S72E01 = 星之卡比 20周年纪念合集(美) @@ -2296,15 +2314,18 @@ S7BE69 = 棋盘游戏(美) S7BP69 = 棋盘游戏(欧) S7CJAF = 假面骑士 巅峰英雄 Fourze(日) S7DE52 = 愤怒的小鸟 星球大战(美) +S7DP52 = 愤怒的小鸟 星球大战(欧) SA3E5G = 鼠来宝3(美) +SA3P5G = 鼠来宝3(欧) +SA3XGT = 鼠来宝3(X) SA5E78 = 你比五年级生聪明吗3(美) SA6EG9 = 少年骇客 银河赛车(美) -SA6PAF = Ben 10 银河赛车(美) +SA6PAF = 少年骇客 银河赛车(欧) SA7ESZ = 小熊软糖 魔法勋章(美) SABENR = 外星怪兽保龄球联赛(美) -SABPJG = 外星怪兽保龄球联赛[MP](欧) +SABPJG = 外星怪兽保龄球联赛(欧) SADE70 = 后院运动 沙地强打者(美) -SAFUHS = 澳大利亚橄榄球联赛(英) +SAFUHS = 澳大利亚橄榄球联赛(U) SAGE41 = 极速前进(美) SAHE69 = 孩之宝 家庭游戏之夜乐趣包(美) SAJE52 = 坎贝拉生存大冒险 卡特迈的阴影(美) @@ -2319,11 +2340,11 @@ SAOP78 = 怪物美少女 尸鬼精灵(欧) SAOXVZ = 怪物美少女 尸鬼精灵(欧) SAQE5G = 好莱坞明星私教(美) SARE4Z = 阿拉丁魔毯竞速(美) -SARPNK = 阿拉丁魔毯竞速[平衡板](欧) +SARPNK = 阿拉丁魔毯竞速(欧) SATE6K = 查克奶酪的超级收藏(美) SAUJ8P = 魔法气泡! 20周年纪念版(日) SAVE5G = 鼠来宝2(美) -SAVX5G = 艾尔文与金花鼠 明星俱乐部(欧) +SAVX5G = 鼠来宝2(X) SAWE52 = 愤怒的小鸟 三部曲(美) SAWP52 = 愤怒的小鸟 三部曲(欧) SAYE20 = 新兵训练营学院(美) @@ -2340,23 +2361,25 @@ SB4J01 = 超级马里奥银河2(日) SB4K01 = 超级马里奥银河2(韩) SB4P01 = 超级马里奥银河2(欧) SB4W01 = 超级马里奥银河2(中) -SB5E54 = NBA 2K11[WiFi](美) -SB5P54 = NBA 2K11[WiFi](欧) +SB5E54 = NBA 2K11(美) +SB5P54 = NBA 2K11(欧) SB6E52 = 爆丸 核心守护者(美) SB6P52 = 爆丸 核心守护者(欧) SB8EQH = 汉堡博特(美) SB9E78 = 芭比娃娃 照顾小狗(美) +SB9EVZ = 芭比娃娃 照顾小狗(美) SB9P78 = 芭比娃娃 照顾小狗(欧) -SB9X78 = 芭比娃娃 照顾小狗(美) +SB9X78 = 芭比娃娃 照顾小狗(X) +SB9YVZ = 芭比娃娃 照顾小狗(Y) SBAJGD = 勇者斗恶龙 怪兽战斗之路 胜利(日) SBBE18 = 金属战斗陀螺 对决大赛场(美) SBBJ18 = 金属战斗陀螺 对决大赛场(日) SBBP18 = 金属战斗陀螺 对决大赛场(欧) SBCJ2N = 比利的训练营Wii 享受减肥(日) -SBDE08 = 生化危机 暗黑编年史(美或中) -SBDJ08 = 生化危机 暗黑历代记[WiFi](日) -SBDK08 = 生化危机 暗黑历代记[WiFi](韩) -SBDP08 = 生化危机 暗黑历代记[WiFi](欧) +SBDE08 = 生化危机 暗黑历代记(美或中) +SBDJ08 = 生化危机 暗黑历代记(日) +SBDK08 = 生化危机 暗黑历代记(韩) +SBDP08 = 生化危机 暗黑历代记(欧) SBEPSV = 百慕大三角 拯救珊瑚礁(欧) SBFE70 = 后院橄榄球10(美) SBHEFP = 雷明顿美洲猎鸟记(美) @@ -2364,20 +2387,20 @@ SBHPNK = 雷明顿美洲猎鸟记(欧) SBIEVZ = 勤劳理发师(美) SBIPVZ = 勤劳理发师(欧) SBJEG9 = 少年骇客 终极异形之宇宙毁灭(美) -SBJPAF = BEN 10 外星神力 终极异型(欧) +SBJPAF = 少年骇客 终极异形之宇宙毁灭(欧) SBKEPZ = 布朗斯威克 宇宙领域保龄球(美) SBLE5G = 男孩与软泥(美) SBLP5G = 男孩与软泥(欧) -SBNEG9 = 少年骇客 外星英雄之魔賈斯袭击(美) -SBNPG9 = BEN 10 外星神力 维尔加科斯的反击(欧) +SBNEG9 = 少年骇客 外星英雄之魔贾斯的袭击(美) +SBNPG9 = 少年骇客 外星英雄之魔贾斯的袭击(欧) SBQE4Z = 雄鹿猎人(美) SBREJJ = 一起跳芭蕾(美) -SBRPKM = 一起跳芭蕾[平衡板](欧) -SBSEFP = 雷明顿狩猎北美超级大满贯(美) -SBSURN = 雷明顿狩猎北美超级大满贯(英) +SBRPKM = 一起跳芭蕾(欧) +SBSEFP = 雷明顿超级大满贯狩猎 北美(美) +SBSURN = 雷明顿超级大满贯狩猎 北美(英) SBVE78 = 海绵宝宝 碰碰船竞速(美) SBVP78 = 海绵宝宝 碰碰船竞速(欧) -SBVS78 = 海绵宝宝 碰碰船竞速(欧) +SBVS78 = 海绵宝宝 碰碰船竞速(西) SBWE5G = 育儿妈妈(美) SBWJRA = 育儿妈妈(日或中) SBWPGT = 育儿妈妈(欧) @@ -2386,7 +2409,7 @@ SBYE41 = 起舞百老汇(美) SBYP41 = 起舞百老汇(欧) SBZESZ = 百慕大三角 拯救珊瑚礁(美) SC2E8P = 管道2(美) -SC2P8P = 管道2[MP][WiFi](欧) +SC2P8P = 管道2(欧) SC4E64 = 乐高星球大战3 克隆人战争(美) SC4P64 = 乐高星球大战3 克隆人战争(欧) SC5PGN = 挑战自我 填字游戏(欧) @@ -2401,19 +2424,20 @@ SC7Z52 = 使命召唤 黑色行动(英) SC8E01 = Wii遥控器Plus 动感欢乐组合[MP](美) SC8J01 = Wii控制器加强版 动感欢乐组合(日或中) SC8P01 = Wii遥控器Plus 动感欢乐组合[MP](欧) -SC9P52 = 卡贝拉猎人2010(美) +SC9P52 = 坎贝拉猎人2010(欧) SCAE18 = 鬼铃 黑暗来电(美) -SCAJ18 = 鬼铃 黑暗来电(日) +SCAJ18 = 鬼铃 黑暗来电(日或中) SCAP18 = 鬼铃 黑暗来电(欧) SCBPNK = 自行车运动(欧) SCDE52 = 坎贝拉危险狩猎2011(美) -SCDP52 = 坎贝拉危险狩猎 2011(欧) +SCDP52 = 坎贝拉危险狩猎2011(欧) SCEE6K = 查克奶酪的派对游戏(美) SCFPNK = 魔怪狂欢节(欧) -SCGE20 = 凯文塔克的乡村狂欢 农场动物赛车锦标赛(美) +SCGE20 = 凯文·塔克的农场动物赛车锦标赛(美) +SCGPXT = 凯文·塔克的农场动物赛车锦标赛(欧) SCHEQH = 加拿大狩猎(美) -SCIE41 = CSI 致命阴谋(美) -SCIP41 = CSI 致命阴谋(欧) +SCIE41 = 犯罪现场调查 致命阴谋(美) +SCIP41 = 犯罪现场调查 致命阴谋(欧) SCJE4Q = 乐高神鬼奇航(美) SCJP4Q = 乐高神鬼奇航(欧) SCKE6K = 查克奶酪的运动游戏(美) @@ -2423,27 +2447,28 @@ SCNPA4 = 暮光之城(欧) SCPE70 = 巨虫入侵ACT(美) SCREJH = 小鸡大暴乱(美) SCRPJH = 小鸡大暴乱(欧) -SCSE52 = 游轮度假游戏[MP](美) -SCSPGR = 游轮度假游戏[MP](欧) +SCSE52 = 游轮度假游戏(美) +SCSPGR = 游轮度假游戏(欧) SCTPNK = 小魔怪惊喜(欧) SCUPFR = 疯狂小鸡嘉年华派对(欧) SCWE41 = 金吉姆健身房 舞蹈锻炼(美) SCWP41 = 我的健身教练 舞蹈锻炼[平衡板](欧) SCXESZ = 雪福来卡玛洛 野外驾驶(美) -SCXPNJ = 雪福来卡玛洛 野外驾驶(美) +SCXPNJ = 雪福来卡玛洛 野外驾驶(欧) SCYE4Q = 汽车总动员2(美) SCYP4Q = 汽车总动员2(欧) -SCYX4Q = 汽车总动员2(欧) -SCYY4Q = 汽车总动员2(欧) -SCYZ4Q = 汽车总动员2(欧) +SCYR4Q = 汽车总动员2(俄) +SCYX4Q = 汽车总动员2(X) +SCYY4Q = 汽车总动员2(Y) +SCYZ4Q = 汽车总动员2(Z) SCZEMH = 疯狂机器(美) SCZPFR = 疯狂机器(欧) SD2E41 = 舞力全开2(美) -SD2J01 = 舞力全开 Wii (日) +SD2J01 = 舞力全开 日本版(日) SD2K41 = 舞力全开2(韩) SD2P41 = 舞力全开2(欧) SD2Y41 = 舞力全开2 百思买版(美) -SD3DSV = 健康教练 每天感觉好极了[平衡板](欧) +SD3DSV = 健康教练 每天感觉好极了(欧) SD5PTV = 小学学习检测 德语(欧) SD6PTV = 小学学习检测 英语1-4年级(欧) SD7PTV = 小学学习检测 数学(欧) @@ -2451,9 +2476,9 @@ SD9JAF = SD高达 扭蛋战争(日) SDAE5G = 女孩们的勇敢游戏(美) SDBE78 = 颜料宝贝2(美) SDBP78 = 颜料宝贝2(欧) -SDDPML = 两性终极之战[平衡板](欧) +SDDPML = 两性终极之战(欧) SDEE5G = 舞感(美) -SDEPGT = 舞感[MP](美) +SDEPGT = 舞感(欧) SDFE4Q = 迪斯尼想唱就唱 合家欢唱版(美) SDFP4Q = 迪斯尼想唱就唱 合家欢唱版(欧) SDGE4Q = 迪斯尼全明星派对(美) @@ -2469,14 +2494,14 @@ SDNE41 = 舞力全开(美) SDNP41 = 舞力全开(欧) SDOPLR = 神秘博士 重返地球(欧) SDPE54 = 探险家朵拉 生日大冒险(美) -SDPP54 = 探险家多拉 生日大冒险(欧) -SDREYG = 最强赛车大奖赛 改装车赛(美) -SDRPNG = 改装车赛(欧) +SDPP54 = 探险家朵拉 生日大冒险(欧) +SDREYG = 急速赛车 改装车赛(美) +SDRPNG = 急速赛车 改装车赛(欧) SDSPNG = We Dance(欧) SDTPGN = PDC世界飞镖锦标赛 职业巡回赛(欧) -SDUE41 = 蓝色小精灵 舞蹈派对(美) -SDUP41 = 蓝色小精灵(欧) -SDUX41 = 蓝色小精灵 舞蹈派对(美) +SDUE41 = 蓝精灵舞蹈派对(美) +SDUP41 = 蓝精灵舞蹈派对(欧) +SDUX41 = 蓝精灵舞蹈派对 沃尔玛版(美) SDVE41 = 极道车魂 旧金山(美) SDVP41 = 极道车魂 旧金山(欧) SDWE18 = 黑影之塔(美) @@ -2484,43 +2509,47 @@ SDWJ18 = 黑影之塔(日) SDWP18 = 黑影之塔(欧) SDXE4Q = 迪士尼世界(美) SDXP4Q = 迪士尼世界(欧) -SDYEA4 = 热舞革命[跳舞垫][平衡板](美) -SDYPA4 = 热舞革命 劲爆舞会4(欧) +SDYEA4 = 劲舞革命(美) +SDYPA4 = 劲舞革命 劲爆舞会4(欧) SDZE41 = 舞力全开 儿童版(美) SDZP41 = 舞力全开 儿童版(欧) SE2E69 = EA运动活力2(美) -SE2P69 = EA运动活力2[平衡板](欧) +SE2P69 = EA运动活力2(欧) SE3E41 = 舞力全开2015(美) SE3P41 = 舞力全开2015(欧) SE8E41 = 舞力全开2018(美) SE8P41 = 舞力全开2018(欧) -SEAE69 = EA运动活力 更多锻炼[平衡板](美) -SEAJ13 = EA运动活力 更多锻炼[平衡板](日) -SEAP69 = EA运动活力 更多锻炼[平衡板](欧) +SEAE69 = EA运动活力 更多锻炼(美) +SEAJ13 = EA运动活力 更多锻炼(日) +SEAP69 = EA运动活力 更多锻炼(欧) SECE69 = EA创造(美) SECP69 = EA创造(欧) -SEGE6U = 瑜伽[平衡板](美) +SEGE6U = 瑜伽(美) SEGP6V = 瑜伽(欧) -SEKJ99 = 活祭之夜(日) +SEKJ99 = 活祭之夜(日或中) SELE69 = FIFA足球11(美) -SELP69 = FIFA足球11[WiFi](欧) -SELX69 = FIFA足球11[WiFi](欧) -SEME4Q = 米老鼠传奇(美) -SEMJ01 = 米老鼠传奇(日) -SEMP4Q = 米老鼠传奇(欧) -SEMX4Q = 米老鼠传奇(X) -SEMY4Q = 传奇米老鼠(欧) -SEMZ4Q = 传奇米老鼠(欧) -SEPE41 = 黑眼豆豆大体验(美) +SELP69 = FIFA足球11(欧) +SELX69 = FIFA足球11(X) +SEME4Q = 传奇米老鼠(美) +SEMJ01 = 传奇米老鼠(日) +SEMP4Q = 传奇米老鼠(欧) +SEMX4Q = 传奇米老鼠(X) +SEMY4Q = 传奇米老鼠(Y) +SEMZ4Q = 传奇米老鼠(Z) +SEPE41 = 黑眼豆豆 巨星体验(美) SEPP41 = 黑眼豆豆大体验(欧) -SEPZ41 = 黑眼豆豆大体验 特别版(美) +SEPZ41 = 黑眼豆豆 巨星体验特别版(Z) SERE4Q = 传奇米老鼠2 双重力量(美) -SERF4Q = 传奇米老鼠2:双重力量(欧) -SERP4Q = 传奇米老鼠2:双重力量(欧) -SERV4Q = 传奇米老鼠2:双重力量(欧) +SERF4Q = 传奇米老鼠2 双重力量(法) +SERK8M = 传奇米老鼠2 双重力量(韩) +SERP4Q = 传奇米老鼠2 双重力量(欧) +SERV4Q = 传奇米老鼠2 双重力量(V) +SESEWR = 芝麻街 准备就位葛罗弗(美) +SEVPEY = 夏威夷劫案(欧) SEZJHF = 闪电十一人 强袭者 2012极限版(日) SF2P64 = 星际大战 原力解放2(欧) SF4E20 = 横冲直撞(美) +SF4PXT = 横冲直撞(X) SF5E41 = 六步健身法(美) SF5J41 = 健身工坊(日) SF5P41 = 我的健身教练 俱乐部(欧) @@ -2533,20 +2562,21 @@ SFAJGD = 钢之炼金术师 黄昏少女(日) SFBE70 = 后院运动 菜鸟向前冲(美) SFDEAF = 活力生活 梦幻主题乐园(美) SFDJAF = 家庭训练机 梦幻主题乐园(日) -SFDPAF = 家庭訓練機 夢幻主題樂園(歐) -SFGE69 = 孩之宝 家庭游戏之夜4 游戏节目(美) +SFDPAF = 家庭教练 梦幻主题乐园(欧) +SFGE69 = 孩之宝 家庭游戏之夜4 游戏节目(美) +SFGP69 = 孩之宝 家庭游戏之夜4 游戏节目(欧) SFHEFP = 户外活动合集(美) SFIE01 = 神秘档案 百灵泉(美) SFIP01 = 神秘案件档案(欧) SFKEG9 = 家庭聚会 欢乐瘦身(美) -SFKPAF = 家庭派对 欢乐瘦身[平衡板](欧) +SFKPAF = 家庭派对 欢乐瘦身(欧) SFLDSV = 诅咒的复活节岛(德) SFOEAF = 网络食谱 烹饪对战(美) SFPPFR = 梦幻足球派对(欧) SFQE8P = 美国队长 超级士兵(美) SFQP8P = 美国队长 超级士兵(欧) -SFRDRV = 健身乐趣[平衡板](欧) -SFRPXT = 健身娱乐[平衡板](欧) +SFRDRV = 健身乐趣(欧) +SFRPXT = 健身乐趣(欧) SFSPGT = 全方位猎手(欧) SFTE78 = 财富之轮(美) SFTP78 = 财富之轮(欧) @@ -2557,8 +2587,8 @@ SFWJ13 = 2010南非世界杯足球赛(日) SFWK69 = 2010南非世界杯足球赛(韩) SFWP69 = 2010南非世界杯足球赛(欧) SFWX69 = 2010南非世界杯足球赛(法) -SFWY69 = 2010南非世界杯足球赛(欧) -SFWZ69 = 2010南非世界杯足球赛(美) +SFWY69 = 2010南非世界杯足球赛(Y) +SFWZ69 = 2010南非世界杯足球赛(Z) SFXPKM = 英国偶像(欧) SFXXKM = 英国偶像(欧) SFYEG9 = 家庭聚会 90个丰富好游戏(美) @@ -2566,8 +2596,8 @@ SFYPAF = 家庭聚会 90个丰富好游戏(欧) SFZEPZ = 雉鸡永存(美) SFZPXT = 雉鸡永存(欧) SG2EFS = 疯狂迷你高尔夫2(美) -SG2XUG = 疯狂迷你高尔夫2[MP](美) -SG3DSV = 德国顶级模特2010[平衡板](德) +SG2XUG = 疯狂迷你高尔夫2(X) +SG3DSV = 德国顶级模特2010(德) SG5PSV = 家庭测验(欧) SG6DSV = 伽利略家庭测验(欧) SG7E20 = 加菲猫 拉萨尼亚危机[MP][平衡板](美) @@ -2578,19 +2608,20 @@ SG9EYC = 捣蛋鬼 小魔怪(美) SGAE8P = 剑斗士传奇(美) SGAP8P = 剑斗士传奇(欧) SGBE5G = 极限漆球大赛2(美) +SGBPGT = 极限漆球大赛2(欧) SGCE20 = 冰川赛车2(美) SGDEJJ = 花园一起玩(美) SGDPKM = 花园一起玩(欧) SGEEG9 = 国家地理杂志问答 野生动物(美) SGEPLG = 国家地理杂志问答 野生动物(欧) SGHE41 = 汤姆克兰西 幽灵行动(美) -SGHP41 = 汤姆克兰西 幽灵行动[WiFi](欧) +SGHP41 = 汤姆克兰西 幽灵行动(欧) SGIEA4 = GTI汽车俱乐部 世界城市竞速(美) SGIJA4 = GTI汽车俱乐部 世界城市竞速(日) SGIPA4 = GTI汽车俱乐部 世界城市竞速(欧) SGJDSV = 神秘伽利略米达斯王冠(德) SGKEC8 = 冠军骑师 骑师之道&风速神驹(美) -SGKJC8 = 冠军骑师:风速神驹&骑师之道(日) +SGKJC8 = 冠军骑师 风速神驹&骑师之道(日) SGKPC8 = 冠军骑师 骑师之道&风速神驹(欧) SGLEA4 = 高米迪战士 自然之王(美) SGLPA4 = 高米迪战士 自然之王(欧) @@ -2598,11 +2629,11 @@ SGNE69 = 孩之宝 家庭游戏之夜超值包(美) SGODKP = 迷你高尔夫度假村(欧) SGOETV = 迷你高尔夫度假村(美) SGOPKP = 迷你高尔夫度假村(欧) -SGPEYG = 最强赛车大奖赛 GP经典(美) +SGPEYG = 急速赛车 GP经典(美) SGPPNG = 经典赛车大奖赛(欧) -SGQDSV = 德国顶级模特2011[平衡板](德) +SGQDSV = 德国顶级模特2011(德) SGREGT = 油脂劲歌热舞(美) -SGRPGT = 油脂劲歌热舞[平衡板](欧) +SGRPGT = 油脂劲歌热舞(欧) SGSESZ = 家庭游戏秀(美) SGSP7J = 家庭游戏秀(欧) SGTEFS = 我的私人高尔夫教练 IMG大卫利佰特高尔夫学院[MP][平衡板](美) @@ -2620,23 +2651,26 @@ SH2JMS = 轻松学跳草裙舞(日) SH3E54 = 北美冰球联盟2011[MP][WiFi](美) SH3P54 = 北美冰球联盟2011[MP][WiFi](欧) SH4EFP = 战火纷飞 阿富汗(美) -SH5E69 = 哈利波特与死亡圣器 下集(美) -SH5P69 = 哈利波特 死神的圣物 下集(美) -SH6E52 = 坎贝拉狩猎2012(美) -SH7ESZ = 本田热力四射(美) +SH4PNK = 战火纷飞 阿富汗(欧) +SH5E69 = 哈利·波特与死亡圣器 下集(美) +SH5P69 = 哈利·波特与死亡圣器 下集(欧) +SH6E52 = 坎贝拉猎人2012(美) +SH6P52 = 坎贝拉猎人2012(欧) +SH7ESZ = 狂热本田沙滩车(美) SH7PNJ = 狂热本田沙滩车(欧) SH8E52 = 坎贝拉冒险夏令营(美) -SH8P52 = 坎贝拉冒险夏令营(美) +SH8P52 = 坎贝拉冒险夏令营(欧) SH9ESZ = 希斯与利夫 火速狂飙(美) +SH9PNJ = 希斯与利夫 火速狂飙(欧) SHBE69 = 孩之宝 家庭游戏之夜3(美) SHBP69 = 孩之宝 家庭游戏之夜3(欧) SHDE52 = 驯龙高手(美) -SHDP52 = 驯龙高手(美) +SHDP52 = 驯龙高手(欧) SHEDRM = 农场(德) SHFE20 = 篮球名人堂 极限挑战(美) -SHGDRM = 假日游戏[MP](欧) -SHHE69 = 哈利波特与死亡圣器 上集(美) -SHHP69 = 哈利波特与死神的圣物 上集(欧) +SHGDRM = 假日游戏(德) +SHHE69 = 哈利·波特与死亡圣器 上集(美) +SHHP69 = 哈利·波特与死亡圣器 上集(欧) SHIJ2N = 有氧拳击2 Wii快乐瘦身(日) SHKE20 = 凯蒂猫 四季(美) SHKPNQ = 凯蒂猫 四季(欧) @@ -2648,11 +2682,12 @@ SHOXKR = 雨果 巨魔树林里的魔法(X) SHOYKR = 雨果 巨魔树林里的魔法(Y) SHPE5G = 我们的家 聚会[WiFi](美) SHSE20 = 超级战斗机(美) +SHSPXT = 超级战斗机(欧) SHTE20 = 马修斯狩猎弓(美) -SHUE52 = 坎贝拉危险狩猎 2011 特别版(美) +SHUE52 = 坎贝拉危险狩猎2011 特别版(美) SHVE78 = 风火轮赛车 赛道攻击(美) SHVP78 = 风火轮赛车 赛道攻击(欧) -SHVX78 = 风火轮赛车 赛道攻击(美) +SHVX78 = 风火轮赛车 赛道攻击(X) SHWE41 = 好莱坞广场(美) SHXEWR = 快乐大脚2(美) SHXPWR = 快乐大脚2(欧) @@ -2661,25 +2696,26 @@ SHYP69 = NHL冰球 强打(欧) SHZENR = 哈雷摩托公路狂飙(美) SI3E69 = FIFA足球12(美) SI3P69 = FIFA足球12(欧) -SI3X69 = FIFA足球12[WiFi](欧) -SIAE52 = 冰河世纪4 大陆漂移(美) -SIAI52 = 冰原历险记4 板块漂移(欧) -SIAP52 = 冰原历险记4 板块漂移(欧) +SI3X69 = FIFA足球12(X) +SIAE52 = 冰川时代4(美) +SIAI52 = 冰川时代4(意) +SIAP52 = 冰川时代4(欧) SIDE54 = 席德梅尔的海盗(美) SIDP54 = 席德梅尔的海盗(欧) SIFESZ = 弗兰克斯坦博士岛(美) SIFPNJ = 弗兰克斯坦博士岛(欧) -SIIE8P = 马里奥与索尼克在伦敦奥运[WiFi](美) -SIIJ01 = 马里奥与索尼克在伦敦奥运[WiFi](日) +SIHE4Z = 唱吧热门歌曲(美) +SIIE8P = 马里奥与索尼克在伦敦奥运(美) +SIIJ01 = 马里奥与索尼克在伦敦奥运(日) SIIP8P = 马里奥与索尼克在伦敦奥运(欧) SIJE52 = 我是凯利2 加入我们(美) SIJP52 = 我是凯利2 加入我们(欧) -SILE78 = 百战天虫 战斗岛[WiFi](美) -SILP78 = 百战天虫 战斗岛[WiFi](欧) -SIME69 = 模拟人生合集(美) +SILE78 = 百战天虫 战斗岛(美) +SILP78 = 百战天虫 战斗岛(欧) +SIME69 = 我的模拟人生合集(美) SINPNG = 我们歌唱 罗比 威廉斯(欧) SISENR = 伊莎贝拉公主 女巫的诅咒(美) -SISJ0Q = 骨盆瘦身[平衡板](日) +SISJ0Q = 骨盆瘦身(日) SISPUH = 伊莎贝拉公主 女巫的诅咒(欧) SITPNG = 我们歌唱 德国(欧) SIUUNG = 我们歌唱 南澳洲(欧) @@ -2687,19 +2723,19 @@ SJ2EWR = 史酷比 幽灵沼泽(美) SJ2PWR = 史酷比 幽灵沼泽(欧) SJ3JDA = 人生游戏 欢乐家庭(日) SJ5JDA = 人生游戏 快乐家庭 当地题材增量版(日) -SJ6E41 = 舞力全开:迪士尼派对 +SJ6E41 = 舞力全开 迪士尼派对(美) SJ6P41 = 舞力全开 迪士尼派对(欧) SJ7E41 = 舞力全开 儿童版2014(美) SJ7P41 = 舞力全开 儿童版2014(欧) SJ9E41 = 舞力全开 夏日派对(美) -SJ9P41 = 舞力全开2 额外的歌曲(欧) +SJ9P41 = 舞力全开2 补充歌曲(欧) SJAE5G = 大白鲨 终极猎食者(美) -SJBE52 = 詹姆斯邦德007 黄金眼(美) +SJBE52 = 007 黄金眼(美) SJBJ01 = 007 黄金眼(日) -SJBP52 = 詹姆斯邦德007 黄金眼(欧) +SJBP52 = 007 黄金眼(欧) SJCEZW = 杰里和狗足球(美) SJDE41 = 舞力全开3(美) -SJDJ01 = 舞力全开 Wii2(日) +SJDJ01 = 舞力全开 日本版2(日) SJDK41 = 舞力全开3(韩) SJDP41 = 舞力全开3(欧) SJDX41 = 舞力全开3 特别版(欧) @@ -2709,10 +2745,10 @@ SJEEPK = 开始行动 逃离冒险岛(美) SJFE4Z = 儿童健身岛度假村(美) SJFPGR = 幼儿健身教练(欧) SJFXGR = 幼儿健身教练(欧) -SJGEPK = 开始行动 家庭健身[平衡板](美) +SJGEPK = 开始行动 家庭健身(美) SJHE41 = 舞力全开 精选集(美) SJIEG9 = 吉利安 麦克尔的健身训练2011[MP][平衡板](美) -SJJEA4 = 吉米约翰的超级引擎(美) +SJJEA4 = 吉米·约翰的超级引擎(美) SJKEPK = 疯狂卡丁车(美) SJLEFS = 少年体育联赛(美) SJLPXT = 少年体育联赛(美) @@ -2727,12 +2763,12 @@ SJQEPZ = 宝石探秘三部曲(美) SJQPGR = 宝石探秘三部曲(美) SJREA4 = 说唱巨星(美) SJRPA4 = 说唱巨星(欧) -SJRXA4 = 说唱巨星(欧) -SJRYA4 = 说唱巨星(欧) -SJRZA4 = 说唱巨星(欧) +SJRXA4 = 说唱巨星(X) +SJRYA4 = 说唱巨星(Y) +SJRZA4 = 说唱巨星(Z) SJSEPK = 宠物营救(美) -SJUE20 = 恐龙快打(美) -SJUPXT = 恐龙快打(美) +SJUE20 = 恐龙快枪(美) +SJUPXT = 恐龙快枪(欧) SJVE20 = 肖恩约翰逊体操[平衡板](美) SJWJA4 = 胜利十一人2010 蓝武士的挑战(日) SJXD41 = 舞力全开4 特别版(欧) @@ -2760,8 +2796,9 @@ SKOEA4 = 卡拉OK革命 欢乐合唱团3(美) SKOPA4 = 卡拉OK革命欢乐合唱团3(美) SKREG9 = 假面骑士 龙骑士(美) SKSE54 = NBA 2K13(美) +SKSP54 = NBA 2K13(欧) SKTE78 = 全明星空手道(美) -SKTP78 = 全明星空手道[MP](欧) +SKTP78 = 全明星空手道(欧) SKUE78 = 功夫熊猫2(美) SKUP78 = 功夫熊猫2(欧) SKUZ78 = 功夫熊猫2(美) @@ -2781,8 +2818,9 @@ SLAE78 = 最后的气宗(美) SLAP78 = 最后的气宗(欧) SLAZ78 = 最后的气宗 玩具反斗城版(美) SLCEGN = 起舞吧(美) +SLCPGN = 起舞吧(欧) SLDEYG = 一起跳舞(美) -SLDPLG = 跟Mel B一起跳舞(欧) +SLDPLG = 与Mel B共舞(欧) SLEE78 = 乔布拉 促进大脑发展的冥想游戏(美) SLEP78 = 乔布拉 促进大脑发展的冥想游戏(欧) SLHEWR = 乐高哈利波特 下集(美) @@ -2794,26 +2832,26 @@ SLRPWR = 乐高指环王(欧) SLSEXJ = 最后的故事 SLSJ01 = 最后的故事(日) SLSP01 = 最后的故事(日) -SLTEJJ = 新优健身:瑜伽和普拉提[MP][平衡板](美) -SLTPLG = 新优健身 瑜珈和普拉提[MP][平衡板](欧) +SLTEJJ = 新优健身 瑜伽和普拉提(美) +SLTPLG = 新优健身 瑜珈和普拉提(欧) SLVP41 = 我们敢(欧) SLWE41 = 沃尔多在哪里? 梦幻之旅(美) SLYESZ = 丑恶人生(美) -SLYPNJ = 丑恶人生(美) +SLYPNJ = 丑恶人生(欧) SM2E52 = 十分钟快速健身(美) SM2P52 = 十分钟快速健身(欧) -SM4E20 = 大脚怪物卡车大破坏(美) +SM4E20 = 怪物卡车大破坏(美) SM5EAF = 侍战队真剑者(美) SM5PAF = 侍战队真剑者(欧) SM6PNK = 我的形体教练2 健身与舞蹈(欧) SM7E69 = 美式橄榄球大联盟12(美) -SM8D52 = 使命召唤 现代战争3(欧) +SM8D52 = 使命召唤 现代战争3(德) SM8E52 = 使命召唤 现代战争3(美) -SM8F52 = 使命召唤 现代战争3(欧) -SM8I52 = 使命召唤 现代战争 3(欧) +SM8F52 = 使命召唤 现代战争3(法) +SM8I52 = 使命召唤 现代战争3(意) SM8P52 = 使命召唤 现代战争3(欧) -SM8S52 = 使命召唤 现代战争 3(欧) -SM8X52 = 使命召唤 现代战争3(欧) +SM8S52 = 使命召唤 现代战争3(西) +SM8X52 = 使命召唤 现代战争3(X) SM9E54 = 职业棒球大联盟2K12(美) SMAENR = 海军陆战队 现代城市战(美) SMAPGN = 海军陆战队 现代城市战(欧) @@ -2839,8 +2877,8 @@ SMNJ01 = 新超级马里奥兄弟Wii(日) SMNK01 = 新超级马里奥兄弟Wii(韩) SMNP01 = 新超级马里奥兄弟Wii(欧) SMNW01 = 新超级马里奥兄弟Wii(中) -SMOE41 = 迈克尔杰克逊 生涯(美) -SMOJ41 = 迈克杰克逊 梦幻体验(日) +SMOE41 = 迈克尔·杰克逊 舞王体验(美) +SMOJ41 = 迈克尔·杰克逊 舞王体验(日) SMOP41 = 迈克尔杰克逊 生涯(欧) SMOX41 = 迈克尔杰克逊 生涯(美) SMOY41 = 迈克尔杰克逊 生涯(欧) @@ -2856,8 +2894,8 @@ SMVE54 = 职业棒球大联盟2K11(美) SMWE4Z = 荒岛求生(美) SMYE20 = 分秒必争(美) SMZE78 = 漫威超级英雄小队 漫画大战(美) -SMZP78 = 超级漫画英雄小队 漫画大战(美) -SN2E69 = 玩具枪大战 双重爆破合集(美) +SMZP78 = 超级漫画英雄小队 漫画大战(欧) +SN2E69 = 玩具枪大作战 双重爆破合集(美) SN3EYG = 急速赛车 拉力赛(美) SN3PNG = 急速赛车 拉力赛(欧) SN4EDA = 火影忍者疾风传 龙刃编年史(美) @@ -2877,13 +2915,13 @@ SNBE41 = 重返犯罪现场 NCIS(美) SNBP41 = 重返犯罪现场 NCIS(欧) SNCE8P = 索尼克 五彩缤纷(美) SNCJ8P = 索尼克 五彩缤纷(日) -SNCP8P = 索尼克 五彩缤纷[WiFi](欧) +SNCP8P = 索尼克 五彩缤纷(欧) SNDE20 = 一掷千金特别版(美) SNEENR = 北美狩猎盛典2(美) SNEPXT = 北美狩猎盛典2(欧) SNFE69 = EA运动活力 NFL训练营(美) SNGEJJ = 和Mel B一起健身(美) -SNGPLG = 跟Mel B一起减肥[MP][平衡板](欧) +SNGPLG = 和Mel B一起健身(欧) SNHE69 = 极品飞车 热力追踪(美) SNHJ13 = 极品飞车 热力追踪(日) SNHP69 = 极品飞车 热力追踪(欧) @@ -2895,23 +2933,25 @@ SNKX54 = 尼克罗顿健身[平衡板](欧) SNLE54 = 尼克罗顿舞蹈(美) SNLX54 = 尼克罗顿舞蹈(欧) SNMEAF = Namco博物馆 重制版(美) +SNPE52 = 云斯顿赛车 内线(美) SNQE7U = 国家地理大挑战(美) SNQPLG = 国家地理大挑战(欧) SNRE52 = 云斯顿赛车 快感释放(美) -SNSE52 = 云斯顿赛车 2011(美) +SNSE52 = 云斯顿赛车2011(美) SNTEXN = Netflix系统安装盘(美) SNUPJW = 快乐神经元学院(欧) -SNVE69 = 极速快感 亡命天涯(美) -SNVJ13 = 极速快感 亡命天涯(日) -SNVP69 = 极速快感 亡命天涯(欧) +SNVE69 = 极品飞车 亡命天涯(美) +SNVJ13 = 极品飞车 亡命天涯(日) +SNVP69 = 极品飞车 亡命天涯(欧) SNXJDA = 火影忍者疾风传 激斗忍者大战特别版(日) SNYEVZ = 精灵高中 13个愿望(美) SNZEVZ = 芭比梦幻屋派对(美) +SNZPVZ = 芭比梦幻屋派对(欧) SO3EE9 = 符文工房 蓝海奇缘(美) SO3J99 = 符文工房 蓝海奇缘(日) SOAE52 = 坎贝拉狩猎探险(美) SOCE4Z = 致命捕捞 混乱海域(美) -SOIEEB = 101合1 运动聚会游戏大合集(美) +SOIEEB = 101合1运动聚会游戏大合集(美) SOIPHZ = 101合1运动聚会游戏超级合集(欧) SOJE41 = 雷曼 起源(美) SOJP41 = 雷曼 起源(欧) @@ -2923,13 +2963,14 @@ SOMP01 = 大家的节奏天国(欧) SONDMR = 我的第一首卡拉OK(德) SONFMR = 我的第一首卡拉OK(法) SONPMR = 我的第一首卡拉OK(欧) +SORE4Z = 俄勒冈之旅(美) SOSEG9 = 极速蜗牛 超级特技队(美) SOTE52 = 勇敢向前冲(美) SOUE01 = 萨尔达传说 天空之剑(美) SOUJ01 = 塞尔达传说 天空之剑(日或中) SOUK01 = 萨尔达传说 天空之剑(韩) SOUP01 = 萨尔达传说 天空之剑(欧) -SP2E01 = Wii运动+Wii运动 度假胜地(欧) +SP2E01 = Wii运动+Wii运动 度假胜地(美) SP2P01 = Wii运动+Wii运动 度假胜地(欧) SP3E41 = 百万美金金字塔(美) SP4PJW = 法式滚球[MP](法) @@ -2950,6 +2991,7 @@ SPDP52 = 蜘蛛侠 破碎时空(欧) SPEE20 = 极速(美) SPEPXT = 极速(欧) SPGPPN = 粉红猪小妹2 快乐游戏(欧) +SPHPJW = 西部枪手(欧) SPIE18 = 装扮聚会(美) SPIJ18 = 家庭聚会100种(日) SPIP18 = 家庭聚会100种(欧) @@ -2973,20 +3015,21 @@ SQ2EPZ = 乡村舞蹈(美) SQ3EPZ = 乡村舞蹈(美) SQAE52 = 坎贝拉的非洲冒险(美) SQDE8P = 纽约风暴与洛杉矶机枪街机版(美) -SQDP8P = 纽约风暴与洛杉矶机枪街机版[WiFi](欧) +SQDP8P = 纽约风暴与洛杉矶机枪街机版(欧) SQFE5G = 飞哥与小佛 寻找酷的东西(美) SQIE4Q = 迪斯尼无限世界(美) SQKE5G = 料理妈妈2合1(美) -SQLE4Z = 卡通频道明星大乱斗 XL(美) -SQLPGN = 卡通频道大乱斗 -SQME52 = 蜘蛛侠:时间边缘(美) -SQMP52 = 蜘蛛人 时间裂痕(欧) +SQLE4Z = 卡通频道明星大乱斗(美) +SQLPGN = 卡通频道明星大乱斗(欧) +SQME52 = 蜘蛛侠 时间边缘(美) +SQMP52 = 蜘蛛侠 时间边缘(欧) SQPPX4 = 速度 2(欧) SQUDX3 = 测验派对(欧) SQUFX3 = 测验派对(欧) SQUPX3 = 测验派对(欧) -SQVE69 = FIFA 15(美) -SQVX69 = FIFA足球 15 +SQVE69 = FIFA足球15(美) +SQVP69 = FIFA足球15(欧) +SQVX69 = FIFA足球15(X) SR4E41 = 疯狂兔子 时空旅行(美) SR4J41 = 疯狂兔子:时光旅行[WiFi](日) SR4P41 = 疯狂兔子 时空旅行[MP][WiFi](欧) @@ -3015,7 +3058,7 @@ SRPE4Q = 迪斯尼 长发公主(美) SRPP4Q = 迪斯尼 长发公主(欧) SRQE41 = 球拍运动(美) SRQP41 = 球拍运动[MP](欧) -SRRENR = 消遣游戏室[MP](美) +SRRENR = 消遣游戏室(美) SRRPGN = 盛大聚会游戏(欧) SRSE20 = 超级音速赛车(美) SRUE4Z = 红鼻子驯鹿鲁道夫(美) @@ -3031,7 +3074,7 @@ SS3UWR = 芝麻街 埃尔默动物园历险记(欧) SS4EWR = 芝麻街 饼干计数嘉年华(美) SS4UWR = 芝麻街 饼干计数嘉年华(美) SS5ENR = 赛帝时尚公司(美) -SS6UHS = 实况橄榄球年度特别版(欧) +SS6UHS = 实况橄榄球年度特别版(U) SS7EFP = 雷明顿超级大满贯狩猎 非洲(美) SS7URN = 雷明顿超级大满贯狩猎 非洲(英) SS8E78 = 海绵宝宝 涂鸦裤子(美) @@ -3051,7 +3094,7 @@ SSEDNG = 我们唱歌 再来一曲[麦克风](欧) SSEPNG = 我们唱歌 再来一曲[麦克风](欧) SSGPNG = 我们唱歌[麦克风](欧) SSHPHH = 夏洛克福尔摩斯 银耳饰之案(欧) -SSIENR = 冬季爆发 九大冰雪运动[平衡板](美) +SSIENR = 冬季爆发 九大冰雪运动(美) SSJEJJ = 夏季明星 2012(美) SSJPKM = 夏季明星 2012(欧) SSLENR = 骑手的天堂(美) @@ -3059,22 +3102,24 @@ SSLPKM = 马术俱乐部(欧) SSMEYG = 美国门萨学院(美) SSMPGD = 门萨学院(欧) SSNEYG = 狙击精英(美) -SSNPHY = 狙击精英[WiFi](欧) -SSPP52 = 小龙斯派罗的大冒险(歐) -SSPX52 = 小龙斯派罗的大冒险(欧) +SSNPHY = 狙击精英(欧) +SSPE52 = 小龙斯派罗的大冒险(美) +SSPP52 = 小龙斯派罗的大冒险(欧) +SSPX52 = 小龙斯派罗的大冒险(X) SSQE01 = 马力欧派对9(美) SSQJ01 = 马力欧派对9(日) SSQP01 = 马里奥派对9(欧) SSQW01 = 马里奥派对9(中) SSRE20 = 狂野西部枪战(美) -SSRPXT = 狂野西部枪战(X) +SSRPXT = 狂野西部枪战(欧) +SSSEWR = 芝麻街 埃尔默的音乐怪兽(美) SSTEG9 = 小子历险记 天空上尉(美) SSTPY5 = 特技飞行 空中英雄(欧) SSUES5 = 回转寿司(美) SSVE52 = 勇敢向前冲3(美) -SSWDRM = 水上运动[平衡板](德) +SSWDRM = 水上运动(德) SSWEPZ = 水上运动(美) -SSWPGR = 水上运动[平衡板](欧) +SSWPGR = 水上运动(欧) SSZE5G = 剑(美) ST3J01 = 听力大考验(日) ST4PNX = 托马斯和伙伴们 铁路小英雄[MP](美) @@ -3083,15 +3128,16 @@ ST5E52 = 变形金刚 塞伯坦冒险(美) ST5P52 = 变形金刚 赛博坦大战(欧) ST6E78 = 减肥达人挑战赛(美) ST6P78 = 减肥达人挑战赛[平衡板](欧) -ST7E01 = 富豪街Wii[WiFi](美) +ST7E01 = 富豪街Wii(美) ST7JGD = 富豪街Wii(日或中) -ST7P01 = 富豪街Wii[WiFi](欧) +ST7P01 = 富豪街Wii(欧) ST9E52 = 顶级射手(美) STAE78 = 猜猜画画(美) STAP78 = 猜猜画画(欧) STAU78 = 猜猜画画(欧) STDEFP = 目标狙击(美) -STEETR = 俄罗斯方块派对 豪华版[WiFi][平衡板](美) +STDURN = 目标狙击(英) +STEETR = 俄罗斯方块派对 豪华版(美) STEJ18 = 俄罗斯方块派对奖金(日或中) STEPTR = 俄罗斯方块派对 豪华版[WiFi][平衡板](欧) STFE52 = 变形金刚:领袖(美) @@ -3112,7 +3158,7 @@ STNE41 = 丁丁历险记 独角兽号的秘密(美) STNP41 = 丁丁历险记 独角兽号的秘密(欧) STOE4Q = 汽车总动员 拖线狂想曲(美) STOP4Q = 汽车总动员 拖线狂想曲(欧) -STOX4Q = 汽车总动员 拖线狂想曲(欧) +STOX4Q = 汽车总动员 拖线狂想曲(X) STPPML = 宠物兽医 海洋巡防(欧) STQJHF = 闪电十一人 王牌前锋(日) STRE4Q = 电子世界争霸战(美) @@ -3126,7 +3172,7 @@ STSZ4Q = 玩具总动员3 玩具盒特别版(美) STTDRM = 隐藏的秘密 泰坦尼克号(德) STTE52 = 隐藏的秘密 泰坦尼克号(美) STTPGR = 隐藏的秘密 泰坦尼克号(欧) -STTXGR = 隐藏的秘密 泰坦尼克号(欧) +STTXGR = 隐藏的秘密 泰坦尼克号(X) STVDSV = 电视总事件(德) STWE69 = 泰格伍兹高尔夫巡回赛11[MP][WiFi](美) STWP69 = 泰格伍兹高尔夫巡回赛11[MP][WiFi](欧) @@ -3147,7 +3193,8 @@ SU3SMR = 你来唱2[WiFi][麦克风](西) SU3UMR = 你来唱2[WiFi][麦克风](欧) SU4E78 = UFC 私人教练(美) SU4P78 = UFC 私人教练[平衡板][Wi-Fi](欧) -SU5EVZ = 精灵高校 极限轮滑迷宫(美) +SU5EVZ = 精灵高中 极限轮滑迷宫(美) +SU5PVZ = 精灵高中 极限轮滑迷宫(欧) SU6E5G = 尊巴健身 核心版(美) SU6XGT = 尊巴瘦身:核心版 SU7EG9 = 守护者联盟(美) @@ -3158,45 +3205,59 @@ SUKJ01 = 星之卡比 重回梦幻岛(日或中) SUKP01 = 星之卡比 Wii(欧) SUMJC8 = 胜利赛马世界 2010(日) SUNEYG = 麋鹿猎人 传奇(美) +SUOE41 = 嘻哈舞蹈生涯(美) SUPE01 = Wii欢乐聚会(美) SUPJ01 = Wii派对(日或中) SUPK01 = Wii欢乐聚会(韩) SUPP01 = Wii欢乐聚会(欧) -SUREA4 = 热舞革命2(美) -SURPA4 = 热舞革命 5(欧) +SUREA4 = 劲舞革命2(美) +SURPA4 = 劲舞革命 劲爆舞会5(欧) SUSFMR = 环球歌唱 女孩之夜(法) SUSPMR = 环球歌唱 女孩之夜(欧) SUTESZ = 很久很久以前(美) SUUE78 = 天才小画家 即时艺术家(美) SUUP78 = 天才小画家 即时艺术家(欧) SUVE52 = 坎贝拉危险狩猎2013(美) +SUVP52 = 坎贝拉危险狩猎2013(欧) SUWE78 = 天才小画家(美) SUWP78 = 天才小画家(欧) -SUXEA4 = 实况足球2010[WiFi](美) +SUXEA4 = 实况足球2010(美) SUXJA4 = 实况足球2010[WiFi](日) SUXPA4 = 实况足球2010[WiFi](欧) SUXXA4 = 实况足球2010[WiFi](X) SUXYA4 = 实况足球2010[WiFi](Y) SV2E78 = 大沙滩运动2(美) -SV2P78 = 大沙滩运动2[平衡板](欧) +SV2P78 = 大沙滩运动2(欧) SV3EG9 = 马达加斯加3(美) SV3PAF = 马达加斯加3(欧) SV4E8P = VR网球4(美) SV4P8P = VR网球 4[MP][WiFi](欧) SVBE52 = 战舰(美) +SVBP52 = 战舰(欧) +SVCEPZ = 狂欢舞会(美) +SVCPXT = 狂欢舞会(欧) +SVDE52 = 海绵宝宝 痞老板机器人复仇(美) SVDP52 = 海绵宝宝 痞老板机器人复仇 +SVHE69 = FIFA足球14(美) +SVHP69 = FIFA足球14(欧) +SVHX69 = FIFA足球14(X) SVME01 = 超级马里奥25周年纪念包(美) SVMJ01 = 超级马里奥25周年纪念包(日) SVMP01 = 超级马里奥25周年纪念包(欧) SVPESZ = 维加斯聚会(美) SVPPNJ = 维加斯聚会(欧) SVQEVZ = 芭比姐妹之狗狗救援队(美) +SVQPVZ = 芭比姐妹之狗狗救援队(欧) +SVSPZX = 战斗版国际象棋(欧) SVTEXS = 超级线程(美) SVVEG9 = 疯狂原始人:史前派对(美) SVVPAF = 古魯家族(歐) SVWEQH = 蔬菜世界(美) +SVXE52 = 小龙斯派罗 交换力量(美) SVYEG9 = 少年骇客 全面进化2(美) +SVYPAF = 少年骇客 全面进化2(欧) SVZEVZ = 驯龙高手2(美) +SVZPVZ = 驯龙高手2(欧) SW2E52 = 勇敢向前冲2(美) SW3EJJ = 冬季滑雪明星(美) SW3PKM = 冬季滑雪明星(欧) @@ -3206,11 +3267,11 @@ SW6P78 = 美国职业摔角联盟12(欧) SW7EVN = 西部英雄(美) SW7PNK = 西部英雄(欧) SW9EVN = 怪物大轰炸(美) -SW9PYT = 怪物大轰炸(美) +SW9PYT = 怪物大轰炸(欧) SWAE52 = DJ英雄(美) -SWAP52 = DJ英雄[WiFi](欧) +SWAP52 = DJ英雄(欧) SWBE52 = DJ英雄2(美) -SWBP52 = DJ英雄2[WiFi](欧) +SWBP52 = DJ英雄2(欧) SX2PNG = 丛林赛车(欧) SX3J01 = 潘朵拉之塔 直到你身边(日) SX3P01 = 潘朵拉之塔 直到你身边 (歐) @@ -3219,23 +3280,23 @@ SX4J01 = 异度之刃(日或中) SX4P01 = 异度之刃(欧) SX5E4Z = 圣诞老人进城啰(美) SX6JAF = 光之美少女 全明星全员集合一起舞蹈(日) -SX7E52 = 忍者神龟 +SX7E52 = 忍者神龟(美) SX8E52 = X战警 命运(美) SX8P52 = X战警 命运(美) SXAE52 = 吉他英雄 世界巡演(美) SXAP52 = 吉他英雄 世界巡演[WiFi](欧) -SXBE52 = 吉他英雄 金属乐队[(美) -SXBP52 = 吉他英雄 金属乐队专辑[WiFi](欧) +SXBE52 = 吉他英雄 金属乐队(美) +SXBP52 = 吉他英雄 金属乐队(欧) SXCE52 = 吉他英雄 流行精选(美) -SXCP52 = 吉他英雄 流行精选[WiFi](欧) +SXCP52 = 吉他英雄 流行精选(欧) SXDE52 = 吉他英雄 范海伦(美) -SXDP52 = 吉他英雄 范海伦[WiFi](欧) +SXDP52 = 吉他英雄 范海伦(欧) SXEE52 = 吉他英雄5(美) -SXEP52 = 吉他英雄5[WiFi](欧) +SXEP52 = 吉他英雄5(欧) SXFE52 = 乐团英雄(美) -SXFP52 = 乐团英雄[WiFi](欧) -SXIE52 = 吉他英雄6 摇滚战士(美) -SXIP52 = 吉他英雄6 摇滚战士[WiFi](欧) +SXFP52 = 乐团英雄(欧) +SXIE52 = 吉他英雄 摇滚战士(美) +SXIP52 = 吉他英雄 摇滚战士(欧) SZ2E5G = 尊巴南美拉丁舞 2(美) SZ2P5G = 尊巴南美拉丁舞 2(欧) SZ2XGT = 尊巴南美拉丁舞 2(欧) @@ -3377,18 +3438,22 @@ CTHP00 = 自制 唱吧 Summer Party v2.0(欧) CTIP00 = 自制 唱吧 Rocks! Part. I v2.0(欧) CTJP00 = 自制 唱吧 Rocks! Part. II v2.0(欧) CVLE38 = 自制 马里奥赛车 胜利赛道(美) -DLCE41 = 舞力全开2015合集 +DLCE41 = 舞力全开2015 合集 DMKE01 = 自制 马里奥赛车Wii 2(美) DMSP4Q = 自制 迪斯尼电影 想唱就唱(欧) -DQAJSC = 水瓶座棒球 (貓星漢化版) +DQAJSC = 水瓶座棒球(中) DRP22Q = 自制 唱吧 下载版(欧) DUCE01 = 自制 马里奥赛车Wii(美) DUDE01 = 自制 新史酷比马里奥兄弟(美) FC2E41 = 舞力全开 Focus2 FF4ENG = 自制 零月蚀之假面(美) +G2MK01 = 密特罗德究极2 黑暗回声(韩) GH2E41 = 舞力全开 GH2 +GM8K01 = 密特罗德究极(韩) GMSE02 = 超級馬里奧陽光多人遊戲 HBWE01 = 自制 超级马里奥兄弟Wii 地狱男爵版(美) +J4EE41 = 舞力全开2024 +J5EE41 = 舞力全开2025 KMKE01 = 马里奥赛车Wii 自制版 L40P4Q = 自制 唱吧 下载版(欧) MDUE01 = 自制 马里奥赛车 Track Grand Priix[WiFi](美) @@ -3413,9 +3478,9 @@ PUTA01 = 自制 吉他英雄3 摇滚精选(?) R01PET = 自制 唱吧 下载版(欧) R02PEA = 自制 唱吧 下载版(欧) R15POH = 自制 唱吧 Radio 105(欧) -R24E01 = 用Wii游玩小小机器人(日) +R24E01 = 用Wii游玩小小机器人(美) R4ZE01 = 自制 零月蚀之假面(美) -R4ZP01 = 自制 零月蚀之假面(美) +R4ZP01 = 自制 零月蚀之假面(欧) R8FJSC = 匠餐厅大繁盛! 简体中文版 R8PC01 = 超级纸片马里奥(中) RCCR78 = 自制 吉他英雄3 Coheed与Cambria(欧) @@ -3472,7 +3537,6 @@ RMCP06 = 自制 Wiimm的马里奥赛车趣味2010-12(欧) RMCP07 = 自制 Wiimm的马里奥赛车 复古版2011-02(欧) RMCP08 = 自制 Wiimm的马里奥赛车趣味2011-03(欧) RMCP09 = 自制 Wiimm的马里奥赛车趣味2011-06(欧) -RMCPCA = 马力欧卡丁车Wii(加泰兰语) RMCPYP = 耀西赛车度假村Plus(欧) RMGC01 = 自制 超级马里奥银河(简) RMGE52 = 自制 吉他英雄3 Megadeth(美) @@ -3483,6 +3547,7 @@ RMMP52 = 自制 吉他英雄3 Metal Mayhem(欧) RNVW01 = 超级马里奥银河(中) ROMESD = 自制 怪物猎人 G(美) RQQE52 = 自制 吉他英雄 皇后乐团(美) +RS4PXS = 式神之城3(欧) RSFC99 = 胧村正(ACG汉化简体中文版) RSJESD = 自制 吉他英雄 System Of A Down(美) RSYP06 = 自制 任天堂明星大乱斗X YF06修改版(欧) @@ -3517,6 +3582,7 @@ SDUEO1 = 自制 新超级玛利欧兄弟DU版(欧) SDUPO1 = DU超级马里奥兄弟 SE1E41 = 舞力全开 East SEHE41 = 舞力全开 Epic Hits +SEKE99 = 活祭之夜(美) SEOP4Q = 自制 唱吧 下载版(欧) SGI1CL = 自制 唱吧 下载版(欧) SGI1DB = 自制 唱吧 下载版(欧) @@ -3565,7 +3631,7 @@ SISRP4 = 自制 唱吧 下载版(欧) SISSOH = 自制 唱吧 下载版(欧) SISTDK = 自制 唱吧 土耳其聚会(欧) SJDJ02 = 舞力全开 Flamengo -SJEE41 = 舞力全开2014合集 +SJEE41 = 舞力全开2014 合集 SJME89 = 舞力全开 Japan SL1E41 = 舞力全开 Starlight SM3E01 = 超级马里奥兄弟3+ @@ -3574,10 +3640,11 @@ SMIG3Q = 自制 唱吧 下载版(欧) SMMP01 = 新超级马里奥兄弟Wii ANDY AFRO的自制系列卷4 SMNC01 = 自制 新超级马里奥兄弟Wii(中) SMNE02 = 自制 新超级马里奥兄弟Remake版(美) -SMNE03 = 更新的超级马里奥兄弟Wii +SMNE03 = 超级马里奥兄弟Wii 更新版(美) SMNE07 = 更加新的超级马里奥兄弟Wii 佳节特辑 SMNE09 = 自制 老超级马里奥兄弟Wii(美) SMNE23 = 更加新的超级马里奥兄弟Wii 落叶 +SMNED3 = 新新超级马里奥兄弟Wii SMNEXE = 加强的超级马里奥兄弟.WIi豪华版 SMNP77 = 自制 新超级马里奥兄弟 阿卡迪亚(欧) SMNPO1 = 自制 新超级马里奥兄弟Wii定制版(欧) @@ -3586,6 +3653,7 @@ SMPP01 = 新超级马里奥兄弟Wii2 另一个P SMRE01 = 自制 新超级马里奥兄弟Wii 超级马里奥兄弟1自制(美) SNBE66 = 新超级马里奥兄弟wii启示录 SOME02 = 大家的节奏天国(美) +SOMR01 = 大家的节奏天国(俄) SOUE41 = 舞力全开 Ocean SP9P4Q = 自制 唱吧 下载版(欧) SRBP4Q = 自制 唱吧 下载版(欧) @@ -3788,7 +3856,6 @@ NATE = 马里奥网球(美) NATP = 马里奥网球(欧) NAUE = 马里奥高尔夫(美) NAUP = 马里奥高尔夫(欧) -NAYM = Ogre Battle 64: Person of Lordly Caliber EA2P = 合金弹头2(欧) EA4P = 侍魂III(欧) EA5P = 饿狼传说3 最终胜利之路(欧) @@ -3819,16 +3886,18 @@ HAGA = 新闻频道(美) HAGE = 新闻频道(美) HAGJ = 新闻频道(日) HAGP = 新闻频道(欧) -HAPE = Check Mii Out频道(美) -HAPP = Check Mii Out频道(欧) +HAKC = 使用协议 +HAPE = Mii交流频道(美) +HAPP = Mii交流频道(欧) HAYA = 照片频道 HAYC = 照片频道 HBNJ = 电视之友频道 +HCCJ = 地址设置 HCDJ = 数码相机打印频道 HCHJ = 送餐频道 HCIJ = Wii 房间 HCLE = Netflix系统安装盘(美) -HCMP = 卡比电视频道(欧) +HCMP = 卡比电视频道 9XGX = SNES9x超任模拟器(美) D64A = 任天堂N64模拟器(欧) DCRA = 都市打靶(欧) diff --git a/Data/Sys/wiitdb-zh_TW.txt b/Data/Sys/wiitdb-zh_TW.txt index bd7c0935b8..a20a9234e9 100644 --- a/Data/Sys/wiitdb-zh_TW.txt +++ b/Data/Sys/wiitdb-zh_TW.txt @@ -1,4 +1,4 @@ -TITLES = https://www.gametdb.com (type: Wii language: ZHTW_unique version: 20230727194247) +TITLES = https://www.gametdb.com (type: Wii language: ZHTW_unique version: 20241114210228) 410E01 = Wii 備份光碟 v1.31(美) D2AJAF = 運動生活 探險家 試玩版(日) D2SE18 = 運動大集錦2 試玩版(美) @@ -32,8 +32,8 @@ DXSE18 = 運動大集錦 試玩版(美) DZDE01 = 薩爾達傳說 曙光公主 試玩版(美) DZDP01 = 薩爾達傳說 曙光公主 試玩版(歐) R22E01 = 超級粉碎球 PLUS[MP](美) -R22J01 = 超級粉碎球 PLUS[MP](日) -R22P01 = 超級粉碎球 PLUS[MP](歐) +R22J01 = 超級粉碎球(日) +R22P01 = 超級粉碎球(歐) R23E52 = 芭比公主三劍客(美) R23P52 = 芭比公主三劍客(歐) R24J01 = 用Wii遊玩小小機器人(日) @@ -52,7 +52,7 @@ R2AX7D = 冰原歷險記2(X) R2DEEB = 多卡波王國(美) R2DJEP = 多卡波王國for Wii(日) R2DPJW = 多卡波王國(歐) -R2EJ99 = 魚之眼 Wii(日) +R2EJ99 = 魚之眼Wii(日) R2FE5G = 小魚弗雷迪 丟失的海藻種盒(美) R2FP70 = 小魚弗雷迪 丟失的海藻種盒(歐) R2GEXJ = 廢墟迷宮 再見月的廢墟(美) @@ -63,8 +63,8 @@ R2IE69 = 勁爆美式足球10(美) R2IP69 = 勁爆美式足球10[WiFi](歐) R2JJAF = 太鼓達人Wii(日) R2KE54 = 唐金拳擊(美) -R2KP54 = 唐金拳擊[平衡板](歐) -R2LJMS = 草裙舞Wii[平衡板](日) +R2KP54 = 唐金拳擊(歐) +R2LJMS = 草裙舞Wii(日) R2ME20 = M&M's巧克力豆大冒險(美) R2NE69 = 雲斯頓卡丁車大賽(美) R2OE68 = 中世紀遊戲(美) @@ -86,16 +86,16 @@ R2UJ8P = 一起來拍打(日或中) R2UP8P = 一起來敲打(歐) R2VE01 = 罪與罰2(美) R2VJ01 = 罪與罰 宇宙的繼承者(日) -R2VP01 = 罪與罰2[WiFi](歐) +R2VP01 = 罪與罰 宇宙的繼承者(歐) R2WEA4 = 實況足球2009[WiFi](美) R2WJA4 = 實況足球 中場指揮官 2009(日) R2WPA4 = 實況足球2009[WiFi](歐) R2WXA4 = 實況足球2009[WiFi](X) R2YE54 = 我的生日(美) R2YP54 = 我的生日(歐) -R32J01 = 用Wii玩銀河戰士Prime2黑暗回音(日) -R33E69 = 搖滾樂團 樂曲擴展包2(美) -R33P69 = 搖滾樂團 樂曲擴展包2(歐) +R32J01 = 密特羅德究極2 黑暗回声(日) +R33E69 = 搖滾樂團 實況樂曲擴展包(美) +R33P69 = 搖滾樂團 實況樂曲擴展包(歐) R34E69 = 搖滾樂團 鄉村音樂包(美) R35JC8 = 三國志11 威力加強版(日) R36E69 = 搖滾樂團 年輕歲月(美) @@ -122,18 +122,18 @@ R3FJA4 = 實況力量棒球大聯盟3(日) R3GXUG = 兒童高爾夫(X) R3HP6Z = 特工雨果 熱帶假期(歐) R3HX6Z = 特工雨果 熱帶假期(X) -R3IJ01 = 用Wii玩銀河戰士(日或中) +R3IJ01 = 密特羅德究極(日或中) R3JE5G = 去玩吧 馬戲團明星(美) R3KP6N = 摩天大樓(歐) R3LEWR = 綠光戰警 獵人的崛起(美) R3LPWR = 綠光戰警 獵人的崛起(歐) -R3ME01 = 銀河戰士三部曲(美) -R3MP01 = 銀河戰士Prime 三部曲(歐) +R3ME01 = 密特羅德究極三部曲(美) +R3MP01 = 密特羅德究極三部曲(歐) R3NEXS = 罪惡裝備XX Accent Core 加強版(美) R3NPH3 = 罪惡裝備XX Accent Core 加強版(歐) -R3OE01 = 銀河戰士 另一個 M(美) -R3OJ01 = 銀河戰士:另一個 M(日) -R3OP01 = 銀河戰士 另一個 M(美) +R3OE01 = 密特羅德 另一個M(美) +R3OJ01 = 密特羅德 另一個 M(日或中) +R3OP01 = 密特羅德 另一個M(歐) R3PEWR = 極速賽車手(美) R3PJ52 = 極速賽車手(日) R3PPWR = 極速賽車手(歐) @@ -154,18 +154,19 @@ R3YP70 = 妙探闖通關2 超越時空(歐) R3ZE69 = 搖滾樂隊樂曲包 經典搖滾(美) R42E69 = 模擬人生2 生存遊戲(美) R42P69 = 模擬人生2 生存遊戲(歐) -R43E69 = EA SPORTS 活力健身房 更多鍛鍊[平衡板](美) -R43J13 = EA SPORTS 活力健身房 30天生活改善程序[平衡板](日) +R43E69 = EA運動活力(美) +R43J13 = EA運動活力(日) R43P69 = EA運動活力(歐) R44J8P = 涼宮春日的并列(日) R46ENS = 通靈戰士Wii(美) R46JKB = 通靈戰士Wii(日) R47E20 = ATV沙灘車之王(美) +R47P20 = ATV沙灘車之王(歐) R48E7D = 奇幻精靈事件簿(美) R48P7D = 奇幻精靈事件簿(歐) -R49E01 = 大金剛森林節拍(美) +R49E01 = 大金剛 叢林節拍(美) R49J01 = 大金剛 叢林節拍(日) -R49P01 = 大金剛森林節拍(歐) +R49P01 = 大金剛 叢林節拍(歐) R4AE69 = 模擬動物(美) R4AJ13 = 模擬動物(日) R4AP69 = 模擬動物(歐) @@ -177,12 +178,12 @@ R4CK69 = 模擬城市 建筑大師[WiFi](韓) R4CP69 = 模擬城市 建筑大師[WiFi](歐) R4DDUS = 三個問號 高校之迷(德) R4EE01 = 永恆深藍 海洋的呼喚(美) -R4EJ01 = FOREVER BLUE 海洋的呼喚(日) +R4EJ01 = 永恆蔚藍2 海洋的呼喚(日) R4EP01 = 永恆深藍2 海洋的呼喚(歐) R4FE20 = 故事時間 童話故事(美) R4FP7J = 經典童話故事時間(歐) R4IPNK = 瘋狂玩具車(歐) -R4LPUG = 田徑豬派對(X) +R4LPUG = 田徑豬派對(歐) R4LXUG = 田徑豬派對(X) R4MJ0Q = 使頭腦變靈活Wii(日) R4NE5G = 大小調的莊嚴進行曲(美) @@ -194,12 +195,13 @@ R4QE01 = 瑪利歐足球前鋒 Charged[WiFi](美) R4QJ01 = 瑪利歐足球前鋒 Charged(日) R4QK01 = 瑪利歐足球前鋒 Charged[WiFi](韓) R4QP01 = 瑪利歐足球前鋒 Charged(歐) -R4RE69 = FIFA足球10[WiFi](美) -R4RJ13 = FIFA足球10[WiFi](日) +R4RE69 = FIFA足球10(美) +R4RJ13 = FIFA足球10(日) R4RK69 = FIFA足球10(韓) -R4RP69 = FIFA足球10[WiFi](歐) -R4RX69 = FIFA足球10[WiFi](X) -R4RY69 = FIFA足球10[WiFi](Y) +R4RP69 = FIFA足球10(歐) +R4RR69 = FIFA足球10(俄) +R4RX69 = FIFA足球10(X) +R4RY69 = FIFA足球10(Y) R4RZ69 = FIFA足球10(Z) R4SE54 = 美國職棒大聯盟 超級明星隊(美) R4VEA4 = 故事繪本工坊(美) @@ -219,16 +221,16 @@ R58DMR = 你來唱[麥克風](德) R58FMR = 你來唱[麥克風](法) R58PMR = 你來唱[麥克風](歐) R58SMR = 你來唱[麥克風](西) -R59D4Q = 企鵝俱樂部 遊戲日[WiFi](歐) +R59D4Q = 企鵝俱樂部 遊戲日(歐) R59E4Q = 企鵝俱樂部 遊戲日(美) -R59P4Q = 企鵝俱樂部 遊戲日[WiFi](歐) +R59P4Q = 企鵝俱樂部 遊戲日(歐) R5AE8P = 黃金羅盤(美) R5AP8P = 黃金羅盤(歐) R5AX8P = 黃金羅盤(X) R5DE5G = 弗利普的翻轉世界(美) R5EPMR = 倒計時(歐) R5FE41 = 冠軍學院 足球(美) -R5FP41 = 冠軍學院 足球[MP][平衡板](歐) +R5FP41 = 冠軍學院 足球(歐) R5GE78 = 你比五年級生聰明嗎(美) R5IE4Q = 玩具瘋狂總動員(美) R5IP4Q = 玩具瘋狂總動員(歐) @@ -239,17 +241,17 @@ R5MJAF = 語言解謎 文字拼詞Wii豪華版(日) R5NJN9 = 多阿拉Wii(日) R5OENR = 田徑豬派對(美) R5OXUG = 農場派對 奧林匹格主演(X) -R5PE69 = 哈利波特 鳳凰會的密令(美) -R5PJ13 = 哈利波特 鳳凰會的密令(日) -R5PP69 = 哈利波特 鳳凰會的密令(歐) -R5PX69 = 哈利波特 鳳凰會的密令(X) +R5PE69 = 哈利·波特 鳳凰會的密令(美) +R5PJ13 = 哈利·波特 鳳凰會的密令(日) +R5PP69 = 哈利·波特 鳳凰會的密令(歐) +R5PX69 = 哈利·波特 鳳凰會的密令(X) R5QPGT = 馬戲團遊戲(歐) R5SERW = 幽靈莊園的秘密(美) -R5TE69 = 大滿貫網球[MP][WiFi](美) +R5TE69 = 大滿貫網球(美) R5TJ13 = 大滿貫網球(日) R5TP69 = 大滿貫網球(歐) R5UE41 = CSI犯罪現場 致命意圖(美) -R5UP41 = CSI犯罪現場 致命意圖(歐) +R5UP41 = 犯罪現場調查 致命意圖(歐) R5VE41 = 阿凡達(美) R5VP41 = 阿凡達(歐) R5VX41 = 阿凡達(X) @@ -259,7 +261,7 @@ R5XJ13 = 我的模擬人生 特工(日) R5XP69 = 我的模擬人生 特工(歐) R5YD78 = 全明星啦啦隊2(德) R5YE78 = 全明星啦啦隊2(美) -R5YP78 = 全明星啦啦隊2[平衡板](歐) +R5YP78 = 全明星啦啦隊2(歐) R62E4Q = 迪士尼想唱就唱 流行節奏(美) R62P4Q = 迪士尼想唱就唱 流行節奏(歐) R63EG9 = 家庭聚會 30個戶外遊戲(美) @@ -318,11 +320,11 @@ R6XP69 = 孩之寶 家庭遊戲之夜2(歐) R6YEXS = 橡皮球聚會(美) R6YPH3 = 橡皮球聚會(歐) R72E5G = 蛋糕工坊 混合(美) -R72P5G = 蛋糕工坊 混合[WiFi](歐) +R72P5G = 蛋糕工坊 混合(歐) R74E20 = 商場射擊館(美) R75E20 = 夢幻沙龍(美) -R76E54 = NBA 2010[WiFi](美) -R76P54 = NBA 2010[WiFi](歐) +R76E54 = NBA 2K10(美) +R76P54 = NBA 2K10(歐) R77JAF = SD鋼彈G世代:世紀戰役(日) R79JAF = 機動戰士鋼彈 MS戰線0079(日) R7AE69 = 模擬動物 非洲(美) @@ -335,14 +337,14 @@ R7EE8P = 飛天幽夢 流星夜物語(美) R7EJ8P = 飛天幽夢 流星夜物語[WiFi](日) R7EP8P = 飛天幽夢 流星夜物語[WiFi](歐) R7FEGD = 陸行鳥之不可思議迷宮 忘卻時間的迷宮(美) -R7FJGD = 陸行鳥之不可思議迷宮 忘卻時間的迷宮[WiFi](日) -R7FPGD = 陸行鳥之不可思議迷宮 忘卻時間的迷宮[WiFi](歐) +R7FJGD = 太空戰士陸行鳥 忘卻時間的迷宮(日) +R7FPGD = 陸行鳥之不可思議迷宮 忘卻時間的迷宮(歐) R7GEAF = 七龍珠 天下第一大冒險(美) R7GJAF = 龍珠 天下第一大冒險(日或中) R7GPAF = 七龍珠 天下第一大冒險(歐) R7HE6K = 救兵總動員(美) R7IE69 = 魅力女孩俱樂部 睡衣派對(美) -R7IP69 = 魅力女孩俱樂部 睡衣派對[平衡板](歐) +R7IP69 = 魅力女孩俱樂部 睡衣派對(歐) R7KE6K = 岩石爆破(美) R7LP7J = 瑪格的困惑!(歐) R7MPFR = 音樂派對 搖滾房間(歐) @@ -383,11 +385,11 @@ R86E20 = 夢幻舞蹈啦啦隊(美) R87EVN = 斯基度雪地車挑戰賽(美) R88J2L = 麵包超人 微笑派對(日) R89JEL = 東京友好樂園2(日) -R8AE01 = 神奇寶貝樂園 Wii 皮卡丘的大冒險(美) +R8AE01 = 寶可夢公園Wii 皮卡丘的大冒險(美) R8AJ01 = 寶可夢公園Wii 皮卡丘的大冒險(日或中) -R8AP01 = 神奇寶貝樂園 Wii 皮卡丘的大冒險(歐) +R8AP01 = 寶可夢公園Wii 皮卡丘的大冒險(歐) R8BE41 = 保姆派對(美) -R8BP41 = 保姆派對[平衡板](歐) +R8BP41 = 保姆派對(歐) R8DEA4 = 遊戲王5D's 世界冠軍大會(美) R8DJA4 = 遊戲王5D's 決鬥狂熱者(日或中) R8DPA4 = 遊戲王5D's 決鬥狂熱者(歐) @@ -395,15 +397,16 @@ R8EJQC = 異星尋奇(日) R8FES5 = 快餐危機(美) R8FJHA = 匠餐廳大繁盛(日) R8FPNP = 快餐危機(歐) -R8GJC8 = GI騎師聯盟2008(日) -R8GPC8 = GI騎師聯盟2008[平衡板][WiFi](歐) -R8HE4Q = 汉娜·蒙塔娜 電影版(美) -R8HP4Q = 孟漢娜 電影版(歐) -R8HX4Q = 孟漢娜 電影版(X) -R8HY4Q = 孟漢娜 電影版(Y) -R8IE78 = 海綿寶寶 誠實還是正直[MP](美) -R8IP78 = 海綿寶寶 誠實還是正直[MP](歐) -R8IS78 = 海綿寶寶 誠實還是正直[MP](歐) +R8GJC8 = GI騎師Wii 2008(日) +R8GPC8 = G1騎師Wii 2008(歐) +R8HE4Q = 漢娜·蒙塔娜 電影版(美) +R8HP4Q = 漢娜·蒙塔娜 電影版(歐) +R8HX4Q = 漢娜·蒙塔娜 電影版(X) +R8HY4Q = 漢娜·蒙塔娜 電影版(Y) +R8HZ4Q = 漢娜·蒙塔娜 電影版(Z) +R8IE78 = 海綿寶寶 誠實還是正直(美) +R8IP78 = 海綿寶寶 誠實還是正直(歐) +R8IS78 = 海綿寶寶 誠實還是正直(西) R8JEWR = 魔戒 亞拉崗之旅(美) R8JPWR = 魔戒 亞拉崗之旅(歐) R8KPKM = 街頭足球(歐) @@ -418,7 +421,7 @@ R8PJ01 = 超級紙片瑪利歐(日) R8PK01 = 超級紙片瑪利歐(韓) R8PP01 = 超級紙片瑪利歐(歐) R8QPRT = 瘋狂問答(歐) -R8RP41 = 亞瑟與他的迷你王國2[平衡板](歐) +R8RP41 = 亞瑟與他的迷你王國2(歐) R8SE41 = 假日體育(美) R8SP41 = 假日體育(歐) R8SX41 = 假日體育(X) @@ -430,7 +433,7 @@ R8XE52 = 侏羅紀 獵殺(美) R8XZ52 = 頂級射手 恐龍獵人(美) R8YE52 = 坎貝拉獵人2010(美) R8ZE8P = 黛茜福恩特斯普拉提(美) -R8ZPGT = 黛茜福恩特斯普拉提[平衡板]((歐) +R8ZPGT = 黛茜福恩特斯普拉提((歐) R92E01 = 皮克敏2 R92J01 = 以 Wii 遊玩 皮克敏星球探險2(日) R92P01 = 以 Wii 遊玩 皮克敏星球探險2(歐) @@ -469,7 +472,7 @@ R9OE69 = 老虎伍茲高爾夫巡迴賽10[MP][WiFi](美) R9OK69 = 老虎伍茲高爾夫巡迴賽10[MP][WiFi](韓) R9OP69 = 老虎伍茲高爾夫巡迴賽10[MP][WiFi](歐) R9QPNG = 舞會俱樂部精選(歐) -R9RPNG = 舞蹈派對 流行精選[跳舞墊](歐) +R9RPNG = 舞蹈派對 流行精選(歐) R9SPPL = 球形數獨 偵探(歐) R9TE69 = 老虎伍茲高爾夫巡迴賽09[WiFi](美) R9TJ13 = 老虎伍茲高爾夫巡迴賽09(日) @@ -496,11 +499,11 @@ RB6J18 = 轟炸超人(日) RB7E54 = 惡霸魯尼 獎學金版(美) RB7P54 = 惡霸魯尼 獎學金版(歐) RB8E70 = 后院棒球09(美) -RB9D78 = 貝姿娃娃電影版(德) -RB9E78 = 貝姿娃娃電影版(美) -RB9P78 = 貝姿娃娃電影版(歐) -RB9X78 = 貝姿娃娃電影版(歐) -RB9Y78 = 貝姿娃娃電影版(歐) +RB9D78 = 貝茲娃娃電影版(德) +RB9E78 = 貝茲娃娃電影版(美) +RB9P78 = 貝茲娃娃電影版(歐) +RB9X78 = 貝茲娃娃電影版(X) +RB9Y78 = 貝茲娃娃電影版(Y) RBAE41 = 熾焰天使 二戰英豪(美) RBAP41 = 熾焰天使 二戰英豪(歐) RBBE18 = 轟炸超人樂園 Wii(美) @@ -530,17 +533,17 @@ RBLP8P = BLEACH死神 白刃閃耀圓舞曲(歐) RBME5G = 泡泡龍(美) RBMPGT = 泡泡龍(歐) RBNEG9 = 少年駭客 地球保衛者(美) -RBNPG9 = Ben 10 地球保衛者(歐) -RBNXG9 = Ben 10 地球保衛者(X) +RBNPG9 = 少年駭客 地球保衛者(歐) +RBNXG9 = 少年駭客 地球保衛者(X) RBOE69 = 布吉搖擺(美) RBOP69 = 布吉搖擺(歐) RBPE4Z = 布朗斯維克 職業保齡球賽(美) RBPPGT = 布朗斯維克 職業保齡球賽(歐) RBQENR = 經典英式賽車(美) RBQPUG = 經典英式賽車(歐) -RBRE5G = 轟炸使命[WiFi](美) -RBRP5G = 轟炸使命[WiFi](歐) -RBRX5G = 轟炸作業 建造 融化 摧毀(歐) +RBRE5G = 轟炸使命(美) +RBRP5G = 轟炸使命(歐) +RBRX5G = 轟炸使命(X) RBSJ08 = 戰國 BASARA 2 英雄外傳A(日) RBTE8P = 釣魚高手(美) RBTJ8P = 釣魚高手(日) @@ -553,7 +556,7 @@ RBVE52 = 芭比之森林公主(美) RBVP52 = 芭比 森林公主(歐) RBWE01 = 突擊FC大戰2(美) RBWJ01 = 突擊 FC 大戰2[[WiFi](日) -RBWP01 = 突擊 FC 大戰2[WiFi](歐) +RBWP01 = 突擊FC大戰2(歐) RBXJ8P = BLEACH死神 對決十刃[WiFi](日) RBYE78 = 瘋狂農場(美) RBYJ78 = 瘋狂農場(日) @@ -605,7 +608,7 @@ RCHPGT = 我們的啦啦隊(歐) RCIE41 = 犯罪現場調查 鐵證如山(美) RCIP41 = 犯罪現場調查 鐵證如山(歐) RCJE8P = 暗渠(美) -RCJP8P = 暗渠[WiFi](歐) +RCJP8P = 暗渠(歐) RCKPGN = 阿倫·漢森的運動挑戰(歐) RCLE4Q = 四眼天雞之動作天王(美) RCLP4Q = 四眼天雞之動作天王(歐) @@ -615,8 +618,8 @@ RCOPNP = 名偵探柯南 追憶的幻想(歐) RCPE18 = 轉轉球迷宮(美) RCPJ18 = 轉轉球迷宮(日) RCPP18 = 轉轉球迷宮(歐) -RCQEDA = 可愛賽車 Wii(美) -RCQJDA = 可愛賽車 Wii(日) +RCQEDA = 可愛賽車Wii(美) +RCQJDA = 可愛賽車Wii(日) RCRE5D = 特級飛車(美) RCRP5D = 特級飛車(歐) RCSE20 = 射雞英雄傳(美) @@ -627,17 +630,17 @@ RCUE52 = 坎貝拉傳奇冒險(美) RCVE41 = 孤島驚魂 復仇(美) RCVP41 = 孤島驚魂 復仇(歐) RCXE78 = 全明星拉拉隊(美) -RCXP78 = 全明星拉拉隊[平衡板](歐) -RCXX78 = 全明星拉拉隊[平衡板](歐) +RCXP78 = 全明星拉拉隊(歐) +RCXX78 = 全明星拉拉隊(X) RCYPGN = 切格的聚會迷題(歐) -RD2E41 = 赤色鋼鐵2(美) -RD2J41 = 赤色鋼鐵2(日) -RD2K41 = 赤色鋼鐵2(韓) -RD2P41 = 赤色鋼鐵 2(歐) -RD2X41 = 赤色鋼鐵 2(X) +RD2E41 = 赤鐵2(美) +RD2J41 = 赤鐵2(日) +RD2K41 = 赤鐵2(韓) +RD2P41 = 赤鐵2(歐) +RD2X41 = 赤鐵2(X) RD4EA4 = 熱舞革命 勁爆舞會2(美) RD4JA4 = 熱舞革命 盛況空前的勁爆舞會(日或中) -RD4PA4 = 熱舞革命 勁爆舞會2[跳舞墊](歐) +RD4PA4 = 勁舞革命 勁爆舞會2(歐) RD6EE9 = 動物王國 野生動物探索(美) RD6J8N = 動物奇想天外!在謎之樂園攝影(日) RD6PNP = 動物奇想天外!在謎之樂園攝影(歐) @@ -649,14 +652,14 @@ RDBJAF = 七龍珠 Z Sparking! NEO(日) RDBPAF = 七龍珠Z 電光火石2(歐) RDCE78 = 致命生物(美) RDCP78 = 致命生物(歐) -RDDEA4 = 熱舞革命 勁爆舞會(美) -RDDJA4 = 熱舞革命 勁爆舞會(日) +RDDEA4 = 勁舞革命 勁爆舞會(美) +RDDJA4 = 勁舞革命 勁爆舞會(日) RDEJ0A = 全日本貨柜車祭典(日) RDFE41 = 夏恩懷特滑雪板[平衡板](美) RDFP41 = 夏恩懷特滑雪板[平衡板](歐) RDGEA4 = 惡魔城 審判(美) -RDGJA4 = 惡魔城:審判(日) -RDGPA4 = 惡魔城 審判[WiFi](歐) +RDGJA4 = 惡魔城 審判(日) +RDGPA4 = 惡魔城 審判(歐) RDHE78 = 毀滅全人類 解放威廉(美) RDHP78 = 毀滅全人類 解放威廉(歐) RDIE41 = 寵物狗樂園(美) @@ -687,8 +690,8 @@ RDREA4 = 水精迪依大冒險(美) RDRJA4 = 水精迪依大冒險(日) RDRPA4 = 水精迪依大冒險(歐) RDSE70 = 七龍珠Z 電光火石3[WiFi](美) -RDSJAF = 七龍珠 Z Sparking! METEOR[WiFi](日) -RDSPAF = 七龍珠Z 電光火石3[WiFi](歐) +RDSJAF = 七龍珠Z 電光火石3(日) +RDSPAF = 七龍珠Z 電光火石3(歐) RDTEAF = 電子雞閃亮大總統(美) RDTJAF = 電子雞閃亮大總統(日) RDTPAF = 電子雞閃亮大總統(歐) @@ -706,7 +709,7 @@ RDYEGN = 人偶CID(美) RDZJ01 = 大災難 危機之日(日) RDZP01 = 大災難 危機之日(歐) RE3ENR = 空戰高手 二戰英雄(美) -RE4E08 = 惡靈古堡 復刻版(美) +RE4E08 = 惡靈古堡(美) RE4J08 = 惡靈古堡(日或中) RE4P08 = 惡靈古堡(歐) RE5PAF = 貪吃精靈(歐) @@ -719,29 +722,29 @@ REAP69 = 名人體育(歐) REBE4Z = 豆豆先生的古怪世界(美) REBPMT = 憨豆先生的古怪世界(歐) RECE6K = 間諜遊戲 電梯任務(美) -REDE41 = 赤色鋼鐵(美) -REDJ41 = 赤色鋼鐵(日) -REDP41 = 赤色鋼鐵(歐) +REDE41 = 赤鐵(美) +REDJ41 = 赤鐵(日) +REDP41 = 赤鐵(歐) REFP41 = 我的法語教練(歐) REGE36 = 緊急出動(美) REGP36 = 緊急出動(歐) REHE41 = 緊急英雄(美) REHP41 = 緊急英雄(歐) REJEAF = 家庭訓練機 極限挑戰(美) -REJJAF = 家庭訓練機2[跳舞墊](日) -REJPAF = 家庭訓練機 極限挑戰[跳舞墊](歐) +REJJAF = 家庭教練2(日) +REJPAF = 家庭教練 極限挑戰(歐) REKE41 = 金吉姆健身房 卡迪歐塑身(美) REKJ2N = 有氧拳擊 Wii快樂瘦身(日或中) REKP41 = 金牌吉姆卡迪歐塑身[平衡板](歐) -REKU41 = 我的健康教練 金牌吉姆卡迪歐塑身[平衡板](英) +REKU41 = 金吉姆健身房 卡迪歐塑身(U) RELEA4 = 能源小精靈(美) RELJA4 = 能源小精靈(日) RELKA4 = 能源小精靈(韓) RELPA4 = 能源小精靈(歐) REMJ8P = 哆啦A夢Wii 秘密道具王決定戰!(日) RENE8P = 音速小子與黑暗騎士(美) -RENJ8P = 音速小子與黑暗騎士[WiFi](日) -RENP8P = 音速小子與黑暗騎士[WiFi](歐) +RENJ8P = 音速小子與黑暗騎士(日或中) +RENP8P = 音速小子與黑暗騎士(歐) REQE54 = 迪亞哥 徒步旅行救難隊(美) REQP54 = 迪亞哥 徒步旅行救難隊(歐) REQX54 = 迪亞哥 徒步旅行救難隊(歐) @@ -768,32 +771,33 @@ RF4E36 = 超級水果瀑布(美) RF4P6M = 超級水果瀑布(歐) RF7J08 = 龍之子 VS. CAPCOM 英雄交鋒世代(日) RF8E69 = FIFA足球08(美) -RF8J13 = FIFA足球08[WiFi](日) -RF8K69 = FIFA足球08[WiFi](韓) -RF8P69 = FIFA足球08[WiFi](歐) -RF8X69 = FIFA足球08[WiFi](X) -RF8Y69 = FIFA足球08[WiFi](Y) +RF8J13 = FIFA足球08(日) +RF8K69 = FIFA足球08(韓) +RF8P69 = FIFA足球08(歐) +RF8X69 = FIFA足球08(X) +RF8Y69 = FIFA足球08(Y) RF9E69 = FIFA足球09(美) -RF9J13 = FIFA足球09[WiFi](日) -RF9K69 = FIFA足球09[WiFi](韓) -RF9P69 = FIFA足球09[WiFi](歐) -RF9X69 = FIFA足球09[WiFi](X) -RF9Y69 = FIFA足球09[WiFi](Y) +RF9J13 = FIFA足球09(日) +RF9K69 = FIFA足球09(韓) +RF9P69 = FIFA足球09(歐) +RF9R69 = FIFA足球09(俄) +RF9X69 = FIFA足球09(X) +RF9Y69 = FIFA足球09(Y) RFAEAF = 活力生活 戶外挑戰(美) -RFAJAF = 家庭訓練機(日) -RFAPAF = 家庭教練[跳舞墊](歐) +RFAJAF = 家庭教練(日) +RFAPAF = 家庭教練(歐) RFBE01 = 永恒蔚藍(美) -RFBJ01 = 永恒蔚藍[WiFi](日) -RFBP01 = 永恒蔚藍[WiFi](歐) +RFBJ01 = 永恒蔚藍(日) +RFBP01 = 永恒蔚藍(歐) RFCEGD = 太空戰士 水晶編年史 水晶持有者(美) RFCJGD = 太空戰士 水晶編年史 水晶持有者(日) RFCPGD = 太空戰士 水晶編年史 水晶持有者(歐) RFEE01 = 聖火降魔錄 曉之女神(美) RFEJ01 = 聖火降魔錄 曉之女神(日) RFEP01 = 聖火降魔錄 曉之女神(歐) -RFFEGD = 太空戰士 水晶編年史 時間的共鳴[WiFi](美) -RFFJGD = 太空戰士 水晶編年史 時間的共鳴[WiFi](日) -RFFPGD = 太空戰士 水晶編年史 時間的共鳴[WiFi](歐) +RFFEGD = 太空戰士水晶編年史 時間的共鳴(美) +RFFJGD = 太空戰士水晶編年史 時間的共鳴(日) +RFFPGD = 太空戰士水晶編年史 時間的共鳴(歐) RFJJAF = 家庭賽馬(日) RFKE41 = 我的健身教練(美) RFKP41 = 我的健康教練(歐) @@ -831,13 +835,13 @@ RFWE5Z = 野外探險 非洲(美) RFWPNK = 非洲徒步大冒險(歐) RFYFMR = 博涯堡壘 開戰(法) RFZE41 = 想象 時尚聚會(美) -RFZP41 = 想象 時尚偶像[平衡板](歐) +RFZP41 = 想象 時尚偶像(歐) RG2EXS = 罪惡裝備XX(美) RG2JJF = 聖騎士之戰XX ΛCore(日) RG2PGT = 罪惡裝備XX(歐) RG4JC0 = 電車向前走!新幹線EX 山陽新幹線(日) RG5EWR = 吉尼斯世界紀錄 電視遊戲(美) -RG5PWR = 吉尼斯世界紀錄 電視遊戲[WiFi](歐) +RG5PWR = 吉尼斯世界紀錄 電視遊戲(歐) RG6E69 = 搖滾樂超級明星(美) RG6P69 = 搖滾樂超級明星(歐) RG7EQH = 城市建設者(美) @@ -847,7 +851,7 @@ RG9E54 = 嘉年華遊戲 迷你高爾夫(美) RG9P54 = 嘉年華遊戲 迷你高爾夫(歐) RGAE8P = 51號星球(美) RGAP8P = 51號星球(歐) -RGBE08 = 哈維博德曼 律師(美) +RGBE08 = 哈維·博德曼 律師(美) RGCEXS = 遙控直升機Wii 飛行大冒險(美) RGCJJF = 遙控直升機Wii 飛行大冒險(日) RGCPGT = 遙控直升機Wii 飛行大冒險(歐) @@ -861,15 +865,15 @@ RGFS69 = 教父 黑手黨(西) RGGJAF = GeGeGe的鬼太郎 妖怪大運動會(日) RGHE52 = 吉他英雄3 搖滾傳奇(美) RGHJ52 = 吉他英雄3 搖滾傳奇[WiFi](日) -RGHK52 = 吉他英雄3 搖滾傳奇[WiFi](韓) -RGHP52 = 吉他英雄3 搖滾傳奇[WiFi](歐) -RGIJC8 = G1騎師Wii(日) +RGHK52 = 吉他英雄3 搖滾傳奇(韓) +RGHP52 = 吉他英雄3 搖滾傳奇(歐) +RGIJC8 = GI騎師Wii(日) RGIPC8 = G1騎師Wii(歐) RGJE4Z = 森林泰山 探秘(美) RGJP7U = 森林泰山 探秘(歐) RGKENR = 兒童高爾夫(美) RGLE7D = 幾何戰爭 銀河(美) -RGLP7D = 幾何戰爭 銀河[WiFi](歐) +RGLP7D = 幾何戰爭 銀河(歐) RGME5D = 企鵝也瘋狂(美) RGMP5D = 企鵝也瘋狂(歐) RGNJAF = 銀魂(日) @@ -877,15 +881,15 @@ RGOJJ9 = 金蛋世界(日) RGPJAF = 機動戰士高達2 哀.戰士篇(日) RGQE70 = 魔鬼剋星(美) RGQP70 = 魔鬼剋星(歐) -RGSE8P = 幽靈小隊[WiFi](美) +RGSE8P = 幽靈小隊(美) RGSJ8P = 幽靈小隊(日或中) -RGSP8P = 幽靈小隊[WiFi](歐) +RGSP8P = 幽靈小隊(歐) RGTE41 = GT職業賽車(美) RGTJBL = GT職業賽車(日) RGTP41 = GT職業賽車(歐) RGVE52 = 吉他英雄 空中鐵匠樂隊(美) -RGVJ52 = 吉他英雄 空中鐵匠樂隊專輯[WiFi](日) -RGVP52 = 吉他英雄 空中鐵匠樂隊專輯[WiFi](歐) +RGVJ52 = 吉他英雄 空中鐵匠樂隊(日) +RGVP52 = 吉他英雄 空中鐵匠樂隊(歐) RGWE41 = 瘋狂兔子歸鄉記[WiFi](美) RGWJ41 = 瘋狂兔子 歸鄉記[WiFi](日) RGWP41 = 瘋狂兔子 歸鄉記[WiFi](歐) @@ -904,9 +908,9 @@ RH3P4Q = 歌舞青春3 畢業舞會(歐) RH4XUG = 倉鼠英雄(X) RH5EVN = 小馬人生歷險記(美) RH5PKM = 愛倫懷塔克的小馬生活(歐) -RH6E69 = 哈利波特 混血王子的背叛(美) -RH6K69 = 哈利波特 混血王子的背叛(韓) -RH6P69 = 哈利波特 混血王子的背叛(歐) +RH6E69 = 哈利·波特與混血王子(美) +RH6K69 = 哈利·波特與混血王子(韓) +RH6P69 = 哈利·波特與混血王子(歐) RH7J8P = Sammy合集 北斗神拳[WiFi](日) RH8E4F = 古墓奇兵 地城奪寶(美) RH8JEL = 古墓奇兵 地城奪寶(日) @@ -946,10 +950,10 @@ RHOE8P = 死亡之屋 過度殺戮(美) RHOJ8P = 死亡之屋 過度殺戮(日) RHOP8P = 死亡之屋 過度殺戮(歐) RHPJ8N = 現子麻將~作弊流浪記~(日) -RHQE4Q = 汉娜·蒙塔娜 萬眾矚目全球巡演歌唱大賽(美) -RHQP4Q = 孟漢娜萬眾矚目全球巡演歌唱大賽(歐) -RHQX4Q = 孟漢娜萬眾矚目全球巡演歌唱大賽(歐) -RHQY4Q = 孟漢娜萬眾矚目全球巡演歌唱大賽(Y) +RHQE4Q = 漢娜·蒙塔娜 萬眾矚目全球巡演歌唱大賽(美) +RHQP4Q = 漢娜·蒙塔娜 萬眾矚目全球巡演歌唱大賽(歐) +RHQX4Q = 汉娜·蒙塔娜 萬眾矚目全球巡演歌唱大賽(X) +RHQY4Q = 漢娜·蒙塔娜 萬眾矚目全球巡演歌唱大賽(Y) RHRJ99 = 家庭教師REBORN 超夢幻決勝(日或中) RHSE36 = 熱導追蹤(美) RHSP36 = 熱導追蹤(歐) @@ -978,10 +982,10 @@ RI7E4Z = 怪物大破壞 製作和戰鬥(美) RI8E41 = 戰火兄弟連 進軍30高地(美) RI8P41 = 戰火兄弟連 進軍30高地(歐) RI9EGT = 女孩冰上公主(美) -RI9PGT = 女孩冰上公主[平衡板](歐) -RIAE52 = 冰河世紀3 恐龍的黎明(美) -RIAI52 = 冰河世紀3 恐龍的黎明(意) -RIAP52 = 冰河世紀3 恐龍的黎明(歐) +RI9PGT = 女孩冰上公主(歐) +RIAE52 = 冰原歷險記3(美) +RIAI52 = 冰原歷險記3(意) +RIAP52 = 冰原歷險記3(歐) RIBES5 = 異想天開(美) RIBPKM = 異想天開(歐) RICENR = 美國鐵人料理 頂級烹飪法(美) @@ -1011,7 +1015,7 @@ RIPJAF = 航海王 無盡的冒險(日) RIQPUJ = 冰上炫舞(歐) RIRE8P = 鋼鐵人(美) RIRP8P = 鋼鐵人(歐) -RITFMR = 城市之間[平衡板](法) +RITFMR = 城市之間(法) RIUJAF = 航海王 無限巡航 第二章 覺醒的勇者(日) RIUPAF = 航海王 無限巡航 第二章 覺醒的勇者(歐) RIVEXJ = 奇異鳥伊維(美) @@ -1023,9 +1027,9 @@ RIXP7J = 道奇賽車 掌控者與挑戰者(歐) RIYE52 = 太空營地(美) RIYP52 = 太空營地(歐) RIZENR = 印第500賽車(美) -RJ2E52 = 詹姆士龐德007 量子危機(美) -RJ2JGD = 詹姆士龐德 007 量子危機[WiFi](日) -RJ2P52 = 詹姆士龐德 007 量子危機[WiFi](歐) +RJ2E52 = 007 量子危機(美) +RJ2JGD = 007 量子危機(日) +RJ2P52 = 007 量子危機(歐) RJ3E20 = 吉普越野賽車(美) RJ3P7J = 吉普越野賽車(歐) RJ4ENR = 珠寶大師 羅馬發源地(美) @@ -1038,10 +1042,10 @@ RJ8P64 = 印第安納瓊斯與帝王手杖(歐) RJ9FMR = 思考 邏輯訓練(法) RJ9PFR = 思考邏輯訓練器(歐) RJ9XML = 思考 邏輯訓練(X) -RJAD52 = 決勝時刻4 現代戰爭[WiFi](德) +RJAD52 = 決勝時刻 現代戰爭(德) RJAE52 = 決勝時刻 現代戰爭(美) -RJAP52 = 決勝時刻4 現代戰爭[WiFi](歐) -RJAX52 = 決勝時刻4 現代戰爭[WiFi](X) +RJAP52 = 決勝時刻 現代戰爭(歐) +RJAX52 = 決勝時刻 現代戰爭(X) RJBJAF = 大怪獸對決 超人力霸王競技場(日) RJCE52 = Baja 1000越野拉力賽(美) RJCP52 = Baja 1000越野拉力賽(歐) @@ -1065,9 +1069,9 @@ RJOP99 = 恐怖體感 咒怨(歐) RJPJA4 = 實況棒球Wii(日) RJQE5G = 睡衣山姆 別怕黑(美) RJQP70 = 睡衣山姆 別怕黑(歐) -RJREA4 = 熱舞革命 勁爆舞會3(美) -RJRJA4 = 熱舞革命 勁爆舞會3(日) -RJRPA4 = 熱舞革命 勁爆舞會 3[跳舞墊]]平衡板](歐) +RJREA4 = 勁舞革命 勁爆舞會3(美) +RJRJA4 = 勁舞革命 音樂塑身(日) +RJRPA4 = 勁舞革命 勁爆舞會3(歐) RJSENR = 川崎水上摩托車(美) RJSPUG = 川崎水上摩托車(歐) RJSXUG = 川崎水上摩托車(X) @@ -1079,7 +1083,7 @@ RJXE5G = 去玩吧 伐木工(美) RJYE5Z = 費茲維澤醫生的動物大拯救(美) RJZP7U = SNK街機經典Vol1(歐) RK2EEB = 超執刀 新血[WiFi](美) -RK2JEB = 超執刀 新血[WiFi](日) +RK2JEB = 超執刀 新血(日) RK2P01 = 超執刀 新血[WiFi](歐) RK3J01 = 安藤檢索(日) RK4JAF = 結界師 黑芒樓之影(日) @@ -1125,8 +1129,8 @@ RKPE52 = 功夫熊貓(美) RKPJ52 = 功夫熊貓(日) RKPK52 = 功夫熊貓(韓) RKPP52 = 功夫熊貓(歐) -RKPV52 = 功夫熊貓(歐) -RKPX52 = 功夫熊貓(Y) +RKPV52 = 功夫熊貓(V) +RKPX52 = 功夫熊貓(X) RKPY52 = 功夫熊貓(Y) RKQENR = 糖果工廠(美) RKSENR = 兒童籃球(美) @@ -1144,13 +1148,14 @@ RKZEA4 = 迷失蔚藍Wii(美) RKZJA4 = 倖存少年Wii(日或中) RKZPA4 = 迷失蔚藍Wii(歐) RL2E78 = 我的馴馬場(美) +RL2HMN = 我的馴馬場(荷) RL2PFR = 我的馴馬場(歐) RL3EMJ = 金字塔祖瑪 3(美) RL4E64 = 樂高印地安納瓊斯大冒險2 冒險再續(美) RL4P64 = 樂高印地安納瓊斯大冒險2 冒險再續(歐) RL5E52 = 愛卡莉(美) RL5P52 = 愛卡莉(歐) -RL6E69 = 玩具槍大戰2 精英(美) +RL6E69 = 玩具槍大作戰 精英(美) RL7E69 = 小小寵物店 朋友(美) RL7P69 = 小小寵物店 朋友(歐) RL8E54 = 實況野球大聯盟2008(美) @@ -1196,6 +1201,7 @@ RLTENR = 倫敦計程車 尖峰時刻(美) RLTXUG = 倫敦計程車 尖峰時刻(X) RLUE4Q = 雷霆戰狗Bolt(美) RLUP4Q = 雷霆戰狗Bolt(歐) +RLUR4Q = 閃電狗(俄) RLUX4Q = 雷霆戰狗Bolt(X) RLUY4Q = 雷霆戰狗Bolt(Y) RLVE78 = 降世神通 最後的氣宗(美) @@ -1218,9 +1224,9 @@ RM2J13 = 榮譽勳章 鐵膽英豪2(日) RM2P69 = 榮譽勛章 英雄2[WiFi](歐) RM2U69 = 榮譽勛章 英雄2[WiFi](英) RM2X69 = 榮譽勛章 英雄2[WiFi](X) -RM3E01 = 銀河戰士3 墮落(美) -RM3J01 = 銀河戰士3 墮落(日) -RM3P01 = 銀河戰士3 墮落(歐) +RM3E01 = 密特羅德究極3 墮落(美) +RM3J01 = 密特羅德究極3 墮落(日) +RM3P01 = 密特羅德究極3 墮落(歐) RM4E41 = 怪物四驅 世界巡迴賽(美) RM4J41 = 怪獸卡車4×4 世界巡迴賽(日) RM4P41 = 怪物四驅 世界巡迴賽(歐) @@ -1273,8 +1279,8 @@ RMMP7U = 水銀融化 革命(歐) RMNDFR = 我的寵物旅店(德) RMNHMN = 我的寵物旅店(荷) RMNPFR = 我的寵物旅店(歐) -RMOE52 = 怪獸大卡車(美) -RMOP52 = 怪獸大卡車(歐) +RMOE52 = 怪物卡車(美) +RMOP52 = 怪物卡車(歐) RMPE54 = 實況野球大聯盟(美) RMQENR = 神話創造者 命運水晶(美) RMQPUG = 神話創造者 命運水晶(歐) @@ -1282,7 +1288,7 @@ RMRE5Z = 小魔怪魔法馬戲團(美) RMRPNK = 小魔怪魔法馬戲團(歐) RMRXNK = 小魔怪魔法馬戲團(X) RMSE52 = 漫威終極聯盟2(美) -RMSP52 = 漫畫英雄 終極聯盟 2([WiFi]歐) +RMSP52 = 漫威終極聯盟2(歐) RMTJ18 = 桃太郎電鐵16北海道大移動[WiFi](日) RMUE52 = 漫威終極聯盟(美) RMUJ2K = 漫畫英雄 終極聯盟(日) @@ -1292,11 +1298,11 @@ RMVP69 = 榮譽勛章 先遣部隊(歐) RMVX69 = 榮譽勛章 先遣部隊(X) RMWE20 = M&M's巧克力豆卡丁賽車(美) RMXE78 = 極限越野 突破[(美) -RMXF78 = 極限越野 突破[WiFi](法) +RMXF78 = 極限越野 突破(法) RMXP78 = 極限越野 突破(歐) RMYE5Z = 超級卡丁車GP(美) RMYPUG = 超級卡丁車GP(歐) -RMYXUG = 超級卡丁車GP(歐) +RMYXUG = 超級卡丁車GP(X) RMZE5Z = 神話制造者 崔克茜在玩具島(美) RMZPUG = 神話制造者 崔克茜在玩具島(歐) RN2EAF = 拿姆科遊戲博物館經典合集(美) @@ -1318,9 +1324,9 @@ RN9E4F = 巨蟲魔島(美) RN9JEL = 巨蟲魔島(日) RN9P4F = 巨蟲魔島(歐) RNAE69 = 美國大學橄欖球2009(美) -RNBE69 = 美國職業籃球2008[WiFi](美) -RNBP69 = 美國職業籃球2008[WiFi](歐) -RNBX69 = 美國職業籃球2008[WiFi](X) +RNBE69 = NBA 2008(美) +RNBP69 = NBA 2008(歐) +RNBX69 = NBA 2008(X) RNCEH4 = SNK街機經典Vol1(美) RNDJAF = 交響情人夢 夢之☆管弦樂(日) RNEEDA = 火影忍者疾風傳 激鬪忍者大戰3(美) @@ -1336,7 +1342,7 @@ RNHP99 = 英雄不再(歐) RNIPGT = 心靈、身體、靈魂 的營養健康[平衡板](歐) RNJE4F = 迷你忍者(美) RNJP4F = 迷你忍者(歐) -RNKE69 = 玩具槍大戰(美) +RNKE69 = 玩具槍大作戰(美) RNKP69 = 玩具槍大戰(歐) RNLE54 = 勁爆冰上曲棍球2009[WiFi](美) RNLP54 = 勁爆冰上曲棍球2009[WiFi](歐) @@ -1357,9 +1363,9 @@ RNPK69 = 極速快感 職業街頭(韓) RNPP69 = 極速快感 職業街頭(歐) RNPX69 = 極速快感 職業街頭(X) RNPY69 = 極速快感 職業街頭(Y) -RNRE41 = 爆衝機車[WiFi](美) +RNRE41 = 爆衝機車(美) RNRJ41 = 爆衝機車[WiFi](日) -RNRP41 = 爆衝機車[WiFi](歐) +RNRP41 = 爆衝機車(歐) RNSD69 = 極速快感 玩命山道(德) RNSE69 = 極速快感 玩命山道(美) RNSF69 = 極速快感 玩命山道(法) @@ -1417,8 +1423,8 @@ ROHJAF = 快樂組舞(日) ROJE52 = 拉帕拉 大眾釣魚(美) ROJP52 = 惠寶來 大家來釣魚(歐) ROKJ18 = 卡拉OK 歡樂之聲Wii(日) -ROLE8P = 瑪利歐與音速小子在溫哥華冬奧會[WiFi][平衡板](美) -ROLJ01 = 瑪利歐與音速小子在溫哥華冬季奧運(日) +ROLE8P = 瑪利歐與音速小子在溫哥華冬奧(美) +ROLJ01 = 瑪利歐與音速小子在溫哥華冬奧(日) ROLK01 = 瑪利歐與音速小子在溫哥華冬奧會[WiFi][平衡板](韓) ROLP8P = 瑪利歐與音速小子在溫哥華冬奧(歐) ROMJ08 = 魔物獵人G[WiFi](日) @@ -1448,7 +1454,7 @@ RP2E69 = 冷知識遊戲(美) RP2P69 = 冷知識遊戲(歐) RP3JAF = 高爾夫球選手猿(日) RP4E69 = 我的模擬聚會(美) -RP4J13 = 我的模擬聚會[WiFi](日) +RP4J13 = 我的模擬聚會(日) RP4P69 = 我的模擬聚會[WiFi](歐) RP5JA4 = 實況強力職棒15(日) RP6E41 = 寵物 瘋狂的猴子(美) @@ -1459,9 +1465,9 @@ RP9ERS = 太空黑猩猩(美) RP9PRS = 太空黑猩猩(歐) RP9XRS = 太空黑猩猩(X) RPAF70 = 船槳男孩 迷失(法) -RPBE01 = 神奇寶貝 戰鬥革命(美) -RPBJ01 = 神奇寶貝 戰鬥革命[WiFi](日) -RPBP01 = 神奇寶貝 戰鬥革命[WiFi](歐) +RPBE01 = 寶可夢 戰鬥革命(美) +RPBJ01 = 寶可夢 戰鬥革命(日) +RPBP01 = 寶可夢 戰鬥革命(歐) RPCE20 = 難題收藏(美) RPCP41 = 難題收藏(歐) RPCX7J = 難題收藏(X) @@ -1473,8 +1479,8 @@ RPFU52 = 森林尋寶 大冒險(英) RPGE5D = 怪獸大破壞(美) RPGP5D = 怪獸大破壞(歐) RPHPPN = 粉紅豬小妹 遊戲(歐) -RPIE52 = MTV 幫你改裝車(美) -RPIP52 = MTV 幫你改裝車(歐) +RPIE52 = MTV幫你改裝車(美) +RPIP52 = MTV幫你改裝車(歐) RPJE7U = 弧光幻想曲(美) RPJJ99 = 弧光幻想曲(日) RPKE52 = 世界撲克冠軍聯賽2007(美) @@ -1521,17 +1527,17 @@ RQ6XKM = 妖山詛咒(X) RQ7E20 = 火星人的恐慌(美) RQ8E08 = 世界摩托車錦標賽 08(美) RQ8P08 = 世界摩托車錦標賽 08(歐) -RQ9E69 = 美國職業籃球2009[WiFi](美) -RQ9F69 = 美國職業籃球2009[WiFi](法) -RQ9P69 = 美國職業籃球2009[WiFi](歐) -RQ9S69 = 美國職業籃球2009[WiFi](西) -RQBENR = 川崎4X4沙灘車(美) -RQBPUG = 川崎4X4沙灘車(歐) -RQBXUG = 川崎4X4沙灘車(X) +RQ9E69 = NBA 2009(美) +RQ9F69 = NBA 2009(法) +RQ9P69 = NBA 2009(歐) +RQ9S69 = NBA 2009(西) +RQBENR = 川崎沙灘車(美) +RQBPUG = 川崎沙灘車(歐) +RQBXUG = 川崎沙灘車(X) RQCEAF = 貪吃精靈(美) RQCJAF = 貪吃精靈(日) RQEE6U = 阿加莎·克里斯蒂 艷陽下的謀殺案(美) -RQEP6V = 阿加莎克里斯蒂 艷陽下的謀殺案(歐) +RQEP6V = 阿加莎·克里斯蒂 艷陽下的謀殺案(歐) RQFE6U = 破箱人 終極難題冒險(美) RQFP6V = 破箱人 終極難題冒險(歐) RQGE69 = 我的模擬人生 賽車(美) @@ -1540,7 +1546,7 @@ RQGP69 = 我的模擬人生 賽車(歐) RQIJ01 = NHK紅白猜謎合戰(日) RQJE7D = 古惑狼 泰坦巨人(美) RQJP7D = 古惑狼之泰坦巨人(歐) -RQJX7D = 古惑狼之泰坦巨人[WiFi](X) +RQJX7D = 古惑狼 泰坦巨人(X) RQKE41 = 馬戲團遊戲(美) RQKP41 = 聚會遊樂園(歐) RQLE64 = 星際大戰複製人之戰 共和國英雄(美) @@ -1554,8 +1560,8 @@ RQOJ13 = 孢子英雄(日) RQOP69 = 孢子英雄(歐) RQPE52 = 坎貝拉的獵鹿(美) RQPP52 = 坎貝拉的獵鹿(歐) -RQPZ52 = 坎貝拉鹿獵(歐) -RQQE70 = 後院橄欖球2009(美) +RQPZ52 = 坎貝拉的獵鹿人(Z) +RQQE70 = 後院橄欖球09(美) RQREXJ = 空中殺手 無罪王牌(美或中) RQRJAF = 空中殺手:無瑕王牌(日) RQRPAF = 空中殺手 無罪王牌(歐) @@ -1570,8 +1576,8 @@ RQWEG9 = 益智之迷 戰神的挑戰(美) RQWPG9 = 益智之迷 戰神的挑戰(歐) RQXP70 = 奧運會上的阿斯特里克斯(歐) RQYENR = 夢幻水族世界(美) -RQZE41 = 異形4X4特技賽車(美) -RQZP41 = 怪獸4X4特級賽車(歐) +RQZE41 = 怪物四驅 特技賽車(美) +RQZP41 = 怪物四驅 特技賽車(歐) RR2ENR = 裝載卡車競賽2(美) RR2PUG = 裝載卡車競賽2(歐) RR2XUG = 裝載卡車競賽2(歐) @@ -1615,6 +1621,7 @@ RRLX78 = 貝茲娃娃 女孩本搖滾(X) RRLY78 = 貝茲娃娃 女孩本搖滾(Y) RRLZ78 = 貝茲娃娃 女孩本搖滾(Z) RRME69 = 孩之寶 家庭遊戲之夜(美) +RRMI69 = 孩之寶 家庭遊戲之夜(意) RRMP69 = 孩之寶 家庭遊戲之夜(歐) RRMX69 = 孩之寶 家庭遊戲之夜(X) RRPE41 = 正確定價(美) @@ -1651,7 +1658,7 @@ RS3P52 = 蜘蛛人3(歐) RS3X52 = 蜘蛛人3(X) RS4EXS = 式神之城3(美) RS4JJF = 式神之城3(日) -RS4PXS = 式神之城3(歐) +RS4PH3 = 式神之城3(歐) RS5EC8 = 戰國無雙KATANA(美) RS5JC8 = 戰國無雙 KATANA(日) RS5PC8 = 戰國無雙 KATANA(歐) @@ -1659,12 +1666,12 @@ RS7J01 = 光速蒙面俠21 賽場上的最強戰士(日) RS8J8N = 上海(日) RS9E8P = 音速小子滑板競速 流星故事(美) RS9J8P = 音速小子滑板競速 流星故事(日) -RS9P8P = 音速小子滑板競速 流星故事[WiFi](歐) +RS9P8P = 音速小子滑板競速 流星故事(歐) RSAE78 = 海綿寶寶 亞特蘭堤斯(美) RSAP78 = 海綿寶寶 亞特蘭蒂斯(歐) RSBE01 = 任天堂明星大亂鬪X(美) RSBJ01 = 任天堂明星大亂鬪X(日) -RSBK01 = 任天堂明星大亂鬪X[WiFi](韓) +RSBK01 = 任天堂明星大亂鬪X(韓) RSBP01 = 任天堂明星大亂鬪X[WiFi](歐) RSCD7D = 疤面煞星 掌握世界(德) RSCE7D = 疤面煞星 掌握世界(美) @@ -1708,7 +1715,7 @@ RSPP01 = Wii運動(歐) RSPW01 = Wii運動(中) RSQEAF = 家庭滑雪(美) RSQJAF = 家庭滑雪(日) -RSQPAF = 家庭滑雪[平衡板](歐) +RSQPAF = 家庭滑雪(歐) RSRE8P = 音速小子 索尼克與秘密的戒指(美) RSRJ8P = 音速小子 索尼克與秘密的戒指(日) RSRP8P = 音速小子 索尼克與秘密的戒指(歐) @@ -1773,7 +1780,7 @@ RTFK52 = 變形金剛(韓) RTFP52 = 變形金剛(歐) RTFX52 = 變形金剛(X) RTFY52 = 變形金剛(Y) -RTGJ18 = 嚴選桌面遊戲 Wii +RTGJ18 = 嚴選桌面遊戲Wii(日) RTHE52 = 托尼霍克滑板(美) RTHP52 = 托尼霍克滑板(歐) RTIE8P = 古怪世界運動會(美) @@ -1794,8 +1801,8 @@ RTNJCQ = 天誅4(日或中) RTNP41 = 天誅4(歐) RTOJ8P = 428 被封鎖的涉谷(日) RTPP41 = 王牌冒險(歐) -RTQENR = 怪物卡車 越野賽(美) -RTQPUG = 怪物卡車 越野賽(歐) +RTQENR = 怪物卡車越野賽(美) +RTQPUG = 怪物卡車越野賽(歐) RTQXUG = 怪物卡車 越野賽(X) RTRE18 = 垂釣大師(美) RTRJ18 = 垂釣大師(日) @@ -1840,6 +1847,7 @@ RUCPRT = 冬季運動會 終極挑戰 2008(歐) RUCXRT = 冬季運動會 終極挑戰 2008(X) RUEE4Q = 鼠膽妙算(美) RUEP4Q = 鼠膽妙算(歐) +RUER4Q = 鼠膽妙算(俄) RUEX4Q = 鼠膽妙算(X) RUEY4Q = 鼠膽妙算(歐) RUFEMV = 符文工廠 未知大地(美) @@ -1850,7 +1858,7 @@ RUGP5G = 雞皮疙瘩恐怖樂園(歐) RUHE52 = 爆丸 戰鬥對決(美) RUHP52 = 爆丸 戰鬥對決(歐) RUHX52 = 爆丸 戰鬥對決(X) -RUHZ52 = 爆丸 戰鬥對決(歐) +RUHZ52 = 爆丸 戰鬥對決(Z) RUIE4Q = 迪斯尼 想唱就唱(美) RUIP4Q = 迪斯尼 想唱就唱(歐) RUIX4Q = 迪斯尼 想唱就唱(X) @@ -1858,7 +1866,7 @@ RUKEGT = 我們來搖滾吧 鼓王(美) RUKPGT = 我們來搖滾吧 鼓王(歐) RULE4Q = 終極樂隊[WiFi](美) RULP4Q = 終極樂隊[WiFi](歐) -RUME5Z = 滑雪射擊[平衡板](美) +RUME5Z = 滑雪射擊(美) RUMPFR = 夏季田徑運動會(歐) RUNJ0Q = 新 右腦達人Wii(日) RUOEPL = 閣樓里的外星人(美) @@ -1880,10 +1888,10 @@ RUSX78 = 海綿寶寶 致命水珠(X) RUSY78 = 海綿寶寶 致命水珠(Y) RUUE01 = 動物之森 城市大家庭(美) RUUJ01 = 動物之森 城市大家庭(日) -RUUK01 = 動物之森 城市大家庭[WiFi](韓) -RUUP01 = 動物之森 城市大家庭[WiFi](歐) +RUUK01 = 動物之森 城市大家庭(韓) +RUUP01 = 動物之森 城市大家庭(歐) RUWJC8 = 賽馬大亨世界(日) -RUXPUG = 都市極限飚車 街道之怒(X) +RUXPUG = 都市極限飚車 街道之怒(歐) RUXXUG = 都市極限飚車 街道之怒(X) RUYE41 = 英雄不再2 垂死掙扎(美) RUYJ99 = 英雄不再2:垂死掙扎(日) @@ -1896,8 +1904,8 @@ RV3P6N = 聰明的孩子 嚇人的爬行動物(歐) RV7SMR = 幸存者[平衡板](歐) RV8E20 = 夏日海灘趣味挑戰(美) RV8PRT = 海灘暑假快樂挑戰(歐) -RV9E78 = 降世神通 地獄之炎(美) -RV9P78 = 降世神通 地獄之炎(歐) +RV9E78 = 降世神通 地獄之戰(美) +RV9P78 = 降世神通 地獄之戰(歐) RVAE78 = 降世神通 燃燒的大地(美) RVAP78 = 降世神通 燃燒的大地(歐) RVBERS = 鼠來寶(美) @@ -1907,7 +1915,6 @@ RVEFMR = 歡迎來到北方(法) RVFE20 = 大腳車 碰撞航向(美) RVFP7J = 大腳車 碰撞航向(歐) RVGE78 = 默夫格里芬縱橫字迷(美) -RVGP78 = 默夫格里芬縱橫字迷(歐) RVHP41 = 斯塊博拼字 互動2009[WiFi][平衡板](歐) RVIE4F = 樂高生化戰士(美) RVIP4F = 樂高生化戰士(歐) @@ -1915,12 +1922,12 @@ RVJPFR = 金髮美女 回到小島(歐) RVKEXJ = 瓦爾哈拉騎士 艾德爾傳奇[WiFi](美) RVKJ99 = 瓦爾哈拉騎士 艾德爾傳奇[WiFi](日) RVKKZA = 瓦爾哈拉騎士 艾德爾傳奇[WiFi](韓) -RVKP99 = 瓦爾哈拉騎士 艾德爾傳奇[WiFi](歐) +RVKP99 = 瓦爾哈拉騎士 艾德爾傳奇(歐) RVLPA4 = 搖滾革命(歐) -RVNE20 = 加爾文塔克的鄉村狂歡(美) -RVNP7J = 加爾文塔克的鄉村狂歡(歐) -RVOEPL = 眩暈滾球[平衡板](美) -RVOPPL = 眩暈滾球[平衡板](歐) +RVNE20 = 加爾文·塔克的鄉村狂歡(美) +RVNP7J = 加爾文·塔克的鄉村狂歡(歐) +RVOEPL = 眩暈滾球(美) +RVOPPL = 眩暈滾球(歐) RVPEFS = 明星吉他(美) RVPPFS = 明星吉他(歐) RVQE41 = 電影遊戲(美) @@ -1933,18 +1940,18 @@ RVSP69 = 極限滑板[平衡板](歐) RVTFMR = 真實故事 獸醫(法) RVTPMR = 我的寵物俱樂部(歐) RVTXMR = 真實故事 獸醫(X) -RVUE8P = 威力網球 2009[MP][WiFi](美) +RVUE8P = 威力網球2009(美) RVUP8P = 威力網球 2009[MP][WiFi](歐) RVVE78 = 大沙灘運動(美) RVVP78 = 大沙灘運動(歐) RVXFRT = 現代冬季兩項2009[平衡板](法) RVXPRT = 現代冬季兩項2009[平衡板](歐) -RVYD52 = 決勝時刻 戰爭世界[WiFi](德) +RVYD52 = 決勝時刻 戰爭世界(德) RVYE52 = 決勝時刻 戰爭世界(美) -RVYK52 = 決勝時刻 世界大戰[WiFi](韓) -RVYP52 = 決勝時刻 世界大戰[WiFi](歐) -RVYX52 = 決勝時刻 世界大戰[WiFi](X) -RVYY52 = 決勝時刻 世界大戰[WiFi](Y) +RVYK52 = 決勝時刻 世界大戰(韓) +RVYP52 = 決勝時刻 戰爭世界(歐) +RVYX52 = 決勝時刻 世界大戰(X) +RVYY52 = 決勝時刻 世界大戰(Y) RVZE52 = 怪獸大戰外星人(美) RVZP52 = 怪獸大戰外星人(歐) RW3E4Q = 神鬼奇航 世界的盡頭(美) @@ -2003,10 +2010,10 @@ RWRE4F = 古怪賽車 衝撞(美) RWRP4F = 古怪賽車 衝撞(歐) RWSE8P = 瑪利歐與音速小子在北京奧運(美) RWSJ01 = 瑪利歐與音速小子在北京奧運(日) -RWSK01 = 瑪利歐與音速小子在北京奧運[WiFi](韓) -RWSP8P = 瑪利歐與音速小子在北京奧運[WiFi](歐) +RWSK01 = 瑪利歐與音速小子在北京奧運(韓) +RWSP8P = 瑪利歐與音速小子在北京奧運(歐) RWTEG9 = 少年駭客 外星英雄(美) -RWTPG9 = BEN 10 外星神力(歐) +RWTPG9 = 少年駭客 外星英雄(歐) RWUE52 = X戰警 金鋼狼(美) RWUP52 = X戰警 金鋼狼(歐) RWUX52 = X戰警 金鋼狼(X) @@ -2020,8 +2027,8 @@ RWYPHH = 逃亡 海龜之夢(歐) RWZE5G = 奇跡世界遊樂園(美) RWZP5G = 奇跡世界遊樂園(歐) RWZX5G = 奇跡世界遊樂園(X) -RX2E70 = 我和我的小馬2(美) -RX2P70 = 我和我的小馬2(歐) +RX2E70 = 馬兒與我2(美) +RX2P70 = 馬兒與我2(歐) RX3E01 = 激情漫游 特技競速(美) RX3J01 = 激情漫遊:特技競速(日) RX4E4Z = 鬼馬小精靈 鬼怪運動日(美) @@ -2053,6 +2060,7 @@ RXDY4Q = 靈機一動(Y) RXEJDA = 棒球大聯盟Wii(日) RXFEVN = 近海大亨(美) RXGE6K = 吉綸立方(美) +RXGP6K = 吉綸立方(歐) RXHF5D = 混沌之家(法) RXIE52 = 變形金剛2 復仇之戰[WiFi](美) RXIP52 = 變形金剛2 復仇之戰[WiFi](歐) @@ -2067,14 +2075,14 @@ RXNEXS = 再次體感釣魚(美) RXNJJF = 鱸魚釣手Wii 世界錦標賽 (日) RXNPGT = 巴斯釣魚2(歐) RXPEXS = 實感釣魚 上鉤了(美) -RXPJJF = 實感釣魚[WiFi](日) -RXPPGT = 實感釣魚[WiFi](歐) +RXPJJF = 實感釣魚(日) +RXPPGT = 實感釣魚(歐) RXQEWR = 野獸冒險樂園(美) RXQPWR = 野獸冒險樂園(歐) RXRERS = 雙鼠記(美) RXRPRS = 浪漫鼠德佩羅(歐) RXRXRS = 浪漫的老鼠(歐) -RXSPA4 = 熱舞生涯 勁爆舞會[跳舞墊](歐) +RXSPA4 = 勁舞革命 勁爆舞會(歐) RXUE41 = 衝浪季節(美) RXUP41 = 衝浪季節(歐) RXUX41 = 衝浪季節(X) @@ -2087,7 +2095,7 @@ RXYE4Z = 更多的難題挑戰(美) RXYP4Z = 更多的難題挑戰(歐) RXZE52 = 坎貝拉危險狩獵2009(美) RXZP52 = 坎貝拉危險狩獵2009(歐) -RY2E41 = 雷曼超人 瘋狂兔子2[WiFi](美) +RY2E41 = 雷曼超人 瘋狂兔子2(美) RY2J41 = 雷曼超人 瘋狂兔子2[WiFi](日) RY2K41 = 雷曼超人 瘋狂兔子2[WiFi](韓) RY2P41 = 瘋狂兔子2(歐) @@ -2103,14 +2111,14 @@ RY6EA4 = 去戶外吧(美) RY6PA4 = 節拍漫步(歐) RY7PHZ = 忍者首領(歐) RY8EFS = 巴斯專業店 魚餌(美) -RY9E69 = FIFA足球09[WiFi](美) +RY9E69 = FIFA足球09(美) RYAJDA = 小雙俠Wii 驚心動魄機器猛競速(日或中) RYBE69 = 轟炸方塊 猛擊聚會(美) -RYBP69 = 轟炸方塊 猛擊聚會[WiFi](歐) +RYBP69 = 轟炸方塊 猛擊聚會(歐) RYDELT = 寵物伴侶 動物醫生(美) RYDP6V = 寵物伴侶 動物醫生(歐) -RYEEEB = 101合1 聚會遊戲大合集(美) -RYEPHZ = 101合1 聚會遊戲大合集(歐) +RYEEEB = 101合1聚會遊戲大合集(美) +RYEPHZ = 101合1聚會遊戲大合集(歐) RYGE9B = 阿格斯戰士 肌肉衝擊(美) RYGJ9B = 阿格斯戰士 肌肉衝擊(日) RYGP99 = 阿格斯戰士 肌肉衝擊(歐) @@ -2119,15 +2127,16 @@ RYHPS5 = 虛擬宇宙 扭曲之塔(歐) RYIE9B = 涂鴉王子(美) RYIPNK = 涂鴉王子(歐) RYJPTV = 莉莉菲公主 魔法小仙女(歐) -RYKEAF = 世界滑雪&滑雪板[平衡板](美) -RYKJAF = 家庭滑雪:世界滑雪&滑雪板(日) -RYKPAF = 世界滑雪&滑雪板[平衡板](歐) +RYKEAF = 家庭滑雪&滑雪板(美) +RYKJAF = 家庭滑雪&滑雪板(日) +RYKK01 = 家庭滑雪&滑雪板(韓) +RYKPAF = 家庭滑雪&滑雪板(歐) RYLDSV = 德國頂級模特(德) RYNE6U = 哈迪男孩 隱藏的盜竊(美) RYNP6V = 哈迪男孩 隱藏的盜竊(歐) -RYOEA4 = 遊戲王5D's 破碎轉輪(美) +RYOEA4 = 遊戲王5D's 騎乘決鬥者(美) RYOJA4 = 遊戲王5D's 騎乘決鬥者(日或中) -RYOPA4 = 遊戲王5D's破碎轉輪(歐) +RYOPA4 = 遊戲王5D's 騎乘決鬥者(歐) RYQE69 = 棋盤問答(美) RYQP69 = 棋盤問答(歐) RYQX69 = 棋盤問答(X) @@ -2186,10 +2195,10 @@ RZREGT = 蒙面俠蘇洛的宿命(美) RZRPGT = 蒙面俠蘇洛的宿命(歐) RZSEGJ = 極速地帶(美) RZSP68 = 飛速賽車(歐) -RZTE01 = Wii運動 度假勝地[MP](美) -RZTJ01 = Wii運動 度假勝地[MP](日) -RZTK01 = Wii運動 度假勝地[MP](韓) -RZTP01 = Wii運動 度假勝地[MP](歐) +RZTE01 = Wii運動 度假勝地(美) +RZTJ01 = Wii運動 度假勝地(日) +RZTK01 = Wii運動 度假勝地(韓) +RZTP01 = Wii運動 度假勝地(歐) RZTW01 = Wii運動 度假勝地(中) RZUE4Z = 彩色之旅(美) RZYE41 = 我的單詞教練(美) @@ -2200,20 +2209,22 @@ RZZE8P = 瘋狂世界(美) RZZJEL = 瘋狂世界(日) RZZP8P = 瘋狂世界(歐) S22JAF = 家庭釣魚(日) +S22K01 = 家庭釣魚(韓) S25JGD = 勇者鬥惡龍25周年紀念 FC & SFC 勇者鬥惡龍1、2、3 (日) S2AEAF = 運動生活 探險家(美) S2AJAF = 運動生活 探險家(日) -S2APAF = 運動生活 探險家(歐) +S2APAF = 家庭教练 探險家(歐) S2BEPZ = 鄉村舞蹈2(美) S2CE54 = 新遊戲狂歡節[MP](美) S2CP54 = 新遊戲狂歡節[MP](歐) S2DPML = 跳舞這是你的舞台(歐) -S2EE41 = ABBA: You Can Dance(美) -S2EP41 = ABBA: You Can Dance(歐) +S2EE41 = 舞力全開 ABBA(美) +S2EP41 = 舞力全開 ABBA(歐) S2HE70 = 鬼屋(美) S2HP70 = 鬼屋(歐) S2IE8P = 鋼鐵人2(美) S2IP8P = 鋼鐵人2(歐) +S2IZ8P = 鋼鐵人2 沃爾瑪版(美) S2LE01 = 寶可夢公園2 在世界的彼端 (美) S2LJ01 = 神奇寶貝樂園2 在世界的彼端(日) S2LP01 = 神奇寶貝樂園2 在世界的彼端 (歐) @@ -2226,36 +2237,38 @@ S2PXA4 = 實況足球 2012(歐) S2PYA4 = 實況足球 2012(歐) S2QE54 = NBA 2K12(美) S2QP54 = NBA 2K12(歐) -S2RPNK = 目標狙擊(美) +S2RPNK = 目標狙擊(歐) S2TJAF = 太鼓達人Wii 大張旗鼓!二代目(日) S2UE41 = 舞力全開2020(美) S2UP41 = 舞力全開2020(歐) S2WE78 = WWE激爆職業摔角 全明星大賽(美) S2WP78 = WWE激爆職業摔角 全明星大賽(歐) -S2XE41 = 藍色小精靈2(美) +S2XE41 = 藍精靈2(美) S2XP41 = 藍色小精靈2(歐) S2ZE52 = 開心鼠園2(美) S2ZP52 = 開心鼠園2(歐) S3AE5G = 3D電影大射擊(美) -S3APGT = 3D電影大射擊(美) +S3APGT = 3D電影大射擊(歐) S3BEWR = 蝙蝠俠 勇者無懼(美) S3BPWR = 蝙蝠俠 勇者無懼(歐) S3CENR = 三冠王滑雪錦標賽[平衡板](美) S3DE18 = 運動大集錦3 Wii的十項運動[MP][WiFi](美) -S3DJ18 = 運動大集錦3 Wii的十項運動[MP][WiFi](日) +S3DJ18 = 運動大集錦3 Wii的十項運動(日) S3DP18 = 運動大集錦3 Wii的十項運動[MP][WiFi]((歐) S3EE78 = 芭比娃娃 時尚風格(美) S3EP78 = 芭比娃娃 時尚風格(歐) S3FE69 = FIFA足球13(美) -S3FP69 = FIFA 足球 13 +S3FP69 = FIFA足球13(歐) +S3FX69 = FIFA足球13(X) S3GE20 = 極地越野賽3(美) +S3GPXT = 極地越野賽3(歐) S3HJ08 = 戰國 BASARA 3 宴(日) S3IPA4 = 實況足球2013(歐) S3ME69 = 模擬市民3(美) S3MP69 = 模擬市民3(歐) S3PE4Q = 迪士尼公主 我的童話冒險(美) S3PP4Q = 迪士尼公主 我的童話冒險(歐) -S3PX4Q = 迪士尼公主 我的童話冒險(歐) +S3PX4Q = 迪士尼公主 我的童話冒險(X) S3RJMS = 一閃女皇(日) S3SJ18 = 卡拉OK Joysound Wii超級DX版 好歌一起唱(日) S3TJAF = 太鼓達人Wii 大家的聚會!三代目(日) @@ -2269,21 +2282,24 @@ S59E01 = 戰國無雙 3(美) S59JC8 = 戰國無雙 3(日) S59P01 = 戰國無雙 3(歐) S5BETL = 回到未來(美) +S5BPKM = 回到未來(歐) S5DE41 = 舞力全開 迪士尼派對2(美) S5DP41 = 舞力全開 迪士尼派對2(歐) S5EE41 = 舞力全開2019(美) S5EP41 = 舞力全開2019(歐) S5KJAF = 太鼓達人Wii 超豪華版(日) S5QJC8 = 戰國無雙3 猛將傳(日) +S5RESZ = 拉姆賽車(美) S5RPNJ = 拉姆賽車(歐) S5SJHF = 閃電十一人GO時空之石 王牌前鋒 2013(日) S5TEG9 = 少年駭客 全面進化(美) +S5TPAF = 少年駭客 全面進化(歐) S5WE20 = 世界各地的50款遊戲(美) S6BE4Q = 勇敢傳說(美) S6BP4Q = 勇敢傳說(歐) S6BX4Q = 勇敢傳說(歐) S6IE78 = 迪斯尼公主故事書(美) -S6IP78 = 迪斯尼公主故事書(美) +S6IP78 = 迪斯尼公主故事書(歐) S6RE52 = 無敵破壞王(美) S6RP52 = 無敵破壞王(歐) S72E01 = 星之卡比 20週年紀念合集(美) @@ -2296,15 +2312,18 @@ S7BE69 = 棋盤遊戲(美) S7BP69 = 棋盤遊戲(歐) S7CJAF = 假面騎士 巔峰英雄 Fourze(日) S7DE52 = 憤怒的小鳥 星球大戰(美) +S7DP52 = 憤怒的小鳥 星球大戰(歐) SA3E5G = 鼠來寶3(美) +SA3P5G = 鼠來寶3(歐) +SA3XGT = 鼠來寶3(X) SA5E78 = 你比五年級生聰明嗎3(美) SA6EG9 = 少年駭客 銀河賽車(美) -SA6PAF = Ben 10 銀河賽車(美) +SA6PAF = 少年駭客 銀河賽車(歐) SA7ESZ = 小熊軟糖 魔法勳章(美) SABENR = 外星怪獸保齡球聯賽(美) -SABPJG = 外星怪物保齡球聯賽[MP](歐) +SABPJG = 外星怪物保齡球聯賽(歐) SADE70 = 後院運動 沙地強打者(美) -SAFUHS = 澳大利亞澳式足球聯盟(英) +SAFUHS = 澳大利亞橄欖球聯盟(U) SAGE41 = 驚險大挑戰(美) SAHE69 = 孩之寶 家庭遊戲之夜樂趣包(美) SAJE52 = 坎貝拉生存大冒險 卡特邁的陰影(美) @@ -2318,11 +2337,11 @@ SAOP78 = 怪物美少女 屍鬼精靈(歐) SAOXVZ = 怪物美少女 屍鬼精靈(歐) SAQE5G = 好萊塢明星私教(美) SARE4Z = 阿拉丁魔毯競速(美) -SARPNK = 阿拉丁魔毯競速[平衡板](歐) +SARPNK = 阿拉丁魔毯競速(歐) SATE6K = 查克奶酪的超級收藏(美) SAUJ8P = 魔法氣泡!! 20周年紀念版(日) SAVE5G = 鼠來寶2(美) -SAVX5G = 鼠來寶明星俱樂部(歐) +SAVX5G = 鼠來寶2(X) SAWE52 = 憤怒的小鳥 三部曲(美) SAWP52 = 憤怒的小鳥 三部曲(歐) SAYE20 = 新兵訓練營學院(美) @@ -2345,17 +2364,19 @@ SB6E52 = 爆丸 核心守護者(美) SB6P52 = 爆丸 核心守護者(歐) SB8EQH = 漢堡博特(美) SB9E78 = 芭比娃娃 照顧小狗(美) +SB9EVZ = 芭比娃娃 照顧小狗(美) SB9P78 = 芭比娃娃 照顧小狗(歐) -SB9X78 = 芭比娃娃 照顧小狗(美) +SB9X78 = 芭比娃娃 照顧小狗(X) +SB9YVZ = 芭比娃娃 照顧小狗(Y) SBAJGD = 勇者鬥惡龍 怪獸戰鬥之路 勝利(日) SBBE18 = 戰鬥陀螺 爆神須佐之男來襲(美) SBBJ18 = 戰鬥陀螺 對決大賽(日) SBBP18 = 戰鬥陀螺 爆神須佐之男來襲(歐) SBCJ2N = 比利的訓練營Wii 享受減肥(日) -SBDE08 = 惡靈古堡 暗黑編年史(美或中) -SBDJ08 = 惡靈古堡 暗黑歷代記[WiFi](日) -SBDK08 = 惡靈古堡 黑暗歷代記[WiFi](韓) -SBDP08 = 惡靈古堡 黑暗歷代記[WiFi](歐) +SBDE08 = 惡靈古堡 暗黑歷代記(美或中) +SBDJ08 = 惡靈古堡 暗黑歷代記(日) +SBDK08 = 惡靈古堡 暗黑歷代記(韓) +SBDP08 = 惡靈古堡 暗黑歷代記(歐) SBEPSV = 百慕大三角 拯救珊瑚礁(歐) SBFE70 = 后院橄欖球10(美) SBHEFP = 雷明頓美洲獵鳥記(美) @@ -2363,20 +2384,20 @@ SBHPNK = 雷明頓美洲獵鳥記(美) SBIEVZ = 勤勞理發師(美) SBIPVZ = 勤勞理發師(歐) SBJEG9 = 少年駭客 終極異形之宇宙毀滅(美) -SBJPAF = BEN 10 外星神力 終極異型(歐) +SBJPAF = 少年駭客 終極異形之宇宙毀滅(歐) SBKEPZ = 布朗斯維克 宇宙領域保齡球(美) SBLE5G = 一個男孩和他的軟泥(美) SBLP5G = 一個男孩和他的軟泥(歐) -SBNEG9 = 少年駭客 外星英雄之魔賈斯襲擊(美) -SBNPG9 = BEN 10 外星神力 魔賈斯的反擊(歐) +SBNEG9 = 少年駭客 外星英雄之魔賈斯的襲擊(美) +SBNPG9 = 少年駭客 外星英雄之魔賈斯的襲擊(歐) SBQE4Z = 雄鹿獵人(美) SBREJJ = 一起跳芭蕾舞(美) -SBRPKM = 一起跳芭蕾舞(歐) -SBSEFP = 雷明頓狩獵北美超級大滿貫(美) -SBSURN = 雷明頓狩獵北美超級大滿貫(歐) +SBRPKM = 一起跳芭蕾(歐) +SBSEFP = 雷明頓超級大滿貫狩獵 北美(美) +SBSURN = 雷明頓超級大滿貫狩獵 北美(英) SBVE78 = 海綿寶寶 碰碰船競賽(美) SBVP78 = 海綿寶寶 碰碰船競賽(歐) -SBVS78 = 海綿寶寶 碰碰船競賽(歐) +SBVS78 = 海綿寶寶 碰碰船競賽(西) SBWE5G = 妙廚老媽 育兒媽媽(美) SBWJRA = 育兒媽媽(日或中) SBWPGT = 妙廚老媽 育兒媽媽(歐) @@ -2385,7 +2406,7 @@ SBYE41 = 起舞百老匯(美) SBYP41 = 百老匯舞蹈(美) SBZESZ = 百慕大三角 拯救珊瑚礁(美) SC2E8P = 暗渠2(美) -SC2P8P = 暗渠2[MP][WiFi](歐) +SC2P8P = 暗渠2(歐) SC4E64 = 樂高星際大戰3 複製人戰爭(美) SC4P64 = 樂高星際大戰3 複製人戰爭(歐) SC5PGN = 挑戰自我 填字遊戲(歐) @@ -2400,19 +2421,20 @@ SC7Z52 = 決勝時刻 黑色行動(英) SC8E01 = Wii遙控器Plus 動感歡樂組合[MP](美) SC8J01 = Wii控制器加強版 動感歡樂組合(日或中) SC8P01 = Wii遙控器Plus 動感歡樂組合[MP](歐) -SC9P52 = 坎貝拉獵人2010(美) +SC9P52 = 坎貝拉獵人2010(歐) SCAE18 = 鬼來電 黑暗來信(美) -SCAJ18 = 鬼來電 黑暗來信(日) +SCAJ18 = 鬼來電 黑暗來信(日或中) SCAP18 = 鬼來電 黑暗來信(歐) SCBPNK = 自行車運動(歐) SCDE52 = 坎貝拉危險狩獵2011(美) -SCDP52 = 坎貝拉危險狩獵 2011(歐) +SCDP52 = 坎貝拉危險狩獵2011(歐) SCEE6K = 查克奶酪的派對遊戲(美) SCFPNK = 魔怪狂歡節(歐) -SCGE20 = 加爾文塔克的鄉村狂歡 農場動物賽車錦標賽(美) +SCGE20 = 加爾文·塔克的農場動物賽車錦標賽(美) +SCGPXT = 加爾文·塔克的農場動物賽車錦標賽(歐) SCHEQH = 加拿大狩獵(美) -SCIE41 = CSI 犯罪現場 致命殺機(美) -SCIP41 = CSI 犯罪現場 致命殺機(歐) +SCIE41 = 犯罪現場調查 致命殺機(美) +SCIP41 = 犯罪現場調查 致命殺機(歐) SCJE4Q = 樂高神鬼奇航(美) SCJP4Q = 樂高神鬼奇航(歐) SCKE6K = 查克奶酪運動遊戲(美) @@ -2422,23 +2444,24 @@ SCNPA4 = 暮光之城(歐) SCPE70 = 蜈蚣大侵襲(美) SCREJH = 小雞大暴亂(美) SCRPJH = 小雞大暴亂(歐) -SCSE52 = 巡洋艦度假遊戲[MP](美) +SCSE52 = 巡洋艦度假遊戲(美) SCSPGR = 遊輪度假(歐) SCTPNK = 小魔怪驚喜(歐) SCUPFR = 瘋狂小雞嘉年華派對(歐) SCWE41 = 金吉姆健身房 舞蹈鍛煉(美) SCWP41 = 我的健身房教練 舞蹈鍛鍊(歐) SCXESZ = 雪佛蘭Camaro 野外駕駛(美) -SCXPNJ = 雪佛蘭Camaro 野外駕駛(美) +SCXPNJ = 雪佛蘭Camaro 野外駕駛(歐) SCYE4Q = 汽車總動員2(美) SCYP4Q = 汽車總動員2(歐) -SCYX4Q = 汽車總動員2(歐) -SCYY4Q = 汽車總動員2(歐) -SCYZ4Q = 汽車總動員2(歐) +SCYR4Q = 汽車總動員2(俄) +SCYX4Q = 汽車總動員2(X) +SCYY4Q = 汽車總動員2(Y) +SCYZ4Q = 汽車總動員2(Z) SCZEMH = 瘋狂機器(美) SCZPFR = 瘋狂機器(歐) SD2E41 = 舞力全開2(美) -SD2J01 = 舞力全開 Wii (日) +SD2J01 = 舞力全開 日本版(日) SD2K41 = 舞力全開2(韓) SD2P41 = 舞力全開2(歐) SD2Y41 = 舞力全開2 百思買版(美) @@ -2452,7 +2475,7 @@ SDBE78 = 顏料寶貝2(美) SDBP78 = 顏料寶貝2(歐) SDDPML = 終極的兩性大戰(歐) SDEE5G = 舞感(美) -SDEPGT = 舞感(美) +SDEPGT = 舞感(歐) SDFE4Q = 迪斯尼想唱就唱 家庭版(美) SDFP4Q = 迪斯尼想唱就唱 家庭版(歐) SDGE4Q = 迪斯尼全明星派對(美) @@ -2469,13 +2492,13 @@ SDNP41 = 舞力全開(歐) SDOPLR = 神秘博士 重返地球(歐) SDPE54 = 愛探險的朵拉 生日大冒險(美) SDPP54 = 愛探險的朵拉 生日大冒險(歐) -SDREYG = 最強賽車大獎賽 改裝車賽(美) -SDRPNG = 改裝車賽(歐) +SDREYG = 急速賽車 改裝車賽(美) +SDRPNG = 急速賽車 改裝車賽(歐) SDSPNG = We Dance(歐) SDTPGN = PDC世界飛鏢錦標賽(歐) -SDUE41 = 藍色小精靈 舞蹈派對(美) -SDUP41 = 藍色小精靈(歐) -SDUX41 = 藍色小精靈 舞蹈派對(美) +SDUE41 = 藍精靈舞蹈派對(美) +SDUP41 = 藍精靈舞蹈派對(歐) +SDUX41 = 藍精靈舞蹈派對 沃爾瑪版(美) SDVE41 = 極道車魂 舊金山(美) SDVP41 = 極道車魂 舊金山(歐) SDWE18 = 黑影之塔(美) @@ -2483,48 +2506,50 @@ SDWJ18 = 黑影之塔(日) SDWP18 = 黑影之塔(歐) SDXE4Q = 迪士尼世界(美) SDXP4Q = 迪士尼世界(歐) -SDYEA4 = 熱舞革命[跳舞墊][平衡板](美) -SDYPA4 = 熱舞革命 勁爆舞會4(歐) +SDYEA4 = 勁舞革命(美) +SDYPA4 = 勁舞革命 勁爆舞會4(歐) SDZE41 = 舞力全開 兒童版(美) SDZP41 = 舞蹈少年(歐) SE2E69 = EA SPORTS 活力健身房 2.0(美) -SE2P69 = EA SPORTS 活力健身房 2.0(歐) +SE2P69 = EA運動活力2(歐) SE3E41 = 舞力全開2015(美) SE3P41 = 舞力全開2015(歐) SE8E41 = 舞力全開2018(美) SE8P41 = 舞力全開2018(歐) SEAE69 = EA運動活力 6星期練出好身材[平衡板](美) -SEAJ13 = EA運動活力 6星期練出好身材[平衡板](日) -SEAP69 = EA運動活力 6星期練出好身材[平衡板](歐) +SEAJ13 = EA運動活力 6星期練出好身材(日) +SEAP69 = EA運動活力 6星期練出好身材(歐) SECE69 = 小小設計師(美) SECP69 = 小小設計師(歐) -SEGE6U = 瑜伽[平衡板](美) +SEGE6U = 瑜伽(美) SEGP6V = 瑜伽(歐) -SEKJ99 = 活祭之夜(日) +SEKJ99 = 活祭之夜(日或中) SELE69 = FIFA足球11(美) -SELP69 = FIFA足球11[WiFi](歐) -SELX69 = FIFA足球11(歐) +SELP69 = FIFA足球11(歐) +SELX69 = FIFA足球11(X) SEME4Q = 傳奇米老鼠(美) SEMJ01 = 傳奇米老鼠(日) SEMP4Q = 傳奇米老鼠(歐) SEMX4Q = 傳奇米老鼠(X) -SEMY4Q = 傳奇米老鼠(歐) -SEMZ4Q = 傳奇米老鼠(歐) -SEPE41 = 黑眼豆豆巨星體驗 特別版(美) +SEMY4Q = 傳奇米老鼠(Y) +SEMZ4Q = 傳奇米老鼠(Z) +SEPE41 = 黑眼豆豆 巨星體驗(美) SEPP41 = 黑眼豆豆大體驗(歐) -SEPZ41 = 黑眼豆豆巨星體驗 特別版(美) -SERE4Q = 傳奇米奇 2 二人之力(美) -SERF4Q = 傳奇米奇 2 二人之力(歐) -SERP4Q = 傳奇米奇 2 二人之力(歐) -SERV4Q = 傳奇米奇 2 二人之力(歐) +SEPZ41 = 黑眼豆豆 巨星體驗特別版(Z) +SERE4Q = 傳奇米奇2 二人之力(美) +SERF4Q = 傳奇米奇2 二人之力(法) +SERK8M = 傳奇米奇2 二人之力(韓) +SERP4Q = 傳奇米奇2 二人之力(歐) +SERV4Q = 傳奇米奇2 二人之力(V) SEZJHF = 閃電十一人 王牌前鋒 2012終極版(日) SF2P64 = 星際大戰 原力解放2(歐) SF4E20 = 橫衝直撞(美) +SF4PXT = 橫衝直撞(X) SF5E41 = 塑身教練俱樂部(美) SF5J41 = 健身工坊(日) SF5P41 = 我的健身教練 俱樂部(歐) SF7E41 = 家庭問答2012(美) -SF8E01 = 大金剛再起(美或中) +SF8E01 = 大金剛國度 回歸(美或中) SF8J01 = 大金剛再起(日) SF8P01 = 大金剛再起(歐) SFAE41 = 家庭問答2011(美) @@ -2532,7 +2557,9 @@ SFAJGD = 鋼之煉金術師 黃昏少女(日) SFBE70 = 後院運動 菜鳥向前衝(美) SFDEAF = 家庭訓練機 夢幻主題樂園(美) SFDJAF = 家庭訓練機 夢幻主題樂園(日) -SFGE69 = 孩之寶 家庭遊戲之夜4 遊戲節目(美) +SFDPAF = 家庭教練 夢幻主題樂園(歐) +SFGE69 = 孩之寶 家庭遊戲之夜4 遊戲節目(美) +SFGP69 = 孩之寶 家庭遊戲之夜4 遊戲節目(歐) SFHEFP = 戶外活動合集(美) SFIE01 = 神秘案件檔案 百靈泉(美) SFIP01 = 神秘案件檔案(歐) @@ -2543,8 +2570,8 @@ SFOEAF = 網絡食譜 烹飪對戰(美) SFPPFR = 夢幻足球派對(歐) SFQE8P = 美國隊長 超級士兵(美) SFQP8P = 美國隊長 超級士兵(歐) -SFRDRV = 健身適合樂趣(歐) -SFRPXT = 健身娛樂[平衡板](歐) +SFRDRV = 健身樂趣(歐) +SFRPXT = 健身樂趣(歐) SFSPGT = 全方位獵手(歐) SFTE78 = 財富之輪(美) SFTP78 = 財富之輪(歐) @@ -2555,8 +2582,8 @@ SFWJ13 = FIFA 世界盃足球賽 2010(日) SFWK69 = 2010南非世界盃足球賽(韓) SFWP69 = 2010南非世界盃足球賽(歐) SFWX69 = 2010南非世界盃足球賽(歐) -SFWY69 = 2010南非世界盃足球賽(歐) -SFWZ69 = 2010南非世界盃足球賽(美) +SFWY69 = 2010南非世界盃足球賽(Y) +SFWZ69 = 2010南非世界盃足球賽(Z) SFXPKM = 英國偶像(歐) SFXXKM = 英國偶像(歐) SFYEG9 = 家庭聚會 90 個豐富好遊戲(美) @@ -2564,8 +2591,8 @@ SFYPAF = 家庭聚會 90 個豐富好遊戲(歐) SFZEPZ = 雉雞永存(美) SFZPXT = 雉雞永存(歐) SG2EFS = 瘋狂迷你高爾夫2(美) -SG2XUG = 瘋狂迷你高爾夫2[MP](美) -SG3DSV = 德國頂級模特兒(歐) +SG2XUG = 瘋狂迷你高爾夫2(X) +SG3DSV = 德國頂級模特2010(歐) SG5PSV = 家庭測驗(歐) SG6DSV = 伽利略家庭測驗(歐) SG7E20 = 加菲貓 拉薩尼亞危機(美) @@ -2576,6 +2603,7 @@ SG9EYC = 搗蛋鬼 小精靈(美) SGAE8P = 劍鬥士傳奇(美) SGAP8P = 劍鬪士傳奇(歐) SGBE5G = 極限漆彈大賽2(美) +SGBPGT = 極限漆彈大賽2(歐) SGCE20 = 極地越野賽2(美) SGDEJJ = 花園一起玩(美) SGDPKM = 花園一起玩(歐) @@ -2588,7 +2616,7 @@ SGIJA4 = GTI汽車俱樂部 世界城市競速(日) SGIPA4 = GTI汽車俱樂部 世界城市競速(歐) SGJDSV = 神秘伽利略米達斯王冠(德) SGKEC8 = 冠軍騎師 騎師之道&風速神駒(美) -SGKJC8 = 冠軍騎師:風速神駒&騎師之道(日) +SGKJC8 = 冠軍騎師 風速神駒&騎師之道(日) SGKPC8 = 冠軍騎師 騎師之道&風速神駒(歐) SGLEA4 = 高米迪戰士 自然之王(歐) SGLPA4 = 高米迪戰士 自然之王(歐) @@ -2596,9 +2624,9 @@ SGNE69 = 孩之寶 家庭遊戲之夜超值包(美) SGODKP = 迷你高爾夫度假勝地(歐) SGOETV = 迷你高爾夫度假勝地(美) SGOPKP = 迷你高爾夫度假勝地(歐) -SGPEYG = 最強賽車大獎賽 GP經典(美) +SGPEYG = 急速賽車 GP經典(美) SGPPNG = 經典賽車大獎賽(歐) -SGQDSV = 德國超級名模生死鬥 2011(德) +SGQDSV = 德國頂級模特2011(德) SGREGT = 油脂勁歌熱舞(美) SGRPGT = 油脂勁歌熱舞(美) SGSESZ = 家庭遊戲秀(美) @@ -2618,23 +2646,26 @@ SH2JMS = 輕鬆學跳草裙舞(日) SH3E54 = 勁爆冰上曲棍球2011[MP](美) SH3P54 = 勁爆冰上曲棍球2011[MP](歐) SH4EFP = 戰火紛飛 阿富汗(美) -SH5E69 = 哈利波特與死亡聖器 下集(美) -SH5P69 = 哈利波特 死神的聖物 下集(美) -SH6E52 = 坎貝拉狩獵2012(美) +SH4PNK = 戰火紛飛 阿富汗(歐) +SH5E69 = 哈利·波特與死亡聖器 下集(美) +SH5P69 = 哈利·波特 死神的聖物 下集(歐) +SH6E52 = 坎貝拉獵人2012(美) +SH6P52 = 坎貝拉獵人2012(歐) SH7ESZ = 狂熱本田沙灘車(美) SH7PNJ = 狂熱本田沙灘車(歐) SH8E52 = 坎貝拉冒險夏令營(美) -SH8P52 = 坎貝拉冒險夏令營(美) +SH8P52 = 坎貝拉冒險夏令營(歐) SH9ESZ = 希斯與利夫 火速狂飆(美) +SH9PNJ = 希斯與利夫 火速狂飆(歐) SHBE69 = 孩之寶家庭遊戲之夜3(美) SHBP69 = 孩之寶家庭遊戲之夜3(歐) SHDE52 = 馴龍高手(美) -SHDP52 = 馴龍高手(美) +SHDP52 = 馴龍高手(歐) SHEDRM = 農場(歐) SHFE20 = 籃球名人堂 極限挑戰(美) -SHGDRM = 假日遊戲(歐) -SHHE69 = 哈利波特與死亡聖器 上集(美) -SHHP69 = 哈利波特 死神的聖物 上集(歐) +SHGDRM = 假日遊戲(德) +SHHE69 = 哈利·波特與死亡聖器 上集(美) +SHHP69 = 哈利·波特 死神的聖物 上集(歐) SHIJ2N = 節奏拳擊2 用Wii享瘦(日) SHKE20 = 凱蒂貓 四季(美) SHKPNQ = 凱蒂貓 四季(歐) @@ -2646,11 +2677,12 @@ SHOXKR = 雨果 巨魔樹林里的魔法(X) SHOYKR = 雨果 巨魔樹林里的魔法(歐) SHPE5G = 我們的家 聚會[WiFi](美) SHSE20 = 超級戰鬥機(美) +SHSPXT = 超級戰鬥機(歐) SHTE20 = 馬修斯狩獵弓(美) -SHUE52 = 坎貝拉危險狩獵 2011 特別版(美) +SHUE52 = 坎貝拉危險狩獵2011 特別版(美) SHVE78 = 風火輪賽車 賽道攻擊(美) SHVP78 = 風火輪賽車 賽道攻擊(歐) -SHVX78 = 風火輪賽車 賽道攻擊(美) +SHVX78 = 風火輪賽車 賽道攻擊(X) SHWE41 = 好萊塢廣場(美) SHXEWR = 快樂腳2(美) SHXPWR = 快樂腳2(歐) @@ -2659,16 +2691,16 @@ SHYP69 = NHL冰上曲棍球 强打(歐) SHZENR = 哈雷摩托公路狂飆(美) SI3E69 = FIFA足球12(美) SI3P69 = FIFA足球12(歐) -SI3X69 = FIFA足球12[WiFi](歐) -SIAE52 = 冰原歷險記4 板塊漂移(美) -SIAI52 = 冰原歷險記4 板塊漂移(歐) -SIAP52 = 冰原歷險記4 板塊漂移(歐) +SI3X69 = FIFA足球12(X) +SIAE52 = 冰原歷險記4(美) +SIAI52 = 冰原歷險記4(意) +SIAP52 = 冰原歷險記4(歐) SIDE54 = 席德梅爾的海盜(美) SIDP54 = 席德梅爾的海盜(歐) SIFESZ = 弗蘭克斯坦博士島(美) SIFPNJ = 弗蘭克斯坦博士島(歐) -SIIE8P = 瑪利歐與音速小子在倫敦奧運[WiFi](美) -SIIJ01 = 瑪利歐與音速小子在倫敦奧運[WiFi](日) +SIIE8P = 瑪利歐與音速小子在倫敦奧運(美) +SIIJ01 = 瑪利歐與音速小子在倫敦奧運(日) SIIP8P = 瑪利歐與音速小子在倫敦奧運(歐) SIJE52 = 我是凱利2 加入我們(美) SIJP52 = 我是凱利2 加入我們(歐) @@ -2677,25 +2709,25 @@ SILP78 = 百戰天蟲 戰鬥島(歐) SIME69 = 我的模擬人生合集(美) SINPNG = 大家唱 羅比威廉姆斯(歐) SISENR = 公主伊莎貝拉之巫師詛咒(美) -SISJ0Q = 骨盆瘦身[平衡板](日) +SISJ0Q = 骨盆瘦身(日) SISPUH = 伊莎貝拉公主 女巫的詛咒(歐) SIUUNG = 我們歌唱 南澳洲(歐) SJ2EWR = 史酷比 幽靈沼澤(美) SJ2PWR = 史酷比 幽靈沼澤(歐) SJ3JDA = 人生遊戲 歡樂家庭(日) SJ5JDA = 人生遊戲 快樂家庭 當地題材增量版(日) -SJ6E41 = 舞力全开:迪士尼派对 +SJ6E41 = 舞力全開 迪士尼派對(美) SJ6P41 = 舞力全開 迪士尼派對(歐) SJ7E41 = 舞力全開 兒童版2014(美) SJ7P41 = 舞力全開 兒童版2014(歐) SJ9E41 = 舞力全開 夏日派對(美) -SJ9P41 = 舞力全開2 額外的歌曲(歐) +SJ9P41 = 舞力全開2 補充歌曲(歐) SJAE5G = 大白鯊 終極獵食者(美) -SJBE52 = 詹姆士龐德007 黃金眼(美) +SJBE52 = 007 黃金眼(美) SJBJ01 = 007 黃金眼(日) -SJBP52 = 詹姆士龐德007 黃金眼(歐) +SJBP52 = 007 黃金眼(歐) SJDE41 = 舞力全開3(美) -SJDJ01 = 舞力全開 Wii2(日) +SJDJ01 = 舞力全開 日本版2(日) SJDK41 = 舞力全開3(韓) SJDP41 = 舞力全開3(歐) SJDX41 = 舞力全開3 特別版(歐) @@ -2708,7 +2740,7 @@ SJFXGR = 幼兒健身教練(歐) SJGEPK = 開始行動 家庭健身[平衡板](美) SJHE41 = 舞力全開 精選集(美) SJIEG9 = 吉利安 麥可斯健身最後通牒2011[MP][平衡板](美) -SJJEA4 = 吉米約翰的超級引擎(美) +SJJEA4 = 吉米·約翰的超級引擎(美) SJKEPK = 瘋狂卡丁車(美) SJLEFS = 少年體育聯賽(美) SJLPXT = 少年體育聯賽(美) @@ -2723,12 +2755,12 @@ SJQEPZ = 寶石方塊三部曲(美) SJQPGR = 寶石方塊三部曲(美) SJREA4 = 說唱巨星(美) SJRPA4 = 說唱巨星(歐) -SJRXA4 = 說唱巨星(歐) -SJRYA4 = 說唱巨星(歐) -SJRZA4 = 說唱巨星(歐) +SJRXA4 = 說唱巨星(X) +SJRYA4 = 說唱巨星(Y) +SJRZA4 = 說唱巨星(Z) SJSEPK = 寵物營救(美) -SJUE20 = 恐龍快打(美) -SJUPXT = 恐龍快打(美) +SJUE20 = 恐龍快槍(美) +SJUPXT = 恐龍快槍(歐) SJVE20 = 肖恩約翰遜體操[平衡板](美) SJWJA4 = 實況足球2010 藍武士的挑戰(日) SJXD41 = 舞力全開4 特別版(歐) @@ -2755,6 +2787,7 @@ SKMJAF = 假面騎士 巔峰英雄W(日) SKOEA4 = 卡拉OK革命 歡樂合唱團3(美) SKOPA4 = 卡拉OK革命歡樂合唱團3(美) SKREG9 = 假面騎士 龍騎士(美) +SKSP54 = NBA 2K13(歐) SKTE78 = 全明星空手道(美) SKTP78 = 全明星空手道(歐) SKUE78 = 功夫熊貓2(美) @@ -2776,6 +2809,7 @@ SLAE78 = 最後的氣宗(美) SLAP78 = 最後的氣宗(歐) SLAZ78 = 最後的氣宗 玩具反斗城版(美) SLCEGN = 起舞吧(美) +SLCPGN = 起舞吧(歐) SLDEYG = 一起跳舞(美) SLEE78 = 喬布拉 促進大腦發展的冥想遊戲(美) SLEP78 = 喬布拉 促進大腦發展的冥想遊戲(歐) @@ -2788,26 +2822,26 @@ SLRPWR = 樂高魔戒(歐) SLSEXJ = 最后的故事 SLSJ01 = 夢幻終章(日) SLSP01 = 夢幻終章(日) -SLTEJJ = 新U健身 瑜珈和普拉提[MP][平衡板](美) -SLTPLG = 新U健身 瑜珈和普拉提[MP][平衡板](歐) +SLTEJJ = 新U健身 瑜珈和普拉提(美) +SLTPLG = 新U健身 瑜珈和普拉提(歐) SLVP41 = 我們的性感轟趴派對(歐) SLWE41 = 瓦爾多在哪里?奇幻旅程(美) SLYESZ = 野獸情人(美) -SLYPNJ = 野獸情人(美) +SLYPNJ = 野獸情人(歐) SM2E52 = 十分鐘快速健身(美) SM2P52 = 十分鐘快速健身(歐) -SM4E20 = 大腳怪物卡車大破壞(美) +SM4E20 = 怪物卡車大破壞(美) SM5EAF = 侍戰隊真劍者(美) SM5PAF = 侍戰隊真劍者(歐) SM6PNK = 我的形體教練2 健身與舞蹈(歐) SM7E69 = 勁爆美式橄欖球12(美) -SM8D52 = 決勝時刻 現代戰爭3(歐) +SM8D52 = 決勝時刻 現代戰爭3(德) SM8E52 = 決勝時刻 現代戰爭3(美) -SM8F52 = 決勝時刻 現代戰爭3(歐) -SM8I52 = 決勝時刻 現代戰爭 3(歐) +SM8F52 = 決勝時刻 現代戰爭3(法) +SM8I52 = 決勝時刻 現代戰爭3(意) SM8P52 = 決勝時刻 現代戰爭3(歐) -SM8S52 = 決勝時刻 現代戰爭 3(歐) -SM8X52 = 決勝時刻 現代戰爭3(歐) +SM8S52 = 決勝時刻 現代戰爭3(西) +SM8X52 = 決勝時刻 現代戰爭3(X) SM9E54 = 職業棒球大聯盟2K12(美) SMAENR = 海軍陸戰隊 現代城市戰(美) SMAPGN = 海軍陸戰隊 現代城市戰(歐) @@ -2833,8 +2867,8 @@ SMNJ01 = 新超級瑪利歐兄弟Wii(日) SMNK01 = 新超級瑪利歐兄弟Wii(韓) SMNP01 = 新超級瑪利歐兄弟Wii(歐) SMNW01 = 新超級瑪利歐兄弟Wii(中) -SMOE41 = 麥可傑克森 舞王體驗(美) -SMOJ41 = 麥可傑克森 夢幻體驗(日) +SMOE41 = 麥可·傑克森 舞王體驗(美) +SMOJ41 = 麥可·傑克森 舞王體驗(日) SMOP41 = 麥可傑克森 舞王體驗(美) SMOX41 = 麥可傑克森 舞王體驗(美) SMOY41 = 麥可傑克森 舞王體驗(美) @@ -2850,8 +2884,8 @@ SMVE54 = 職業棒球大聯盟2K11(美) SMWE4Z = 荒島求生(美) SMYE20 = 分秒必爭(美) SMZE78 = Q版超級英雄大戰 漫畫大戰(美) -SMZP78 = Q版超級英雄大戰 漫畫大戰(美) -SN2E69 = 玩具槍大戰 雙重爆破合集(美) +SMZP78 = Q版超級英雄大戰 漫畫大戰(歐) +SN2E69 = 玩具槍大作戰 雙重爆破合集(美) SN3EYG = 急速賽車 拉力賽(美) SN3PNG = 急速賽車 拉力賽(歐) SN4EDA = 火影忍者疾風傳 龍刃記(美) @@ -2877,7 +2911,7 @@ SNEENR = 北美狩獵盛典2(美) SNEPXT = 北美狩獵盛典2(歐) SNFE69 = EA SPORTS 活力健身房 NFL訓練營(美) SNGEJJ = 和Mel B一起健身(美) -SNGPLG = 跟Mel B一起减肥[MP][平衡板](歐) +SNGPLG = 和Mel B一起健身(歐) SNHE69 = 極速快感 超熱力追緝(美) SNHJ13 = 極速快感:超熱力追緝(日) SNHP69 = 極速快感 超熱力追緝(歐) @@ -2892,7 +2926,7 @@ SNMEAF = 拿姆科博物館 經典合集(美) SNQE7U = 國家地理大挑戰(美) SNQPLG = 國家地理大挑戰(歐) SNRE52 = 雲斯頓賽車 快感釋放(美) -SNSE52 = 雲斯頓賽車 2011(美) +SNSE52 = 雲斯頓賽車2011(美) SNTEXN = Netflix系統安裝光碟(美) SNUPJW = 快樂神經元學院(歐) SNVE69 = 極速快感 亡命天涯(美) @@ -2900,11 +2934,12 @@ SNVJ13 = 極速快感 亡命天涯(日) SNVP69 = 極速快感 亡命天涯(歐) SNXJDA = 火影忍者疾風傳 激鬥忍者大戰特別版(日) SNZEVZ = 芭比夢幻屋派對(美) +SNZPVZ = 芭比夢幻屋派對(歐) SO3EE9 = 符文工廠 藍海奇緣(美) SO3J99 = 符文工廠 藍海奇緣(日) SOAE52 = 坎貝拉狩獵探險(美) SOCE4Z = 致命捕撈 混亂海域(美) -SOIEEB = 101合1 運動聚會遊戲大合集(美) +SOIEEB = 101合1運動聚會遊戲大合集(美) SOIPHZ = 101合1 運動聚會遊戲大合集(歐) SOJE41 = 雷射超人 起源(美) SOJP41 = 雷射超人 起源(歐) @@ -2916,13 +2951,14 @@ SOMP01 = 大家的節奏天國(歐) SONDMR = 我的第一個卡拉OK(歐) SONFMR = 我的第一個卡拉OK(歐) SONPMR = 我的第一個卡拉OK(歐) +SORE4Z = 俄勒岡之旅(美) SOSEG9 = 極速蝸牛 超級特技隊(美) SOTE52 = 失敗比賽(美) SOUE01 = 薩爾達傳說 天空之劍(美) SOUJ01 = 薩爾達傳說 天空之劍(日或中) SOUK01 = 薩爾達傳說 天空之劍(韓) SOUP01 = 薩爾達傳說 天空之劍(歐) -SP2E01 = Wii運動+Wii運動 度假勝地(歐 +SP2E01 = Wii運動+Wii運動 度假勝地(美) SP2P01 = Wii運動+Wii運動 度假勝地(歐 SP3E41 = 百萬美金金字塔(美) SP4PJW = 法式滾球(法) @@ -2942,6 +2978,7 @@ SPDP52 = 蜘蛛人 破碎次元(歐) SPEE20 = 速度(美) SPEPXT = 速度(歐) SPGPPN = 粉紅豬小妹 遊戲2(歐) +SPHPJW = 西部槍手(歐) SPIE18 = 裝扮聚會(美) SPIJ18 = 派對遊戲100種(日) SPIP18 = 遊戲島(歐) @@ -2967,16 +3004,17 @@ SQDE8P = 紐約風暴與洛杉磯機槍街機版(美) SQDP8P = 紐約風暴與洛杉磯機槍街機版(歐) SQFE5G = 飛哥與小佛 尋找酷的東西(美) SQIE4Q = 迪士尼無限世界(美) -SQLE4Z = 卡通頻道明星大亂鬪 XL(美) -SQLPGN = 卡通频道大乱斗 +SQLE4Z = 卡通頻道明星大亂鬪(美) +SQLPGN = 卡通頻道明星大亂鬥(歐) SQME52 = 蜘蛛人 時間裂痕(美) SQMP52 = 蜘蛛人 時間裂痕(歐) SQPPX4 = 速度 2(歐) SQUDX3 = 測驗派對(歐) SQUFX3 = 測驗派對(歐) SQUPX3 = 測驗派對(歐) -SQVE69 = FIFA 15(美) -SQVX69 = FIFA足球 15 +SQVE69 = FIFA足球15(美) +SQVP69 = FIFA足球15(歐) +SQVX69 = FIFA足球15(X) SR4E41 = 雷曼超人 瘋狂兔子時空旅行(美) SR4J41 = 瘋狂兔子:時光旅行[WiFi](日) SR4P41 = 雷曼超人 瘋狂兔子時空旅行(歐) @@ -3005,7 +3043,7 @@ SRPE4Q = 迪士尼 魔髮奇緣(美) SRPP4Q = 迪士尼 魔髮奇緣(歐) SRQE41 = 球拍運動(美) SRQP41 = 球拍運動[MP](歐) -SRRENR = 消遣遊戲室[MP](美) +SRRENR = 消遣遊戲室(美) SRRPGN = 盛大聚會遊戲(歐) SRSE20 = 超級音速賽車(美) SRUE4Z = 紅鼻子馴鹿魯道夫(美) @@ -3021,7 +3059,7 @@ SS3UWR = 芝麻街埃爾默動物園歷險記(歐) SS4EWR = 芝麻街餅乾計數嘉年華(美) SS4UWR = 芝麻街餅乾計數嘉年華(美) SS5ENR = 盡顯時尚(美) -SS6UHS = 實況橄欖球年度特別版(歐) +SS6UHS = 實況橄欖球年度特別版(U) SS7EFP = 雷明頓超級大滿貫狩獵 非洲(美) SS7URN = 雷明頓超級大滿貫狩獵 非洲(英) SS8E78 = 海綿寶寶 塗鴉褲子(美) @@ -3049,20 +3087,21 @@ SSLPKM = 馬術俱樂部(歐) SSMPGD = 門薩學院(歐) SSNEYG = 狙擊精英(美) SSNPHY = 狙擊精英(歐) +SSPE52 = 小龍斯派羅的大冒險(美) SSPP52 = 小龍斯派羅的大冒險(歐) -SSPX52 = 小龍斯派羅的大冒險(歐) +SSPX52 = 小龍斯派羅的大冒險(X) SSQE01 = 瑪利歐派對9(美) SSQJ01 = 瑪利歐派對9(日) SSQP01 = 瑪利歐派對9(歐) SSQW01 = 瑪利歐派對9(中) SSRE20 = 狂野西部槍戰(美) -SSRPXT = 狂野西部槍戰(X) +SSRPXT = 狂野西部槍戰(歐) SSTEG9 = 兒童冒險 天空隊長(美) SSTPY5 = 特技飛行 空中英雄(歐) SSUES5 = 迴轉壽司(美) SSWDRM = 水上運動(德) SSWEPZ = 水上運動(美) -SSWPGR = 水上運動[平衡板](歐) +SSWPGR = 水上運動(歐) SSZE5G = 劍(美) ST3J01 = 聽力大考驗(日) ST4PNX = 湯瑪士小火車 鐵路小英雄(歐) @@ -3071,14 +3110,15 @@ ST5E52 = 變形金剛 賽博坦大戰(美) ST5P52 = 變形金剛 賽博坦大戰(歐) ST6E78 = 減肥達人挑戰賽(美) ST6P78 = 減肥達人挑戰賽[平衡板](歐) -ST7E01 = 富豪街Wii[WiFi](美) +ST7E01 = 富豪街Wii(美) ST7JGD = 富豪街Wii(日或中) -ST7P01 = 富豪街Wii[WiFi](歐) +ST7P01 = 富豪街Wii(歐) ST9E52 = 頂級射手(美) STAE78 = 猜猜畫畫(美) STAP78 = 猜猜畫畫(歐) STAU78 = 猜猜畫畫(歐) STDEFP = 目標狙擊(美) +STDURN = 目標狙擊(英) STEETR = 俄羅斯方塊聚會 豪華版[WiFi][平衡板](美) STEJ18 = 俄羅斯方塊派對獎金(日或中) STEPTR = 俄羅斯方塊派對(歐) @@ -3100,7 +3140,7 @@ STNE41 = 丁丁歷險記 獨角獸號的秘密(美) STNP41 = 丁丁歷險記 獨角獸號的秘密(歐) STOE4Q = 汽車總動員 拖線狂想曲(美) STOP4Q = 汽車總動員 拖線狂想曲(歐) -STOX4Q = 汽車總動員 拖線狂想曲(歐) +STOX4Q = 汽車總動員 拖線狂想曲(X) STPPML = 寵物獸醫 海洋巡防(歐) STQJHF = 閃電十一人 王牌前鋒(日) STRE4Q = 電子世界爭霸戰 進化(美) @@ -3114,7 +3154,7 @@ STSZ4Q = 玩具總動員3 玩具盒特別版(美) STTDRM = 隱藏的秘密 鐵達尼號(歐) STTE52 = 隱藏的秘密 鐵達尼號(美) STTPGR = 隱藏的秘密 鐵達尼宿命航行的秘密(歐) -STTXGR = 隱藏的秘密 鐵達尼宿命航行的秘密(歐) +STTXGR = 隱藏的秘密 鐵達尼號(X) STVDSV = 電視總事件(德) STWE69 = 老虎伍茲高爾夫PGA巡迴賽11(美) STWP69 = 老虎伍茲高爾夫PGA巡迴賽11(歐) @@ -3148,14 +3188,15 @@ SUPE01 = Wii 派對(美) SUPJ01 = Wii派對(日或中) SUPK01 = Wii 派對(韓) SUPP01 = Wii 派對(歐) -SUREA4 = 熱舞革命2(美) -SURPA4 = 熱舞革命 5(歐) +SUREA4 = 勁舞革命2(美) +SURPA4 = 勁舞革命 勁爆舞會5(歐) SUSFMR = 環球歌唱 強尼哈勒戴(歐) SUSPMR = 環球歌唱 女孩之夜(歐) SUTESZ = 很久很久以前(美) SUUE78 = 天才小畫家 即時藝術家(美) SUUP78 = 天才小畫家 即時藝術家(歐) SUVE52 = 坎貝拉危險狩獵2013(美) +SUVP52 = 坎貝拉危險狩獵2013(歐) SUWE78 = 天才小畫家(美) SUWP78 = 天才小畫家(歐) SUXEA4 = 實況足球2010[WiFi](美) @@ -3170,19 +3211,30 @@ SV3PAF = 馬達加斯加3(歐) SV4E8P = 威力網球4(美) SV4P8P = 威力網球 4[MP][WiFi](歐) SVBE52 = 战舰(美) +SVBP52 = 戰艦(歐) +SVCEPZ = 狂歡舞會(美) +SVCPXT = 狂歡舞會(歐) SVDP52 = 海綿寶寶 痞老闆機器人復仇 +SVHE69 = FIFA足球14(美) +SVHP69 = FIFA足球14(歐) +SVHX69 = FIFA足球14(X) SVME01 = 超級瑪利歐收藏集 特別包(美) SVMJ01 = 超級瑪利歐收藏集(日) SVMP01 = 超級瑪利歐收藏集 特別包(歐) SVPESZ = 維加斯聚會(美) SVPPNJ = 維加斯聚會(歐) SVQEVZ = 芭比姐妹之狗狗救援隊(美) +SVQPVZ = 芭比姐妹之狗狗救援隊(歐) +SVSPZX = 戰鬥版國際象棋(歐) SVTEXS = 超級線程(美) SVVEG9 = 古魯家族(美) SVVPAF = 古魯家族(歐) SVWEQH = 蔬菜世界(美) +SVXE52 = 小龍斯派羅 交換力量(美) SVYEG9 = 少年駭客 全面進化2(美) +SVYPAF = 少年駭客 全面進化2(歐) SVZEVZ = 馴龍高手2(美) +SVZPVZ = 馴龍高手2(歐) SW2E52 = 百戰鐵人王 2(美) SW3EJJ = 冬季滑雪明星(美) SW3PKM = 冬季滑雪明星(歐) @@ -3192,11 +3244,11 @@ SW6P78 = WWE 激爆職業摔角 12(歐) SW7EVN = 西部英雄(美) SW7PNK = 西部英雄(歐) SW9EVN = 怪物大轟炸(美) -SW9PYT = 怪物大轟炸(美) +SW9PYT = 怪物大轟炸(歐) SWAE52 = DJ英雄(美) -SWAP52 = DJ英雄[WiFi](歐) +SWAP52 = DJ英雄(歐) SWBE52 = DJ 英雄2(美) -SWBP52 = DJ 英雄2[WiFi]((歐) +SWBP52 = DJ英雄2((歐) SX2PNG = 叢林賽車(歐) SX3J01 = 潘朵拉之塔 回到你身邊(日) SX3P01 = 潘朵拉之塔 直到你身邊 (欧) @@ -3205,21 +3257,21 @@ SX4J01 = 異域神劍(日或中) SX4P01 = 異域神劍(歐) SX5E4Z = 聖誕老人進城囉(美) SX6JAF = 光之美少女 全明星全員集合一起舞蹈(日) -SX7E52 = 忍者神龜 +SX7E52 = 忍者神龜(美) SX8E52 = X戰警 命運(美) SX8P52 = X戰警 命運(美) SXAE52 = 吉他英雄 世界巡演(美) SXAP52 = 吉他英雄 世界巡演[WiFi](歐) SXBE52 = 吉他英雄 金屬樂隊(美) -SXBP52 = 吉他英雄 金屬樂隊專輯[WiFi](歐) +SXBP52 = 吉他英雄 金屬樂隊(歐) SXCE52 = 吉他英雄 流行精選(美) -SXCP52 = 吉他英雄 流行精選[WiFi](歐) +SXCP52 = 吉他英雄 流行精選(歐) SXDE52 = 吉他英雄 范海倫(美) -SXDP52 = 吉他英雄 范海倫[WiFi](歐) +SXDP52 = 吉他英雄 范海倫(歐) SXEE52 = 吉他英雄5(美) -SXEP52 = 吉他英雄5[WiFi](歐) +SXEP52 = 吉他英雄5(歐) SXFE52 = 樂團英雄(美) -SXFP52 = 樂團英雄[WiFi](歐) +SXFP52 = 樂團英雄(歐) SXIE52 = 吉他英雄 搖滾鬥士(美) SXIP52 = 吉他英雄 搖滾鬥士(歐) SZ2E5G = 尊巴南美拉丁舞 2(美) @@ -3313,15 +3365,19 @@ CKBE88 = 瑪莉歐賽車黑化版(美) CLAPSI = 自制 唱吧 下載版(歐) CMDE52 = 自制 吉他英雄3 下載版(美) CVLE38 = 瑪利歐賽車 勝利賽道[WiFi](美) -DLCE41 = 舞力全開2015合集 +DLCE41 = 舞力全開2015 合集 DMSP4Q = 迪斯尼電影 想唱就唱(歐) -DQAJSC = 水瓶座棒球 (猫星汉化版) +DQAJSC = 水瓶座棒球(中) DRP22Q = 自制 唱吧 下載版(歐) FC2E41 = 舞力全開 Focus2 FF4ENG = 零月蝕之假面(美) +G2MK01 = 密特羅德究極2 黑暗回声(韓) GH2E41 = 舞力全開 GH2 +GM8K01 = 密特羅德究極(韓) GMSE02 = 超级马里奥阳光多人游戏 HBWE01 = 超級瑪利歐兄弟Wii Hellboy Edition(美) +J4EE41 = 舞力全開2024 +J5EE41 = 舞力全開2025 KMKE01 = 瑪利歐賽車Wii 自製版 L40P4Q = 自制 唱吧 下載版(歐) MDUE01 = 瑪利歐賽車 Track Grand Priix[WiFi](美) @@ -3340,9 +3396,9 @@ PUTA01 = 自製 吉他英雄3 搖滾精選(?) R01PET = 自制 唱吧 下載版(歐) R02PEA = 自制 唱吧 下載版(歐) R15POH = 自製 唱吧 Radio 105(歐) -R24E01 = 用Wii遊玩小小機器人(日) +R24E01 = 用Wii遊玩小小機器人(美) R4ZE01 = 零月蝕之假面(美) -R4ZP01 = 零月蝕之假面(美) +R4ZP01 = 零月蝕之假面(歐) R8PC01 = 超級紙片瑪利歐(中) RCOC99 = 名偵探柯南 追憶的幻想(中) RDUE01 = DU超級瑪利歐兄弟 尋找公主 @@ -3385,7 +3441,6 @@ RMCEYP = 耀西賽車度假村Plus(美) RMCJ12 = 瑪俐歐賽車Wii 自製版(2011-11 Wiimm)(日) RMCJYP = 耀西賽車度假村Plus(日) RMCKYP = 耀西賽車度假村Plus(韓) -RMCPCA = 瑪利歐賽車Wii(加泰蘭語) RMCPYP = 耀西賽車度假村Plus(歐) RMGC01 = 超級瑪利歐銀河(中) RMGE52 = 自制 吉他英雄3 麥加帝斯合唱團(美) @@ -3394,6 +3449,7 @@ RMKE02 = 自製 瑪利歐賽車(美) RNVW01 = 超級瑪利歐銀河(中) ROMESD = 魔物獵人G(美) RQQE52 = 吉他英雄 皇后樂團(美) +RS4PXS = 式神之城3(歐) RSJESD = 自製 吉他英雄 墮落體制合唱團(美) RU1P4Q = 自制 迪斯尼想唱就唱 下載版(歐) RU2P4Q = 自制 迪斯尼想唱就唱 下載版(歐) @@ -3424,6 +3480,7 @@ SDUEO1 = 新超級瑪利歐兄弟Wii DU版(歐) SDUPO1 = DU超級瑪利歐兄弟 SE1E41 = 舞力全開 East SEHE41 = 舞力全開 Epic Hits +SEKE99 = 活祭之夜(美) SEOP4Q = 自制 唱吧 下載版(歐) SGI1CL = 自制 唱吧 下載版(歐) SGI1DB = 自制 唱吧 下載版(歐) @@ -3463,20 +3520,22 @@ SISRP4 = 自制 唱吧 下載版(歐) SISSOH = 自制 唱吧 下載版(歐) SISTDK = 迪斯尼 想唱就唱 土耳其聚會(歐) SJDJ02 = 舞力全開 Flamengo -SJEE41 = 舞力全開2014合集 +SJEE41 = 舞力全開2014 合集 SJME89 = 舞力全開 Japan SL1E41 = 舞力全開 Starlight SM3E01 = 超級瑪利歐兄弟3+ SMIG3Q = 自制 唱吧 下載版(歐) SMMP01 = 新超級瑪利歐兄弟Wii ANDY AFRO的自製系列卷4 SMNC01 = 新超級瑪利歐兄弟Wii(中) -SMNE03 = 更新的超級瑪利歐兄弟Wii +SMNE03 = 超級瑪利歐兄弟Wii 更新版(美) +SMNED3 = 新新超級瑪利歐兄弟Wii SMNEXE = 加強的超級馬里奧兄弟.WIi豪華版 SMNPO1 = 新超級瑪利歐兄弟Wii定製版(歐) SMOT3Q = 自制 唱吧 下載版(歐) SMPP01 = 新超級瑪利歐兄弟Wii2 另一個P SNBE66 = 新超級馬里奧兄弟wii啟示錄 SOME02 = 全民節奏天國(美) +SOMR01 = 大家的節奏天國(俄) SOUE41 = 舞力全開 Ocean SP9P4Q = 自制 唱吧 下載版(歐) SRBP4Q = 自制 唱吧 下載版(歐) @@ -3561,11 +3620,12 @@ HAGA = 新聞頻道(美) HAGE = 新聞頻道(美) HAGJ = 新聞頻道(美) HAGP = 新聞頻道(歐) -HAPE = Check Mii Out頻道(美) -HAPP = Check Mii Out頻道(歐) +HAPE = Mii競賽頻道(美) +HAPP = Mii競賽頻道(歐) HAYA = 照片頻道 +HCCJ = 地址設置 HCLE = Netflix系統安裝光碟(美) -HCMP = 卡比電視頻道(歐) +HCMP = 星之卡比TV頻道 RFPW = Wii Fit Plus頻道 9XGX = SNES9x超任模擬器(美) D64A = 任天堂N64模擬器(歐) diff --git a/Externals/libadrenotools b/Externals/libadrenotools index f4ce3c9618..8fae8ce254 160000 --- a/Externals/libadrenotools +++ b/Externals/libadrenotools @@ -1 +1 @@ -Subproject commit f4ce3c9618e7ecfcdd238b17dad9a0b888f5de90 +Subproject commit 8fae8ce254dfc1344527e05301e43f37dea2df80 diff --git a/Externals/rangeset/include/rangeset/rangeset.h b/Externals/rangeset/include/rangeset/rangeset.h index 60f665c9ee..22c7e81550 100644 --- a/Externals/rangeset/include/rangeset/rangeset.h +++ b/Externals/rangeset/include/rangeset/rangeset.h @@ -3,6 +3,7 @@ #include #include #include +#include namespace HyoutaUtilities { template class RangeSet { @@ -254,7 +255,31 @@ public: return !(*this == other); } + // Get free size and fragmentation ratio + std::pair get_stats() const { + std::size_t free_total = 0; + if (begin() == end()) + return {free_total, 1.0}; + std::size_t largest_size = 0; + for (auto iter = begin(); iter != end(); ++iter) { + const std::size_t size = calc_size(iter.from(), iter.to()); + if (size > largest_size) + largest_size = size; + free_total += size; + } + return {free_total, static_cast(free_total - largest_size) / free_total}; + } + private: + static std::size_t calc_size(T from, T to) { + if constexpr (std::is_pointer_v) { + // For pointers we don't want pointer arithmetic here, else void* breaks. + return reinterpret_cast(to) - reinterpret_cast(from); + } else { + return static_cast(to - from); + } + } + // Assumptions that can be made about the data: // - Range are stored in the form [from, to[ // That is, the starting value is inclusive, and the end value is exclusive. diff --git a/Externals/rangeset/include/rangeset/rangesizeset.h b/Externals/rangeset/include/rangeset/rangesizeset.h index e91c74f210..7128a90602 100644 --- a/Externals/rangeset/include/rangeset/rangesizeset.h +++ b/Externals/rangeset/include/rangeset/rangesizeset.h @@ -4,6 +4,7 @@ #include #include #include +#include namespace HyoutaUtilities { // Like RangeSet, but additionally stores a map of the ranges sorted by their size, for quickly finding the largest or @@ -398,6 +399,16 @@ public: return !(*this == other); } + // Get free size and fragmentation ratio + std::pair get_stats() const { + std::size_t free_total = 0; + if (begin() == end()) + return {free_total, 1.0}; + for (auto iter = begin(); iter != end(); ++iter) + free_total += calc_size(iter.from(), iter.to()); + return {free_total, static_cast(free_total - Sizes.begin()->first) / free_total}; + } + private: static SizeT calc_size(T from, T to) { if constexpr (std::is_pointer_v) { diff --git a/Flatpak/fill_release_node.sh b/Flatpak/fill_release_node.sh new file mode 100755 index 0000000000..43597fa920 --- /dev/null +++ b/Flatpak/fill_release_node.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +DATE=$(git log -1 --pretty=%cd --date=iso8601 --date=format:'%Y-%m-%d') +sed -i -e "s/@DATE_PLACEHOLDER/${DATE}/" org.DolphinEmu.dolphin-emu.metainfo.xml +VERSION=$(git describe --tags | sed -E 's/^([0-9]+-[0-9]+).*/\1/') +sed -i -e "s/@VERSION_PLACEHOLDER/${VERSION}/" org.DolphinEmu.dolphin-emu.metainfo.xml + + diff --git a/Flatpak/org.DolphinEmu.dolphin-emu.metainfo.xml.in b/Flatpak/org.DolphinEmu.dolphin-emu.metainfo.xml.in new file mode 100644 index 0000000000..e4e8c891a3 --- /dev/null +++ b/Flatpak/org.DolphinEmu.dolphin-emu.metainfo.xml.in @@ -0,0 +1,49 @@ + + + + org.DolphinEmu.dolphin-emu + Dolphin Emulator + + Dolphin Emulator Project + + GameCube / Wii + CC-BY-SA-3.0 + GPL-2.0+ + + +

Dolphin is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more!

+ + + Dolphin's main window + http://dolphin-emu.org/m/user/flatpak/screenshot_1.png + + + In-game + http://dolphin-emu.org/m/user/flatpak/screenshot_2.png + + + Graphics configuration + http://dolphin-emu.org/m/user/flatpak/screenshot_3.png + + + Controller configuration + http://dolphin-emu.org/m/user/flatpak/screenshot_4.png + + + dolphin-emu.desktop + + dolphin-emu + dolphin-emu.desktop + + + + + https://dolphin-emu.org + https://bugs.dolphin-emu.org/projects/emulator/issues + https://dolphin-emu.org/docs/faq/ + https://dolphin-emu.org/docs/guides/ + https://www.transifex.com/projects/p/dolphin-emu + https://dolphin-emu.org/docs/faq/#ive-got-idea-make-dolphin-better-how-should-i-tell + https://github.com/dolphin-emu/dolphin + https://github.com/dolphin-emu/dolphin/blob/master/Contributing.md +
diff --git a/Flatpak/org.DolphinEmu.dolphin-emu.yml b/Flatpak/org.DolphinEmu.dolphin-emu.yml new file mode 100644 index 0000000000..7afef2504d --- /dev/null +++ b/Flatpak/org.DolphinEmu.dolphin-emu.yml @@ -0,0 +1,80 @@ +app-id: org.DolphinEmu.dolphin-emu +runtime: org.kde.Platform +runtime-version: '6.8' +sdk: org.kde.Sdk +command: dolphin-emu-wrapper +rename-desktop-file: dolphin-emu.desktop +rename-icon: dolphin-emu +finish-args: + - --device=all + - --socket=pulseaudio + # dolphin doesn't work on wayland (only the ui does), if a user were to set + # this env variable globally to wayland then games wouldn't work. + # we overwrite the setting and force xcb to prevent this from happening. + - --env=QT_QPA_PLATFORM=xcb + - --socket=x11 + - --share=network + - --share=ipc + # required for the emulated bluetooth adapter feature to work. + - --allow=bluetooth + - --filesystem=xdg-run/app/com.discordapp.Discord:create + - --talk-name=org.freedesktop.ScreenSaver + # required for Gamescope on Steam Deck + - --filesystem=xdg-run/gamescope-0:ro +modules: + # enables motion controls on non-wii controllers (switch, ps4, etc) + # requires a udev rule enabling Motion Sensors access + - name: libevdev + buildsystem: meson + config-opts: + - -Dtests=disabled + - -Ddocumentation=disabled + sources: + - type: archive + url: https://www.freedesktop.org/software/libevdev/libevdev-1.13.3.tar.xz + sha256: abf1aace86208eebdd5d3550ffded4c8d73bb405b796d51c389c9d0604cbcfbf + x-checker-data: + type: anitya + project-id: 20540 + stable-only: true + url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz + + # needed for screensaver inhibition + - name: xdg-screensaver-shim + buildsystem: meson + sources: + - type: archive + url: https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.2.tar.gz + sha256: 0ed2a69fe6ee6cbffd2fe16f85116db737f17fb1e79bfb812d893cf15c728399 + + - name: dolphin-emu + buildsystem: cmake-ninja + config-opts: + - -DCMAKE_BUILD_TYPE=Release + - -DENABLE_ALSA=OFF + - -DENABLE_SDL=ON + - -DENABLE_EVDEV=ON + - -DDISTRIBUTOR=dolphin-emu.org + cleanup: + - /share/man + post-install: + - install -D -t ${FLATPAK_DEST}/bin/ dolphin-emu-wrapper + - "${FLATPAK_BUILDER_BUILDDIR}/Flatpak/fill_release_node.sh" + - install -Dm644 -t ${FLATPAK_DEST}/share/metainfo/ org.DolphinEmu.dolphin-emu.metainfo.xml + - desktop-file-edit --set-key=Exec --set-value='/app/bin/dolphin-emu-wrapper' + /app/share/applications/dolphin-emu.desktop + sources: + - type: dir + path: .. + - type: file + path: org.DolphinEmu.dolphin-emu.metainfo.xml.in + dest-filename: org.DolphinEmu.dolphin-emu.metainfo.xml + - type: script + commands: + - | + for i in {0..9}; do + test -S $XDG_RUNTIME_DIR/discord-ipc-$i || + ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i; + done + dolphin-emu "$@" + dest-filename: dolphin-emu-wrapper diff --git a/Languages/po/ar.po b/Languages/po/ar.po index 52440ac6fc..534b71aa21 100644 --- a/Languages/po/ar.po +++ b/Languages/po/ar.po @@ -10,11 +10,11 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: mansoor , 2013,2015-2024\n" -"Language-Team: Arabic (http://app.transifex.com/delroth/dolphin-emu/language/" -"ar/)\n" +"Language-Team: Arabic (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/ar/)\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -34,7 +34,7 @@ msgstr "" "نظرًا لأن صور أقراص جيم كيوب تحتوي على القليل من بيانات التحقق ، فقد تكون " "هناك مشكلات يتعذر على دولفين اكتشافها." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -46,6 +46,12 @@ msgstr "" "نظرًا لأن هذا العنوان ليس مخصصًا لوحدات تحكم وي للبيع بالتجزئة ، لا يستطيع " "دولفين ضمان عدم العبث بها ، حتى إذا ظهرت التوقيعات صالحة" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "(%1 القرص)" @@ -54,7 +60,7 @@ msgstr "(%1 القرص)" msgid "! Not" msgstr "! ليس" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -91,16 +97,16 @@ msgstr "" "%1\n" "يريد الانضمام إلى المجموعة." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -116,16 +122,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (نسخ)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (القرص %2, إصدار %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (%3 إصدار)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (المخزون)" @@ -145,7 +151,7 @@ msgstr "%1 (بطيء)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -159,11 +165,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 إعداد الرسومات" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -176,11 +182,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 لا يدعم هذه الميزة علي النظام الخاص بك" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 لا يدعم هذه الميزة." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -190,27 +196,27 @@ msgstr "" "%2 موضوع(s)\n" "%3 الإطار الحالي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 قد انضم" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 لقد غادر" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 القرص غير صالح" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 is now golfing" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -218,13 +224,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "نطاقات الذاكرة %1" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 نقاط" @@ -236,30 +242,30 @@ msgstr "%1 وجدت جلسة" msgid "%1 sessions found" msgstr "%1 الجلسات التي تم العثور عليها" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (السرعة القياسية)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -267,13 +273,17 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" -msgstr "" +msgstr "%1

%2" #: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:141 msgid "%1[%2]: %3" @@ -287,7 +297,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 ميغابايت" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -300,25 +310,25 @@ msgstr "%1x Native (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -344,36 +354,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&حول" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&إضافة نقطة توقف الذاكرة" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&إضافة رمز جديد" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&إضافة وظيفة" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&إضافة" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&إعدادات الصوت" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&التحديث التلقائي" @@ -381,15 +391,19 @@ msgstr "&التحديث التلقائي" msgid "&Borderless Window" msgstr "&نافذة بلا حدود" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&نقاط التوقف" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&تتبع اخطاء المحاكي" @@ -397,15 +411,15 @@ msgstr "&تتبع اخطاء المحاكي" msgid "&Cancel" msgstr "&إلغاء" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&مدير الأسرار" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&تحقق من وجود تحديثات" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&مسح الرموز" @@ -413,50 +427,51 @@ msgstr "&مسح الرموز" msgid "&Clone..." msgstr "&استنساخ" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&رمز" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&متصل" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&إعدادات ذراع التحكم" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" msgstr "&نسخ العنوان" #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&إنشاء..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&حذف" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&حذف المشاهدة" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&تحرير الرمز" @@ -464,14 +479,18 @@ msgstr "&تحرير الرمز" msgid "&Edit..." msgstr "&تحرير" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&إخراج القرص" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&محاكاة" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&تصدير" @@ -488,41 +507,41 @@ msgstr "&تصدير الحالة" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&ملف" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&الخط" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&الإطار المسبق" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&إعدادات المظهر الحر" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&إنشاء رموز من" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub مستودع " -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&إعدادات الرسومات" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&مساعدة" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&إعدادات مفاتيح الاختصار" @@ -542,19 +561,19 @@ msgstr "&استيراد الحالة" msgid "&Import..." msgstr "&استيراد" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinity قاعدة" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&blr إدراج" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&مزج الإطارات" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -562,15 +581,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&اللغة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&تحميل الحالة" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Load Symbol Map" @@ -580,23 +599,27 @@ msgstr "&تحميل الملف إلى العنوان الحالي" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&تأمين المصغرات في القائمة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&الذاكرة" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&فيلم" @@ -604,7 +627,7 @@ msgstr "&فيلم" msgid "&Mute" msgstr "&صامت" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&شبكة الاتصال" @@ -613,23 +636,27 @@ msgid "&No" msgstr "&لا" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&فتح" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&خيارات" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&HLE وظائف تصحيح" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&إيقاف مؤقت" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&تشغيل" @@ -637,7 +664,7 @@ msgstr "&تشغيل" msgid "&Properties" msgstr "&خصائص" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&وضع للقراءة فقط" @@ -645,7 +672,7 @@ msgstr "&وضع للقراءة فقط" msgid "&Refresh List" msgstr "&تحديث القائمة" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&تسجل" @@ -653,29 +680,29 @@ msgstr "&تسجل" msgid "&Remove" msgstr "&إزالة" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&إزالة الرمز" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&إعادة تسمية الرمز" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&إعادة" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&أدارة حزمة الموارد" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Save Symbol Map" @@ -683,31 +710,35 @@ msgstr "&Save Symbol Map" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Skylanders منفذ" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&حد السرعة" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&إيقاف " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&المظهر" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&المواضيع" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" +msgstr "&أداة" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&أدوات" @@ -717,21 +748,21 @@ msgstr "&إلغاء تحميل القرص" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&عرض" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&مشاهدة" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&الموقع" @@ -743,38 +774,30 @@ msgstr "&معلومات عن اللعبة" msgid "&Yes" msgstr "&نعم" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' لم يتم العثور على أي أسماء رموز تم إنشاؤها" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' لم يتم العثور على المسح بحثًا عن الوظائف الشائعة بدلاً من ذلك" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(داكن)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(فاتح)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(النظام)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(مضيف)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(ايقاف)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* ضرب" @@ -791,7 +814,7 @@ msgstr ", فاصلة" msgid "- Subtract" msgstr "- طرح" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -800,7 +823,7 @@ msgid "--Unknown--" msgstr "--غير معروف--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -861,7 +884,7 @@ msgstr "16-bit عدد صحيح موقع" msgid "16-bit Unsigned Integer" msgstr "16-bit عدد صحيح غير موقع" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -869,7 +892,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x Anisotropic" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -881,7 +904,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -917,19 +940,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-bit عدد صحيح غير موقع" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D عمق" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -945,7 +968,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blocks)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -953,7 +976,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1042,16 +1065,16 @@ msgstr "<لا شيء>" msgid "" msgstr "<لغة النظام>" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "إذا لم تكن متأكدا فاترك هذا دون تحديد" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1083,8 +1106,8 @@ msgstr "" msgid "> Greater-than" msgstr "> أكثر-من" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "جلسة لعب الشبكة جارية بالفعل!" @@ -1109,7 +1132,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "القرص بالفعل على وشك أن يتم إدراجه." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1121,7 +1144,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "لا يمكن تحميل حالة الحفظ دون تحديد لعبة لتشغيلها" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1141,9 +1164,9 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "لا يمكن تشغيل المزامنة إلا عند تشغيل لعبة وي." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" -msgstr "" +msgstr "الحفظ التلقائي" #. i18n: A mysterious debugging/diagnostics peripheral for the GameCube. #: Source/Core/Core/HW/EXI/EXI_Device.h:98 @@ -1178,7 +1201,7 @@ msgstr "" "دعم ريموت وي في اللعب عبر الشبكة تجريبي وقد لا يعمل بشكل الصحيح.\n" "استخدام على مسؤوليتك الخاصة.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR رموز" @@ -1220,8 +1243,8 @@ msgstr "ضبط" msgid "Achievement Settings" msgstr "إعدادات الإنجاز" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "الإنجازات" @@ -1297,7 +1320,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "تفعيل المحادثة في اللعب عبر الشبكة" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "نشط" @@ -1313,7 +1336,7 @@ msgstr "قائمة انتظار مؤشر الترابط النشط" msgid "Active threads" msgstr "المواضيع النشطة" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "محول" @@ -1321,7 +1344,7 @@ msgstr "محول" msgid "Adapter Detected" msgstr "كشف عن محول" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "محول" @@ -1348,11 +1371,11 @@ msgstr "إضافة جهاز يو إس بي جديد" msgid "Add Shortcut to Desktop" msgstr "إضافة اختصار إلى سطح المكتب" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "إضافة نقطة توقف" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "أضف نقطة توقف الذاكرة" @@ -1371,28 +1394,27 @@ msgstr "إضافة نقطة توقف للذاكرة" msgid "Add to &watch" msgstr "اضف إليه &تنبية" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "إضافة للمشاهدة" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "أضف" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "عنوان" @@ -1411,14 +1433,14 @@ msgstr "مساحة العنوان حسب حالة وحدة المعالجة ال msgid "Address:" msgstr "عنوان" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1436,7 +1458,7 @@ msgid "" "rightmost value." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1448,7 +1470,7 @@ msgstr "" "تحذير: سيؤدي تمكين هذا إلى كسر العديد من الألعاب تمامًا. يمكن فقط لعدد قليل " "من الألعاب الاستفادة من ذلك." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1484,7 +1506,7 @@ msgstr "خيارات متقدمة" msgid "Advanced Settings" msgstr "الإعدادات المتقدمة" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1540,7 +1562,7 @@ msgstr "كل مزدوج" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1548,7 +1570,7 @@ msgid "All Files" msgstr "كل الملفات" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "(*) كل الملفات" @@ -1557,7 +1579,7 @@ msgstr "(*) كل الملفات" msgid "All Float" msgstr "كل تعويم" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "GC/Wii جميع ملفات" @@ -1566,8 +1588,8 @@ msgstr "GC/Wii جميع ملفات" msgid "All Hexadecimal" msgstr "كل سداسي عشري" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "جميع حالات الحفظ (*.sav *.s##);; كل الملفات (*)" @@ -1579,27 +1601,27 @@ msgstr "جميع الأعداد الصحيحة الموقعة" msgid "All Unsigned Integer" msgstr "جميع الأعداد الصحيحة غير الموقعة" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "(*) جميع الملفات" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "جميع رموز اللاعبين متزامنة." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "حفظ جميع اللاعبين متزامنة." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "السماح بإعدادات المنطقة الغير متطابقة" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "السماح بالإبلاغ عن إحصائيات الاستخدام" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "SD Card السماح للكتابة على" @@ -1617,7 +1639,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "مصادر الإدخال البديلة" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "دائما" @@ -1639,7 +1661,7 @@ msgstr "كان من المتوقع وجود قرص مدرج ولكن لم يتم msgid "Anaglyph" msgstr "Anaglyph" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "تحليل" @@ -1653,7 +1675,7 @@ msgstr "الزاوية" msgid "Angular velocity to ignore and remap." msgstr "السرعة الزاوية للتجاهل وإعادة التخطيط" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "التنعيم" @@ -1665,25 +1687,25 @@ msgstr "التنعيم" msgid "Any Region" msgstr "أي منطقة" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "إلحاق التوقيع ل" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "إلحاق ب & ملف التوقيع الموجود" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "تطبيق ملف التوقيع" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "تاريخ الإصدار" @@ -1691,19 +1713,19 @@ msgstr "تاريخ الإصدار" msgid "Apply" msgstr "تطبيق" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "تطبيق ملف التوقيع" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Arbitrary Mipmap Detection" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "هل أنت متأكد من أنك تريد حذفها '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "هل أنت متأكد من أنك تريد حذف هذا الملف؟" @@ -1711,10 +1733,18 @@ msgstr "هل أنت متأكد من أنك تريد حذف هذا الملف؟" msgid "Are you sure you want to delete this pack?" msgstr "هل أنت متأكد من أنك تريد حذف هذه الحزمة؟" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "هل أنت متأكد من أنك تريد إنهاء اللعب عبر الشبكة؟" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "هل أنت واثق؟" @@ -1723,16 +1753,16 @@ msgstr "هل أنت واثق؟" msgid "Area Sampling" msgstr "Area Sampling" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "نسبة الابعاد" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "نسبة العرض إلى الارتفاع تصحيح الدقة الداخلي" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "نسبة الابعاد" @@ -1740,8 +1770,8 @@ msgstr "نسبة الابعاد" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1752,7 +1782,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "تعيين منافذ ذراع التحكم" @@ -1773,11 +1803,11 @@ msgstr "أرفق موشن بلس" msgid "Audio" msgstr "الصوت" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "الخلفية الصوتية" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "إعدادات امتداد الصوت" @@ -1793,7 +1823,7 @@ msgstr "الكاتب" msgid "Authors" msgstr "المؤلفون" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "تلقائي" @@ -1802,11 +1832,15 @@ msgstr "تلقائي" msgid "Auto (Multiple of 640x528)" msgstr "تلقائي (Multiple of 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "التحديث التلقائي" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "إعدادات التحديث التلقائي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1818,7 +1852,7 @@ msgstr "" "\n" "يرجى تحديد دقة داخلية محددة." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "ضبط تلقائي لحجم النافذة" @@ -1826,23 +1860,34 @@ msgstr "ضبط تلقائي لحجم النافذة" msgid "Auto-Hide" msgstr "إخفاء تلقائي" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "RSO الكشف التلقائي عن وحدات" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "تزامن تلقائيا مع المجلد" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" -msgstr "" +msgstr "تحديث القيم الحالية تلقائيا" #. i18n: One of the options shown below "Address Space". "Auxiliary" is the address space of ARAM #. (Auxiliary RAM). @@ -1851,7 +1896,7 @@ msgid "Auxiliary" msgstr "مساعدة" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1882,19 +1927,19 @@ msgstr "BP تسجل" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "الخلفية" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "تعدد المسارات الخلفية" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "إعدادات الخلفية" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "الخلفية" @@ -1903,20 +1948,20 @@ msgstr "الخلفية" msgid "Background Input" msgstr "خلفية الإدخال" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "الى الوراء" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "تم توفير عنوان غير صحيح." @@ -1924,28 +1969,28 @@ msgstr "تم توفير عنوان غير صحيح." msgid "Bad dump" msgstr "تفريغ سيئ" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "تم توفير إزاحة غير صالحة" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "قيمة غير صالحة المقدمة" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "الشعار" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "تفاصيل الشعار" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "الشعار" @@ -1955,17 +2000,17 @@ msgstr "شريط" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:417 msgid "Base Address" -msgstr "" +msgstr "العنوان الأساسي" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Base priority" msgstr "الأولوية الأساسية" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "الأساسية" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "الإعدادات الأساسية" @@ -2013,7 +2058,7 @@ msgstr "Binary SSL (read)" msgid "Binary SSL (write)" msgstr "Binary SSL (write)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "(kbps) معدل البت" @@ -2025,13 +2070,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "حجم الكتلة" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "حجم الكتلة" @@ -2065,67 +2110,67 @@ msgstr "" "libusb تم تمكين وضع عبور البلوتوث ولكن تم تصميم دولفين بدون\n" "لا يمكن استخدام وضع العبور" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "التمهيد لإيقاف مؤقت" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND backup file (*.bin);;All Files (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii keys file (*.bin);;All Files (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "ملء الشاشة بلا حدود" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "اسفل" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" -msgstr "" +msgstr "فرع" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" -msgstr "" +msgstr "نوع الفرع" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2137,23 +2182,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2170,7 +2215,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2180,19 +2225,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2201,30 +2246,30 @@ msgstr "" msgid "Branch: %1" msgstr "%1 فرع" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "الفروع" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "كسر" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "توقف" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "تمت مصادفة نقطة توقف! إلغاء للخروج" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "نقاط التوقف" @@ -2258,24 +2303,24 @@ msgstr "خطأ محول النطاق العريض" msgid "Broadband Adapter MAC Address" msgstr "عنوان ماك لمحول النطاق العريض" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "مستعرض جلسات اللعب عبر الشبكة" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "حجم المخزن المؤقت" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "تم تغيير حجم المخزن المؤقت إلى %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "المخزن المؤقت" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2312,7 +2357,7 @@ msgstr "الأزرار" #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:214 msgid "By: %1" -msgstr "" +msgstr "بواسطة: %1" #: Source/Core/Core/HW/GCPadEmu.cpp:57 #: Source/Core/DolphinQt/Config/Mapping/GCPadEmu.cpp:31 @@ -2320,7 +2365,7 @@ msgstr "" msgid "C Stick" msgstr "C عصا" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "إنشاء ملف التوقيع" @@ -2328,11 +2373,11 @@ msgstr "إنشاء ملف التوقيع" msgid "CP register " msgstr "CP تسجيل" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "محرك محاكاة وحدة المعالجة المركزية" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "خيارات المعالج" @@ -2340,11 +2385,11 @@ msgstr "خيارات المعالج" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Cached Interpreter (أبطأ)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2355,7 +2400,7 @@ msgstr "" msgid "Calculate" msgstr "حساب" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2363,11 +2408,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "معايرة" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "المعايرة" @@ -2401,51 +2446,51 @@ msgstr "كاميرا 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "لا يمكن تعديلها بعد" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "{0:02x} لا يمكن العثور على ريموت وي من خلال مقبض الاتصال" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "لا يمكن بدء جلسة اللعب عبر الشبكة بينما لا تزال اللعبة قيد التشغيل! " #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "إلغاء" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "إلغاء المعايرة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2459,23 +2504,23 @@ msgstr "" "WAD لا يمكن تشغيل هذا\n" "NAND لأنه لا يمكن تثبيته على" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "لا يمكن مقارنة القيمة الأخيرة في البحث الأول" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Cannot find the GC IPL." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "لا يمكن التحديث بدون نتائج" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2483,13 +2528,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "لا يمكن ضبط بطاقة الذاكرة على مسار فارغ" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Cannot start the game, because the GC IPL could not be found." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2507,7 +2552,7 @@ msgstr "مركز" msgid "Center Mouse" msgstr "ماوس مركزي" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "المركز و المعايرة" @@ -2515,7 +2560,7 @@ msgstr "المركز و المعايرة" msgid "Change &Disc" msgstr "تغيير &القرص" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "تغيير &القرص" @@ -2523,7 +2568,7 @@ msgstr "تغيير &القرص" msgid "Change Disc" msgstr "تغيير القرص" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "تغيير الأقراص تلقائيا" @@ -2531,13 +2576,13 @@ msgstr "تغيير الأقراص تلقائيا" msgid "Change the disc to {0}" msgstr "{0} قم بتغيير القرص إلى" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2558,7 +2603,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "سيحدث تغيير الاسرار فقط عند إعادة تشغيل اللعبة." @@ -2570,7 +2615,7 @@ msgstr "(%1) قسم القناة" msgid "Character entered is invalid!" msgstr "الحرف الذي تم إدخاله غير صالح" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "محادثه" @@ -2578,7 +2623,7 @@ msgstr "محادثه" msgid "Cheat Code Editor" msgstr "محرر رمز الأسرار" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "بحث عن اسرار" @@ -2586,7 +2631,7 @@ msgstr "بحث عن اسرار" msgid "Cheats Manager" msgstr "مدير الأسرار" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND تحقق من" @@ -2598,7 +2643,7 @@ msgstr "تحقق من تغييرات قائمة الألعاب في الخلفي msgid "Check for updates" msgstr "تحقق من وجود تحديثات" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2606,7 +2651,7 @@ msgstr "" "تحقق مما إذا كان لديك الأذونات المطلوبة لحذف الملف أو ما إذا كان لا يزال قيد " "الاستخدام." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "اختباري" @@ -2618,29 +2663,29 @@ msgstr "الصين" msgid "Choose" msgstr "اختر" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "اختيار ملف لفتح" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "اختر ملفًا لفتحه أو إنشائه" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "اختيار ملف الإدخال ذي الأولوية" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "اختر ملف الإدخال الثانوي" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "اختر المجلد للاستخراج إليه" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "GCI اختر المجلد الأساسي" +msgid "Choose GCI Base Folder" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "اختيار مجلد لاستخراج" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "اختر ملف الإدخال ذو الأولوية" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "اختر ملف الإدخال الثانوي" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "اختر ملفًا لفتحه" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "اختر ملفًا لفتحه أو إنشائه" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2659,17 +2704,18 @@ msgstr "Classic Controller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "مسح" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "مسح ذاكرة التخزين المؤقت" @@ -2677,11 +2723,11 @@ msgstr "مسح ذاكرة التخزين المؤقت" msgid "Clear Slot" msgstr "مسح الفتحه " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "تجاوز السرعة" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "استنساخ و &تحرير الرمز" @@ -2690,7 +2736,7 @@ msgstr "استنساخ و &تحرير الرمز" msgid "Close" msgstr "إغلاق" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "الإعدادات العامة" @@ -2698,11 +2744,20 @@ msgstr "الإعدادات العامة" msgid "Code" msgstr "رمز" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2710,11 +2765,11 @@ msgstr "" msgid "Code:" msgstr "رمز" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "الرموز الواردة!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "تصحيح الألوان" @@ -2730,11 +2785,11 @@ msgstr "تصحيح الألوان" msgid "Color Space" msgstr "مساحة اللون" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "دمج اثنين من ملفات التوقيع" @@ -2747,7 +2802,7 @@ msgstr "عام" msgid "Comparand:" msgstr "مقارنة" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2757,7 +2812,7 @@ msgstr "" "الرغم من ذلك، من الممكن أن يكون هذا تفريغًا جيدًا مقارنة بإصدار اللعبة من متجر " "وي يو. لا تستطيع دولفين التحقق من ذلك." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2767,7 +2822,7 @@ msgstr "" "من الممكن أن يكون هذا تفريغًا جيدًا مقارنة بإصدار متجر وي يو للعبة. لا تستطيع " "دولفين التحقق من ذلك." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "تجميع التظليل قبل البدء" @@ -2775,9 +2830,9 @@ msgstr "تجميع التظليل قبل البدء" msgid "Compiling Shaders" msgstr "تجميع التظليل" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "نوع الضغط" @@ -2785,7 +2840,7 @@ msgstr "نوع الضغط" msgid "Compression Level:" msgstr "مستوى الضغط" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "نوع الضغط" @@ -2798,11 +2853,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "شرط" @@ -2892,7 +2947,7 @@ msgstr "إعدادات" msgid "Configure Controller" msgstr "إعدادات ذراع التحكم" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "إعدادات دولفين" @@ -2905,27 +2960,35 @@ msgstr "إعداد الإدخال" msgid "Configure Output" msgstr "إعداد الإخراج" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "تأكيد " -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "تأكيد تغيير الخلفية" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "تأكيد على التوقف" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "التأكيد" @@ -2935,35 +2998,35 @@ msgstr "التأكيد" msgid "Connect" msgstr "اتصال" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "ربط لوح الميزان" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "ربط لوحة مفاتيح يو إس بي" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "%1 ربط ريموت وي" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "ربط ريموت وي 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "ربط ريموت وي 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "ربط ريموت وي 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "ربط ريموت وي 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "ربط ريموت وي " @@ -2979,7 +3042,7 @@ msgstr "الاتصال بالإنترنت وإجراء تحديث للنظام msgid "Connected" msgstr "متصل" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "الاتصال" @@ -2987,7 +3050,7 @@ msgstr "الاتصال" msgid "Connection Type:" msgstr "نوع الاتصال" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "{0:08x} المحتوى تالف" @@ -3004,23 +3067,23 @@ msgstr "Control NetPlay Golf Mode" msgid "Control Stick" msgstr "عصا التحكم" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "ملف تعريف ذراع التحكم" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "ملف تعريف ذراع التحكم 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "ملف تعريف ذراع التحكم 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "ملف تعريف ذراع التحكم 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "ملف تعريف ذراع التحكم 4" @@ -3032,6 +3095,16 @@ msgstr "إعدادات ذراع التحكم" msgid "Controllers" msgstr "ذراع التحكم" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3040,7 +3113,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3051,7 +3124,7 @@ msgstr "" "الافتراضية أمام الشاشة.

تؤدي القيمة الأعلى إلى إنشاء تأثيرات أقوى " "خارج الشاشة بينما تكون القيمة الأقل أكثر راحة." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3060,7 +3133,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3093,17 +3166,17 @@ msgstr "" "Controls whether to use high or low-level DSP emulation. Defaults to " "True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "التقارب" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "التقارب" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "فشل تحويل." @@ -3111,9 +3184,9 @@ msgstr "فشل تحويل." msgid "Convert" msgstr "تحويل" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "تحويل ملف إلى مجلد الآن" @@ -3121,9 +3194,9 @@ msgstr "تحويل ملف إلى مجلد الآن" msgid "Convert File..." msgstr "تحويل الملف" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "تحويل المجلد إلى ملف الآن" @@ -3147,8 +3220,8 @@ msgstr "" "هل تريد المتابعة على أي حال؟" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "جارٍ التحويل ..." @@ -3179,45 +3252,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "نسخ" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "نسخ &الوظيفة" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "نسخ العنوان" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "فشل النسخ" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Copy Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "قيمة النسخ" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Copy code &line" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "نسخ العنوان المستهدف" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "A نسخ إلى" @@ -3232,11 +3305,6 @@ msgstr "B نسخ إلى" msgid "Core" msgstr "النواة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "مساحة اللون الصحيحة" @@ -3245,21 +3313,16 @@ msgstr "مساحة اللون الصحيحة" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "كلفة" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "تعذر الاتصال بالمضيف." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "تعذر إنشاء عميل." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "تعذر إنشاء نظير." @@ -3279,7 +3342,7 @@ msgstr "" "تعذر تنزيل معلومات التحديث من نينتندو. يرجى التحقق من اتصالك بالإنترنت " "والمحاولة مرة أخرى." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3289,7 +3352,7 @@ msgstr "" "\n" "سيتم إيقاف وحدة التحكم التي تمت محاكاتها الآن." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3330,16 +3393,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "{0} تعذر التعرف على الملف" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "لا يمكن حفظ التغييرات الخاصة بك" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "{0} تعذر بدء عملية التحديث" @@ -3355,7 +3418,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "تعذر البحث عن الخادم المركزي" @@ -3367,7 +3430,7 @@ msgstr "لا يمكن فتح الملف" msgid "Couldn't read file." msgstr "لا يمكن قراءة الملف" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "الدولة" @@ -3400,7 +3463,7 @@ msgid "Create..." msgstr "إنشاء..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "المنشئ" @@ -3408,11 +3471,11 @@ msgstr "المنشئ" msgid "Critical" msgstr "حرج" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "اقتصاص" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3424,22 +3487,22 @@ msgstr "" msgid "Crossfade" msgstr "الإبهات المتداخل" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "المنطقة الحالية" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "القيمة الحالية" @@ -3447,7 +3510,7 @@ msgstr "القيمة الحالية" msgid "Current context" msgstr "السياق الحالي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "لعبة الحالية" @@ -3455,11 +3518,11 @@ msgstr "لعبة الحالية" msgid "Current thread" msgstr "الموضوع الحالي" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "مخصص" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "(Stretch) مخصص" @@ -3467,19 +3530,19 @@ msgstr "(Stretch) مخصص" msgid "Custom Address Space" msgstr "مساحة العنوان المخصصة" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "تخصيص نسبة ارتفاع الابعاد" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "تخصيص نسبة عرض الابعاد" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "تخصيص نسبة الابعاد" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "خيارات تخصيص وقت النظام " @@ -3491,6 +3554,32 @@ msgstr "مخصص:" msgid "Customize" msgstr "تخصيص" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3518,7 +3607,7 @@ msgstr "DJ Turntable" msgid "DK Bongos" msgstr "الطبول" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP Emulation Engine" @@ -3526,15 +3615,15 @@ msgstr "DSP Emulation Engine" msgid "DSP HLE (fast)" msgstr "DSP HLE (سريع)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (مستحسن)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE Interpreter (بطيء جدا)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE Recompiler (بطيء)" @@ -3565,7 +3654,7 @@ msgstr "بساط الرقص" msgid "Dark" msgstr "مظلم" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "البيانات" @@ -3594,7 +3683,7 @@ msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" "عدم تناسق البيانات في بطاقة ذاكرة جيم كيوب ، مما يؤدي إلى إلغاء الإجراء" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "البيانات المتلقية!" @@ -3611,8 +3700,8 @@ msgstr "المنطقة الميتة" msgid "Debug" msgstr "التصحيح" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "التصحيح" @@ -3621,40 +3710,40 @@ msgstr "التصحيح" msgid "Decimal" msgstr "عشري" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "جودة فك التشفير:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "تخفيض" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "تخفيض التقارب" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "تخفيض العمق" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "تقليل سرعة المحاكاة" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "تقليل الأشعة تحت الحمراء" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "تقليل فتحة الحالة المحددة" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "X تخفيض" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Y تخفيض" @@ -3668,7 +3757,7 @@ msgstr "افتراضي" msgid "Default Config (Read Only)" msgstr "(Read Only) الأعداد الافتراضي" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "الجهاز الافتراضي" @@ -3684,7 +3773,7 @@ msgstr "صورة القرص الافتراضية" msgid "Default thread" msgstr "الموضوع الافتراضي" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Defer EFB Cache Invalidation" @@ -3692,7 +3781,7 @@ msgstr "Defer EFB Cache Invalidation" msgid "Defer EFB Copies to RAM" msgstr "إلى ذاكرة الوصول العشوائي EFB تأجيل نسخ" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3702,8 +3791,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "حذف" @@ -3721,7 +3810,7 @@ msgstr "حذف الملفات المحددة" msgid "Delete the existing file '{0}'?" msgstr "'{0}' احذف الملف الموجود" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "العمق" @@ -3729,22 +3818,22 @@ msgstr "العمق" msgid "Depth Percentage:" msgstr "نسبة العمق" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "العمق" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "الوصف" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "الوصف" @@ -3752,7 +3841,7 @@ msgstr "الوصف" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3765,16 +3854,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3787,7 +3876,7 @@ msgstr "منفصل" msgid "Detect" msgstr "كشف" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3795,7 +3884,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "تحديد النواة المزدوجة" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Dev (عدة مرات في اليوم)" @@ -3817,7 +3906,7 @@ msgstr "إعدادات الجهاز" msgid "Device VID (e.g., 057e)" msgstr "Device VID (e.g., 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "جهاز" @@ -3825,7 +3914,7 @@ msgstr "جهاز" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "تقوم بتعتيم الشاشة بعد خمس دقائق من الخمول ." @@ -3849,19 +3938,19 @@ msgstr "تعطيل المربع المحيط" msgid "Disable Copy Filter" msgstr "Disable Copy Filter" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Disable EFB VRAM Copies" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "تعطيل محاكاة الحد الأقصى للسرعة" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem تعطيل" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3869,11 +3958,11 @@ msgstr "" msgid "Disable Fog" msgstr "تعطيل الضباب" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Disable JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3881,21 +3970,21 @@ msgstr "" msgid "Disabled" msgstr "تعطيل" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3904,7 +3993,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3918,9 +4007,10 @@ msgstr "القرص" msgid "Discard" msgstr "تجاهل" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" -msgstr "" +msgstr "اعدادات العرض" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:183 msgid "Display Type" @@ -3948,15 +4038,15 @@ msgstr "مسافة" msgid "Distance of travel from neutral position." msgstr "Distance of travel from neutral position." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "هل تسمح لشركة دولفين بالإبلاغ عن معلومات لمطوري دولفين؟" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "هل تريد إضافة \"%1\" إلى قائمة مسارات الألعاب؟" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "هل تريد مسح قائمه أسماء الرموز ؟" @@ -3966,7 +4056,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "هل تريد إيقاف المحاكاة الحالية؟" @@ -3974,12 +4064,12 @@ msgstr "هل تريد إيقاف المحاكاة الحالية؟" msgid "Do you want to try to repair the NAND?" msgstr "NAND هل تريد محاولة إصلاح" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II Decoder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO Log (*.dff)" @@ -3987,22 +4077,22 @@ msgstr "Dolphin FIFO Log (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin Map File (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "CSV توقيع دولفين ملف" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "دولفين توقيع الملف" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Movies (*.dtm)" @@ -4037,11 +4127,11 @@ msgstr "فشل دولفين في إكمال الإجراء المطلوب." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "محاكي دولفين مفتوح المصدر لجهاز جيم كيوب و وي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "دولفين قديم جدا لجتياز الخادم " -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4049,17 +4139,11 @@ msgstr "" "يتعذر على دولفين التحقق من ملفات النموذجية بشكل صحيح ، نظرًا لعدم تفريغها من " "الأقراص الفعلية" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "دولفين غير قادر على التحقق من الأقراص غير المرخصة." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "سيستخدم دولفين هذا للعناوين التي لا يمكن تحديد منطقتها تلقائيًا" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "تم تعطيل نظام الاسرار حاليا." @@ -4068,7 +4152,7 @@ msgstr "تم تعطيل نظام الاسرار حاليا." msgid "Domain" msgstr "نطاق" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "عدم التحديث" @@ -4093,7 +4177,7 @@ msgstr "أبواب مقفلة" msgid "Double" msgstr "مزدوج" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4103,33 +4187,33 @@ msgstr "مزدوج" msgid "Down" msgstr "تحت" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "تحميل الرموز" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "WiiRD تحميل رموز من قاعدة بيانات" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "للإستخدام في وضع الشبكة GameTDB.com تحميل أغلفة الألعاب من" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "تم التحميل" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "تم تحميل %1 رموز. (وأضاف %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4172,19 +4256,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "تفريغ الصوت" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "تفريغ القوام الأساسي" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "EFB التفريغ المستهدف" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "تفريغ الإطارات" @@ -4192,7 +4276,7 @@ msgstr "تفريغ الإطارات" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4200,7 +4284,7 @@ msgstr "" msgid "Dump Path:" msgstr "مسار التفريغ" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "XFB التفريغ المستهدف" @@ -4225,20 +4309,20 @@ msgstr "تفريغ شهادات الأقران" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4254,15 +4338,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "الهولندية" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "خروج" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4274,7 +4358,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4286,7 +4370,7 @@ msgstr "" "مناسب للألعاب التنافسية حيث يكون الإنصاف والحد الأدنى من وقت الإستجابة أكثر " "أهمية" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "بداية تحديث الذاكرة" @@ -4305,16 +4389,16 @@ msgstr "شرق اسيا" msgid "Edit Breakpoint" msgstr "تحرير نقطة التوقف" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "حرر" @@ -4323,6 +4407,11 @@ msgstr "حرر" msgid "Editor" msgstr "محرر" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4334,11 +4423,20 @@ msgstr "تأثير" msgid "Effective" msgstr "فعال" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "الأولوية الفعالة" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "إكسابايت" @@ -4360,7 +4458,7 @@ msgstr "(EFB) مخزن مؤقت للإطار المضمن" msgid "Empty" msgstr "فارغة" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "المحاكي قيد التشغيل بالفعل" @@ -4386,7 +4484,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "تمت محاكاة أجهزة يو إس بي" @@ -4404,27 +4502,27 @@ msgstr "" "Current: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "سرعة المحاكاة " #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "تمكين" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "تمكين طبقات التحقق من واجهة برمجة التطبيقات" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "تمكين تمديد الصوت " -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "تمكين الأسرار" @@ -4432,35 +4530,35 @@ msgstr "تمكين الأسرار" msgid "Enable Controller Inpu&t" msgstr "تمكين إدخال ذراع التحكم" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "تمكين وقت مخصص" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "تمكين واجهة مستخدم التصحيح" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" -msgstr "" +msgstr "تمكين وجود ديسكورد" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:87 msgid "Enable Dual Core" msgstr "تمكين ثنائي النواة" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Enable Dual Core (لزيادة السرعة)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "تمكين تجاوز سرعة المعالج التي تمت محاكاتها" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "تمكين تجاوز المحاكي حجم الذاكرة" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "تمكين ظهور الإنجازات " @@ -4468,15 +4566,15 @@ msgstr "تمكين ظهور الإنجازات " msgid "Enable FPRF" msgstr "FPRF تمكين" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "تمكين تعديلات الرسومات" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" -msgstr "" +msgstr "تمكين وضع المتشدد" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4494,33 +4592,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "MMU تمكين" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "تمكين إشعارات التقدم" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "تمكين المسح التدريجي" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "RetroAchievements.org تمكين التكامل" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "تمكين الهزاز" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "تمكين شاشة التوقف" @@ -4528,27 +4626,27 @@ msgstr "تمكين شاشة التوقف" msgid "Enable Speaker Data" msgstr "تمكين بيانات مكبر صوت" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" -msgstr "" +msgstr "تمكين وضع المشاهد" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "تمكين الإنجازات غير الرسمية" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "تمكين تقارير إحصائيات الاستخدام " -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "WiiLink عبر WiiConnect24 قم بتمكين" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "تمكين الإطار الشبكي" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Enable Write-Back Cache (بطيء)" @@ -4558,7 +4656,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4566,14 +4664,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4582,7 +4680,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4592,7 +4690,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4600,7 +4698,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4614,18 +4712,18 @@ msgstr "" "Enables Floating Point Result Flag calculation, needed for a few games. (ON " "= Compatible, OFF = Fast)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4633,7 +4731,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4641,14 +4739,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4658,7 +4756,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "لتمكين تمديد الصوت لتتناسب مع سرعة المحاكاة." @@ -4666,9 +4764,9 @@ msgstr "لتمكين تمديد الصوت لتتناسب مع سرعة المح msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4678,14 +4776,14 @@ msgid "" msgstr "" "تمكن وحدة إدارة الذاكرة ، اللازمة لبعض الألعاب. (تمكين= متوافق, تعطيل= سريع)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4693,7 +4791,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4701,7 +4808,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4724,17 +4831,17 @@ msgstr "" "\n" "ألغى الاستيراد." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "لم يتم تهيئة الشبكة" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "الإنجليزية" @@ -4751,7 +4858,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "أدخل معرف جهاز يو إس بي " -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "أدخل عنوانًا لمشاهدته" @@ -4775,78 +4882,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Enter the RSO module address:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4857,22 +4963,22 @@ msgstr "Enter the RSO module address:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "خطأ" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:456 msgid "Error Log" -msgstr "" +msgstr "سجل الأخطاء" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:75 msgid "Error Opening Adapter: %1" msgstr "%1 : خطأ في فتح المحول" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "خطأ في جمع البيانات المحفوظة" @@ -4882,7 +4988,7 @@ msgstr "خطأ في جمع البيانات المحفوظة" msgid "Error converting value" msgstr "خطأ في تحويل القيمة" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "خطأ في تحميل اللغة المحددة. العودة إلى النظام الافتراضي." @@ -4890,15 +4996,15 @@ msgstr "خطأ في تحميل اللغة المحددة. العودة إلى ا msgid "Error obtaining session list: %1" msgstr "خطأ في الحصول على قائمة الجلسة: 1%" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "حدث خطأ أثناء تحميل بعض حزم النسيج" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "خطأ معالجة الرموز" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "خطأ في معالجة البيانات." @@ -4906,11 +5012,11 @@ msgstr "خطأ في معالجة البيانات." msgid "Error reading file: {0}" msgstr "{0} خطأ في قراءة الملف" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "خطأ في مزامنة الرموز" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "حدث خطا اثناء مزامنة حفظ البيانات!" @@ -4952,7 +5058,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "خطأ: لا يدعم هذا الإصدار وذراع تحكم جيم بوي أدفانس التي تمت مضاهاتها" @@ -4972,11 +5078,11 @@ msgstr "" "Error: Trying to access Windows-1252 fonts but they are not loaded. Games " "may not show fonts correctly, or crash." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4985,12 +5091,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "أوروبا" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Exclusive Ubershaders" @@ -4998,15 +5104,15 @@ msgstr "Exclusive Ubershaders" msgid "Exit" msgstr "خروج" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "توقع + أو قوس إغلاق" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "الحجج المتوقعة" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "من المتوقع إغلاق القوسين" @@ -5018,27 +5124,27 @@ msgstr "الفاصلة المتوقعة" msgid "Expected end of expression." msgstr "نهاية التعبير المتوقعة" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "الاسم المتوقع للإدخال" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "توقع فتح قوس" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "بداية التعبير المتوقعة" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "اسم المتغير المتوقع" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "تجريبي" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "تصدير جميع حفظ وي" @@ -5049,11 +5155,11 @@ msgstr "تصدير جميع حفظ وي" msgid "Export Failed" msgstr "فشل التصدير" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "تصدير تسجيل" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "تصدير تسجيل" @@ -5081,14 +5187,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "تم التصدير %n الحفظ (الكل)" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "ملحق" @@ -5101,7 +5207,7 @@ msgstr "ملحق إدخال الحركة" msgid "Extension Motion Simulation" msgstr "ملحق محاكاة الحركة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "خارجي" @@ -5109,35 +5215,35 @@ msgstr "خارجي" msgid "External Frame Buffer (XFB)" msgstr "(XFB) مخزن مؤقت للإطار الخارجي" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "NAND استخراج الشهادات من" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "استخراج القرص بأكمله" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "استخراج القسم بأكمله" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "استخراج الملفات" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "إستخراج الملفات" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "استخراج بيانات النظام" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "استخراج جميع الملفات" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "استخراج الملف" @@ -5147,7 +5253,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO Player" @@ -5163,15 +5269,15 @@ msgstr "" "فشل فتح بطاقة الذاكرة:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "فشل في إضافة هذه الجلسة إلى فهرس اللعب عبر الشبكة: 1%" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Failed to append to signature file '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5187,7 +5293,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org فشل الاتصال بـ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "%1 فشل الاتصال بالخادم" @@ -5224,33 +5330,33 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "فشل حذف بطاقة الذاكرة في لعب عبر الشبكة تحقق من أذونات الكتابة الخاصة بك." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "فشل حذف الملف المحدد." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "فشل تحميل الرموز." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "فشل تفريغ٪ 1: لا يمكن فتح الملف" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "فشل تفريغ٪ 1: فشل في الكتابة إلى الملف" @@ -5263,15 +5369,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "فشل تصدير ملفات الحفظ التالية:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "NAND فشل استخراج شهادات من" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "فشل استخراج الملف." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "فشل استخراج بيانات النظام." @@ -5293,27 +5399,27 @@ msgstr "D3D فشل في العثور على واحد أو أكثر من رموز msgid "Failed to import \"%1\"." msgstr "\"%1\" فشل الاستيراد" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "فشل استيراد ملف الحفظ. الرجاء تشغيل اللعبة مرة واحدة ، ثم المحاولة مرة أخرى" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" "فشل استيراد ملف الحفظ. يبدو أن الملف المحدد تالف أو أنه ليس حفظ وي صالحًا" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "فشل في التهيئة الأساسية" @@ -5324,7 +5430,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "فشل في تهيئة فئات العارض" @@ -5333,11 +5439,11 @@ msgid "Failed to install pack: %1" msgstr "%1 :فشل تثبيت الحزمة" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "NAND فشل تثبيت هذا العنوان على" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5345,8 +5451,8 @@ msgstr "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Failed to load RSO module at %1" @@ -5358,7 +5464,7 @@ msgstr "d3d11.dll فشل تحميل" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll فشل تحميل" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Failed to load map file '%1'" @@ -5372,7 +5478,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "فشل تحميل الملف القابل للتنفيذ إلى الذاكرة." @@ -5386,25 +5492,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "فشل في تعديل Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "'%1' فشل في الفتح" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "{0} فشل في فتح جهاز بلوتوث" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5414,7 +5520,7 @@ msgstr "فشل في فتح ملف الأعداد" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:731 msgid "Failed to open file" -msgstr "" +msgstr "فشل فتح الملف" #: Source/Core/Core/NetPlayCommon.cpp:26 msgid "Failed to open file \"{0}\"." @@ -5436,7 +5542,7 @@ msgstr "" msgid "Failed to open file." msgstr "فشل فتح ملف" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "فشل في فتح الخادم" @@ -5469,7 +5575,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "\"%1\" فشل في فتح ملف الإدخال" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5483,7 +5589,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Redump.org فشل تحليل بيانات" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "فشل تحليل القيمة المحددة في نوع البيانات المستهدفة." @@ -5496,7 +5602,7 @@ msgid "Failed to read from file." msgstr "فشلت القراءة من الملف" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "\"{0}\" فشلت القراءة من ملف الإدخال" @@ -5557,45 +5663,45 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "NAND فشل في إزالة هذا العنوان من" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "Failed to reset NetPlay GCI folder. Verify your write permissions." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "Failed to reset NetPlay NAND folder. Verify your write permissions." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "فشل في إعادة تعيين مجلد إعادة توجيه اللعب عبر الشبكة. تحقق من أذونات الكتابة " "الخاصة بك" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Failed to save FIFO log." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Failed to save code map to path '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Failed to save signature file '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Failed to save symbol map to path '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Failed to save to signature file '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5610,11 +5716,11 @@ msgstr "%1 فشل في إلغاء تثبيت الحزمة" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Failed to write BT.DINF to SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Mii فشل في كتابة بيانات" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "فشل في كتابة حفظ وي." @@ -5628,7 +5734,7 @@ msgstr "فشل في كتابه ملف الأعداد" msgid "Failed to write modified memory card to disk." msgstr "فشل في كتابة بطاقة الذاكرة المعدلة إلى القرص" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "فشل في كتابة إعادة توجيه الحفظ" @@ -5637,7 +5743,7 @@ msgid "Failed to write savefile to disk." msgstr "فشل في كتابة ملف الحفظ على القرص" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5647,20 +5753,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "فشل" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "تأخير الإدخال العادل" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "المنطقة الاحتياطية" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "المنطقة الاحتياطية" @@ -5679,7 +5786,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "مجال الرؤية" @@ -5692,46 +5799,46 @@ msgstr "رقم الشكل:" msgid "Figure type" msgstr "نوع الشكل" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "تفاصيل الملف" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "تنسيق الملف" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "تنسيق الملف" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "معلومات الملف" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "اسم الملف" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "مسار الملف" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "حجم الملف" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "حجم الملف" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "الملف لا يحتوي على رموز." @@ -5743,7 +5850,7 @@ msgstr "اسم الملف" msgid "Files opened, ready to compress." msgstr "الملفات المفتوحة ، جاهزة للضغط." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5773,7 +5880,7 @@ msgstr "بحث عن التالي" msgid "Find &Previous" msgstr "بحث عن السابق" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "الانتهاء من المعايرة" @@ -5808,12 +5915,6 @@ msgstr "فشل إصلاح المجموع الاختباري" msgid "Fixed Alignment" msgstr "محاذاة ثابتة" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "الأعلام" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5823,11 +5924,11 @@ msgstr "الأعلام" msgid "Float" msgstr "عدد عشري" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "للحصول على أفضل النتائج ، يرجى نقل إدخالك ببطء إلى جميع المناطق المحتملة." @@ -5844,7 +5945,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "16:9" @@ -5852,7 +5953,7 @@ msgstr "16:9" msgid "Force 24-Bit Color" msgstr "24-Bit اللون" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "4:3" @@ -5884,15 +5985,15 @@ msgstr "فرض الاستماع منفذ" msgid "Force Nearest" msgstr "Force Nearest" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5902,7 +6003,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5910,7 +6011,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5920,7 +6021,7 @@ msgstr "" msgid "Format:" msgstr "تنسيق" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5935,38 +6036,38 @@ msgstr "Forward port (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Found %1 results for \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "%1 الإطار" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "الإطار المسبق" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "تخفيض سرعة الإطار المسبق" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "زيادة سرعة الإطار المسبق" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr " إعادة تعيين سرعة الإطار المسبق" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "تفريغ الإطار" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "مجموعة الإطار " @@ -5974,7 +6075,7 @@ msgstr "مجموعة الإطار " msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "إطارات للتسجيل" @@ -5994,7 +6095,7 @@ msgstr "%1 ملفات حرة" msgid "Free Look Control Type" msgstr "نوع التحكم في المظهر الحر" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "%1 تحكم في المظهر الحر" @@ -6014,22 +6115,26 @@ msgstr "" "\"https://wiki.dolphin-emu.org/index.php?title=Free_Look\">راجع هذه الصفحة." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "نظرة حرة" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "نظرة حرة" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "نظرة حرة" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "الفرنسية" @@ -6048,8 +6153,8 @@ msgid "From" msgstr "من" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "من" @@ -6057,13 +6162,14 @@ msgstr "من" msgid "FullScr" msgstr "شاشة كاملة" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "وظيفة" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" -msgstr "" +msgstr "اعدادات الوظيفة" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" @@ -6081,7 +6187,7 @@ msgstr "(TCP) جيم بوي أدفانس" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "جيم بوي أدفانس" @@ -6097,19 +6203,19 @@ msgstr "إعدادات جيم بوي أدفانس" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "صوت جيم بوي أدفانس" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "حجم النافذة جيم بوي أدفانس" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6133,7 +6239,7 @@ msgstr "GCMemcardDirectory: ClearBlock called with invalid block address" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6151,7 +6257,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU فك تشفير نسيج" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6161,25 +6267,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6191,7 +6297,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6209,22 +6315,22 @@ msgstr "" msgid "Game" msgstr "اللعبة" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "جيم بوي أدفانس" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "(*.gba) جيم بوي ادفانس" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "%1 جيم بوي أدفانس في منفذ" @@ -6236,7 +6342,7 @@ msgstr "مساحة لون اللعبة" msgid "Game Config" msgstr "إعدادات اللعبة" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "تفاصيل اللعبة" @@ -6252,25 +6358,25 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "معرف اللعبة" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "معرف اللعبة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "حالة اللعبة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "تغيرت اللعبة إلى \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6278,15 +6384,15 @@ msgstr "" "يحتوي ملف اللعبة على تجزئة مختلفة. انقر بزر الماوس الأيمن فوقه، وحدد خصائص، " "وقم بالتبديل إلى علامة التبويب تحقق، وحدد التحقق من التكامل للتحقق من التجزئة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "تحتوي اللعبة على رقم قرص مختلف" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "اللعبة لديها مراجعة مختلفة" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "لعبة تستخدم بالفعل!" @@ -6297,7 +6403,7 @@ msgstr "" "{0:#x}, {1:#x} تم الكتابة فوق اللعبة مع حفظ ألعاب أخرى. تلف البيانات في " "المستقبل" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "منطقة اللعبة غير متطابقة" @@ -6317,11 +6423,11 @@ msgstr "محول وي يو لذراع تحكم جيم كيوب" msgid "GameCube Adapter for Wii U at Port %1" msgstr "محول تحكم جيم كيوب لجهاز وي يو في منفذ %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "تحكم جيم كيوب" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "تحكم جيم كيوب في منفذ %1" @@ -6329,11 +6435,11 @@ msgstr "تحكم جيم كيوب في منفذ %1" msgid "GameCube Controllers" msgstr "تحكم جيم كيوب" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "لوحة المفاتيح جيم كيوب" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "لوحة مفاتيح جيم كيوب في منفذ %1" @@ -6350,7 +6456,7 @@ msgstr "بطاقة الذاكرة جيم كيوب" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "بطاقات ذاكرة جيم كيوب (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "فتحة ميكروفون جيم كيوب %1" @@ -6378,45 +6484,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko رموز" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "عام" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "العامة و الخيارات" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "إنشاء هوية جديد للحصائيات " -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "أسماء الرموز التي تم إنشاؤها من '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "الألمانية" @@ -6424,11 +6538,11 @@ msgstr "الألمانية" msgid "Germany" msgstr "ألمانيا" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "فشل الحصول على قائمة الأجهزة: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "غيغابايت" @@ -6443,7 +6557,7 @@ msgstr "" msgid "Giants" msgstr "العمالقة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golf وضع" @@ -6452,7 +6566,7 @@ msgid "Good dump" msgstr "تفريغ جيد" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "الرسومات" @@ -6461,7 +6575,7 @@ msgstr "الرسومات" msgid "Graphics Mods" msgstr "تعديلات الرسومات" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "الرسومات" @@ -6470,7 +6584,7 @@ msgstr "الرسومات" msgid "Graphics mods are currently disabled." msgstr "تعديلات الرسومات معطلة حاليا" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6492,7 +6606,7 @@ msgstr "اليسار أخضر" msgid "Green Right" msgstr "اليمين أخضر" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "شبكة" @@ -6537,7 +6651,7 @@ msgstr "رأس" msgid "Help" msgstr "مساعدة" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "مستوى البطل" @@ -6570,11 +6684,11 @@ msgstr "ست عشرية" msgid "Hide" msgstr "إخفاء" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "إخفاء الكل" @@ -6586,23 +6700,23 @@ msgstr "إخفاء الجلسات داخل اللعبة" msgid "Hide Incompatible Sessions" msgstr "إخفاء جلسات العمل غير المتوافقة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "عالية" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "الأعلى" @@ -6625,15 +6739,39 @@ msgstr "هوست" msgid "Host Code:" msgstr "رمز المضيف" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "سلطة إدخال المضيف" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "حجم المضيف" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6645,14 +6783,22 @@ msgstr "" "مناسب للألعاب غير الرسمية مع أكثر من 3 لاعبين ، وربما على اتصالات غير مستقرة " "أو عالية وقت الإستجابة." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "تم تعطيل سلطة إدخال المضيف" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "تمكين سلطة إدخال المضيف" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "استضافة لعب عبر الشبكة" @@ -6661,21 +6807,21 @@ msgstr "استضافة لعب عبر الشبكة" msgid "Hostname" msgstr "اسم المضيف" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "إعدادات مفاتيح الاختصار" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "مفاتيح الاختصار" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "تتطلب مفاتيح الاختصار التركيز على النافذة" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Hybrid Ubershaders" @@ -6702,7 +6848,7 @@ msgstr "المعرف الذي تم إدخاله غير صالح" msgid "ID:" msgstr "معرف:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "إصدار النظام" @@ -6733,7 +6879,7 @@ msgid "IR" msgstr "الأشعة تحت الحمراء" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "حساسية الأشعة تحت الحمراء" @@ -6772,7 +6918,7 @@ msgstr "" msgid "Icon" msgstr " أيقونة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -6783,11 +6929,11 @@ msgstr "" "مناسب للألعاب القائمة على الدوران مع عناصر تحكم حساسة للتوقيت ، مثل لعبة " "الجولف." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "إنشاء هوية " -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6808,7 +6954,7 @@ msgstr "" "التهيئات النادرة التي تسبب مشكلات الأخطاء والأداء والثبات.\n" "يمكن إلغاء هذا التفويض في أي وقت من خلال إعدادات دولفين." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6822,14 +6968,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6841,7 +6997,7 @@ msgstr "" msgid "Ignore" msgstr "تجاهل" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6866,14 +7022,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "XFB على الفور" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6882,7 +7038,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "النسخة الاحتياطية BootMii NAND استيراد" @@ -6897,15 +7053,15 @@ msgstr "فشل الاستيراد" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "استيراد حفظ وي" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr " NAND استيراد النسخ الاحتياطي" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -6914,7 +7070,7 @@ msgstr "" "NAND استيراد النسخ الاحتياطي\n" "%1s الوقت المنقضي" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6927,7 +7083,7 @@ msgstr "" msgid "In-Game?" msgstr "في اللعبة؟" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6935,64 +7091,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "قيمة مستوى البطل غير صحيحة" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "آخر وقت تم وضعه غير صحيح" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "آخر وقت لإعادة التعيين غير صحيح" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "قيمة المال غير صحيحة" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "الاسم المستعار غير صحيح" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "قيمة وقت اللعب غير صحيحة" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "زيادة" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "زيادة التقارب" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "زيادة العمق" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "زيادة سرعة المحاكاة" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "زيادة الأشعة تحت الحمراء" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "زيادة فتحة الحالة المحددة" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "X زيادة" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Y زيادة" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "تناوب تزايدي" @@ -7029,12 +7185,12 @@ msgstr "معلومات" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "معلومات" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "منع شاشة التوقف أثناء المحاكاة" @@ -7043,11 +7199,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "إدخال" @@ -7061,19 +7217,16 @@ msgstr "قوة الإدخال المطلوبة للتفعيل." msgid "Input strength to ignore and remap." msgstr "قوة الإدخال للتجاهل وإعادة تعيينها" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Insert &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD Card ادرج" @@ -7090,7 +7243,7 @@ msgstr "(%1) تثبيت القسم" msgid "Install Update" msgstr "تثبيت التحديث" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD تثبيت" @@ -7098,13 +7251,14 @@ msgstr "WAD تثبيت" msgid "Install to the NAND" msgstr "NAND تثبيت على" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "تعليمات" @@ -7113,7 +7267,7 @@ msgstr "تعليمات" msgid "Instruction Breakpoint" msgstr "نقطة توقف التعليمات" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "التعليمات" @@ -7122,7 +7276,7 @@ msgstr "التعليمات" msgid "Instruction: %1" msgstr "%1 تعليمات" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7181,8 +7335,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "الدقة الداخلية" @@ -7191,15 +7345,15 @@ msgstr "الدقة الداخلية" msgid "Internal Resolution:" msgstr "الدقة الداخلية" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (بطيء)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7207,7 +7361,7 @@ msgstr "Interpreter Core" msgid "Invalid Expression." msgstr "تعبير غير صالح" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7215,7 +7369,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "رمز مختلط غير صالح" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "حزمة غير صالحة 1% مقدمة :2%" @@ -7224,11 +7378,11 @@ msgstr "حزمة غير صالحة 1% مقدمة :2%" msgid "Invalid Player ID" msgstr "معرف لاعب غير صالح" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Invalid RSO module address: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "مكدس استدعاء غير صالح" @@ -7240,7 +7394,7 @@ msgstr "المجموع الاختباري غير صالح." msgid "Invalid game." msgstr "لعبة غير صالحة" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "المضيف غير صالح" @@ -7249,7 +7403,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "إدخال غير صالح للحقل \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "إدخال غير صالح المقدمة" @@ -7257,7 +7411,7 @@ msgstr "إدخال غير صالح المقدمة" msgid "Invalid literal." msgstr "قيمة حرفية غير صحيحة" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "تم إعطاء معلمات غير صالحة للبحث" @@ -7285,13 +7439,21 @@ msgstr "سلسلة البحث غير صالحة ( فقط حتى أطوال سل msgid "Invalid title ID." msgstr "معرف عنوان غير صالح." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "%1 عنوان الساعة غير صالح" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "الإيطالية" @@ -7304,95 +7466,97 @@ msgstr "إيطاليا" msgid "Item" msgstr "عنصر" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT Block Linking Off" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT Blocks" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Paired Off" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "JIT Recompiler for ARM64 (موصى به)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "JIT Recompiler for x86-64 (موصى به)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT Register Cache Off" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "اليابان" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "اليابانية" @@ -7403,18 +7567,18 @@ msgstr "اليابانية" msgid "Japanese (Shift-JIS)" msgstr "(Shift-JIS) اليابانية" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "استمر في الجري" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "إبقاء النافذة في المقدمة" @@ -7444,20 +7608,20 @@ msgstr "تحكم لوحة المفاتيح" msgid "Keys" msgstr "مفاتيح" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "كيلوبايت" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "طرد لاعب" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "كوريا" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "الكورية" @@ -7486,41 +7650,41 @@ msgstr "LR حفظ" msgid "Label" msgstr "ضع الكلمة المناسبة" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "آخر قيمة" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "آخر موضع" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "آخر إعادة تعيين" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "وقت الإستجابة" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "~10ms :وقت الإستجابة" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "~20ms :وقت الإستجابة" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "~40ms :وقت الإستجابة" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "~80ms :وقت الإستجابة" @@ -7528,11 +7692,11 @@ msgstr "~80ms :وقت الإستجابة" msgid "Launching these titles may also fix the issues." msgstr "قد يؤدي تشغيل هذه العناوين أيضا إلى حل المشكلات" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "المتصدرين" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7591,6 +7755,14 @@ msgstr "" "يسار / يمين انقر إعداد الإخراج\n" "الأوسط--انقر لمسح" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7624,11 +7796,11 @@ msgstr "ضوء" msgid "Limit Chunked Upload Speed:" msgstr "الحد من سرعة الرفع المقسم:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "قائمة الأعمدة" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "قائمة" @@ -7638,29 +7810,29 @@ msgstr "الاستماع" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "تحميل" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Load &Bad Map File..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Load &Other Map File..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "تحميل النسيج المخصص" @@ -7668,24 +7840,29 @@ msgstr "تحميل النسيج المخصص" msgid "Load File" msgstr "تحميل الملف" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "تحميل قائمة جيم كيوب الرئيسية " -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "تحميل بيانات حفظ المضيف فقط" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "تحميل الحالة الأخيرة" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "مسار التحميل" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "تحميل القرص" @@ -7693,171 +7870,166 @@ msgstr "تحميل القرص" msgid "Load Slot" msgstr "فتحة التحميل" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "تحميل الحالة" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "تحميل الحالة 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "تحميل الحالة 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "تحميل الحالة 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "تحميل الحالة 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "تحميل الحالة 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "تحميل الحالة 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "تحميل الحالة 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "تحميل الحالة 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "تحميل الحالة 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "تحميل الحالة 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "تحميل الحالة فتحة 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "تحميل الحالة فتحة 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "تحميل الحالة فتحة 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "تحميل الحالة فتحة 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "تحميل الحالة فتحة 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "تحميل الحالة فتحة 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "تحميل الحالة فتحة 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "تحميل الحالة فتحة 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "تحميل الحالة فتحة 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "تحميل الحالة فتحة 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "تحميل الحالة من الملف" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "تحميل الحالة من الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "تحميل الحالة من الفتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "%1 تحميل قائمة نظام وي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "تحميل وكتابة بيانات حفظ المضيف" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "تحميل من الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "%1 - %2 تحميل من الفتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Load map file" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "%1 تحميل قائمة نظام وي" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "تحميل" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "الرموز المحملة من '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "محلي" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "قفل مؤشر الماوس" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "مقفل" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "سجل" @@ -7866,19 +8038,20 @@ msgstr "سجل" msgid "Log Configuration" msgstr "إعداد السجل" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "تسجيل الدخول" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Log JIT Instruction Coverage" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "تسجيل الخروج" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "تسجيل وقت التقديم للملف" @@ -7890,31 +8063,43 @@ msgstr "نوع السجل" msgid "Logger Outputs" msgstr "مسجل المخرجات" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "فشل تسجيل الدخول" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "التكرار الحلقي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "فقد الاتصال بالخادم" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "منخفضة" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr " الحد الأدنى" @@ -7944,27 +8129,31 @@ msgstr "سحر" msgid "Main Stick" msgstr "العصا الرئيسية" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7972,18 +8161,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "الناشر" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "الناشر" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7991,16 +8180,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "NAND إدارة" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "أخذ عينات النسيج يدويا" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "تعيين" @@ -8008,15 +8197,19 @@ msgstr "تعيين" msgid "Mask ROM" msgstr "Mask ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "وجد تطابق" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "المخزن المؤقت الأقصى" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "%1 تم تغيير حجم المخزن المؤقت الأقصى إلى" @@ -8025,12 +8218,12 @@ msgstr "%1 تم تغيير حجم المخزن المؤقت الأقصى إلى msgid "Maximum tilt angle." msgstr "أقصى زاوية الميل." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "قد يسبب تباطؤ في قائمة وي وبعض الألعاب." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "متوسط" @@ -8046,7 +8239,7 @@ msgstr "نقطة توقف الذاكرة" msgid "Memory Card" msgstr "بطاقة الذاكرة" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "مدير بطاقة الذاكرة" @@ -8054,7 +8247,7 @@ msgstr "مدير بطاقة الذاكرة" msgid "Memory Card Path:" msgstr "مسار بطاقة الذاكرة:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "تجاوز الذاكرة" @@ -8074,7 +8267,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8086,33 +8279,41 @@ msgstr "" "so it is recommended that you keep backups of both NANDs. Are you sure you " "want to continue?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "ميغابايت" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "ميكروفون" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "مصغره " -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "متنوعة" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "إعدادات متنوعة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "إعدادات متنوعة" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8123,7 +8324,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "عدم تطابق بين هياكل البيانات الداخلية." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8143,7 +8344,7 @@ msgstr "" msgid "Modifier" msgstr "معدل" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8155,20 +8356,20 @@ msgid "Modify Slot" msgstr "تعديل الفتحة" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "%1 تم العثور على وحدات" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "نقود" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "احادي" @@ -8180,11 +8381,11 @@ msgstr "أحادي الظلال" msgid "Monospaced Font" msgstr "خط أحادي المسافة" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "إدخال الحركة" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "محاكاة الحركة" @@ -8193,16 +8394,16 @@ msgstr "محاكاة الحركة" msgid "Motor" msgstr "محرك" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "رؤية مؤشر الماوس" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "نقل" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "فيلم" @@ -8213,7 +8414,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8222,14 +8423,24 @@ msgstr "" msgid "Multiplier" msgstr "مضاعف" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "كتم الصوت عند تعطيل الحد الأقصى للسرعة" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "لا للكل" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND تحقق" @@ -8238,8 +8449,8 @@ msgstr "NAND تحقق" msgid "NKit Warning" msgstr "NKit تحذير" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8248,7 +8459,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8265,8 +8476,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8279,11 +8490,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "الاسم" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "اسم علامة جديدة" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "اسم العلامة المراد إزالتها" @@ -8292,10 +8503,10 @@ msgid "Name of your session shown in the server browser" msgstr "يظهر اسم جلستك في مستعرض الخادم" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "الاسم" @@ -8309,7 +8520,7 @@ msgstr "Native (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "لعب عبر الشبكة" @@ -8325,27 +8536,27 @@ msgstr "اعدادات لعب عبر الشبكة" msgid "Netherlands" msgstr "هولندا" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "شبكة الاتصال" @@ -8353,7 +8564,7 @@ msgstr "شبكة الاتصال" msgid "Network dump format:" msgstr "تنسيق تفريغ الشبكة" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "أبدا" @@ -8362,7 +8573,7 @@ msgid "Never Auto-Update" msgstr "عدم التحديث التلقائي" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "جديد" @@ -8373,7 +8584,7 @@ msgstr "نقطة توقف جديدة" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:706 msgid "New File" -msgstr "" +msgstr "ملف جديد" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:708 msgid "New File (%1)" @@ -8387,7 +8598,7 @@ msgstr "بحث جديد" msgid "New Tag..." msgstr "علامة جديدة" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "تم إنشاء هوية جديدة ." @@ -8395,30 +8606,32 @@ msgstr "تم إنشاء هوية جديدة ." msgid "New instruction:" msgstr "تعليمات جديدة" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "علامة جديدة" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "ملف تعريف اللعبة التالية" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "التالية" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "ملف التعريف التالي" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "الاسم المستعار طويل جدا" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "الاسم المستعار" @@ -8440,21 +8653,21 @@ msgstr "لا محاذاة" msgid "No Audio Output" msgstr "لا يوجد إخراج الصوت" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "لا يوجد ضغط" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "لا تطابق" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "لا يوجد حفظ للبيانات" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "لا توجد بيانات لتعديلها" @@ -8475,15 +8688,15 @@ msgstr "لا اخطاء" msgid "No extension selected." msgstr "لم يتم تحديد ملحق" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "لا يوجد ملف تحميل / مسجل." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "لا توجد لعبة قيد التشغيل" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "لا توجد لعبة قيد التشغيل" @@ -8494,25 +8707,25 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:59 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:107 msgid "No input" -msgstr "" +msgstr "لا يوجد مدخلات" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "لم يتم اكتشاف أية مشكلات." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "لم يتم العثور على لعبة مطابقة" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "لا توجد مشاكل." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8526,7 +8739,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "'{0}' لم يتم العثور على ملفات تعريف لإعداد اللعبة" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "لم يتم تحميل التسجيل" @@ -8540,7 +8753,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "No undo.dtm found, aborting undo load state to prevent movie desyncs" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8558,7 +8771,7 @@ msgstr "أمريكا الشمالية" msgid "Not Set" msgstr "غير مجموعة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "ليس كل اللاعبين لديهم اللعبة. هل تريد حقا أن تبدأ؟" @@ -8578,7 +8791,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "لم يتم العثور عليها" @@ -8605,11 +8818,6 @@ msgstr "إشعار" msgid "Null" msgstr "خالية" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8635,13 +8843,13 @@ msgid "Nunchuk Stick" msgstr "عصا نونشوك" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "موافق" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "%1 موضوع" @@ -8693,7 +8901,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "نطاق الكائن" @@ -8714,18 +8922,18 @@ msgstr "" msgid "On" msgstr "تمكين" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "عند الحركة" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8740,7 +8948,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "وثائق على الانترنت" @@ -8748,7 +8956,7 @@ msgstr "وثائق على الانترنت" msgid "Only Show Collection" msgstr "عرض المجموعة فقط" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -8756,7 +8964,7 @@ msgstr "" "إلحاق رموز فقط بالبادية:\n" "(فارغ لكل الرموز)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8775,18 +8983,22 @@ msgstr "فتح" msgid "Open &Containing Folder" msgstr "فتح موقع الملف" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "فتح مجلد المستخدم" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "فتح الإنجازات" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "فتح" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "FIFO فتح سجل" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -8850,34 +9062,34 @@ msgstr "البرتقالي" msgid "Orbital" msgstr "Orbital" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8887,24 +9099,24 @@ msgstr "أخرى" msgid "Other Partition (%1)" msgstr "(%1) قسم آخر" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "مفاتيح الاختصار حالة الأخرى" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "إدارة الحالة الأخرى" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "لعبة أخرى" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:446 msgid "Output" -msgstr "" +msgstr "الإخراج" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "إعادة تشكيل الإخراج" @@ -8912,16 +9124,16 @@ msgstr "إعادة تشكيل الإخراج" msgid "Output Resampling:" msgstr "إعادة تشكيل الإخراج" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "الكتابة فوق" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "تشغيل تسجيل الإدخال" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8934,23 +9146,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG مستوى ضغط" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG مستوى ضغط" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG image file (*.png);; All Files (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC حجم" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Host" @@ -8963,7 +9184,7 @@ msgstr "تحكم" msgid "Pads" msgstr "منصات" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "المعلمات" @@ -8984,7 +9205,7 @@ msgstr "Passive" msgid "Passthrough a Bluetooth adapter" msgstr "المرور عبر محول بلوتوث" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "كلمة المرور" @@ -9009,7 +9230,7 @@ msgstr "تصحيح الاسم" msgid "Patches" msgstr "تصحيحات" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "مسار" @@ -9022,23 +9243,23 @@ msgstr "مسارات" msgid "Pause" msgstr "إيقاف مؤقت" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "وقفة في نهاية الفيلم" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "توقف عند فقدان التركيز" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9046,7 +9267,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9071,7 +9292,7 @@ msgstr "سرعة الذروة لحركات التأرجح الخارجية." msgid "Per-Pixel Lighting" msgstr "لكل بكسل إضاءة" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "تحديث النظام عبر الإنترنت" @@ -9079,15 +9300,15 @@ msgstr "تحديث النظام عبر الإنترنت" msgid "Perform System Update" msgstr "تحديث النظام" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "(ms) نافذة نموذج الأداء" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "(ms) نافذة نموذج الأداء" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "إحصائيات الأداء" @@ -9101,15 +9322,15 @@ msgstr "فيزيائي" msgid "Physical address space" msgstr "مساحة العنوان الفعلي" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "بيتابايت" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "debug اختر خط" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9121,8 +9342,8 @@ msgstr "Pitch Down" msgid "Pitch Up" msgstr "Pitch Up" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "المنصة" @@ -9130,11 +9351,11 @@ msgstr "المنصة" msgid "Play" msgstr "تشغيل" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "لعب / سجل" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "تشغيل التسجيل" @@ -9142,11 +9363,11 @@ msgstr "تشغيل التسجيل" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "خيارات التشغيل" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "لاعب" @@ -9175,24 +9396,29 @@ msgid "Player Two Ability Two" msgstr "اللاعب الثاني القدرة الثانية" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "اللاعبين" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "لعب لعبة" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "زمن اللعب" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "يرجى بدء لعبة قبل بدء البحث باستخدام مناطق الذاكرة القياسية" @@ -9225,11 +9451,11 @@ msgstr "منفذ" msgid "Portal Slots" msgstr "فتحات البوابة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "تم اكتشاف مزامنة محتملة: %1 قد تمت مزامنتها في الإطار %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "تأثير ما بعد المعالجة" @@ -9250,11 +9476,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "جلب النسيج المخصص المسبق " @@ -9282,7 +9508,7 @@ msgstr "" msgid "Presets" msgstr "المسبقة" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "اضغط على زر المزامنة" @@ -9291,7 +9517,7 @@ msgstr "اضغط على زر المزامنة" msgid "Pressure" msgstr "الضغط" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9300,18 +9526,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "ملف تعريف اللعبة السابقة" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "السابقة" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "ملف التعريف السابق" @@ -9333,7 +9560,7 @@ msgstr "خاصة و عامة" msgid "Problem" msgstr "المشكلة" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9341,7 +9568,7 @@ msgstr "" "تم العثور علي مشاكل ذات خطورة عالية. فان اللعبة علي الأرجح لا تعمل علي " "الإطلاق" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9349,7 +9576,7 @@ msgstr "" "تم العثور علي مشاكل ذات خطورة منخفضة. فإنها علي الأرجح لا تمنع اللعبة من " "التشغيل" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9361,20 +9588,20 @@ msgstr "" msgid "Profile" msgstr "الملف الشخصي" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "عداد البرنامج" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "التقدم" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9384,11 +9611,11 @@ msgstr "" msgid "Public" msgstr "عامة" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "أزالة ذاكره التخزين المؤقت لقائمة الألعاب" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9400,15 +9627,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "QT_LAYOUT_DIRECTION" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "(QoS) تعذر تمكين جوده الخدمة ." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "تم تمكين جودة الخدمة (QoS) بنجاح." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "DPLII جودة وحدة فك الترميز\n" @@ -9417,11 +9644,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "مشكلة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "خروج" @@ -9442,11 +9669,11 @@ msgstr "R-قوة ضغطة" msgid "READY" msgstr "جاهز" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO Modules" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO الكشف التلقائي" @@ -9479,17 +9706,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "الدقة الداخلية الخام" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "إعادة&مكان التعليمات" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "اقرأ" @@ -9512,7 +9743,7 @@ msgstr "يقرأ فقط" msgid "Read or Write" msgstr "قراءة أو كتابة" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "وضع القراءة فقط" @@ -9528,7 +9759,7 @@ msgstr "ريموت وي الحقيقي" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9538,23 +9769,27 @@ msgstr "" msgid "Recenter" msgstr "إعادة المركز" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "تسجيل" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "سجل المدخلات" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "تسجيل" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "تسجيل الخيارات" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "تسجيل" @@ -9571,7 +9806,7 @@ msgstr "اليسار أحمر" msgid "Red Right" msgstr "اليمين أحمر" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9589,7 +9824,6 @@ msgstr "Redump.org حالة" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9604,11 +9838,11 @@ msgstr "تحديث القيم الحالية" msgid "Refresh Game List" msgstr "تحديث قائمة اللعبة" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "فشل التحديث. الرجاء تشغيل اللعبة قليلاً وحاول مرة أخرى" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "تحديث القيم الحالية" @@ -9617,8 +9851,8 @@ msgstr "تحديث القيم الحالية" msgid "Refreshing..." msgstr "تحديث..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "المنطقة" @@ -9639,9 +9873,10 @@ msgstr "المدخلات النسبية" msgid "Relative Input Hold" msgstr "إدخال الإدخال النسبي" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" -msgstr "" +msgstr "Releases (كل بضعة أشهر)" #: Source/Core/DolphinQt/Updater.cpp:86 msgid "Remind Me Later" @@ -9651,7 +9886,7 @@ msgstr "ذكرني لاحقا" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "إزالة" @@ -9668,7 +9903,7 @@ msgstr "إزالة البيانات غير المرغوب فيها (لا رجع msgid "Remove Tag..." msgstr "إزالة العلامة" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "إزالة العلامة" @@ -9682,25 +9917,35 @@ msgstr "" "(إلا إذا قمت بحزم ملف ISO بتنسيق مضغوط مثل ZIP بعد ذلك)\n" "هل تريد المتابعة على أية حال؟" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "إعادة تسمية الرمز" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "نافذة العرض" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "عرض إلى النافذة الرئيسية" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9709,15 +9954,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "طلب الانضمام إلى المجموعة" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9728,7 +9973,7 @@ msgstr "إعادة تعيين" msgid "Reset All" msgstr "إعادة تعيين الكل" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "إعادة تعيين تجاهل معالج الذعر" @@ -9752,7 +9997,7 @@ msgstr "أعاده تعيين إعدادات الاجتياز" msgid "Reset Values" msgstr "إعادة تعيين القيم" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "إعادة تعيين طريقة العرض" @@ -9760,7 +10005,7 @@ msgstr "إعادة تعيين طريقة العرض" msgid "Reset all saved Wii Remote pairings" msgstr "إعادة تعيين كافة اقتران ريموت وي المحفوظة" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "نوع الدقة" @@ -9772,7 +10017,7 @@ msgstr "أدارة حزمة الموارد" msgid "Resource Pack Path:" msgstr "مسار حزمة الموارد" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "مطلوب إعادة تشغيل" @@ -9780,11 +10025,11 @@ msgstr "مطلوب إعادة تشغيل" msgid "Restore Defaults" msgstr "استعادة الضبط الافتراضي" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "استعادة التعليمات" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "إعادة المحاولة" @@ -9793,7 +10038,7 @@ msgstr "إعادة المحاولة" msgid "Return Speed" msgstr "عودة السرعة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "إصدار" @@ -9801,7 +10046,7 @@ msgstr "إصدار" msgid "Revision: %1" msgstr "%1 مراجعة" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9852,11 +10097,11 @@ msgstr "Roll Left" msgid "Roll Right" msgstr "Roll Right" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "معرف الغرفة" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "دوران" @@ -9865,7 +10110,7 @@ msgstr "دوران" msgid "Rotation applied at extremities of swing." msgstr "تطبيق التناوب في أطراف التمايل." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9874,7 +10119,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9886,6 +10131,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9911,20 +10165,25 @@ msgstr "" msgid "Rumble" msgstr "هزاز" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "تشغيل جيم بوي أدفانس في خيوط مخصصة" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" -msgstr "تشغيل حتى" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9935,23 +10194,23 @@ msgstr "" msgid "Russia" msgstr "روسيا" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD Card" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SD Card حجم ملف" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD Card Image (*.raw);;All Files (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD Card مسار" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD Card إعدادات" @@ -9959,7 +10218,7 @@ msgstr "SD Card إعدادات" msgid "SD Root:" msgstr "SD Root:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "SD مجلد مزامنة" @@ -9994,11 +10253,11 @@ msgstr "SSL سياق" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "حفظ الرموز" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "حفظ الحالة" @@ -10010,7 +10269,7 @@ msgstr "آمنة" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10020,28 +10279,40 @@ msgstr "حفظ" msgid "Save All" msgstr "حفظ الكل" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "حفظ الصورة المحولة" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "حفظ الصور المحولة" + #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "حفظ التصدير" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "FIFO حفظ سجل" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "احفظ الملف إلى" +msgid "Save File To" +msgstr "حفظ الملف إلى" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10052,15 +10323,19 @@ msgstr "حفظ اللعبة" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "حفظ الاستيراد" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "حفظ الحالة الأقدم" @@ -10068,73 +10343,77 @@ msgstr "حفظ الحالة الأقدم" msgid "Save Preset" msgstr "حفظ الإعداد المسبق" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "حفظ ملف التسجيل باسم" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "حفظ الحالة" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "حفظ الحالة فتحة 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "حفظ الحالة فتحة 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "حفظ الحالة فتحة 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "حفظ الحالة فتحة 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "حفظ الحالة فتحة 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "حفظ الحالة فتحة 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "حفظ الحالة فتحة 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "حفظ الحالة فتحة 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "حفظ الحالة فتحة 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "حفظ الحالة فتحة 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "حفظ الحالة في ملف" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "حفظ الحالة في أقدم فتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "حفظ الحالة في الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "حفظ الحالة في الفتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Save Symbol Map &As..." @@ -10142,7 +10421,7 @@ msgstr "Save Symbol Map &As..." msgid "Save Texture Cache to State" msgstr "حفظ النسيج في ذاكرة التخزين المؤقت إلى الحالة" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "حفظ و تحميل الحالة" @@ -10150,15 +10429,11 @@ msgstr "حفظ و تحميل الحالة" msgid "Save as Preset..." msgstr "حفظ كإعداد مسبق" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "حفظ بأسم" -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "حفظ ملف الإخراج المجمع بأسم" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10172,23 +10447,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Save in Same Directory as the ROM" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Save map file" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "احفظ ملف التوقيع" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "حفظ في الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "%1 - %2 حفظ في الفتحة" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "حفظ" @@ -10208,7 +10475,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "EFB تحجيم نسخة" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Scan succeeded" @@ -10217,8 +10484,8 @@ msgid "ScrShot" msgstr "لقطة للشاشة" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "بحث" @@ -10227,7 +10494,7 @@ msgstr "بحث" msgid "Search Address" msgstr "البحث عن عنوان" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "بحث في الكائن الحالي" @@ -10239,7 +10506,7 @@ msgstr "بحث في المجلدات الفرعية" msgid "Search and Filter" msgstr "البحث والتصفية" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10247,7 +10514,7 @@ msgstr "" "البحث غير ممكن حاليا في مساحة العنوان الافتراضية. يرجى تشغيل اللعبة قليلا " "والمحاولة مرة أخرى." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "ابحث عن تعليمات" @@ -10255,7 +10522,7 @@ msgstr "ابحث عن تعليمات" msgid "Search games..." msgstr "بحث عن الالعاب" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "تعليمات البحث" @@ -10289,9 +10556,9 @@ msgstr "حدد" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10300,7 +10567,7 @@ msgid "Select Dump Path" msgstr "تحديد مسار التفريغ" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "حدد ملف تصدير " @@ -10308,18 +10575,22 @@ msgstr "حدد ملف تصدير " msgid "Select Figure File" msgstr "حدد ملف الشكل" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "حدد جيم بوي أدفانس BIOS" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "حدد قرص جيم بوي أدفانس" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "حدد مسار الحفظ جيم بوي أدفانس" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "حدد الحالة الأخيرة" @@ -10328,6 +10599,10 @@ msgstr "حدد الحالة الأخيرة" msgid "Select Load Path" msgstr "حدد مسار التحميل" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "حدد مسار حزمة الموارد" @@ -10336,6 +10611,14 @@ msgstr "حدد مسار حزمة الموارد" msgid "Select Riivolution XML file" msgstr "Riivolution XML حدد ملف" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "حدد حفظ الملف" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Skylander حدد مجموعة" @@ -10344,58 +10627,62 @@ msgstr "Skylander حدد مجموعة" msgid "Select Skylander File" msgstr "حدد ملف Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "%1 - %2 حدد الفتحة" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "اختر الحالة" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "حدد فتحة الحالة" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "حدد فتحة الحالة 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "حدد فتحة الحالة 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "حدد فتحة الحالة 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "حدد فتحة الحالة 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "حدد فتحة الحالة 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "حدد فتحة الحالة 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "حدد فتحة الحالة 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "حدد فتحة الحالة 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "حدد فتحة الحالة 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "حدد فتحة الحالة 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "WFS حدد مسار" @@ -10409,29 +10696,25 @@ msgstr "NAND حدد جذر وي " msgid "Select a Directory" msgstr "اختر الملف" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "حدد ملف" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "SD Card حدد مجلدًا للمزامنة مع صورة" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "اختر لعبة" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "SD Card حدد صورة" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "حدد ملف" @@ -10439,19 +10722,15 @@ msgstr "حدد ملف" msgid "Select a game" msgstr "اختر لعبة" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "NAND حدد عنوانًا لتثبيته إلى" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "RSO حدد عنوان وحدة" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "حدد ملف التسجيل للتشغيل" @@ -10459,36 +10738,19 @@ msgstr "حدد ملف التسجيل للتشغيل" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "(OTP/SEEPROM dump) حدد ملف المفاتيح" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "حدد حفظ الملف" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "حدد المكان الذي تريد حفظ الصورة المحولة فيه" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "حدد المكان الذي تريد حفظ الصور المحولة فيه" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "الخط المحدد" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "اختيار الملف التحكم الشخصي غير موجود " -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "اللعبة المختارة غير موجودة في قائمة الألعاب!" @@ -10500,19 +10762,19 @@ msgstr "مؤشر ترابط محدد" msgid "Selected thread context" msgstr "سياق الموضوع المحدد" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10531,7 +10793,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10542,7 +10804,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10564,24 +10826,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "إرسال" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "موضع الاستشعار" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10598,7 +10890,7 @@ msgstr "IP عنوان" msgid "Server Port" msgstr "منفذ الخادم" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "الخادم رفض محاولة الاجتياز" @@ -10606,44 +10898,40 @@ msgstr "الخادم رفض محاولة الاجتياز" msgid "Set &Value" msgstr "تعيين القيمة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "قم بتعيين ملف بطاقة الذاكرة للفتحة A" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "قم بتعيين ملف بطاقة الذاكرة للفتحة B" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "تعيين الكمبيوتر" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "تعيين القرص افتراضي " -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "اضبط ملف بطاقة الذاكرة على الفتحة A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "اضبط ملف بطاقة الذاكرة على الفتحة B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Set symbol &end address" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Set symbol &size" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "تعيين عنوان نهاية الرمز" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "تعيين حجم الرمز (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10653,19 +10941,19 @@ msgstr "" "games.\n" "قد لا تعمل لجميع الألعاب." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "تحدد لغة نظام وي " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -10673,10 +10961,17 @@ msgstr "" "يضبط وقت الاستجابة بالمللي ثانية. قد تقلل القيم الأعلى طقطقة الصوت. خلفيات " "معينة فقط." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10686,13 +10981,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "إعدادات" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Can't create setting.txt file" @@ -10700,7 +10995,7 @@ msgstr "SetupWiiMemory: Can't create setting.txt file" msgid "Severity" msgstr "درجة الخطورة" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "تجميع التظليل" @@ -10722,228 +11017,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Shinkansen Controller" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "عرض السرعة" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "السجل" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "شريط الأدوات" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "عرض العنوان النشط في عنوان النافذة" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "عرض الكل" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "أستراليا" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "عرض اللعبة الحالية على ديسكورد" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "عرض الرموز المعطلة أولاً" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "عرض الرموز الممكّنة أولاً" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "FPS عرض" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "عرض عداد الإطار" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "عرض أوقات الإطار" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "فرنسا" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "جيم كيوب" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "ألمانيا" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Show Golf Mode Overlay" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Infinity عرض قاعدة" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "عرض مدخلات العرض" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "ايطاليا" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "اليابان" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "كوريا" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "عرض عداد التأخر" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "عرض اللغة" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "إعداد السجل" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "عرض رسائل اللعب عبر الشبكة" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "في اللعب عبر الشبكة Ping عرض الـ" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "هولندا" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "عرض الرسائل المعروضة على الشاشة" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "أوروبا" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "عرض الكمبيوتر" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "عرض الرسوم البيانية للأداء" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "عرض المنصات" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "عرض إحصائيات الإسقاط" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "عرض المناطق" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "عرض عداد إعادة التسجيل" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "روسيا" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Skylanders عرض بوابة" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "اسبانيا" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "عرض ألوان السرعة" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "عرض الإحصاءات" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "عرض ساعة النظام" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "تايوان" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "امريكا" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "غير معروف" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "VBlank عرض أوقات" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "VPS عرض " -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "وي" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "العالم" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "تظهر في الذاكرة" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "عرض في التعليمات البرمجية" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "عرض في الذاكرة" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "عرض في الرموز" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "عرض في الذاكرة" @@ -10951,109 +11250,113 @@ msgstr "عرض في الذاكرة" msgid "Show in server browser" msgstr "عرض في مستعرض الخادم" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "أظهر الهدف في الذاكرة" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Side-by-Side" @@ -11070,7 +11373,7 @@ msgstr "جانبية" msgid "Sideways Wii Remote" msgstr "انحراف ريموت وي" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "قاعدة بيانات التوقيع" @@ -11094,7 +11397,7 @@ msgid "Signed Integer" msgstr "عدد صحيح موقّع" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "الصينية المبسطة" @@ -11111,7 +11414,7 @@ msgstr "Six Axis" msgid "Size" msgstr "الحجم" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11119,11 +11422,11 @@ msgstr "" "حجم المخزن المؤقت للتمدد بالمللي ثانية. قد تؤدي القيم المنخفضة جدًا إلى حدوث " "صوت طقطقة." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "تخطى" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Skip Drawing" @@ -11139,7 +11442,7 @@ msgstr "تخطي القائمة الرئيسية" msgid "Skip Presenting Duplicate Frames" msgstr "تخطي تقديم إطارات مكررة" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11219,11 +11522,11 @@ msgstr "Socket table" msgid "Software Renderer" msgstr "Software Renderer" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "لا يمكن قراءة بعض البيانات." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11239,12 +11542,12 @@ msgstr "" "بعض القيم التي قدمتها غير صالحة.\n" "يرجى التحقق من القيم المميزة." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "رتب ترتيب أبجدي" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "الصوت" @@ -11258,7 +11561,7 @@ msgstr "اسبانيا" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "الأسبانية" @@ -11266,11 +11569,11 @@ msgstr "الأسبانية" msgid "Speaker Pan" msgstr "مكبر الصوت" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "مستوى الصوت" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Specialized (Default)" @@ -11278,7 +11581,7 @@ msgstr "Specialized (Default)" msgid "Specific" msgstr "محدد" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11291,12 +11594,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "سرعة" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "الحد الأقصى للسرعة" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11315,33 +11622,37 @@ msgstr "بداية المكدس" msgid "Standard Controller" msgstr "ذراع تحكم القياسية" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "تشغيل" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "بدء &اللعب عبر الشبكة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "بدء بحث أسرار جديدة" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "بدء التسجيل" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "بدء التسجيل" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "بدء بملء الشاشة" @@ -11353,7 +11664,7 @@ msgstr "Riivolution بدء مع تصحيحات" msgid "Start with Riivolution Patches..." msgstr "Riivolution بدء مع تصحيحات" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "بدأت اللعبة" @@ -11376,52 +11687,52 @@ msgstr "خطوة" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "خطوة الى" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "خطوة لخارج" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "خطوة أكثر" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "الخروج ناجح!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "مهلة الخروج !" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "خطوة أكثر في التقدم" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "خطوة ناجحة!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "التنقل" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "استريو" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "3D وضع ثلاثي الأبعاد" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "3D وضع" @@ -11442,16 +11753,20 @@ msgid "Stick" msgstr "عصا" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "إيقاف" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "إيقاف تشغيل / تسجيل الإدخال" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "توقفت اللعبة" @@ -11483,11 +11798,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "تمتد إلى النافذة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "مزامنة الإعدادات الصارمة" @@ -11501,11 +11816,11 @@ msgstr "سلسلة" msgid "Strum" msgstr "داعب الأ وتار" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "النمط" @@ -11516,18 +11831,18 @@ msgstr "النمط" msgid "Stylus" msgstr "مرقم" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "ناجح" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "تمت إضافته بنجاح إلى فهرس اللعب عبر الشبكة" @@ -11537,7 +11852,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "تم تحويل%n صورة القرص (اقراص) بنجاح" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "'%1'. تم الحذف بنجاح" @@ -11550,24 +11865,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "تم تصدير ملفات الحفظ بنجاح" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "تم استخراج الشهادات بنجاح من NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "تم استخراج الملف بنجاح." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "استخرجت بنجاح بيانات النظام." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "تم استيراد ملف الحفظ بنجاح" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "تم بنجاح تثبيت هذا العنوان على NAND." @@ -11590,12 +11905,12 @@ msgstr "الدعم" msgid "Supported file formats" msgstr "تنسيقات الملفات المدعومة" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Supports SD and SDHC. Default size is 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "محيطي" @@ -11603,7 +11918,7 @@ msgstr "محيطي" msgid "Suspended" msgstr "معلق" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Swap Eyes" @@ -11618,7 +11933,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11638,22 +11953,31 @@ msgstr "A التبديل إلى" msgid "Switch to B" msgstr "B التبديل إلى" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "رمز" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "رمز (1%) عنوان النهاية:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "اسم الرمز" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "رموز" @@ -11661,7 +11985,7 @@ msgstr "رموز" msgid "Sync" msgstr "مزامنة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "AR/Gecko مزامنة رموز" @@ -11681,43 +12005,43 @@ msgstr "" "Synchronizes the GPU and CPU threads to help prevent random freezes in Dual " "core mode. (ON = Compatible, OFF = Fast)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "جارٍ مزامنة الرموز" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "جارٍ مزامنة الرموز" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "جارٍ مزامنة حفظ البيانات" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "لغة النظام" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "الإدخال" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS أدوات" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "العلامات" @@ -11735,15 +12059,15 @@ msgstr "" msgid "Taiwan" msgstr "تايوان" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "لقطة للشاشة" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "نطاق العنوان المستهدف غير صالح." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11759,9 +12083,9 @@ msgstr "تقنية" msgid "Test" msgstr "اختبار" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11770,15 +12094,15 @@ msgstr "" msgid "Texture Cache" msgstr "النسيج من ذاكره التخزين المؤقت" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "دقة ذاكرة التخزين المؤقت للنسيج" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "تفريغ النسيج" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "تصفية النسيج" @@ -11786,7 +12110,7 @@ msgstr "تصفية النسيج" msgid "Texture Filtering:" msgstr "تصفية النسيج" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "طلاء تنسيق النسيج" @@ -11805,11 +12129,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11819,11 +12143,11 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "أقسام نادرة مفقودة." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -11831,22 +12155,22 @@ msgstr "" "NAND لا يمكن إصلاح\n" "يوصى بعمل نسخة احتياطية من بياناتك الحالية والبدء من جديد" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND تم اصلاح" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11862,7 +12186,7 @@ msgstr "قسم القناة مفقود." msgid "The data partition is missing." msgstr "قسم البيانات مفقود." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -11872,7 +12196,7 @@ msgstr "" "مضاهاتها. لن تتمكن من مشاركة تسجيلات الإدخال واستخدام لعب الشبكة مع أي شخص " "يستخدم ملف تفريغ جيد." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11964,7 +12288,7 @@ msgstr "" "الملف 1% موجود بالفعل.\n" "هل ترغب في استبدالها؟" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11991,28 +12315,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "نظام الملفات غير صالح أو لا يمكن قراءته." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "التنسيق الذي يتم حفظ صورة القرص به لا يخزن حجم صورة القرص" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "معرف اللعبة غير متناسق." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "معرف اللعبة قصير بشكل غير عادي." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -12020,7 +12344,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "لا يحتوي قرص اللعبة على أي معلومات تحديث قابلة للاستخدام." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "اللعبة قيد التشغيل حاليا." @@ -12033,7 +12357,7 @@ msgstr "" "منطقة اللعبة لا تتطابق مع وحدة التحكم الخاصة بك. لتجنب حدوث مشكلات في قائمة " "النظام ، لا يمكن تحديث وحدة التحكم التي تمت محاكاتها باستخدام هذا القرص." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12042,21 +12366,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "لا تتطابق التجزئة!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "تطابق التجزئة" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12068,11 +12392,11 @@ msgstr "" msgid "The install partition is missing." msgstr "قسم التثبيت مفقود." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "آخر مرة تم فيها وضع الرقم على البوابة" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12086,7 +12410,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -12094,8 +12418,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "التصحيحات في 1% ليست للعبة المحددة أو مراجعة اللعبة" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "الملف الشخصي '1%' غير موجود" @@ -12103,7 +12427,7 @@ msgstr "الملف الشخصي '1%' غير موجود" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12123,20 +12447,20 @@ msgid "" msgstr "" "%1 لا يمكن استخدام نفس الملف في فتحات متعددة؛ يتم استخدامه بالفعل من قبل " -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "إصدارات لعب عبر الشبكة الخاصة بالخادم والعميل غير متوافقة." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "الخادم ممتلئ." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "أرسل الخادم رسالة خطأ غير معروفة." @@ -12153,15 +12477,15 @@ msgstr "" "هل تريد حقًا تمكين عرض البرامج؟ إذا لم تكن متأكدًا ، فحدد \"لا\"." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12172,31 +12496,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "\"%1\" تحتوي بطاقة الذاكرة المستهدفة بالفعل على ملف" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "لم يتم توقيع التذكرة بشكل صحيح" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "لا يمكن قراءة نوع القسم." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12208,7 +12532,7 @@ msgid "" msgstr "" "تم إلغاء التحديث. يوصى بشدة بإنهائه لتجنب إصدارات برامج النظام غير المتسقة." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "لا يحتوي قسم التحديث علي نظام التشغيل المستخدم من قبل هذا العنوان" @@ -12216,35 +12540,35 @@ msgstr "لا يحتوي قسم التحديث علي نظام التشغيل ا msgid "The update partition is missing." msgstr "قسم التحديث مفقود" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "قسم التحديث ليس في وضعه الطبيعي" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "لا يحتوي القسم {0} على نظام ملفات صالح" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "يبدو أن القسم {0} لا يحتوي على بيانات صالحة" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "لم يتم توقيع القسم {0} بشكل صحيح" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "لم تتم محاذاة القسم {0} بشكل صحيح" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" -msgstr "" +msgstr "المظهر" #: Source/Core/DiscIO/VolumeVerifier.cpp:445 msgid "There are too many partitions in the first partition table." @@ -12257,10 +12581,10 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" -msgstr "" +msgstr "لا يوجد شيء للحفظ" #: Source/Core/Core/State.cpp:1050 msgid "There is nothing to undo!" @@ -12297,7 +12621,7 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -12305,7 +12629,7 @@ msgstr "" "يتم تعيين هذا العنوان الكوري لاستخدام نظام التشغيل الذي عاده لا يتم استخدامه " "علي وحدات التحكم الكورية. هذا من المحتمل ان يؤدي إلى خطا #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12329,26 +12653,26 @@ msgstr "" "This action replay simulator does not support codes that modify Action " "Replay itself." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "هذا لا يمكن التراجع عنه" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "تحتوي صوره القرص التصحيح هذه علي حجم صوره قرص البيع بالتجزئة." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "هذه صورة القرص لها حجم غير عادي." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -12358,7 +12682,7 @@ msgstr "" "تمت مضاهاتها أطول. لن تتمكن على الأرجح من مشاركة تسجيلات الإدخال واستخدام " "اللعب عبر الشبكة مع أي شخص يستخدم ملف تفريغ جيد." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12370,7 +12694,7 @@ msgstr "" "file might match the CRC32 of a good dump even though the files are not " "identical." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12378,7 +12702,7 @@ msgstr "" "صورة القرص هذه صغيرة جدًا وتفتقر إلى بعض البيانات. إذا كان برنامج التفريغ " "الخاص بك قد حفظ صورة القرص كأجزاء متعددة ، فستحتاج إلى دمجها في ملف واحد." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12386,7 +12710,7 @@ msgstr "" "صورة القرص هذه صغيرة جدًا وتفتقر إلى بعض البيانات. المشكلة على الأرجح أن هذا " "قرص مزدوج الطبقة تم إلقاؤه كقرص أحادي الطبقة." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -12397,7 +12721,7 @@ msgstr "" "غير محتمل. إذا كان هذا الخطأ يوقف اللعبة عن العمل ، فيرجى إبلاغ المطورين " "بذلك." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12418,7 +12742,7 @@ msgstr "لا يحتوي هذا الملف على نظام ملفات وي صال msgid "This file does not look like a BootMii NAND backup." msgstr "BootMii NAND لا يبدو هذا الملف نسخة احتياطية لـ " -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -12428,7 +12752,7 @@ msgstr "" "مقاطع الفيديو المقدمة مسبقًا أو اللغات الإضافية أو أوضاع اللعبة بالكامل. هذه " "المشكلة بشكل عام موجودة فقط في نسخ غير قانونية من الألعاب." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -12438,17 +12762,17 @@ msgstr "" "برامج التشغيل الخاصة بها لا تدعمها. ونتيجة لذلك سوف تواجه الخلل أو يتجمد " "أثناء تشغيل هذه اللعبة." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "هذا تفريغ سيء" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "هذا تفريغ سيء. هذا لا يعني بالضرورة أن اللعبة لن تعمل بشكل صحيح" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -12456,11 +12780,11 @@ msgstr "" "Redump.org هذا تفريغ جيد وفقًا لموقع\n" "لكن دولفين وجد مشاكل. قد يكون هذا خطأ في دولفين" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "هذا تفريغ جيد" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12468,7 +12792,7 @@ msgstr "" msgid "This session requires a password:" msgstr "تتطلب هذه الجلسة كلمة مرور:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12488,12 +12812,12 @@ msgstr "يجب عدم استخدام هذا البرنامج لتشغيل الأ msgid "This title cannot be booted." msgstr "لا يمكن تشغيل هذا العنوان." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "تم تعيين هذا العنوان لاستخدام نظام تشغيل غير صالح." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "تم تعيين هذا العنوان لاستخدام مفتاح عام غير صالح" @@ -12524,7 +12848,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "يتم ضرب هذه القيمة مع عمق المنصوص عليها في ضبط الرسومات." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12538,7 +12862,7 @@ msgid "" msgstr "" "سيحد ذلك من سرعة التحميل المتراكم لكل عميل ، والذي يستخدم لحفظ المزامنة." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12562,7 +12886,7 @@ msgstr "المواضيع" msgid "Threshold" msgstr "بداية" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "تيرابايت" @@ -12572,6 +12896,31 @@ msgstr "تيرابايت" msgid "Tilt" msgstr "إمالة" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12581,10 +12930,10 @@ msgstr "الفترة الزمنية للإدخال المستقر لتشغيل msgid "Timed Out" msgstr "انتهت مهله" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "العنوان" @@ -12592,25 +12941,29 @@ msgstr "العنوان" msgid "To" msgstr "إلى" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "إلى" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "ملء الشاشة" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Toggle 3D Anaglyph" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Toggle 3D Side-by-Side" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Toggle 3D Top-Bottom" @@ -12618,28 +12971,28 @@ msgstr "Toggle 3D Top-Bottom" msgid "Toggle All Log Types" msgstr "كافة أنواع السجلات" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "نسبة الابعاد" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "نقطة التوقف" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "الاقتصاص" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "النسيج المخصص" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "EFB نسخ" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "الضباب" @@ -12651,35 +13004,39 @@ msgstr "ملء الشاشة" msgid "Toggle Pause" msgstr "إيقاف مؤقت" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "SD Card" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "تفريغ النسيج" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "لوحة مفاتيح يو إس بي" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Toggle XFB Copies" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Toggle XFB Immediate Mode" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Tokenizing فشل" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12687,7 +13044,7 @@ msgstr "" msgid "Toolbar" msgstr "شريط الأدوات" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "اعلى" @@ -12695,7 +13052,7 @@ msgstr "اعلى" msgid "Top-and-Bottom" msgstr "Top-and-Bottom" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12733,12 +13090,12 @@ msgstr "Total travel distance." msgid "Touch" msgstr "لمس" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "رمز اللعبة" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "الصينية التقليدية" @@ -12758,8 +13115,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "خطأ الاجتياز" @@ -12767,7 +13124,7 @@ msgstr "خطأ الاجتياز" msgid "Traversal Server" msgstr "اجتياز الخادم" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "انتهت مهلة خادم الاجتياز للاتصال بالمضيف" @@ -12798,7 +13155,7 @@ msgid "Trophy" msgstr "كأس" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12824,11 +13181,11 @@ msgstr "امريكا" msgid "USB Device Emulation" msgstr "محاكاة جهاز يو اس بي" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "محاكاة يو اس بي" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "محاكاة اجهزة يو اس بي" @@ -12842,14 +13199,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB خطأ في القائمة البيضاء لـ " -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12857,7 +13214,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12866,23 +13223,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "RSO تعذر الكشف التلقائي عن وحدة" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "غير قادر على الاتصال بخادم التحديث" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "غير قادر على إنشاء نسخة محدث" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "غير قادر على فتح الملف" @@ -12910,11 +13267,11 @@ msgstr "" "\n" "هل تريد تجاهل هذا السطر ومتابعه التحليل ؟" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "غير قادر على قراءة الملف" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "غير قادر على تعيين أذونات على نسخة المحدث" @@ -12937,11 +13294,11 @@ msgstr "غير مضغوطة GC/Wii صورة (*.iso *.gcm)" msgid "Undead" msgstr "ميت حي" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "تراجع عن تحميل الحالة" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "تراجع عن حفظ الحالة" @@ -12962,23 +13319,23 @@ msgstr "" "NAND إلى إزالة الإصدار المثبت حاليًا من هذا العنوان من\n" "دون حذف بيانات الحفظ الخاصة به. استمر؟" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "امريكا" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "غير معروف" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "(Id:%1 Var:%2) مجهول" @@ -12987,27 +13344,27 @@ msgstr "(Id:%1 Var:%2) مجهول" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -13027,11 +13384,11 @@ msgstr "نوع بيانات غير معروف" msgid "Unknown disc" msgstr "قرص غير معروف" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "حدث خطأ غير معروف" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "{0:x} خطأ غير معروف" @@ -13039,11 +13396,11 @@ msgstr "{0:x} خطأ غير معروف" msgid "Unknown error." msgstr "خطأ غير معروف" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "{0} تم استلام رسالة غير معروفة بالمعرف" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -13058,11 +13415,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "غير محدود" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "إلغاء تحميل القرص" @@ -13070,7 +13427,12 @@ msgstr "إلغاء تحميل القرص" msgid "Unlock Cursor" msgstr "فتح المؤشر" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "مفتوح" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -13081,7 +13443,7 @@ msgstr "تفريغ" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:309 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:805 msgid "Unsaved Changes" -msgstr "" +msgstr "التغييرات غير المحفوظة" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:142 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:193 @@ -13102,7 +13464,7 @@ msgstr "غير موقع 8" msgid "Unsigned Integer" msgstr "عدد صحيح غير موقعة" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13113,7 +13475,7 @@ msgid "Up" msgstr "فوق" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "التحديث" @@ -13170,7 +13532,7 @@ msgstr "عمودي" msgid "Upright Wii Remote" msgstr "ريموت وي وضع عمودي" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "إعدادات تقارير إحصائيات الاستخدام " @@ -13178,15 +13540,19 @@ msgstr "إعدادات تقارير إحصائيات الاستخدام " msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "استخدام جميع بيانات حفظ وي" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "استخدم قاعدة بيانات مدمجة لأسماء الألعاب" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "استخدم الدقة الكاملة لكل عين" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Use Lossless Codec (FFV1)" @@ -13194,21 +13560,21 @@ msgstr "Use Lossless Codec (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "استخدام التأشير الذي يتم التحكم فيه بالماوس" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "(EuRGB60) PAL60 استخدام وضع " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Use Panic Handlers" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13217,8 +13583,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13261,18 +13627,18 @@ msgstr "" "يمكنك استخدامها لحفظ أو استرداد القيم بين\n" "مدخلات ومخرجات نفس وحدة التحكم الرئيسية." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "اسم المستخدم" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13280,14 +13646,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13563,8 +13933,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "تحذير" @@ -13654,7 +14024,14 @@ msgstr "Western (Windows-1252)" msgid "Whammy" msgstr "الضربة" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13662,7 +14039,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13670,7 +14047,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "الاجهزة المسموح لها المرور خلال منفذ يو إس بي " @@ -13678,7 +14055,7 @@ msgstr "الاجهزة المسموح لها المرور خلال منفذ يو msgid "Widescreen Hack" msgstr "شاشة عريضة" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13702,7 +14079,7 @@ msgstr "ريموت وي" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13720,7 +14097,7 @@ msgstr "أزرار ريموت وي" msgid "Wii Remote Gyroscope" msgstr "جيروسكوب ريموت وي" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "إعدادات ريموت وي" @@ -13740,7 +14117,7 @@ msgstr "Wii TAS Input %1 - ريموت وي" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii TAS Input %1 - ريموت وي + نونشوك" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "وي و ريموت وي" @@ -13748,15 +14125,15 @@ msgstr "وي و ريموت وي" msgid "Wii data is not public yet" msgstr "بيانات وي ليست عامة بعد" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "ملفات حفظ وي (*.bin);;كل الملفات (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiTools Signature MEGA File" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "دقة النافذة" @@ -13765,11 +14142,19 @@ msgstr "دقة النافذة" msgid "Window Size" msgstr "حجم النافذة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13783,11 +14168,11 @@ msgstr "عالم" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "كتابة" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13820,27 +14205,27 @@ msgstr "Write to Log and Break" msgid "Write to Window" msgstr "الكتابة إلى النافذة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "رقم قرص خاطئ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "تجزئة خاطئة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "منطقة خاطئة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "مراجعة خاطئة" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13891,14 +14276,14 @@ msgstr "نعم" msgid "Yes to &All" msgstr "نعم للكل" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13934,7 +14319,7 @@ msgstr "" "\"Phantasy Star Online Episode I & II\".\n" "إذا لم تكن متأكدًا ، فارجع الآن وقم بإعداد \"وحدة تحكم قياسية\"." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "تقوم بتشغيل أحدث إصدار متوفر على مسار التحديث هذا" @@ -13982,7 +14367,7 @@ msgstr "يجب تقديم اسم لجلستك!" msgid "You must provide a region for your session!" msgstr "يجب عليك توفير منطقة لجلستك!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "يجب إعادة تشغيل دولفين حتى يسري التغيير." @@ -14002,7 +14387,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14020,7 +14405,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "رمز 3 أصفار غير مدعوم" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -14069,7 +14454,7 @@ msgid "default" msgstr "إفتراضي" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "غير متصل" @@ -14085,9 +14470,10 @@ msgstr "تخطئ" msgid "fake-completion" msgstr "إكمال زائف " -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" -msgstr "" +msgstr "خطأ" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:190 msgid "is equal to" @@ -14150,9 +14536,10 @@ msgstr "sRGB" msgid "this value:" msgstr "هذه القيمة " -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" -msgstr "" +msgstr "صحيح" #: Source/Core/Core/HW/WiimoteEmu/Extension/UDrawTablet.cpp:35 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:185 @@ -14170,23 +14557,23 @@ msgstr "غير محاذي" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} فشل في مزامنة الرموز" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} فشل في المزامنة" @@ -14199,7 +14586,7 @@ msgstr "" "تحقق من أذونات الكتابة أو نقل الملف خارج دولفين" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" @@ -14220,6 +14607,8 @@ msgid "" "© 2003-2024+ Dolphin Team. “GameCube” and “Wii” are trademarks of Nintendo. " "Dolphin is not affiliated with Nintendo in any way." msgstr "" +"© 2003-2024+ فريق دولفين. \"جيم كيوب\" و \"وي\" هما علامتان تجاريتان لشركة " +"نينتندو. لا ينتمي دولفين إلى نينتندو بأي شكل من الأشكال." #. i18n: The symbol/abbreviation for degrees (unit of angular measure). #. i18n: The degrees symbol. diff --git a/Languages/po/ca.po b/Languages/po/ca.po index 8cc4efd499..91f9458c3b 100644 --- a/Languages/po/ca.po +++ b/Languages/po/ca.po @@ -6,19 +6,20 @@ # Gerard Nesta , 2021 # Jordi Coma, 2011 # Jordi Coma , 2011 +# Josep Dolset, 2024 # Katabi, 2015 # Luna, 2022-2023 -# Puniasterus , 2013-2016,2021-2023 +# Puniasterus , 2013-2016,2021-2024 # Puniasterus , 2013 # Puniasterus , 2013 msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" -"Last-Translator: Puniasterus , 2013-2016,2021-2023\n" -"Language-Team: Catalan (http://app.transifex.com/delroth/dolphin-emu/" +"Last-Translator: Puniasterus , 2013-2016,2021-2024\n" +"Language-Team: Catalan (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/ca/)\n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -26,7 +27,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -36,10 +37,9 @@ msgstr "" "\n" "\n" "Com que els fitxers dels discs de GameCube contenen poques dades de " -"verificació, és possible que hi hagi problemes que el Dolphin no pugui " -"detectar." +"verificació, és possible que hi hagi problemes que Dolphin no pugui detectar." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -52,6 +52,12 @@ msgstr "" "assegurar-se que no s'hagi manipulat, fins i tot si les signatures semblen " "vàlides." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Disc %1)" @@ -60,13 +66,13 @@ msgstr " (Disc %1)" msgid "! Not" msgstr "! No" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" és un fitxer GCM/ISO invàlid o no és un joc de Gamecube/Wii." #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:295 msgid "$ User Variable" -msgstr "" +msgstr "$ Variable d'usuari" #. i18n: The symbol for percent. #. i18n: The percent symbol. @@ -87,7 +93,7 @@ msgstr "%" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:286 msgid "% Modulo" -msgstr "" +msgstr "% Mòdul" #: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:58 msgid "" @@ -97,16 +103,16 @@ msgstr "" "%1\n" "Aquest usuari vol unir-se al teu grup." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -122,18 +128,18 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Còpia)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Disc %2, Revisió %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revisió %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" -msgstr "" +msgstr "%1 (Stock)" #. i18n: %1 is the name of a compression method (e.g. Zstandard) #: Source/Core/DolphinQt/ConvertDialog.cpp:233 @@ -149,9 +155,9 @@ msgstr "%1 (lent)" #. changes #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:714 msgid "%1 *" -msgstr "" +msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -165,74 +171,74 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Paràmetres dels gràfics" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" #. i18n: A positive number of version control commits made compared to some named branch #: Source/Core/DolphinQt/AboutDialog.cpp:27 msgid "%1 commit(s) ahead of %2" -msgstr "" +msgstr "%1 contribucio(ns) abans de %2" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:141 msgid "%1 doesn't support this feature on your system." msgstr "%1 no admet aquesta funció al teu sistema." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 no admet aquesta funció." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -"%1 fotograma/es\n" +"%1 fotograma(es)\n" "%2 objecte(s)\n" "Fotograma actual: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 s'ha unit" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 s'ha marxat" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" -msgstr "" +msgstr "%1 ha desbloquejat %2/%3 fites que valen %4/%5 punts" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 no és una ROM vàlida" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 ara està jugant al golf" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" -msgstr "" +msgstr "%1 està jugant %2" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:118 msgid "%1 memory ranges" msgstr "%1 rangs de memòria" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" -msgstr "" +msgstr "%1 punts" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:265 msgid "%1 session found" @@ -242,44 +248,48 @@ msgstr "S'ha trobat %1 sessió" msgid "%1 sessions found" msgstr "S'han trobat %1 sessions" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (velocitat normal)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" -msgstr "" +msgstr "%1's valor ha canviat" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" -msgstr "" +msgstr "%1's valor es utilitzat" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:177 msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" -msgstr "" +msgstr "%1

%2" #: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:141 msgid "%1[%2]: %3" @@ -293,10 +303,10 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" -msgstr "" +msgstr "%1xMSAA" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:98 msgid "%1x Native (%2x%3)" @@ -304,35 +314,35 @@ msgstr "%1x Nativa (%2x%3)" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:103 msgid "%1x Native (%2x%3) for %4" -msgstr "" +msgstr "%1xNadiu (%2x%3) per %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" -msgstr "" +msgstr "%1xSSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." -msgstr "" +msgstr "Queden %n adreça(ces)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." -msgstr "" +msgstr "%ns'han eliminat adreça(ces)." #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:291 msgid "& And" -msgstr "" +msgstr "& And" #: Source/Core/DolphinQt/GBAWidget.cpp:438 msgid "&1x" @@ -350,36 +360,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Sobre" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Afegir funció" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" +msgstr "&Afegir codi nou..." #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Afegir..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" -msgstr "" +msgstr "&Assemblador" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Paràmetres d'àudio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Actualització automàtica:" @@ -387,17 +397,21 @@ msgstr "&Actualització automàtica:" msgid "&Borderless Window" msgstr "&Finestra sense marges" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Punts d'interrupció" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" -msgstr "" +msgstr "&Rastrejador d'errors" #: Source/Core/DolphinQt/WiiUpdate.cpp:105 msgid "&Cancel" @@ -405,66 +419,67 @@ msgstr "" " \n" "&Cancel·lar" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Gestor de trucs" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." -msgstr "" +msgstr "&Comprovar si hi ha actualitzacions..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" -msgstr "" +msgstr "&Esborrar símbols" #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:191 msgid "&Clone..." msgstr "&Clonar..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Codi" -#: Source/Core/DolphinQt/GBAWidget.cpp:392 -msgid "&Connected" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/GBAWidget.cpp:392 +msgid "&Connected" +msgstr "&Connectat" + +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Configuració del controlador" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" +msgstr "&Copiar adreça" #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." -msgstr "" +msgstr "Crea..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" -msgstr "" +msgstr "&Esborrar" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Edita codi..." @@ -472,14 +487,18 @@ msgstr "&Edita codi..." msgid "&Edit..." msgstr "&Edita..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Expulsa el disc" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulació" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exporta" @@ -496,51 +515,51 @@ msgstr "&Exporta una captura d'estat..." msgid "&Export as .gci..." msgstr "&Exportar com a .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fitxer" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Font..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Avança un &fotograma" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&Repositori GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Configuració de &gràfics" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ajuda" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Configuració de &tecles d'accés" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:254 msgid "&Import" -msgstr "" +msgstr "&Importar" #: Source/Core/DolphinQt/GBAWidget.cpp:416 msgid "&Import Save Game..." -msgstr "" +msgstr "&Importar partida guardada..." #: Source/Core/DolphinQt/GBAWidget.cpp:424 msgid "&Import State..." @@ -550,19 +569,19 @@ msgstr "&Importa una captura d'estat..." msgid "&Import..." msgstr "&Importar..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Insertar blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "&Inserir BLR" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -570,15 +589,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Idioma:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Carrega una captura d'estat..." -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -588,56 +607,64 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memòria" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Enregistrament" #: Source/Core/DolphinQt/GBAWidget.cpp:430 msgid "&Mute" -msgstr "" +msgstr "&Silenciar" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" -msgstr "" +msgstr "Xarxa" #: qtbase/src/gui/kernel/qplatformtheme.cpp:720 msgid "&No" msgstr "&No" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Obre..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcions" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Executar" @@ -645,7 +672,7 @@ msgstr "&Executar" msgid "&Properties" msgstr "&Propietats" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Mode de només lectura" @@ -653,37 +680,37 @@ msgstr "&Mode de només lectura" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registres" #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:50 msgid "&Remove" -msgstr "" +msgstr "&Treure" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" -msgstr "" +msgstr "&Treure codi" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "&Reanomenar símbol" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Reinicia" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -691,31 +718,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Aturar" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" -msgstr "" +msgstr "&Fils" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" +msgstr "&Eina" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Eines" @@ -725,21 +756,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Vista" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Veure" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Pàgina web" @@ -751,41 +782,33 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sí" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 -msgid "(Dark)" -msgstr "" - #: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +msgid "(Dark)" +msgstr "(Fosc)" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" -msgstr "" +msgstr "(Clar)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" -msgstr "" +msgstr "(Sistema)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(Deshabilitat)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" -msgstr "" +msgstr "* Multiplicar" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:287 msgid "+ Add" @@ -793,22 +816,22 @@ msgstr "+ Afegir" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:298 msgid ", Comma" -msgstr "" +msgstr ", Coma" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:288 msgid "- Subtract" -msgstr "" +msgstr "- Restar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:229 msgid "--Unknown--" -msgstr "" +msgstr "--Desconegut--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -821,15 +844,15 @@ msgstr "/ Dividir" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:578 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:579 msgid "0" -msgstr "" +msgstr "0" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:81 msgid "1 GiB" -msgstr "" +msgstr "1 GiB" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:77 msgid "1080p" -msgstr "" +msgstr "1080p" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:31 msgid "128 Mbit (2043 blocks)" @@ -837,11 +860,11 @@ msgstr "128 Mbit (2043 blocs)" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:78 msgid "128 MiB" -msgstr "" +msgstr "128 MiB" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:77 msgid "1440p" -msgstr "" +msgstr "1440p" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:211 msgid "16 Bytes" @@ -849,7 +872,7 @@ msgstr "16 Bytes" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:85 msgid "16 GiB (SDHC)" -msgstr "" +msgstr "16 GiB (SDHC)" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:28 msgid "16 Mbit (251 blocks)" @@ -862,44 +885,44 @@ msgstr "16 bits" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:104 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:158 msgid "16-bit Signed Integer" -msgstr "" +msgstr "16-bit Signed Integer" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:96 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:146 msgid "16-bit Unsigned Integer" -msgstr "" +msgstr "16-bit Unsigned Integer" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:117 msgid "16x Anisotropic" -msgstr "" +msgstr "16x Anisotròpic" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:82 msgid "2 GiB" -msgstr "" +msgstr "2 GiB" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:79 msgid "256 MiB" -msgstr "" +msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:114 msgid "2x Anisotropic" -msgstr "" +msgstr "2x Anisotròpic" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:86 msgid "32 GiB (SDHC)" -msgstr "" +msgstr "32 GiB (SDHC)" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:29 msgid "32 Mbit (507 blocks)" @@ -912,70 +935,70 @@ msgstr "32 bits" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:110 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:167 msgid "32-bit Float" -msgstr "" +msgstr "32-bit Float" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:106 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:161 msgid "32-bit Signed Integer" -msgstr "" +msgstr "32-bit Signed Integer" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:98 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:149 msgid "32-bit Unsigned Integer" -msgstr "" +msgstr "32-bit Unsigned Integer" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Profunditat 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:209 msgid "4 Bytes" -msgstr "" +msgstr "4 Bytes" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:83 msgid "4 GiB (SDHC)" -msgstr "" +msgstr "4 GiB (SDHC)" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:26 msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blocs)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:78 msgid "4K" -msgstr "" +msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:115 msgid "4x Anisotropic" -msgstr "" +msgstr "4x Anisotròpic" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:80 msgid "512 MiB" -msgstr "" +msgstr "512 MiB" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:78 msgid "5K" -msgstr "" +msgstr "5K" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:30 msgid "64 Mbit (1019 blocks)" @@ -983,34 +1006,34 @@ msgstr "64 Mbit (1019 blocs)" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:77 msgid "64 MiB" -msgstr "" +msgstr "64 MiB" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:111 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:170 msgid "64-bit Float" -msgstr "" +msgstr "64-bit Float" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:108 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:164 msgid "64-bit Signed Integer" -msgstr "" +msgstr "64-bit Signed Integer" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:100 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:152 msgid "64-bit Unsigned Integer" -msgstr "" +msgstr "64-bit Unsigned Integer" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:77 msgid "720p" -msgstr "" +msgstr "720p" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:210 msgid "8 Bytes" -msgstr "" +msgstr "8 Bytes" #: Source/Core/DolphinQt/Settings/WiiPane.cpp:84 msgid "8 GiB (SDHC)" -msgstr "" +msgstr "8 GiB (SDHC)" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:27 msgid "8 Mbit (123 blocks)" @@ -1023,20 +1046,20 @@ msgstr "8 bits" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:102 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:155 msgid "8-bit Signed Integer" -msgstr "" +msgstr "8-bit Signed Integer" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:94 #: Source/Core/DolphinQt/CheatSearchWidget.cpp:143 msgid "8-bit Unsigned Integer" -msgstr "" +msgstr "8-bit Unsigned Integer" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:79 msgid "8K" -msgstr "" +msgstr "8K" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:116 msgid "8x Anisotropic" -msgstr "" +msgstr "8x Anisotròpic" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:290 msgid "< Less-than" @@ -1050,15 +1073,17 @@ msgstr " " msgid "" msgstr " " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." -msgstr "" +msgstr "Desactivat en mode hardcore." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" +"Si no estàs segur, deixa-ho sense marcar." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1077,6 +1102,8 @@ msgstr "" msgid "" "Error on line %1 col %2" msgstr "" +"Error a la línia %1 " +"columna %2" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:528 msgid "" @@ -1088,8 +1115,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Més gran que" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Ja hi ha una sessió NetPlay en curs!" @@ -1105,9 +1132,9 @@ msgstr "" #: Source/Core/Core/HW/DVD/DVDInterface.cpp:469 msgid "A disc is already about to be inserted." -msgstr "" +msgstr "Ja s'està a punt d'inserir un disc." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1117,7 +1144,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1133,14 +1160,14 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" #. i18n: A mysterious debugging/diagnostics peripheral for the GameCube. #: Source/Core/Core/HW/EXI/EXI_Device.h:98 msgid "AD16" -msgstr "" +msgstr "AD16" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:114 msgid "" @@ -1158,7 +1185,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "Codi AR" @@ -1185,7 +1212,7 @@ msgstr "Sobre Dolphin" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:257 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtensionMotionInput.cpp:51 msgid "Accelerometer" -msgstr "" +msgstr "Acceleròmetre" #. i18n: Percentage value of accelerometer data (complementary filter coefficient). #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:44 @@ -1200,10 +1227,10 @@ msgstr "Precisió:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" -msgstr "" +msgstr "Assoliments" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:172 msgid "Action" @@ -1277,9 +1304,9 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" -msgstr "" +msgstr "Actiu" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:78 msgid "Active Infinity Figures:" @@ -1293,7 +1320,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adaptador" @@ -1301,7 +1328,7 @@ msgstr "Adaptador" msgid "Adapter Detected" msgstr "Adaptador detectat" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adaptador:" @@ -1328,11 +1355,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1351,28 +1378,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Afegir..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adreça" @@ -1389,16 +1415,16 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:108 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 msgid "Address:" -msgstr "" +msgstr "Adreça:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1416,7 +1442,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1424,7 +1450,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1451,7 +1477,7 @@ msgstr "Avançat" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1482,7 +1508,7 @@ msgstr "Àfrica" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:345 msgid "Air" -msgstr "" +msgstr "Aire" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:116 msgid "Aligned to data type length" @@ -1491,7 +1517,7 @@ msgstr "" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:323 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:401 msgid "All" -msgstr "" +msgstr "Tot" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:585 msgid "All Assembly files" @@ -1507,7 +1533,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1515,7 +1541,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Tots els fitxers (*)" @@ -1524,7 +1550,7 @@ msgstr "Tots els fitxers (*)" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1533,8 +1559,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1546,27 +1572,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1584,9 +1610,9 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" -msgstr "" +msgstr "Sempre" #. i18n: Treat a controller as always being connected regardless of what #. devices the user actually has plugged in @@ -1604,9 +1630,9 @@ msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Anaglyph" -msgstr "" +msgstr "Anaglif" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analitzar" @@ -1620,9 +1646,9 @@ msgstr "Angle" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" -msgstr "" +msgstr "Antialiàsing" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:168 msgid "Anti-Aliasing:" @@ -1630,27 +1656,27 @@ msgstr "Anti-Aliasing:" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:76 msgid "Any Region" +msgstr "Qualsevol regió" + +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Data Apploader:" @@ -1658,19 +1684,19 @@ msgstr "Data Apploader:" msgid "Apply" msgstr "Aplicar" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1678,10 +1704,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Estàs segur?" @@ -1690,36 +1724,36 @@ msgstr "Estàs segur?" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Relació d'aspecte" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Relació d'aspecte:" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:366 msgid "Assemble" -msgstr "" +msgstr "Acoblar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" -msgstr "" +msgstr "Acoblador" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:768 msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1740,11 +1774,11 @@ msgstr "" msgid "Audio" msgstr "Àudio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Motor d'àudio:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1760,7 +1794,7 @@ msgstr "Autor" msgid "Authors" msgstr "Autors" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1769,11 +1803,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (Múltiple de 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Actualització automàtica" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1781,28 +1819,39 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" -msgstr "" +msgstr "Ajustar automàticament la mida de la finestra" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp:63 msgid "Auto-Hide" -msgstr "" +msgstr "Amaga automàticament" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1811,10 +1860,10 @@ msgstr "" #. (Auxiliary RAM). #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:172 msgid "Auxiliary" -msgstr "" +msgstr "Auxiliar" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1835,7 +1884,7 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:209 msgid "BIOS:" -msgstr "" +msgstr "BIOS:" #: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:534 msgid "BP register " @@ -1845,19 +1894,19 @@ msgstr "Registre BP" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" -msgstr "" +msgstr "Backend" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Configuració del motor" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Motor:" @@ -1866,20 +1915,20 @@ msgstr "Motor:" msgid "Background Input" msgstr "Suport d'entrada" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Cap enrere" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1887,28 +1936,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Pancarta" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detalls de la Pancarta" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Pancarta:" @@ -1924,11 +1973,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Bàsic" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Configuració bàsica" @@ -1962,7 +2011,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:132 msgid "Bilinear" -msgstr "" +msgstr "Bilineal" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:427 msgid "Binary SSL" @@ -1976,7 +2025,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1988,20 +2037,20 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 msgid "Blocking" -msgstr "" +msgstr "Bloqueig" #: Source/Core/DolphinQt/GCMemcardManager.cpp:158 msgid "Blocks" @@ -2026,67 +2075,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" -msgstr "" +msgstr "Pantalla sense vores" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Abaix" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" -msgstr "" +msgstr "Branca" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2098,23 +2147,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2131,7 +2180,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2141,19 +2190,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2162,30 +2211,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" -msgstr "" +msgstr "Branques" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2219,24 +2268,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2281,7 +2330,7 @@ msgstr "" msgid "C Stick" msgstr "Palanca C" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2289,11 +2338,11 @@ msgstr "" msgid "CP register " msgstr "Registre CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Opcions de CPU" @@ -2301,11 +2350,11 @@ msgstr "Opcions de CPU" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2316,7 +2365,7 @@ msgstr "" msgid "Calculate" msgstr "Calcular" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2324,13 +2373,13 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" -msgstr "" +msgstr "Calibrar" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" -msgstr "" +msgstr "Calibratge" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:45 msgid "Calibration Period" @@ -2346,7 +2395,7 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:141 msgid "Calls" -msgstr "" +msgstr "Trucades" #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:133 msgid "Callstack" @@ -2362,51 +2411,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" -msgstr "" +msgstr "Cancel·lar" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2418,23 +2467,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2442,13 +2491,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2460,13 +2509,13 @@ msgstr "" #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:45 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:222 msgid "Center" -msgstr "" +msgstr "Centre" #: Source/Core/Core/HotkeyManager.cpp:38 msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2474,7 +2523,7 @@ msgstr "" msgid "Change &Disc" msgstr "Canviar &Disc" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Canvia el &disc..." @@ -2482,7 +2531,7 @@ msgstr "Canvia el &disc..." msgid "Change Disc" msgstr "Canviar Disc" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2490,13 +2539,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2514,7 +2563,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2526,7 +2575,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Xat" @@ -2534,7 +2583,7 @@ msgstr "Xat" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Cerca trucs" @@ -2542,7 +2591,7 @@ msgstr "Cerca trucs" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2554,15 +2603,15 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" -msgstr "" +msgstr "Suma de verificació" #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "China" @@ -2570,31 +2619,31 @@ msgstr "Xina" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:218 msgid "Choose" -msgstr "" +msgstr "Escollir" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Trieu un arxiu per obrir" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Seleccioni la carpeta on extreure" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2613,17 +2662,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Esborrar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2631,11 +2681,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2644,7 +2694,7 @@ msgstr "" msgid "Close" msgstr "Tancar" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2652,11 +2702,20 @@ msgstr "" msgid "Code" msgstr "Codi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2664,11 +2723,11 @@ msgstr "" msgid "Code:" msgstr "Codi:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2684,38 +2743,38 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" #: Source/Core/DolphinQt/Config/CommonControllersWidget.cpp:33 msgid "Common" -msgstr "" +msgstr "Comú" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:151 msgid "Comparand:" -msgstr "" +msgstr "Comparant:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2723,46 +2782,46 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" -msgstr "" +msgstr "Compressió" #: Source/Core/DolphinQt/ConvertDialog.cpp:72 msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" -msgstr "" +msgstr "Compressió" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 msgid "Cond." -msgstr "" +msgstr "Condició." #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite for #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" -msgstr "" +msgstr "Condició" #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite for #. triggering the breakpoint. #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:178 msgid "Condition:" -msgstr "" +msgstr "Condició:" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:150 msgid "Conditional" -msgstr "" +msgstr "Condicional" #. i18n: The title for a dialog that shows help for how to use conditions. If a condition is set #. for a breakpoint, the condition becoming true is a prerequisite for triggering the breakpoint. @@ -2840,7 +2899,7 @@ msgstr "Configuració" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2853,65 +2912,73 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" +msgstr "Confirmar" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Confirmar a l'aturar" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" -msgstr "" +msgstr "Confirmació" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:105 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:205 msgid "Connect" msgstr "Connectar" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Connectar la Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Connectar el teclat USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2925,17 +2992,17 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:89 msgid "Connected" -msgstr "" +msgstr "Connectat" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" -msgstr "" +msgstr "Connectant" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:196 msgid "Connection Type:" msgstr "Tipus de connexió:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2952,23 +3019,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2980,6 +3047,16 @@ msgstr "" msgid "Controllers" msgstr "Comandaments" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2988,7 +3065,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2996,7 +3073,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3005,7 +3082,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3030,27 +3107,27 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" -msgstr "" +msgstr "Convergència" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Convergència:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:44 msgid "Convert" -msgstr "" +msgstr "Convertir" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3058,9 +3135,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3070,7 +3147,7 @@ msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:79 msgid "Convert..." -msgstr "" +msgstr "Convertir..." #: Source/Core/DolphinQt/ConvertDialog.cpp:316 msgid "" @@ -3080,10 +3157,10 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." -msgstr "" +msgstr "Convertint..." #: Source/Core/DolphinQt/ConvertDialog.cpp:442 msgid "" @@ -3110,45 +3187,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Copiar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3163,11 +3240,6 @@ msgstr "" msgid "Core" msgstr "Nucli" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3176,21 +3248,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3206,14 +3273,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3246,16 +3313,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3271,7 +3338,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3283,7 +3350,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "País:" @@ -3291,7 +3358,7 @@ msgstr "País:" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:256 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:590 msgid "Create" -msgstr "" +msgstr "Crea" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:294 msgid "Create Infinity File" @@ -3313,22 +3380,22 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:45 msgid "Create..." -msgstr "" +msgstr "Crea..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" -msgstr "" +msgstr "Creador:" #: Source/Core/Common/MsgHandler.cpp:62 msgid "Critical" msgstr "Crític" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Retallar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3340,22 +3407,22 @@ msgstr "" msgid "Crossfade" msgstr "Atenuar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3363,7 +3430,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3371,11 +3438,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" -msgstr "" +msgstr "Personalitzar" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3383,28 +3450,54 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:102 msgid "Custom:" -msgstr "" +msgstr "Personalitzar" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:112 msgid "Customize" +msgstr "Personalitzar" + +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" msgstr "" #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 @@ -3434,7 +3527,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3442,15 +3535,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3474,11 +3567,11 @@ msgstr "Estora de ball" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:352 msgid "Dark" -msgstr "" +msgstr "Fosc" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" -msgstr "" +msgstr "Data" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:145 msgid "Data Partition (%1)" @@ -3504,7 +3597,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3519,10 +3612,10 @@ msgstr "Zona morta" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:49 msgid "Debug" -msgstr "" +msgstr "Depuració" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Depuració" @@ -3531,40 +3624,40 @@ msgstr "Depuració" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" -msgstr "" +msgstr "Disminuir" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Disminuir convergència" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Disminuir profunditat" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3578,7 +3671,7 @@ msgstr "Per defecte" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3594,7 +3687,7 @@ msgstr "ISO per defecte:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3602,7 +3695,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3612,8 +3705,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Eliminar" @@ -3631,30 +3724,30 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" -msgstr "" +msgstr "Profunditat" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:143 msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Profunditat:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Descripció" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Descripció:" @@ -3662,10 +3755,10 @@ msgstr "Descripció:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" -msgstr "" +msgstr "Destí" #: Source/Core/DolphinQt/Settings/BroadbandAdapterSettingsDialog.cpp:64 msgid "Destination (UNIX socket path or address:port):" @@ -3675,29 +3768,29 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:187 msgid "Detached" -msgstr "" +msgstr "Deslligat" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:262 msgid "Detect" msgstr "Detectar" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3705,7 +3798,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3727,15 +3820,15 @@ msgstr "Configuració del dispositiu" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" -msgstr "" +msgstr "Dispositiu:" #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:151 msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3749,7 +3842,7 @@ msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "Dis&connected" -msgstr "" +msgstr "Desconectat" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:109 msgid "Disable Bounding Box" @@ -3759,19 +3852,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3779,33 +3872,33 @@ msgstr "" msgid "Disable Fog" msgstr "Deshabilitar boira" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:214 msgid "Disabled" -msgstr "" +msgstr "Deshabilitat" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3814,7 +3907,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3826,9 +3919,10 @@ msgstr "Disc" #: qtbase/src/gui/kernel/qplatformtheme.cpp:734 msgid "Discard" -msgstr "" +msgstr "Descartar" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3851,22 +3945,22 @@ msgstr "" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:28 msgid "Distance" -msgstr "" +msgstr "Distància" #. i18n: Refering to emulated wii remote swing movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:32 msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3876,7 +3970,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Voleu aturar l'emulació actual?" @@ -3884,12 +3978,12 @@ msgstr "Voleu aturar l'emulació actual?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3897,22 +3991,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin Pel·lícules TAS (*.dtm)" @@ -3945,36 +4039,30 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Domain" -msgstr "" +msgstr "Domini" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3999,7 +4087,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4009,33 +4097,33 @@ msgstr "" msgid "Down" msgstr "Avall" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4078,19 +4166,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Desa l'àudio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Bolcat de destinació EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Desa el vídeo" @@ -4098,7 +4186,7 @@ msgstr "Desa el vídeo" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4106,7 +4194,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4131,20 +4219,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4160,15 +4248,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Holandès" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Surt" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4180,7 +4268,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4188,7 +4276,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Actualitzacions recents de memòria" @@ -4196,7 +4284,7 @@ msgstr "Actualitzacions recents de memòria" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:339 msgid "Earth" -msgstr "" +msgstr "Terra" #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "East Asia" @@ -4207,22 +4295,27 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." -msgstr "" +msgstr "Edita..." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:200 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:201 msgid "Editor" +msgstr "Editor" + +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 @@ -4234,15 +4327,24 @@ msgstr "Efecte" #. used directly by the CPU and may be subject to translation via the MMU to physical addresses. #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:169 msgid "Effective" +msgstr "Efectivitat" + +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" -msgstr "" +msgstr "EiB" #: Source/Core/Core/HotkeyManager.cpp:29 msgid "Eject Disc" @@ -4252,7 +4354,7 @@ msgstr "" #. check the Skylanders SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:287 msgid "Element" -msgstr "" +msgstr "Element" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:45 msgid "Embedded Frame Buffer (EFB)" @@ -4262,7 +4364,7 @@ msgstr "" msgid "Empty" msgstr "Buida" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "El fil de l'emulador ja s'està executant" @@ -4288,7 +4390,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4303,27 +4405,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" -msgstr "" +msgstr "Habilitar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Activar Trucs" @@ -4331,15 +4433,15 @@ msgstr "Activar Trucs" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4347,19 +4449,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Habilitar Doble nucli" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Habilitar Doble nucli (acceleració)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4367,15 +4469,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4393,33 +4495,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Habilitar MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Habilitar Exploració &Progressiva" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Habilitar l'Estalvi de Pantalla" @@ -4427,27 +4529,27 @@ msgstr "Habilitar l'Estalvi de Pantalla" msgid "Enable Speaker Data" msgstr "Activar Altaveu de Dades" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Habilitar Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4457,7 +4559,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4465,14 +4567,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4481,7 +4583,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4491,7 +4593,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4499,7 +4601,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4511,18 +4613,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4530,7 +4632,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4538,14 +4640,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4555,7 +4657,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4563,9 +4665,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4576,14 +4678,14 @@ msgstr "" "Activa la Unitat de Gestió de memòria, necessari per a alguns jocs. (Activat " "= compatible, Desactivat = ràpid)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4591,7 +4693,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4599,7 +4710,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4608,7 +4719,7 @@ msgstr "" #. i18n: Character encoding #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:43 msgid "Encoding" -msgstr "" +msgstr "Codificant" #: Source/Core/DolphinQt/GCMemcardManager.cpp:616 msgid "" @@ -4618,17 +4729,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Anglès" @@ -4645,7 +4756,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4669,78 +4780,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4751,10 +4861,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Error" @@ -4766,7 +4876,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4776,7 +4886,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Error en carregar l'idioma seleccionat. Es retorna a l'idioma per defecte " @@ -4786,15 +4896,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4802,11 +4912,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4848,7 +4958,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4864,11 +4974,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4877,12 +4987,12 @@ msgstr "" msgid "Euphoria" msgstr "Eufòria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4890,15 +5000,15 @@ msgstr "" msgid "Exit" msgstr "Surt" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4910,27 +5020,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" -msgstr "" +msgstr "Experimental" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar totes les partides guardades de Wii" @@ -4941,11 +5051,11 @@ msgstr "Exportar totes les partides guardades de Wii" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exportar gravació" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exporta l'enregistrament..." @@ -4973,14 +5083,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Extensió" @@ -4993,53 +5103,53 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" -msgstr "" +msgstr "Extern" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:87 msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extreure arxiu..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" #. i18n: FD stands for file descriptor (and in this case refers to sockets, not regular files) #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 msgid "FD" -msgstr "" +msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Jugador FIFO" @@ -5053,15 +5163,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5077,7 +5187,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5114,32 +5224,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Error al descarregar codis." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5152,15 +5262,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5179,25 +5289,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5208,7 +5318,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5217,18 +5327,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5240,7 +5350,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5254,7 +5364,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5268,25 +5378,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5316,7 +5426,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5349,7 +5459,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5361,7 +5471,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5374,7 +5484,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5432,43 +5542,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5483,11 +5593,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "No s'ha pogut escriure BT.DINF a SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5501,7 +5611,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5510,7 +5620,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5518,20 +5628,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" -msgstr "" +msgstr "Error" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5550,7 +5661,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5563,58 +5674,58 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "informació del fitxer" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nom de l'arxiu" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" -msgstr "" +msgstr "Ruta del fitxer" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Mida del fitxer" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" -msgstr "" +msgstr "Mida del fitxer:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "L'arxiu no conté codis." #: Source/Core/DolphinQt/GCMemcardManager.cpp:150 msgid "Filename" -msgstr "" +msgstr "Nom del fitxer" #: Source/Core/DiscIO/CompressedBlob.cpp:294 msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5634,7 +5745,7 @@ msgstr "Sistema d'arxius" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:103 msgid "Filters" -msgstr "" +msgstr "Filtres" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:153 msgid "Find &Next" @@ -5644,7 +5755,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5658,7 +5769,7 @@ msgstr "" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:336 msgid "Fire" -msgstr "" +msgstr "Foc" #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:47 msgid "First Person" @@ -5677,12 +5788,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5692,11 +5797,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5712,7 +5817,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forçar 16:9" @@ -5720,7 +5825,7 @@ msgstr "Forçar 16:9" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forçar 4:3" @@ -5752,15 +5857,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5770,7 +5875,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5778,7 +5883,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5786,9 +5891,9 @@ msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:60 msgid "Format:" -msgstr "" +msgstr "Format:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5803,38 +5908,38 @@ msgstr "Reenviar port (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Avançar Fotograma" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Rang de Fotogrames" @@ -5842,7 +5947,7 @@ msgstr "Rang de Fotogrames" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5862,7 +5967,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5878,29 +5983,33 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 -#: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 -msgid "FreeLook" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/FreeLookManager.cpp:318 +#: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 +msgid "FreeLook" +msgstr "Vista lliure" + +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francès" #. i18n: Refers to a number of actions per second in Hz. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:151 msgid "Frequency" -msgstr "" +msgstr "Freqüència" #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:71 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:131 @@ -5912,26 +6021,27 @@ msgid "From" msgstr "de" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" -msgstr "" +msgstr "De:" #: Source/Core/DolphinQt/ToolBar.cpp:125 msgid "FullScr" msgstr "Amplia" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" -msgstr "" +msgstr "Funció" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" -msgstr "" +msgstr "Funcions" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:42 msgid "GBA (Integrated)" @@ -5945,7 +6055,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5961,19 +6071,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5997,7 +6107,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6015,7 +6125,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6025,25 +6135,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6055,7 +6165,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6071,24 +6181,24 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:243 msgid "Game" -msgstr "" +msgstr "Joc" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6100,7 +6210,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6116,39 +6226,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID del joc" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID del joc:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "El joc encara està en marxa!" @@ -6157,7 +6267,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6177,23 +6287,23 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:77 msgid "GameCube Controllers" -msgstr "" +msgstr "Controladors de GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6210,7 +6320,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6220,7 +6330,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:80 msgid "Gamma" -msgstr "" +msgstr "Gamma" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:103 msgid "Gate Size" @@ -6238,45 +6348,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Codis Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "General" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Alemany" @@ -6284,26 +6402,26 @@ msgstr "Alemany" msgid "Germany" msgstr "Alemanya" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" -msgstr "" +msgstr "GiB" #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:405 msgid "Giant" -msgstr "" +msgstr "Gegant" #. i18n: Figures for the game Skylanders: Giants. The game has the same title in all countries #. it was released in. It was not released in Japan. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:265 msgid "Giants" -msgstr "" +msgstr "Gegants" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6312,7 +6430,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Gràfics" @@ -6321,7 +6439,7 @@ msgstr "Gràfics" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6330,7 +6448,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6352,7 +6470,7 @@ msgstr "Verd Esquerra" msgid "Green Right" msgstr "Verd Dret" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6363,7 +6481,7 @@ msgstr "Guitarra" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:259 msgid "Gyroscope" -msgstr "" +msgstr "Giroscopi" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:211 msgid "HDMI 3D" @@ -6371,7 +6489,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:130 msgid "HDR" -msgstr "" +msgstr "HDR" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:139 msgid "HDR Paper White Nits" @@ -6395,15 +6513,15 @@ msgstr "" #: qtbase/src/gui/kernel/qplatformtheme.cpp:736 msgid "Help" -msgstr "" +msgstr "Ajuda" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:121 msgid "Hex" -msgstr "" +msgstr "Hex" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:190 msgid "Hex 16" @@ -6424,17 +6542,17 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:150 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 msgid "Hexadecimal" -msgstr "" +msgstr "Hexadecimal" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp:30 msgid "Hide" msgstr "Oculta" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6446,25 +6564,25 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" -msgstr "" +msgstr "Alt" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" -msgstr "" +msgstr "Més alt" #. i18n: Refers to how hard emulated drum pads are struck. #: Source/Core/Core/HW/WiimoteEmu/Extension/Drums.cpp:69 @@ -6485,15 +6603,39 @@ msgstr "Amfitrió" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6501,37 +6643,45 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Hostname" -msgstr "" +msgstr "Nom de l'equip" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Tecles d'accés ràpid" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6539,7 +6689,7 @@ msgstr "" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:153 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:38 msgid "Hz" -msgstr "" +msgstr "Hz" #: Source/Core/DolphinQt/NKitWarningDialog.cpp:53 msgid "I am aware of the risks and want to continue" @@ -6556,9 +6706,9 @@ msgstr "" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:576 msgid "ID:" -msgstr "" +msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6589,7 +6739,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Sensibilitat d'IR:" @@ -6615,18 +6765,18 @@ msgstr "" msgid "Icon" msgstr "Icona" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6639,7 +6789,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6653,14 +6803,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6670,9 +6830,9 @@ msgstr "" #: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:55 #: qtbase/src/gui/kernel/qplatformtheme.cpp:728 msgid "Ignore" -msgstr "" +msgstr "Ignorar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6697,14 +6857,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6713,7 +6873,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6728,22 +6888,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6754,9 +6914,9 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 msgid "In-Game?" -msgstr "" +msgstr "En joc?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6764,64 +6924,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" -msgstr "" +msgstr "Augmentar" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6858,25 +7018,25 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informació" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:370 msgid "Inject" -msgstr "" +msgstr "Injectar" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Entrada" @@ -6890,26 +7050,23 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Inserir la targeta SD" #: Source/Core/DolphinQt/ResourcePackManager.cpp:40 #: Source/Core/DolphinQt/ResourcePackManager.cpp:321 msgid "Install" -msgstr "" +msgstr "Instal·lar" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:154 msgid "Install Partition (%1)" @@ -6919,7 +7076,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6927,31 +7084,32 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" -msgstr "" +msgstr "Instrucció" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:101 msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" -msgstr "" +msgstr "Instrucció:" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:59 msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6962,7 +7120,7 @@ msgstr "" #. i18n: Refers to the intensity of shaking an emulated wiimote. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:141 msgid "Intensity" -msgstr "" +msgstr "Intensitat" #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:38 msgid "Interface" @@ -7010,8 +7168,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -7020,15 +7178,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "Resolució Interna:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7036,7 +7194,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7044,7 +7202,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7053,11 +7211,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7069,7 +7227,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7078,7 +7236,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7086,7 +7244,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7115,13 +7273,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italià" @@ -7132,97 +7298,99 @@ msgstr "Itàlia" #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:413 msgid "Item" -msgstr "" +msgstr "Ítem" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" -msgstr "" +msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japó" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japonès" @@ -7233,18 +7401,18 @@ msgstr "Japonès" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7272,22 +7440,22 @@ msgstr "" #: Source/Core/Core/HW/GCKeyboardEmu.cpp:76 #: Source/Core/Core/HW/GCKeyboardEmu.cpp:80 msgid "Keys" -msgstr "" +msgstr "Tecles" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" -msgstr "" +msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Expulsar jugador" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Corea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Coreà" @@ -7314,43 +7482,43 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 msgid "Label" -msgstr "" +msgstr "Etiqueta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" -msgstr "" +msgstr "Idioma" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" -msgstr "" +msgstr "Latència:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7358,11 +7526,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" -msgstr "" +msgstr "Taula de classificació" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7415,10 +7583,18 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" -msgstr "" +msgstr "Nivells" #: Source/Core/DolphinQt/AboutDialog.cpp:77 msgid "License" @@ -7428,12 +7604,12 @@ msgstr "Llicència" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:342 msgid "Life" -msgstr "" +msgstr "Vida" #: Source/Core/Core/HW/WiimoteEmu/Extension/DrawsomeTablet.cpp:35 #: Source/Core/Core/HW/WiimoteEmu/Extension/UDrawTablet.cpp:53 msgid "Lift" -msgstr "" +msgstr "Aixecar" #. i18n: Noun. This is used as a label for a control group that represents lights on controllers. #. i18n: One of the elements in the Skylanders games. For official translations @@ -7442,49 +7618,49 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:239 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:355 msgid "Light" -msgstr "" +msgstr "Llum" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:141 msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:96 msgid "Listening" -msgstr "" +msgstr "Esperant resposta" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Carregar" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Carrega textures personalitzades" @@ -7492,24 +7668,29 @@ msgstr "Carrega textures personalitzades" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7517,171 +7698,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Carregar estat" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Carregar últim estat 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Carregar últim estat 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Carregar últim estat 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Carregar últim estat 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Carregar últim estat 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Carregar últim estat 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Carregar últim estat 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Carregar últim estat 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Carregar ranura d'estat 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Carregar estat 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Carregar ranura d'estat 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Carregar ranura d'estat 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Carregar ranura d'estat 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Carregar ranura d'estat 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Carregar ranura d'estat 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Carregar ranura d'estat 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Carregar ranura d'estat 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Carregar estat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Carrega des d'un fitxer" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Carrega des de la ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Carrega des d'una ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." -msgstr "" +msgstr "Carrega..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" -msgstr "" +msgstr "Local" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" -msgstr "" +msgstr "Bloquejat" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Registre" @@ -7690,19 +7866,20 @@ msgstr "Registre" msgid "Log Configuration" msgstr "Configuració del registre" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7714,45 +7891,57 @@ msgstr "Tipus de registre" msgid "Logger Outputs" msgstr "Sortides del registrador" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" -msgstr "" +msgstr "Bucle" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" -msgstr "" +msgstr "Baix" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" -msgstr "" +msgstr "Més baix" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:76 msgid "MD5:" -msgstr "" +msgstr "MD5:" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:212 msgid "MMU" -msgstr "" +msgstr "MMU" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:294 msgid "MORIBUND" -msgstr "" +msgstr "MORIBUND" #: Source/Core/DolphinQt/GCMemcardManager.cpp:401 msgid "MadCatz Gameshark files" @@ -7762,33 +7951,37 @@ msgstr "" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:327 msgid "Magic" -msgstr "" +msgstr "Màgia" #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:29 msgid "Main Stick" msgstr "Palanca principal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7796,18 +7989,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Fabricant" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Fabricant:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7815,32 +8008,36 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" -msgstr "" +msgstr "Mapeig" #: Source/Core/Core/HW/EXI/EXI_Device.h:96 msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7849,18 +8046,18 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" -msgstr "" +msgstr "Mig" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:46 msgid "Memory" -msgstr "" +msgstr "Memòria" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:119 msgid "Memory Breakpoint" @@ -7870,7 +8067,7 @@ msgstr "" msgid "Memory Card" msgstr "Targeta de memòria" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7878,7 +8075,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7898,7 +8095,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7906,33 +8103,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" -msgstr "" +msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Micròfon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" -msgstr "" +msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Miscel·làni" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Configuracions Miscel·lànies" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7941,7 +8146,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7961,7 +8166,7 @@ msgstr "" msgid "Modifier" msgstr "Modificador" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7973,22 +8178,22 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" -msgstr "" +msgstr "Diners:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" -msgstr "" +msgstr "Mono" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:134 msgid "Monoscopic Shadows" @@ -7998,11 +8203,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -8011,19 +8216,19 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" -msgstr "" +msgstr "Moure" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" -msgstr "" +msgstr "Vídeo" #: Source/Core/Core/Movie.cpp:977 msgid "" @@ -8031,23 +8236,33 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" #. i18n: Controller input values are multiplied by this percentage value. #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:342 msgid "Multiplier" +msgstr "Multiplicador" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." msgstr "" #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8056,19 +8271,19 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" -msgstr "" +msgstr "NTSC-J" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:69 msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" -msgstr "" +msgstr "NTSC-K" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:69 msgid "NTSC-M (SMPTE 170M)" @@ -8083,10 +8298,10 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" -msgstr "" +msgstr "NTSC-U" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:61 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 @@ -8095,13 +8310,13 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:164 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Name" -msgstr "" +msgstr "Nom" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8110,10 +8325,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nom:" @@ -8127,9 +8342,9 @@ msgstr "Natiu (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" -msgstr "" +msgstr "NetPlay" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:34 msgid "NetPlay Session Browser" @@ -8143,47 +8358,47 @@ msgstr "" msgid "Netherlands" msgstr "Països Baixos" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" -msgstr "" +msgstr "Xarxa" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:385 msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" -msgstr "" +msgstr "Mai" #: Source/Core/DolphinQt/Updater.cpp:85 msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" -msgstr "" +msgstr "Nou" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:28 msgid "New Breakpoint" @@ -8205,7 +8420,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8213,30 +8428,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8244,7 +8461,7 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:244 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:245 msgid "No" -msgstr "" +msgstr "No" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:79 msgid "No Adapter Detected" @@ -8258,21 +8475,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8293,15 +8510,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8314,23 +8531,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8341,7 +8558,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8355,7 +8572,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8373,7 +8590,7 @@ msgstr "" msgid "Not Set" msgstr "Sense establir" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8393,7 +8610,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8405,7 +8622,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:83 msgid "Notes:" -msgstr "" +msgstr "Notes:" #: Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp:41 msgid "Nothing to configure" @@ -8418,12 +8635,7 @@ msgstr "Avís" #. i18n: Null is referring to the null video backend, which renders nothing #: Source/Core/VideoBackends/Null/NullBackend.cpp:87 msgid "Null" -msgstr "" - -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" +msgstr "Nul" #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 @@ -8450,13 +8662,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" -msgstr "" +msgstr "Ok" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8508,13 +8720,13 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Rang d'objecte" #: Source/Core/UICommon/NetPlayIndex.cpp:250 msgid "Oceania" -msgstr "" +msgstr "Oceania" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:157 #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 @@ -8523,24 +8735,24 @@ msgstr "Apagar" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:111 msgid "Offset" -msgstr "" +msgstr "Compensació" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:155 msgid "On" -msgstr "" +msgstr "On" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8555,7 +8767,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentació en línia" @@ -8563,13 +8775,13 @@ msgstr "&Documentació en línia" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8586,17 +8798,21 @@ msgstr "Obre" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Obre la carpeta de l'&usuari" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8633,7 +8849,7 @@ msgstr "" #: Source/Core/VideoBackends/OGL/OGLMain.cpp:74 msgid "OpenGL" -msgstr "" +msgstr "OpenGL" #: Source/Core/VideoBackends/OGL/OGLMain.cpp:72 msgid "OpenGL ES" @@ -8641,7 +8857,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:279 msgid "Operators" -msgstr "" +msgstr "Operadors" #: Source/Core/Core/HW/GCPadEmu.h:63 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:291 @@ -8661,34 +8877,34 @@ msgstr "Taronja" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" -msgstr "" +msgstr "Origen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8698,24 +8914,24 @@ msgstr "Altres" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:446 msgid "Output" -msgstr "" +msgstr "Sortida" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8723,18 +8939,18 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" -msgstr "" +msgstr "Sobreescrit" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Reprodueix l'enregistrament d'entrades" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" -msgstr "" +msgstr "PAL" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:70 msgid "PAL (EBU)" @@ -8743,25 +8959,34 @@ msgstr "" #. i18n: PCAP is a file format #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:426 msgid "PCAP" -msgstr "" +msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8774,9 +8999,9 @@ msgstr "Pad" msgid "Pads" msgstr "Pads" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" -msgstr "" +msgstr "Paràmetres" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:217 msgid "Parse as Hex" @@ -8789,16 +9014,16 @@ msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:211 msgid "Passive" -msgstr "" +msgstr "Passiu" #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:106 msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" -msgstr "" +msgstr "Contrasenya" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:165 msgid "Password for joining your game (leave empty for none)" @@ -8806,7 +9031,7 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Password?" -msgstr "" +msgstr "Contrasenya?" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:40 msgid "Patch Editor" @@ -8820,9 +9045,9 @@ msgstr "" msgid "Patches" msgstr "Pedaços" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" -msgstr "" +msgstr "Camí:" #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:40 #: Source/Core/DolphinQt/Settings/PathPane.cpp:27 @@ -8833,23 +9058,23 @@ msgstr "Camins" msgid "Pause" msgstr "Pausa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pausa al final de l'enregistrament" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8857,7 +9082,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8882,7 +9107,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Il·luminació per píxel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8890,15 +9115,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8906,23 +9131,23 @@ msgstr "" #. reflects how devices (e.g. RAM) is physically wired up. #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:175 msgid "Physical" -msgstr "" +msgstr "Físic" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:129 msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" -msgstr "" +msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" -msgstr "" +msgstr "Ping" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:30 msgid "Pitch Down" @@ -8932,8 +9157,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plataforma" @@ -8941,11 +9166,11 @@ msgstr "Plataforma" msgid "Play" msgstr "Juga" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Reproduir enregistrament" @@ -8953,13 +9178,13 @@ msgstr "Reproduir enregistrament" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Opcions de reproducció" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" -msgstr "" +msgstr "Jugador" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:88 msgid "Player One" @@ -8986,24 +9211,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Jugadors" -#. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 -msgid "Playtime:" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" msgstr "" +#. i18n: The total amount of time the Skylander has been used for +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 +msgid "Playtime:" +msgstr "Temps de joc:" + #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9012,7 +9242,7 @@ msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:229 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:234 msgid "Point" -msgstr "" +msgstr "Punt" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:255 msgid "Point (Passthrough)" @@ -9030,17 +9260,17 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:103 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:137 msgid "Port:" -msgstr "" +msgstr "Port:" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:161 msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9061,11 +9291,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9089,18 +9319,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:89 msgid "Presets" -msgstr "" +msgstr "Predeterminats" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/Extension/DrawsomeTablet.cpp:34 #: Source/Core/Core/HW/WiimoteEmu/Extension/UDrawTablet.cpp:52 msgid "Pressure" -msgstr "" +msgstr "Pressió" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9109,18 +9339,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9132,7 +9363,7 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:98 msgid "Private" -msgstr "" +msgstr "Privat" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:97 msgid "Private and Public" @@ -9140,21 +9371,21 @@ msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:64 msgid "Problem" -msgstr "" +msgstr "Problema" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9164,20 +9395,20 @@ msgstr "" msgid "Profile" msgstr "Perfil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" -msgstr "" +msgstr "Progrés" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9185,13 +9416,13 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:99 msgid "Public" -msgstr "" +msgstr "Públic" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9201,28 +9432,28 @@ msgctxt "" "'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper " "widget layout." msgid "QT_LAYOUT_DIRECTION" -msgstr "" +msgstr "QT_LAYOUT_DIRECTION" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pregunta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Sortir" @@ -9243,17 +9474,17 @@ msgstr "R-Analògic" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:288 msgid "RUNNING" -msgstr "" +msgstr "EN FUNCIONAMENT" #: Source/Core/DolphinQt/ConvertDialog.cpp:357 msgid "RVZ GC/Wii images (*.rvz)" @@ -9278,21 +9509,25 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:409 msgid "Raw" -msgstr "" +msgstr "Raw" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" -msgstr "" +msgstr "Llegir" #. i18n: This string is used for a radio button that represents the type of #. memory breakpoint that gets triggered when a read operation or write operation occurs. @@ -9313,7 +9548,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9329,7 +9564,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9339,25 +9574,29 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Enregistrar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" -msgstr "" +msgstr "Gravant" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opcions d'Enregistrament" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." -msgstr "" +msgstr "Gravant..." #: Source/Core/Core/HW/WiimoteEmu/Extension/Drums.cpp:34 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:50 @@ -9372,7 +9611,7 @@ msgstr "Vermell Esquerra" msgid "Red Right" msgstr "Vermell Dret" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9390,7 +9629,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9405,32 +9643,32 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:280 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:198 msgid "Refreshing..." -msgstr "" +msgstr "Recarregant..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Regió" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:107 msgid "Region:" -msgstr "" +msgstr "Regió:" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:27 msgid "Registers" -msgstr "" +msgstr "Registres" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp:62 msgid "Relative Input" @@ -9440,7 +9678,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9452,7 +9691,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Eliminar" @@ -9469,7 +9708,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9480,25 +9719,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Renderitzar a la finestra principal" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9507,15 +9756,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9526,7 +9775,7 @@ msgstr "Reiniciar" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9550,7 +9799,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9558,7 +9807,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9570,7 +9819,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9578,11 +9827,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Tornar a intentar" @@ -9591,15 +9840,15 @@ msgstr "Tornar a intentar" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" -msgstr "" +msgstr "Revisió" #: Source/Core/DolphinQt/AboutDialog.cpp:65 msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9632,7 +9881,7 @@ msgstr "" #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:50 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:224 msgid "Rim" -msgstr "" +msgstr "Rim" #: Source/Core/Core/HW/WiimoteEmu/Extension/UDrawTablet.cpp:32 msgid "Rocker Down" @@ -9650,20 +9899,20 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" -msgstr "" +msgstr "Rotació" #. i18n: Refering to emulated wii remote swing movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:63 msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9672,7 +9921,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9684,6 +9933,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9709,20 +9967,25 @@ msgstr "" msgid "Rumble" msgstr "Vibració" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9733,23 +9996,23 @@ msgstr "" msgid "Russia" msgstr "Rússia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9757,7 +10020,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9768,11 +10031,11 @@ msgstr "" #: Source/Core/Core/HW/GBAPadEmu.h:45 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:42 msgid "SELECT" -msgstr "" +msgstr "SELECT" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:77 msgid "SHA-1:" -msgstr "" +msgstr "SHA-1" #: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:43 msgid "SHA1 Digest" @@ -9780,7 +10043,7 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:191 msgid "SP1:" -msgstr "" +msgstr "SP1:" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:348 msgid "SSL context" @@ -9790,13 +10053,13 @@ msgstr "" #: Source/Core/Core/HW/GBAPadEmu.h:46 Source/Core/Core/HW/GCPadEmu.cpp:51 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:43 msgid "START" -msgstr "" +msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "&Desa l'Estat" @@ -9808,7 +10071,7 @@ msgstr "Segur" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9818,27 +10081,39 @@ msgstr "Desar" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9850,15 +10125,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Desar l'Estat Més Antic" @@ -9866,73 +10145,77 @@ msgstr "Desar l'Estat Més Antic" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Desar Estat" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Desar Ranura d'Estat 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Desar Ranura d'Estat 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Desar Ranura d'Estat 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Desar Ranura d'Estat 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Desar Ranura d'Estat 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Desar Ranura d'Estat 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Desar Ranura d'Estat 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Desar Ranura d'Estat 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Desar Ranura d'Estat 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Desar Ranura d'Estat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9940,7 +10223,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9948,15 +10231,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Desar com..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9967,25 +10246,17 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." -msgstr "" +msgstr "Desa..." #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:218 msgid "Saved Wii Remote pairings can only be reset when a Wii game is running." @@ -9993,7 +10264,7 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:230 msgid "Saves:" -msgstr "" +msgstr "Desats:" #: Source/Core/Core/Movie.cpp:1023 msgid "Savestate movie {0} is corrupted, movie recording stopping..." @@ -10003,7 +10274,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Copia EFB escalada" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10012,8 +10283,8 @@ msgid "ScrShot" msgstr "Captura" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Buscar" @@ -10022,7 +10293,7 @@ msgstr "Buscar" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10034,13 +10305,13 @@ msgstr "Cercar en Subcarpetes" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10048,13 +10319,13 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:234 msgid "Search:" -msgstr "" +msgstr "Cercar:" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:59 msgid "Section that contains all Action Replay cheat codes." @@ -10082,9 +10353,9 @@ msgstr "Seleccionar" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10093,7 +10364,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10101,18 +10372,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10121,6 +10396,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10129,6 +10408,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10137,58 +10424,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Tria ranura de captura" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Ranura de captura 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Ranura de captura 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Ranura de captura 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Ranura de captura 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Ranura de captura 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Ranura de captura 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Ranura de captura 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Ranura de captura 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Ranura de captura 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Ranura de captura 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10202,29 +10493,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10232,19 +10519,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10252,36 +10535,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Seleccioni el fitxer de partida guardada" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "El perfil del controlador seleccionat no existeix" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10293,19 +10559,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10324,7 +10590,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10335,7 +10601,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10357,24 +10623,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Enviar" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Posició Barra de Sensors" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10391,7 +10687,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10399,72 +10695,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10474,21 +10773,21 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" -msgstr "" +msgstr "Configuració" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:64 msgid "Severity" -msgstr "" +msgstr "Severitat" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10504,234 +10803,238 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:232 msgid "Shinkansen" -msgstr "" +msgstr "Shinkansen" #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:23 msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar &Registre" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Mostrar Barra d'&Eines" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Mostrar Austràlia" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Mostra FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Comptador de fotogrames" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Mostrar França" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostrar GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Mostrar Alemanya" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Visualitza les entrades" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Mostrar Itàlia" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Mostrar Corea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Comptador de lag" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Mostrar Idioma:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Mostrar la &Configuració del Registre" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Mostrar PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Mostrar Plataformes" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar Regions" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Comptador de reenregistraments" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Mostrar Estadístiques" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Rellotge del sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Mostrar Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Mostrar EUA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostrar Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10739,112 +11042,116 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" -msgstr "" +msgstr "Adjacent" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:268 msgid "Sideways Hold" @@ -10858,7 +11165,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10882,7 +11189,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Xinès Simplificat" @@ -10899,17 +11206,17 @@ msgstr "" msgid "Size" msgstr "Mida" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" -msgstr "" +msgstr "Ometre" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10925,7 +11232,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10946,7 +11253,7 @@ msgstr "" #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:403 msgid "Skylander" -msgstr "" +msgstr "Skylander" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:175 msgid "Skylander %1" @@ -11005,11 +11312,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11021,14 +11328,14 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" -msgstr "" +msgstr "So:" #: Source/Core/UICommon/NetPlayIndex.cpp:250 msgid "South America" @@ -11040,7 +11347,7 @@ msgstr "Espanya" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Espanyol" @@ -11048,19 +11355,19 @@ msgstr "Espanyol" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volum de l'altaveu:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:192 msgid "Specific" -msgstr "" +msgstr "Específic" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11073,10 +11380,14 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" +msgstr "Velocitat" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" msgstr "" #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all @@ -11091,39 +11402,43 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:190 msgid "Stack start" -msgstr "" +msgstr "Inici de la pila" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:36 msgid "Standard Controller" msgstr "Controlador Estàndard" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Començar" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Comença l'enregistrament d'entrades" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Iniciar Gravació" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11135,7 +11450,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11144,7 +11459,7 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:74 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:186 msgid "State" -msgstr "" +msgstr "Estat" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:38 msgid "Steering Wheel" @@ -11154,63 +11469,63 @@ msgstr "Volant" #. going through code step by step. #: Source/Core/DolphinQt/ToolBar.cpp:103 msgid "Step" -msgstr "" +msgstr "Pas" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" -msgstr "" +msgstr "Estèreo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:122 #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:206 msgid "Stereoscopy" -msgstr "" +msgstr "Estereoscòpia" #: Source/Core/Core/HW/WiimoteEmu/Extension/Drums.cpp:81 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:90 @@ -11224,16 +11539,20 @@ msgid "Stick" msgstr "Palanca" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Atura" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Atura la reproducció/enregistrament d'entrades" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11265,51 +11584,51 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Ajustar a la Finestra" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" #. i18n: Data type used in computing #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:95 msgid "String" -msgstr "" +msgstr "Cadena" #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:78 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:129 msgid "Strum" msgstr "Strum" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" -msgstr "" +msgstr "Estil" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" -msgstr "" +msgstr "Estil:" #: Source/Core/Core/HW/WiimoteEmu/Extension/DrawsomeTablet.cpp:29 #: Source/Core/Core/HW/WiimoteEmu/Extension/UDrawTablet.cpp:48 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:192 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:206 msgid "Stylus" -msgstr "" +msgstr "Estilet" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11319,7 +11638,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11332,24 +11651,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11362,7 +11681,7 @@ msgstr "" #. all countries they were released in. They were not released in Japan. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:275 msgid "SuperChargers" -msgstr "" +msgstr "SuperChargers" #: Source/Core/DolphinQt/AboutDialog.cpp:79 msgid "Support" @@ -11372,20 +11691,20 @@ msgstr "Suport" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" -msgstr "" +msgstr "Envolvent" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:188 msgid "Suspended" -msgstr "" +msgstr "Suspès" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11398,9 +11717,9 @@ msgstr "" #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:407 msgid "Swapper" -msgstr "" +msgstr "Intercanviador" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11420,30 +11739,39 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" +msgstr "Símbol" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" -msgstr "" +msgstr "Símbols" #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:107 msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11461,45 +11789,45 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Idioma del sistema:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Entrada TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" -msgstr "" +msgstr "Etiquetes" #. i18n: The drum controller used in "Taiko no Tatsujin" games. Also known as a "TaTaCon". #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:40 @@ -11515,15 +11843,15 @@ msgstr "" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Captura de pantalla" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11533,15 +11861,15 @@ msgstr "" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:333 msgid "Tech" -msgstr "" +msgstr "Tecnologia" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:263 msgid "Test" msgstr "Prova" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11550,15 +11878,15 @@ msgstr "" msgid "Texture Cache" msgstr "Cache de textures" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11566,7 +11894,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Superposició del format de textura" @@ -11585,11 +11913,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11599,32 +11927,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11640,14 +11968,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11733,7 +12061,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11760,28 +12088,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11789,7 +12117,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11800,7 +12128,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11809,21 +12137,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11833,11 +12161,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11851,7 +12179,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11859,8 +12187,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11868,7 +12196,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11884,20 +12212,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11910,15 +12238,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11929,31 +12257,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11964,7 +12292,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11972,35 +12300,35 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" -msgstr "" +msgstr "Tema" #: Source/Core/DiscIO/VolumeVerifier.cpp:445 msgid "There are too many partitions in the first partition table." @@ -12013,8 +12341,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12048,13 +12376,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12078,33 +12406,33 @@ msgstr "" "Aquest simulador d'Action Replay no és compatible amb els codis que " "modifiquen el mateix Action Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12112,26 +12440,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12149,41 +12477,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12191,7 +12519,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12207,12 +12535,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12243,7 +12571,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12256,7 +12584,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12270,15 +12598,15 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:26 msgid "Threads" -msgstr "" +msgstr "Fils" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp:26 msgid "Threshold" msgstr "Llindar" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" -msgstr "" +msgstr "TiB" #: Source/Core/Core/HW/WiimoteEmu/Extension/Nunchuk.cpp:55 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:231 @@ -12286,6 +12614,31 @@ msgstr "" msgid "Tilt" msgstr "Inclinació" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12295,10 +12648,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Títol" @@ -12306,25 +12659,29 @@ msgstr "Títol" msgid "To" msgstr "A" -#: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 -msgid "To:" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 +msgid "To:" +msgstr "A:" + +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Pantalla completa" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12332,28 +12689,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Commutar Tots els Tipus de Registre" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Commutar Relació d'Aspecte" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Commutar Còpies del EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Commutar Boira" @@ -12365,43 +12722,47 @@ msgstr "Commutar Pantalla Completa" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" #: Source/Core/DolphinQt/ToolBar.cpp:29 msgid "Toolbar" -msgstr "" +msgstr "Barra d'eines" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Superior" @@ -12409,7 +12770,7 @@ msgstr "Superior" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12445,21 +12806,21 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:195 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:210 msgid "Touch" -msgstr "" +msgstr "Tàctil" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Xinès Tradicional" #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:420 msgid "Trap" -msgstr "" +msgstr "Trampa" #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:409 @@ -12472,8 +12833,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12481,7 +12842,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12507,10 +12868,10 @@ msgstr "Gatells" #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:415 msgid "Trophy" -msgstr "" +msgstr "Trofeu" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12526,7 +12887,7 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:297 msgid "UNKNOWN" -msgstr "" +msgstr "DESCONEGUT" #: Source/Core/DiscIO/Enums.cpp:30 msgid "USA" @@ -12536,11 +12897,11 @@ msgstr "EUA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12554,14 +12915,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12569,7 +12930,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12578,23 +12939,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12614,11 +12975,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12628,7 +12989,7 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:97 msgid "Unbound" -msgstr "" +msgstr "Deslligat" #: Source/Core/DolphinQt/ConvertDialog.cpp:345 msgid "Uncompressed GC/Wii images (*.iso *.gcm)" @@ -12639,19 +13000,19 @@ msgstr "" #. https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:349 msgid "Undead" -msgstr "" +msgstr "Mort vivent" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Desfés la càrrega de captura" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Desfer Estat Guardat" #: Source/Core/DolphinQt/ResourcePackManager.cpp:320 msgid "Uninstall" -msgstr "" +msgstr "Desinstal·lar" #: Source/Core/DolphinQt/GameList/GameList.cpp:445 msgid "Uninstall from the NAND" @@ -12663,23 +13024,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Desconegut" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12688,27 +13049,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12728,11 +13089,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12740,11 +13101,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12757,13 +13118,13 @@ msgstr "" #. i18n: This is used to create a file name. The string must end in ".bin". #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:290 msgid "Unknown(%1).bin" -msgstr "" +msgstr "Unknown(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Il·limitat" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12771,7 +13132,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Desbloquejat" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12803,7 +13169,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12814,7 +13180,7 @@ msgid "Up" msgstr "Amunt" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Actualitzar" @@ -12849,7 +13215,7 @@ msgstr "" #: Source/Core/DolphinQt/WiiUpdate.cpp:98 msgid "Updating" -msgstr "" +msgstr "Actualitzant" #: Source/Core/DolphinQt/WiiUpdate.cpp:124 msgid "" @@ -12869,7 +13235,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12877,15 +13243,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12893,21 +13263,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Utilitzar Gestors de Pànic" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12916,8 +13286,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12956,18 +13326,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" -msgstr "" +msgstr "Nom d'usuari" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12975,14 +13345,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13245,8 +13619,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advertència" @@ -13319,11 +13693,11 @@ msgstr "" #. in other languages, check the SuperChargers manual at https://support.activision.com/manuals #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:330 msgid "Water" -msgstr "" +msgstr "Aigua" #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Website" -msgstr "" +msgstr "Lloc web" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:34 msgid "Western (Windows-1252)" @@ -13334,7 +13708,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13342,7 +13723,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13350,7 +13731,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13358,7 +13739,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "Modificació de Pantalla Panoràmica" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13382,7 +13763,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13400,7 +13781,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13420,7 +13801,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13428,15 +13809,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13445,11 +13826,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13459,15 +13848,15 @@ msgstr "Ajust de línia" #: Source/Core/DiscIO/Enums.cpp:60 msgid "World" -msgstr "" +msgstr "Mundial" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" -msgstr "" +msgstr "Escriure" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13500,27 +13889,27 @@ msgstr "" msgid "Write to Window" msgstr "Escriu a Finestra" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13565,20 +13954,20 @@ msgstr "Groc" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:244 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:245 msgid "Yes" -msgstr "" +msgstr "Sí" #: qtbase/src/gui/kernel/qplatformtheme.cpp:718 msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13611,7 +14000,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13655,9 +14044,9 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." -msgstr "Ha de reiniciar Dolphin perquè el canvi faci efecte." +msgstr "Has de reiniciar Dolphin perquè el canvi faci efecte." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 msgid "You must select a game to host!" @@ -13675,7 +14064,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13693,7 +14082,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Codi Zero 3 no està suportat" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13715,7 +14104,7 @@ msgstr "" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:176 msgid "aligned" -msgstr "" +msgstr "Alineat" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:209 msgid "any value" @@ -13730,7 +14119,7 @@ msgstr "auto" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:30 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:143 msgid "cm" -msgstr "" +msgstr "cm" #: Source/Core/VideoBackends/D3D12/DX12Context.cpp:108 msgid "d3d12.dll could not be loaded." @@ -13739,12 +14128,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:632 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:652 msgid "default" -msgstr "" +msgstr "per defecte" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" -msgstr "" +msgstr "desconnectat" #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "e-Reader Cards (*.raw);;All Files (*)" @@ -13758,9 +14147,10 @@ msgstr "errno" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" -msgstr "" +msgstr "fals" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:190 msgid "is equal to" @@ -13817,15 +14207,16 @@ msgstr "s" #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:101 msgid "sRGB" -msgstr "" +msgstr "sRGB" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:206 msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" -msgstr "" +msgstr "cert" #: Source/Core/Core/HW/WiimoteEmu/Extension/UDrawTablet.cpp:35 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:185 @@ -13834,7 +14225,7 @@ msgstr "" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:176 msgid "unaligned" -msgstr "" +msgstr "Desalineat" #. i18n: This string is referring to a game mode in Super Smash Bros. Brawl called Masterpieces #. where you play demos of NES/SNES/N64 games. This string is referring to a specific such demo @@ -13843,23 +14234,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13870,7 +14261,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" @@ -13904,12 +14295,12 @@ msgstr "" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:37 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:30 msgid "°" -msgstr "" +msgstr "º" #. i18n: "°/s" is the symbol for degrees (angular measurement) divided by seconds. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:39 msgid "°/s" -msgstr "" +msgstr "º/s" #: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:53 msgid "✔ Invite" diff --git a/Languages/po/cs.po b/Languages/po/cs.po index d1fc73c584..1afeac16a2 100644 --- a/Languages/po/cs.po +++ b/Languages/po/cs.po @@ -8,11 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Zbyněk Schwarz , 2011-2016\n" -"Language-Team: Czech (http://app.transifex.com/delroth/dolphin-emu/language/" -"cs/)\n" +"Language-Team: Czech (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/cs/)\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -28,7 +28,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -36,6 +36,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -44,7 +50,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -79,16 +85,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -104,16 +110,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -133,7 +139,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -144,11 +150,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -161,38 +167,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -200,13 +206,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -218,30 +224,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -249,11 +255,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -269,7 +279,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -282,25 +292,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -326,36 +336,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Nastavení &zvuku" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -363,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Body přerušení" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -379,15 +393,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -395,50 +409,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Nastavení ovladače" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -446,14 +461,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulace" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -470,41 +489,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Soubor" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Postup snímkem" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Ú&ložiště Github" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafická nastavení" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Nápověda" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Nastavení &klávesových zkratek" @@ -524,19 +543,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -544,15 +563,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Nahrát Stav" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -562,23 +581,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "Pa&měť" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Video" @@ -586,7 +609,7 @@ msgstr "&Video" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -595,23 +618,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Otevřít..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "V&olby" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauza" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Přehrát" @@ -619,7 +646,7 @@ msgstr "&Přehrát" msgid "&Properties" msgstr "&Vlastnosti" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Režim pouze pro čtení" @@ -627,7 +654,7 @@ msgstr "&Režim pouze pro čtení" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registry" @@ -635,29 +662,29 @@ msgstr "&Registry" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Resetovat" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -665,31 +692,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "Za&stavit" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "Nás&troje" @@ -699,21 +730,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Zobrazit" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Sledování" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Internetová stránka" @@ -725,38 +756,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(vypnuto)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -773,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -782,7 +805,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -843,7 +866,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -851,7 +874,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -863,7 +886,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -899,19 +922,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -927,7 +950,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -935,7 +958,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1024,15 +1047,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1062,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1081,7 +1104,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1091,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1107,7 +1130,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1132,7 +1155,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1174,8 +1197,8 @@ msgstr "Přesnost:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1251,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1267,7 +1290,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1275,7 +1298,7 @@ msgstr "" msgid "Adapter Detected" msgstr "Zjištěn adaptér" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adaptér:" @@ -1302,11 +1325,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1325,28 +1348,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Přidat..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresa" @@ -1365,14 +1387,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1390,7 +1412,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1398,7 +1420,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1425,7 +1447,7 @@ msgstr "Pokročilé" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1481,7 +1503,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1489,7 +1511,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1498,7 +1520,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1507,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1520,27 +1542,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1558,7 +1580,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1580,7 +1602,7 @@ msgstr "" msgid "Anaglyph" msgstr "Anaglyf" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analyzovat" @@ -1594,7 +1616,7 @@ msgstr "Úhel" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1606,25 +1628,25 @@ msgstr "Vyhlazení okrajů" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Datum zavaděče aplikace:" @@ -1632,19 +1654,19 @@ msgstr "Datum zavaděče aplikace:" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1652,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1664,16 +1694,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Poměr Stran:" @@ -1681,8 +1711,8 @@ msgstr "Poměr Stran:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1693,7 +1723,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Přidělit porty ovladače" @@ -1714,11 +1744,11 @@ msgstr "" msgid "Audio" msgstr "Zvuk" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Podpůrná vrstva zvuku:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1734,7 +1764,7 @@ msgstr "" msgid "Authors" msgstr "Autoři" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1743,11 +1773,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (Násobek 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1755,7 +1789,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1763,20 +1797,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1788,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1819,19 +1864,19 @@ msgstr "Registr BP" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Nastavení podpůrné vrstvy" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Podpůrná vrstva:" @@ -1840,20 +1885,20 @@ msgstr "Podpůrná vrstva:" msgid "Background Input" msgstr "Zadní Vstup" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Dozadu" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1861,28 +1906,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Plakát" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detaily Plakátu" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Plakát:" @@ -1898,11 +1943,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Základní" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Základní nastavení" @@ -1950,7 +1995,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1962,13 +2007,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2000,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Celá obrazovka bez okrajů" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Dole" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2072,23 +2117,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2105,7 +2150,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2115,19 +2160,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2136,30 +2181,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2193,24 +2238,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Vyrovnávací paměť:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2255,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "Kruhová páčka" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2263,11 +2308,11 @@ msgstr "" msgid "CP register " msgstr "Registr CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Možnosti procesoru" @@ -2275,11 +2320,11 @@ msgstr "Možnosti procesoru" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Převaděč s mezipamětí (pomalejší)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2290,7 +2335,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2298,11 +2343,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2336,51 +2381,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2392,23 +2437,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2416,13 +2461,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2440,7 +2485,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2448,7 +2493,7 @@ msgstr "" msgid "Change &Disc" msgstr "Vyměnit &disk" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Vyměnit &Disk..." @@ -2456,7 +2501,7 @@ msgstr "Vyměnit &Disk..." msgid "Change Disc" msgstr "Vyměnit Disk" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2464,13 +2509,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2488,7 +2533,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2500,7 +2545,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2508,7 +2553,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Hledání Cheatů" @@ -2516,7 +2561,7 @@ msgstr "Hledání Cheatů" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2528,13 +2573,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2546,29 +2591,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Zvolte soubor k otevření" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Zvolte adresář pro umístění extrakce" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2587,17 +2632,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Vyčistit" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2605,11 +2651,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2618,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Zavřít" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2626,11 +2672,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2638,11 +2693,11 @@ msgstr "" msgid "Code:" msgstr "Kód:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2658,11 +2713,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2675,21 +2730,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2697,9 +2752,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2707,7 +2762,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2720,11 +2775,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2814,7 +2869,7 @@ msgstr "Nastavit" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2827,27 +2882,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Při zastavení Potvrdit" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2857,35 +2920,35 @@ msgstr "" msgid "Connect" msgstr "Připojit" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Připojit Rola-Bola" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Připojit USB Klávesnici" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2901,7 +2964,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2909,7 +2972,7 @@ msgstr "" msgid "Connection Type:" msgstr "Typ připojení:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2926,23 +2989,23 @@ msgstr "" msgid "Control Stick" msgstr "Ovládací páčka" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2954,6 +3017,16 @@ msgstr "" msgid "Controllers" msgstr "Ovladače" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2962,7 +3035,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2970,7 +3043,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2979,7 +3052,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3004,17 +3077,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Sblížení:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3022,9 +3095,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3032,9 +3105,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3054,8 +3127,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3084,45 +3157,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopírovat" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3137,11 +3210,6 @@ msgstr "" msgid "Core" msgstr "Jádro" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3150,21 +3218,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3180,14 +3243,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3220,16 +3283,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3245,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3257,7 +3320,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Země:" @@ -3290,7 +3353,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3298,11 +3361,11 @@ msgstr "" msgid "Critical" msgstr "Kritické" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Oříznout" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3314,22 +3377,22 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3337,7 +3400,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3345,11 +3408,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3357,19 +3420,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3381,6 +3444,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3408,7 +3497,7 @@ msgstr "" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3416,15 +3505,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3450,7 +3539,7 @@ msgstr "Taneční podložka" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3478,7 +3567,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3495,8 +3584,8 @@ msgstr "Mrtvá Zóna" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Ladění" @@ -3505,40 +3594,40 @@ msgstr "Ladění" msgid "Decimal" msgstr "Desetinné" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Snížit sblížení" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Snížit hloubku" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Snížit rychlost emulace" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Snížit vnitřní rozlišení" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3552,7 +3641,7 @@ msgstr "Výchozí" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3568,7 +3657,7 @@ msgstr "Výchozí ISO:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3576,7 +3665,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3586,8 +3675,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Smazat" @@ -3605,7 +3694,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3613,22 +3702,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Hloubka:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Popis" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Popis:" @@ -3636,7 +3725,7 @@ msgstr "Popis:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3649,16 +3738,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3671,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Zjistit" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3679,7 +3768,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3701,7 +3790,7 @@ msgstr "Nastavení Zařízení" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3709,7 +3798,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Ztmaví obrazovku po pěti minutách nečinnosti." @@ -3733,19 +3822,19 @@ msgstr "Zakázat ohraničující rámeček" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Zakázat limit rychlosti emulace" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3753,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Zakázat Mlhu" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3765,21 +3854,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3788,7 +3877,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3802,7 +3891,8 @@ msgstr "Disk" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3832,15 +3922,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3850,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Chcete současnou emulaci zastavit?" @@ -3858,12 +3948,12 @@ msgstr "Chcete současnou emulaci zastavit?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3871,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Doplhin Filmy TAS (*.dtm)" @@ -3919,27 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3948,7 +4032,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3973,7 +4057,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3983,33 +4067,33 @@ msgstr "" msgid "Down" msgstr "Dolů" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4052,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Vypsat Zvuk" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Vypsat Cíl EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Vypsat Snímky" @@ -4072,7 +4156,7 @@ msgstr "Vypsat Snímky" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4080,7 +4164,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4105,20 +4189,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4134,15 +4218,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Nizozemština" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "O&dejít" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4154,7 +4238,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4162,7 +4246,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Předčasné Aktualizace Paměti" @@ -4181,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4199,6 +4283,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4210,11 +4299,20 @@ msgstr "Efekt" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4236,7 +4334,7 @@ msgstr "Vestavěná vyrovnávací paměť snímků (EFB)" msgid "Empty" msgstr "Prázdné" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Vlákno Emulace již běží" @@ -4262,7 +4360,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4277,27 +4375,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Povolit Cheaty" @@ -4305,15 +4403,15 @@ msgstr "Povolit Cheaty" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4321,19 +4419,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Povolit dvojité jádro" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Zapnout dvojité jádro (zrychlení)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4341,15 +4439,15 @@ msgstr "" msgid "Enable FPRF" msgstr "Povolit FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4367,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Zapnout MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Povolit Progresivní Skenování" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Povolit Spořič Obrazovky" @@ -4401,27 +4499,27 @@ msgstr "Povolit Spořič Obrazovky" msgid "Enable Speaker Data" msgstr "Povolit data reproduktorů" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Povolit hlášení statistik o užívání" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Povolit Drátěný Model" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4431,7 +4529,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4439,14 +4537,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4455,7 +4553,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4465,7 +4563,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4473,7 +4571,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4487,18 +4585,18 @@ msgstr "" "Povolí výpočet příznaku výsledku plovoucí řadové čárky, nutné u některých " "her (ZAPNUTO = Kompatibilní, VYPNUTO = Rychlé)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4506,7 +4604,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4514,14 +4612,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4531,7 +4629,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4539,9 +4637,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4552,14 +4650,14 @@ msgstr "" "Povolí Jednotku Správy Paměti, potřebnou v nějakých hrách. (ZAPNUTO = " "Kompatibilní, VYPNUTO = Rychlé)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4567,7 +4665,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4575,7 +4682,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4594,17 +4701,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet nebyl uaveden" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Angličtina" @@ -4621,7 +4728,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4645,78 +4752,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4727,10 +4833,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Chyba" @@ -4742,7 +4848,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4752,7 +4858,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Chyba při nahrávání zvoleného jazyka. Vracím se na výchozí jazyk systému." @@ -4761,15 +4867,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4777,11 +4883,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4823,7 +4929,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4839,11 +4945,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4852,12 +4958,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforie" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Evropa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4865,15 +4971,15 @@ msgstr "" msgid "Exit" msgstr "Ukončit" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4885,27 +4991,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportovat všechny uložené hry Wii" @@ -4916,11 +5022,11 @@ msgstr "Exportovat všechny uložené hry Wii" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exportovat Nahrávku" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportovat Nahrávku..." @@ -4948,14 +5054,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Rozšíření" @@ -4968,7 +5074,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4976,35 +5082,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Externí vyrovnávací paměť snímků (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extrahovat Soubor..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5014,7 +5120,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Přehrávač FIFO" @@ -5028,15 +5134,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5052,7 +5158,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5089,32 +5195,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Stahování kódů selhalo." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5127,15 +5233,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5154,25 +5260,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5183,7 +5289,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5192,18 +5298,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5215,7 +5321,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5229,7 +5335,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5243,25 +5349,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5291,7 +5397,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5324,7 +5430,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5336,7 +5442,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5349,7 +5455,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5407,43 +5513,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5458,11 +5564,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Selhal zápis BT.DINF do SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5476,7 +5582,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5485,7 +5591,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5493,20 +5599,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5525,7 +5632,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5538,46 +5645,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Informace o souboru" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Název souboru" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Velikost souboru" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Soubor neobsahoval žádné kódy" @@ -5589,7 +5696,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "Soubory otevřeny, připraveno ke komprimaci." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5619,7 +5726,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5652,12 +5759,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5667,11 +5768,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5687,7 +5788,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Vynutit 16:9" @@ -5695,7 +5796,7 @@ msgstr "Vynutit 16:9" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Vynutit 4:3" @@ -5727,15 +5828,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5745,7 +5846,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5753,7 +5854,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5763,7 +5864,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5778,38 +5879,38 @@ msgstr "Přesměrování portu (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Postup Snímkem" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Snížit rychlost postupu snímkem" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Zvýšit rychlost postupu snímkem" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Resetovat rychlost postupu snímkem" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Rozsah Snímku" @@ -5817,7 +5918,7 @@ msgstr "Rozsah Snímku" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5837,7 +5938,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5853,22 +5954,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francouzština" @@ -5887,8 +5992,8 @@ msgid "From" msgstr "Z" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5896,11 +6001,12 @@ msgstr "" msgid "FullScr" msgstr "CelObr" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5920,7 +6026,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5936,19 +6042,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5972,7 +6078,7 @@ msgstr "Adresář paměťové karty GC: Voláno čištění bloku s neplatnou ad msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5990,7 +6096,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6000,25 +6106,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6030,7 +6136,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6048,22 +6154,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Kartridže Game Boy Advance (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6075,7 +6181,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6091,39 +6197,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID hry" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID Hry:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Hra už běží!" @@ -6132,7 +6238,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6152,11 +6258,11 @@ msgstr "Adaptér GameCube pro Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6164,11 +6270,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "Ovladače GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6185,7 +6291,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6213,45 +6319,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Kódy Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Obecné" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Vytvořit novou identitu pro statistiky" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Němčina" @@ -6259,11 +6373,11 @@ msgstr "Němčina" msgid "Germany" msgstr "Německo" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6278,7 +6392,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6287,7 +6401,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafika" @@ -6296,7 +6410,7 @@ msgstr "Grafika" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6305,7 +6419,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6327,7 +6441,7 @@ msgstr "Zelená vlevo" msgid "Green Right" msgstr "Zelená vpravo" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6372,7 +6486,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6405,11 +6519,11 @@ msgstr "" msgid "Hide" msgstr "Skrýt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6421,23 +6535,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6460,15 +6574,39 @@ msgstr "Hostovat" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6476,14 +6614,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6492,21 +6638,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Klávesové zkratky" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6533,7 +6679,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6564,7 +6710,7 @@ msgid "IR" msgstr "Infrč." #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Citlivost Infračer.:" @@ -6590,18 +6736,18 @@ msgstr "" msgid "Icon" msgstr "Ikona" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6614,7 +6760,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6628,14 +6774,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6647,7 +6803,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6672,14 +6828,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6688,7 +6844,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6703,22 +6859,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6731,7 +6887,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6739,64 +6895,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Zvýšit sblížení" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Zvýšit hloubku" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Zvýšit rychlost emulace" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Zvýšit vnitřní rozlišení" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6833,12 +6989,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informace" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6847,11 +7003,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Vstup" @@ -6865,19 +7021,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Vložit SD Kartu" @@ -6894,7 +7047,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6902,13 +7055,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6917,7 +7071,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6926,7 +7080,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6985,8 +7139,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6995,15 +7149,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "Vnitřní Rozlišení:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Převaděč (nejpomalejší)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7011,7 +7165,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7019,7 +7173,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7028,11 +7182,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7044,7 +7198,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Neplatný hostitel" @@ -7053,7 +7207,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7061,7 +7215,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7089,13 +7243,21 @@ msgstr "Neplatný řetězec hledání (jsou podporovány pouze sudé délky řet msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italština" @@ -7108,95 +7270,97 @@ msgstr "Itálie" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japonsko" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japonština" @@ -7207,18 +7371,18 @@ msgstr "Japonština" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Okno vždy navrchu" @@ -7248,20 +7412,20 @@ msgstr "" msgid "Keys" msgstr "Klávesy" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Vykopnout hráče" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korejština" @@ -7290,41 +7454,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7332,11 +7496,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7389,6 +7553,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7422,11 +7594,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7436,29 +7608,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Nahrát" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Nahrát Vlastní Textury" @@ -7466,24 +7638,29 @@ msgstr "Nahrát Vlastní Textury" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7491,171 +7668,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Načíst stav" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Načíst 1. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Načíst 10. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Načíst 2. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Načíst 3. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Načíst 4. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Načíst 5. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Načíst 6. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Načíst 7. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Načíst 8. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Načíst 9. uložený stav" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Nahrát stav v pozici 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Načíst stav v pozici 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Nahrát stav v pozici 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Nahrát stav v pozici 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Nahrát stav v pozici 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Nahrát stav v pozici 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Nahrát stav v pozici 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Nahrát stav v pozici 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Nahrát stav v pozici 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Načíst stav v pozici 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Záznam" @@ -7664,19 +7836,20 @@ msgstr "Záznam" msgid "Log Configuration" msgstr "Nastavení Záznamu" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Zaznamenat dobu vykreslování do souboru" @@ -7688,31 +7861,43 @@ msgstr "Typy Záznamu" msgid "Logger Outputs" msgstr "Výstup Zapisovače" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7742,27 +7927,31 @@ msgstr "" msgid "Main Stick" msgstr "Hlavní páčka" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7770,18 +7959,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Tvůrce" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Výrobce:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7789,16 +7978,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7806,15 +7995,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7823,12 +8016,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Může způsobit zpomalování v nabídce Wii a u některých her." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7844,7 +8037,7 @@ msgstr "" msgid "Memory Card" msgstr "Paměťová karta" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7852,7 +8045,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7872,7 +8065,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7880,33 +8073,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Ostatní" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Ostatní Nastavení" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7915,7 +8116,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7935,7 +8136,7 @@ msgstr "" msgid "Modifier" msgstr "Modifikátor" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7947,20 +8148,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7972,11 +8173,11 @@ msgstr "Monoskopické stíny" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7985,16 +8186,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -8005,7 +8206,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8014,14 +8215,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8030,8 +8241,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8040,7 +8251,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8057,8 +8268,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8071,11 +8282,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8084,10 +8295,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Jméno:" @@ -8101,7 +8312,7 @@ msgstr "Původní (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8117,27 +8328,27 @@ msgstr "" msgid "Netherlands" msgstr "Nizozemí" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8145,7 +8356,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8154,7 +8365,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8179,7 +8390,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Nová identita vytvořena." @@ -8187,30 +8398,32 @@ msgstr "Nová identita vytvořena." msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Přezdívka:" @@ -8232,21 +8445,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8267,15 +8480,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8288,23 +8501,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8315,7 +8528,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8330,7 +8543,7 @@ msgstr "" "Žádné undo.dtm nenalezeno, aby se zabránilo desynchronizaci videa, bude " #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8348,7 +8561,7 @@ msgstr "" msgid "Not Set" msgstr "Nenastaven" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8368,7 +8581,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8395,11 +8608,6 @@ msgstr "Upozornění" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8425,13 +8633,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8483,7 +8691,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Rozsah Objektu" @@ -8504,18 +8712,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8530,7 +8738,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &dokumentace" @@ -8538,13 +8746,13 @@ msgstr "Online &dokumentace" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8561,17 +8769,21 @@ msgstr "Otevřít" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8636,34 +8848,34 @@ msgstr "Oranžová" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8673,16 +8885,16 @@ msgstr "Jiné" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8690,7 +8902,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8698,16 +8910,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Spustit vstupní nahrávku..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8720,23 +8932,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8749,7 +8970,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pady" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8770,7 +8991,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8795,7 +9016,7 @@ msgstr "" msgid "Patches" msgstr "Záplaty" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8808,23 +9029,23 @@ msgstr "Cesty" msgid "Pause" msgstr "Pozastavit" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pozastavit na konci videa" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8832,7 +9053,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8857,7 +9078,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Osvětlení Podle Pixelu" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8865,15 +9086,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8887,15 +9108,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8907,8 +9128,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platforma" @@ -8916,11 +9137,11 @@ msgstr "Platforma" msgid "Play" msgstr "Spustit" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Přehrát nahrávku" @@ -8928,11 +9149,11 @@ msgstr "Přehrát nahrávku" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Možnosti Přehrávání" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8961,24 +9182,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Hráči" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9011,11 +9237,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9036,11 +9262,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Předzískat vlastní textury" @@ -9066,7 +9292,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9075,7 +9301,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9084,18 +9310,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9117,19 +9344,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9139,20 +9366,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9162,11 +9389,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9178,26 +9405,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Otázka" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Ukončit" @@ -9218,11 +9445,11 @@ msgstr "Pravý Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9255,17 +9482,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9288,7 +9519,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9304,7 +9535,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9314,23 +9545,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Nahrávat" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Možnosti Nahrávání" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9347,7 +9582,7 @@ msgstr "Červená vlevo" msgid "Red Right" msgstr "Červená vpravo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9365,7 +9600,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9380,11 +9614,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9393,8 +9627,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Oblast" @@ -9415,7 +9649,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9427,7 +9662,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Odstranit" @@ -9444,7 +9679,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9455,25 +9690,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Vykreslit do Hlavního okna" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9482,15 +9727,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9501,7 +9746,7 @@ msgstr "Resetovat" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9525,7 +9770,7 @@ msgstr "Resetovat nastavení průchod" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9533,7 +9778,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9545,7 +9790,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9553,11 +9798,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Zkusit znovu" @@ -9566,7 +9811,7 @@ msgstr "Zkusit znovu" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9574,7 +9819,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9625,11 +9870,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9638,7 +9883,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9647,7 +9892,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9659,6 +9904,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9684,20 +9938,25 @@ msgstr "" msgid "Rumble" msgstr "Vibrace" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9708,23 +9967,23 @@ msgstr "" msgid "Russia" msgstr "Rusko" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9732,7 +9991,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9767,11 +10026,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Uložit Sta&v" @@ -9783,7 +10042,7 @@ msgstr "Bezpečná" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9793,27 +10052,39 @@ msgstr "Uložit" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9825,15 +10096,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Načíst nejstarší stav" @@ -9841,73 +10116,77 @@ msgstr "Načíst nejstarší stav" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Uložit stav" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Uložit stav do pozice 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Uložit stav do pozice 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Uložit stav do pozice 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Uložit stav do pozice 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Uložit stav do pozice 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Uložit stav do pozice 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Uložit stav do pozice 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Uložit stav do pozice 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Uložit stav do pozice 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Uložit stav do pozice 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9915,7 +10194,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9923,15 +10202,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Uložit jako" -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9942,23 +10217,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9978,7 +10245,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "EFB Kopie Změněné Velikosti" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9987,8 +10254,8 @@ msgid "ScrShot" msgstr "SnímkObrz" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Hledat" @@ -9997,7 +10264,7 @@ msgstr "Hledat" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10009,13 +10276,13 @@ msgstr "Hledat Podadresáře" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10023,7 +10290,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10057,9 +10324,9 @@ msgstr "Vybrat" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10068,7 +10335,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10076,18 +10343,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10096,6 +10367,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10104,6 +10379,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10112,58 +10395,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Vybrat pozici stavu" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Vybrat stav na pozici 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Vybrat stav na pozici 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Vybrat stav na pozici 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Vybrat stav na pozici 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Vybrat stav na pozici 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Vybrat stav na pozici 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Vybrat stav na pozici 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Vybrat stav na pozici 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Vybrat stav na pozici 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Vybrat stav na pozici 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10177,29 +10464,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10207,19 +10490,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10227,36 +10506,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Vyberte soubor s uloženou hrou" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Vybraný profil ovladače neexistuje" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10268,19 +10530,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10299,7 +10561,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10310,7 +10572,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10332,24 +10594,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Poslat" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Umístění Senzorové Tyče:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10366,7 +10658,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Server zamítl pokus o průchod" @@ -10374,44 +10666,40 @@ msgstr "Server zamítl pokus o průchod" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10420,28 +10708,35 @@ msgstr "" "Nastaví režim zobrazení Wii na 60Hz (480i) místo 50Hz (576i) pro hry PAL.\n" "Nemusí fungovat ve všech hrách." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Nastaví jazyk systému Wii" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10451,13 +10746,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "Nastavení paměti Wii: Nelze vytvořit soubor settings.txt" @@ -10465,7 +10760,7 @@ msgstr "Nastavení paměti Wii: Nelze vytvořit soubor settings.txt" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10487,228 +10782,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Zobrazit Záznam" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Zobrazit Panel Nás&trojů" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Zobrazit Autrálii" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Zobrazit ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Zobrazit Snímky za Sekundu" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Zobrazit počítadlo snímků" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Zobrazit Francii" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Zobrazit GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Zobrazit Německo" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Zobrazit Obrazovku Vstupu" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Zobrazit Itálii" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Zobrazit Koreu" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Zobrazit počítadlo zpoždění" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Jazyk Zobrazení:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Zobrazit Nastavení &Záznamu" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Zobrazit Nizozemí" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Zobrazit PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Zobrazit Platformy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Zobrazit Regiony" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Zobrazit Rusko" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Zobrazit Španělsko" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Zobrazit Statistiky" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Zobrazit Tchaj-wan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Zobrazit USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Zobrazit neznámé" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Zobrazit WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Zobrazit Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Zobrazit svět" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10716,109 +11015,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Vedle sebe" @@ -10835,7 +11138,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10859,7 +11162,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Zjednodušená čínština" @@ -10876,17 +11179,17 @@ msgstr "" msgid "Size" msgstr "Velikost" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10902,7 +11205,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10982,11 +11285,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10998,12 +11301,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11017,7 +11320,7 @@ msgstr "Španělsko" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Španělština" @@ -11025,11 +11328,11 @@ msgstr "Španělština" msgid "Speaker Pan" msgstr "Posun reproduktoru" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Hlasitost Reproduktoru:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11037,7 +11340,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11050,12 +11353,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11074,33 +11381,37 @@ msgstr "" msgid "Standard Controller" msgstr "Standardní Ovladač" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Začít nahrávat vstup" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Začít Nahrávat" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11112,7 +11423,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11135,52 +11446,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Režim 3D stereoskopie:" @@ -11201,16 +11512,20 @@ msgid "Stick" msgstr "Páčka" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Zastavit" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11242,11 +11557,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Roztáhnout do Okna" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11260,11 +11575,11 @@ msgstr "" msgid "Strum" msgstr "Brnkat" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11275,18 +11590,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11296,7 +11611,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11309,24 +11624,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11349,12 +11664,12 @@ msgstr "Podpora" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11362,7 +11677,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Prohodit oči" @@ -11377,7 +11692,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11397,22 +11712,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11420,7 +11744,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11438,43 +11762,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Jazyk Systému:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS Vstup" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11492,15 +11816,15 @@ msgstr "" msgid "Taiwan" msgstr "Tchaj-wan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Vytvořit Snímek Obrazovky" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11516,9 +11840,9 @@ msgstr "" msgid "Test" msgstr "Test" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11527,15 +11851,15 @@ msgstr "" msgid "Texture Cache" msgstr "Vyrovnávací Paměť Textur" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11543,7 +11867,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Překryv Formátu Textury" @@ -11562,11 +11886,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11576,32 +11900,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11617,14 +11941,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11710,7 +12034,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11737,28 +12061,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11766,7 +12090,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11777,7 +12101,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11786,21 +12110,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11810,11 +12134,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11828,7 +12152,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11836,8 +12160,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11845,7 +12169,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11861,20 +12185,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11887,15 +12211,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11906,31 +12230,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11941,7 +12265,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11949,33 +12273,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11990,8 +12314,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12025,13 +12349,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12055,33 +12379,33 @@ msgstr "" "Tento simulátor action replay nepodporuje kód, který mění samotný Action " "Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12089,26 +12413,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12126,41 +12450,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12168,7 +12492,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12184,12 +12508,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12221,7 +12545,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "Tato hodnota je vynásobena hloubkou zadanou v grafickém nastavení." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12234,7 +12558,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12254,7 +12578,7 @@ msgstr "" msgid "Threshold" msgstr "Práh" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12264,6 +12588,31 @@ msgstr "" msgid "Tilt" msgstr "Naklánění" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12273,10 +12622,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Název" @@ -12284,25 +12633,29 @@ msgstr "Název" msgid "To" msgstr "Do" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Přepnout 3D anaglyf" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12310,28 +12663,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Zapnout Všechny Typy Záznamů" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Přepínat poměr stran" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Přepnout oříznutí" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Přepínat kopie EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Přepínat mlhu" @@ -12343,35 +12696,39 @@ msgstr "Přepnout na Celou Obrazovku" msgid "Toggle Pause" msgstr "Pozastavit" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12379,7 +12736,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Nahoře" @@ -12387,7 +12744,7 @@ msgstr "Nahoře" msgid "Top-and-Bottom" msgstr "Nad sebou" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12425,12 +12782,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Tradiční Čínština" @@ -12450,8 +12807,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12459,7 +12816,7 @@ msgstr "" msgid "Traversal Server" msgstr "Server pro průchod" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Při připojování průchozího serveru k hostiteli vršek časový limit." @@ -12488,7 +12845,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12514,11 +12871,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12532,14 +12889,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12547,7 +12904,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12556,23 +12913,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12592,11 +12949,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12619,11 +12976,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Vrátit zpět Nahrání Stavu" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Vrátit zpět Uložení Stavu" @@ -12641,23 +12998,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Neznámé" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12666,27 +13023,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12706,11 +13063,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12718,11 +13075,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12737,11 +13094,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Neomezeno" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12749,7 +13106,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12781,7 +13143,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12792,7 +13154,7 @@ msgid "Up" msgstr "Nahoru" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Aktualizovat" @@ -12847,7 +13209,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Nastavení hlášení statistik o užívání" @@ -12855,15 +13217,19 @@ msgstr "Nastavení hlášení statistik o užívání" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12871,21 +13237,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Použít režim PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Použít Obslužné Rutiny Paniky" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12894,8 +13260,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12934,18 +13300,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12953,14 +13319,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13223,8 +13593,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Varování" @@ -13312,7 +13682,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13320,7 +13697,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13328,7 +13705,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13336,7 +13713,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "Hack Širokoúhlého obrazu" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13360,7 +13737,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13378,7 +13755,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13398,7 +13775,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13406,15 +13783,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13423,11 +13800,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13441,11 +13826,11 @@ msgstr "Světové" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13478,27 +13863,27 @@ msgstr "" msgid "Write to Window" msgstr "Zapsat do Okna" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13549,14 +13934,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13589,7 +13974,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13633,7 +14018,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Pro uplatnění změn musíte Dolphin restartovat." @@ -13653,7 +14038,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13671,7 +14056,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Kód Zero 3 není podporován" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13720,7 +14105,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13736,7 +14121,8 @@ msgstr "" msgid "fake-completion" msgstr "předstírat dokončení" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13801,7 +14187,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13821,23 +14208,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13848,7 +14235,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/da.po b/Languages/po/da.po index 4d4efdfb22..54391c1e0c 100644 --- a/Languages/po/da.po +++ b/Languages/po/da.po @@ -15,18 +15,18 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Lars Lyngby , 2020-2022\n" -"Language-Team: Danish (http://app.transifex.com/delroth/dolphin-emu/language/" -"da/)\n" +"Language-Team: Danish (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/da/)\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -38,7 +38,7 @@ msgstr "" "Da GameCube diskimages har få verifikationsdata, kan der være problemer, som " "Dolphin ikke kan se." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -50,6 +50,12 @@ msgstr "" "Da spillet ikke har været til salg, kan Dolphin ikke sikre spillets " "integritet. Nogen kan have pillet. Også selvom signatur ser OK ud." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "(Disk %1)" @@ -58,7 +64,7 @@ msgstr "(Disk %1)" msgid "! Not" msgstr "! Not" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" er en ugyldig GCM/ISO fi0l, eller det er ikke en GC/Wii ISO." @@ -95,16 +101,16 @@ msgstr "" "%1\n" "ønsker at slutte sig til din gruppe." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -120,16 +126,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Kopi)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Disk %2, Udgave %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Udgave %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (Beholdning)" @@ -149,7 +155,7 @@ msgstr "%1 (langsom)" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -163,11 +169,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Grafikkonfiguration" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -180,38 +186,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 understøtter ikke funktionen på dit system." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 understøtter ikke funktionen." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 ha tilsluttet sig" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 har forladt gruppen" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 er ikke en gyldig ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 spiller golf nu" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -219,13 +225,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "%1 hukommelsesområder" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms." #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -237,30 +243,30 @@ msgstr "%1 session fundet" msgid "%1 sessions found" msgstr "%1 sessioner fundet" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normal hastighed)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -268,11 +274,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -288,7 +298,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -301,25 +311,25 @@ msgstr "%1x Oprindelig (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n adresse(r) kunne ikke tilgås i emuleret hukommelse." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n adresse(r) tilbage." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -345,36 +355,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Om" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Tilføj Hukommelsesbreakpoint" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Tilføj ny kode..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Tilføj funktion" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Tilføj..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Lydindstillinger" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -382,15 +392,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Breakpoints" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -398,15 +412,15 @@ msgstr "" msgid "&Cancel" msgstr "&Annuller" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Snydemanager" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Tjek for opdateringer..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Ryd symboler" @@ -414,50 +428,51 @@ msgstr "&Ryd symboler" msgid "&Clone..." msgstr "&Klon..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Kode" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Kontrollerindstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Kopiér adresse" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Slet" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Rediger kode..." @@ -465,14 +480,18 @@ msgstr "&Rediger kode..." msgid "&Edit..." msgstr "&Rediger..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Skub disk ud" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulation" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -489,41 +508,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fil" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Skrifttype..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Billedfremskydning" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-repertoire" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafikindstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hjælp" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Genvejstastindstillinger" @@ -543,19 +562,19 @@ msgstr "" msgid "&Import..." msgstr "&Importér..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -563,15 +582,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Sprog:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Indlæs Tilstand" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -581,23 +600,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Hukommelse" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -605,7 +628,7 @@ msgstr "&Film" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -614,23 +637,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Åbn..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Indstillinger" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pause" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Afspil" @@ -638,7 +665,7 @@ msgstr "&Afspil" msgid "&Properties" msgstr "&Indstillinger" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Read-Only Tilstand" @@ -646,7 +673,7 @@ msgstr "&Read-Only Tilstand" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registre" @@ -654,29 +681,29 @@ msgstr "&Registre" msgid "&Remove" msgstr "&Fjern" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Fjern kode" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Nulstil" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -684,31 +711,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Hastighedsgrænse:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Stop" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Værktøjer" @@ -718,21 +749,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Vis" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Betragt" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -744,38 +775,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(fra)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -792,7 +815,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -801,7 +824,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -862,7 +885,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -870,7 +893,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -882,7 +905,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -918,19 +941,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D-dybde" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -946,7 +969,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blokke)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -954,7 +977,7 @@ msgstr "4:3" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1043,15 +1066,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1081,8 +1104,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1100,7 +1123,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "En disk er allerede ved at blive sat ind" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1110,7 +1133,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1128,7 +1151,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Sync kan kun udføres, når et Wii-spil kører." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1165,7 +1188,7 @@ msgstr "" "ikke korrekt.\n" "Anvend på egen risiko.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR-kode" @@ -1207,8 +1230,8 @@ msgstr "Nøjagtighed:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1284,7 +1307,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1300,7 +1323,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1308,7 +1331,7 @@ msgstr "" msgid "Adapter Detected" msgstr "Adapter Opfanget" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter:" @@ -1335,11 +1358,11 @@ msgstr "Leg til ny USB enhed" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Tilføj et hukommelsesbreakpoint" @@ -1358,28 +1381,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Tilføj..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1398,14 +1420,14 @@ msgstr "" msgid "Address:" msgstr "Adresse:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1423,7 +1445,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1431,7 +1453,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1458,7 +1480,7 @@ msgstr "Avanceret" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1514,7 +1536,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1522,7 +1544,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1531,7 +1553,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1540,8 +1562,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Alle gemte tilstande (*.sav *.s##);; All Files (*)" @@ -1553,27 +1575,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1591,7 +1613,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1613,7 +1635,7 @@ msgstr "En indsat disk var forventet men ikke fundet" msgid "Anaglyph" msgstr "Anaglyph" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analyser" @@ -1627,7 +1649,7 @@ msgstr "Vinkel" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1639,25 +1661,25 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Alle regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploader Dato:" @@ -1665,19 +1687,19 @@ msgstr "Apploader Dato:" msgid "Apply" msgstr "Anvend" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Er du sikker på, at du vil slette '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Er du sikker på, at du vil slette denne fil?" @@ -1685,10 +1707,18 @@ msgstr "Er du sikker på, at du vil slette denne fil?" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Er du sikker på, at du vil afslutte NetPlay?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Er du sikker?" @@ -1697,16 +1727,16 @@ msgstr "Er du sikker?" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Formatforhold:" @@ -1714,8 +1744,8 @@ msgstr "Formatforhold:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1726,7 +1756,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Tildel Kontrollerporte" @@ -1747,11 +1777,11 @@ msgstr "Vedhæft Motionplus" msgid "Audio" msgstr "Lyd" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Lyd Backend:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1767,7 +1797,7 @@ msgstr "Forfatter" msgid "Authors" msgstr "Skabere" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1776,11 +1806,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (Multiplum af 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1788,7 +1822,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1796,20 +1830,31 @@ msgstr "" msgid "Auto-Hide" msgstr "Auto-skjul" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1821,7 +1866,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1852,19 +1897,19 @@ msgstr "BP register" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Backend Indstillinger" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -1873,20 +1918,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Baggrundsinput" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Bagud" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1894,28 +1939,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Bannerdetaljer" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -1931,11 +1976,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Basis" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Basisindstillinger" @@ -1983,7 +2028,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1995,13 +2040,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Blokstørrelse" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Blokstørrelse:" @@ -2035,67 +2080,67 @@ msgstr "" "Bluetooth gennemgangstilstand er aktiveret, men Dolphin blev bygget uden " "libusb. Gennemgangstilstand kan ikke bruges." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND backup-fil (*.bin);;Alle filer (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Kantløs Fuldskærm" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Bund" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2107,23 +2152,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2140,7 +2185,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2150,19 +2195,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2171,30 +2216,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2228,24 +2273,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Bufferstørrelse:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Bufferstørrelse ændret til %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2290,7 +2335,7 @@ msgstr "" msgid "C Stick" msgstr "C-Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2298,11 +2343,11 @@ msgstr "" msgid "CP register " msgstr "CP register" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Processorindstillinger" @@ -2310,11 +2355,11 @@ msgstr "Processorindstillinger" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Cached Oversætter (langsommere)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2325,7 +2370,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2333,11 +2378,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibrere" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibrering" @@ -2371,51 +2416,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Annuller" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Annuller kalibrering" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2427,23 +2472,23 @@ msgstr "Kan ikke køre FIFO enkelttrin. Anvend 'Næste frame' i stedet for." msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2451,13 +2496,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2475,7 +2520,7 @@ msgstr "Center" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2483,7 +2528,7 @@ msgstr "" msgid "Change &Disc" msgstr "Skift &Disk" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Skift &Disk..." @@ -2491,7 +2536,7 @@ msgstr "Skift &Disk..." msgid "Change Disc" msgstr "Skift Disk" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2499,13 +2544,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2523,7 +2568,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Ændrede snydekoder får først effekt efter genstart af spillet." @@ -2535,7 +2580,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2543,7 +2588,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Snydesøgning" @@ -2551,7 +2596,7 @@ msgstr "Snydesøgning" msgid "Cheats Manager" msgstr "Snydemanager" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Tjek NAND..." @@ -2563,13 +2608,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Tjeksum" @@ -2581,29 +2626,29 @@ msgstr "Kina" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Angiv en fil at åbne" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Angiv en mappe at udpakke til" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2622,17 +2667,18 @@ msgstr "Klassisk kontroller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Ryd" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Ryd cache" @@ -2640,11 +2686,11 @@ msgstr "Ryd cache" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Klon og &Rediger kode..." @@ -2653,7 +2699,7 @@ msgstr "Klon og &Rediger kode..." msgid "Close" msgstr "Luk" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "&Konfiguration" @@ -2661,11 +2707,20 @@ msgstr "&Konfiguration" msgid "Code" msgstr "Kode" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2673,11 +2728,11 @@ msgstr "" msgid "Code:" msgstr "Kode:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Koder modtaget!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2693,11 +2748,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2710,21 +2765,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2732,9 +2787,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "Kompilerer shaders" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2742,7 +2797,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2755,11 +2810,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Betingelse" @@ -2849,7 +2904,7 @@ msgstr "Konfigurér" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Konfigurer Dolphin" @@ -2862,27 +2917,35 @@ msgstr "Konfigurer input" msgid "Configure Output" msgstr "Konfigurer output" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Bekræft" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Bekræft ved Stop" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Bekræftelse" @@ -2892,35 +2955,35 @@ msgstr "Bekræftelse" msgid "Connect" msgstr "Tilslut" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Forbind Balanceboard" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Forbind USB Tastatur" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Tilslut Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Tilslut Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Tilslut Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Tilslut Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Tilslut Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Tilslut Wii Remotes" @@ -2936,7 +2999,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2944,7 +3007,7 @@ msgstr "" msgid "Connection Type:" msgstr "Forbindelsestype:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2961,23 +3024,23 @@ msgstr "" msgid "Control Stick" msgstr "Kontrol-Stick" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Kontrollerprofil" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2989,6 +3052,16 @@ msgstr "Kontrollerindstillinger" msgid "Controllers" msgstr "Kontrollere" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2997,7 +3070,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3005,7 +3078,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3014,7 +3087,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3041,17 +3114,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Konvergens:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3059,9 +3132,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3069,9 +3142,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3091,8 +3164,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3121,45 +3194,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopiér" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Kopiér &funktion" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Kopier adresse" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Kopiér Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Kopiér til A" @@ -3174,11 +3247,6 @@ msgstr "Kopiér til B" msgid "Core" msgstr "Kerne" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3187,21 +3255,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Kunne ikke skabe peer." @@ -3217,14 +3280,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3259,16 +3322,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3284,7 +3347,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kan ikke slå den centrale server op" @@ -3296,7 +3359,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Land:" @@ -3329,7 +3392,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Skaber:" @@ -3337,11 +3400,11 @@ msgstr "Skaber:" msgid "Critical" msgstr "Kritisk" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Beskær" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3353,22 +3416,22 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3376,7 +3439,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3384,11 +3447,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3396,19 +3459,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Tilpassede RTC indstillinger" @@ -3420,6 +3483,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3447,7 +3536,7 @@ msgstr "" msgid "DK Bongos" msgstr "DK bongotrommer" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3455,15 +3544,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3489,7 +3578,7 @@ msgstr "Dansemåtte" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Data" @@ -3517,7 +3606,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Data modtaget!" @@ -3534,8 +3623,8 @@ msgstr "Dødszone" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Debugging" @@ -3544,40 +3633,40 @@ msgstr "Debugging" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Formindsk Konvergens" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Formindsk Dybde" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Sænk emulationshastighed" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Formindst IR" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3591,7 +3680,7 @@ msgstr "Standard" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Standard enhed" @@ -3607,7 +3696,7 @@ msgstr "Standard ISO:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3615,7 +3704,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3625,8 +3714,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Slet" @@ -3644,7 +3733,7 @@ msgstr "Slet valgte filer..." msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3652,22 +3741,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Dybde:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Beskrivelse" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Beskrivelse:" @@ -3675,7 +3764,7 @@ msgstr "Beskrivelse:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3688,16 +3777,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3710,7 +3799,7 @@ msgstr "" msgid "Detect" msgstr "Opfang" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3718,7 +3807,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3740,7 +3829,7 @@ msgstr "Enhedsindstillinger" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Enhed:" @@ -3748,7 +3837,7 @@ msgstr "Enhed:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Nedtoner lysstyrken efter 5 minutters inaktivitet." @@ -3772,19 +3861,19 @@ msgstr "Deaktivér Afgrænsningsramme" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Deaktiver EFB VRAM kopier" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Deaktiver begrænsning af emulationshastighed" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3792,11 +3881,11 @@ msgstr "" msgid "Disable Fog" msgstr "Deaktivér tåge" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Deaktiver JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3804,21 +3893,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3827,7 +3916,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3841,7 +3930,8 @@ msgstr "Disk" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3871,15 +3961,15 @@ msgstr "Afstand" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3889,7 +3979,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Ønsker du at stoppe den igangværende emulation?" @@ -3897,12 +3987,12 @@ msgstr "Ønsker du at stoppe den igangværende emulation?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II dekoder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3910,22 +4000,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-film (*.dtm)" @@ -3958,27 +4048,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin er en gratis og åben source GameCube- og Wii-emulator." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin er for gammel til en gennemløbsserver" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphins snydesystem er slået fra." @@ -3987,7 +4071,7 @@ msgstr "Dolphins snydesystem er slået fra." msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Opdater ikke" @@ -4012,7 +4096,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4022,33 +4106,33 @@ msgstr "" msgid "Down" msgstr "Ned" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Download koder" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4091,19 +4175,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Dump Lyd" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Drop EFB Mål" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump Billeder" @@ -4111,7 +4195,7 @@ msgstr "Dump Billeder" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4119,7 +4203,7 @@ msgstr "" msgid "Dump Path:" msgstr "Dump sti:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4144,20 +4228,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4173,15 +4257,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Hollandsk" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "F&orlad" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4193,7 +4277,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4201,7 +4285,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Tidlige hukommelsesopdateringer" @@ -4220,16 +4304,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4238,6 +4322,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4249,11 +4338,20 @@ msgstr "Effekt" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4275,7 +4373,7 @@ msgstr "Indlejret framebuffer (EFB)" msgid "Empty" msgstr "Tom" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Emulatortråd kører i forvejen" @@ -4301,7 +4399,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4316,27 +4414,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Emulationshastighed" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Aktivér API Valideringslag" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Aktivér lydtrækning" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Aktivér snydekoder" @@ -4344,15 +4442,15 @@ msgstr "Aktivér snydekoder" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Aktivér tilpasset RTC" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4360,19 +4458,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Aktivér dualcore" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Aktivér dualcore (højere hastighed)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Aktivér Emuleret CPU Clock Tilsidesætning " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4380,15 +4478,15 @@ msgstr "" msgid "Enable FPRF" msgstr "Aktivér PFRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4406,33 +4504,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Aktivér MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Aktivér Progressiv Skanning" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Aktivér vibration" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Aktivér Pauseskærm" @@ -4440,27 +4538,27 @@ msgstr "Aktivér Pauseskærm" msgid "Enable Speaker Data" msgstr "Aktivér højttalerdata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Aktivér rapportering af brugsstatistik" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Aktivér Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4470,7 +4568,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4478,14 +4576,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4494,7 +4592,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4504,7 +4602,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4512,7 +4610,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4528,18 +4626,18 @@ msgstr "" "Aktivér beregning af Floating Point resultatflag anvendt i enkelte spil. " "(TIL = Kompatibel, FRA = Hurtig)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4547,7 +4645,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4555,14 +4653,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4572,7 +4670,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" "Aktivér strækning af lyden, så lyden afstemmes med emulationshastigheden." @@ -4581,9 +4679,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4594,14 +4692,14 @@ msgstr "" "Aktiverer Memory Management Unit nødvendigt i nogle spil. (TIL = Kompatibel, " "FRA = Hurtig)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4609,7 +4707,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4617,7 +4724,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4636,17 +4743,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet blev ikke initialiseret" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Engelsk" @@ -4663,7 +4770,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "Indtast USB enhets-ID" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4687,78 +4794,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4769,10 +4875,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fejl" @@ -4784,7 +4890,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4794,7 +4900,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Fejl ved indlæsning af det valgte sprog. Vender tilbage til systemets " @@ -4804,15 +4910,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4820,11 +4926,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4866,7 +4972,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4882,11 +4988,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Fejl fundet i {0} blokke i {1} partitionen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "Fejl fundet i {0} ubrugte blokke i {1} partitionen." @@ -4895,12 +5001,12 @@ msgstr "Fejl fundet i {0} ubrugte blokke i {1} partitionen." msgid "Euphoria" msgstr "Eufori" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4908,15 +5014,15 @@ msgstr "" msgid "Exit" msgstr "Afslut" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4928,27 +5034,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Eksperimentel" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eksporter alle Wii-saves" @@ -4959,11 +5065,11 @@ msgstr "Eksporter alle Wii-saves" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Eksporter optagelse" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksporter optagelse..." @@ -4991,14 +5097,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Udvidelse" @@ -5011,7 +5117,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -5019,35 +5125,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Ekstern framebuffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Udpak fil..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5057,7 +5163,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO-afspiller" @@ -5071,15 +5177,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5095,7 +5201,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5132,32 +5238,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Kunne ikke downloade koder." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5170,15 +5276,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5197,25 +5303,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5226,7 +5332,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5235,18 +5341,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5258,7 +5364,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5272,7 +5378,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Fejl ved indlæsning af programmet til hukommelsen" @@ -5286,25 +5392,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5334,7 +5440,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5367,7 +5473,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5379,7 +5485,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Fejl under oversættelse af Redump.org-data" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5392,7 +5498,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5450,43 +5556,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5501,11 +5607,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Kunne ikke skrive BT.DINF til SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5519,7 +5625,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5528,7 +5634,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5536,20 +5642,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5568,7 +5675,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5581,46 +5688,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Filinfo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Filnavn" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Filstørrelse" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Filen indholdte ingen koder." @@ -5632,7 +5739,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "Filen er åbnet, klar til komprimering." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5662,7 +5769,7 @@ msgstr "Find &næste" msgid "Find &Previous" msgstr "Find &forrige" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5695,12 +5802,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Flag" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5710,11 +5811,11 @@ msgstr "Flag" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5730,7 +5831,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Tving 16:9" @@ -5738,7 +5839,7 @@ msgstr "Tving 16:9" msgid "Force 24-Bit Color" msgstr "Tvunget 24-bit farve " -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Tving 4:3" @@ -5770,15 +5871,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5788,7 +5889,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5796,7 +5897,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5806,7 +5907,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5821,38 +5922,38 @@ msgstr "Forwardport (UPnp)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Billede %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Billedfremskydning" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Nedsæt 'Næste frame'-hastighed" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Billedfremskydning Forøg Hastighed" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Billedfremskydning Nulstil Hastighed" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Billedvidde" @@ -5860,7 +5961,7 @@ msgstr "Billedvidde" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5880,7 +5981,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5896,22 +5997,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Fransk" @@ -5930,8 +6035,8 @@ msgid "From" msgstr "Fra" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Fra:" @@ -5939,11 +6044,12 @@ msgstr "Fra:" msgid "FullScr" msgstr "Fuld skærm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktion" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5963,7 +6069,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5979,19 +6085,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6015,7 +6121,7 @@ msgstr "GCHukommelseskortFolder: SletBlok kaldt med ugyldig blokadresse" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6033,7 +6139,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU teksturafkodning" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6043,25 +6149,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6073,7 +6179,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6091,22 +6197,22 @@ msgstr "" msgid "Game" msgstr "Spil" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance-kassetter (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6118,7 +6224,7 @@ msgstr "" msgid "Game Config" msgstr "Spilkonfiguration" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6134,39 +6240,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Spil-id" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Spil-id:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Spilstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Spillet kører allerede!" @@ -6175,7 +6281,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6195,11 +6301,11 @@ msgstr "GameCube-adapter til Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube kontroller" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6207,11 +6313,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "GameCube-kontrollere" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube tastatur" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6228,7 +6334,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "GameCube mikrofonstik %1" @@ -6256,45 +6362,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko-koder" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Generelt" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Generer en ny identitet til statistik" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Tysk" @@ -6302,11 +6416,11 @@ msgstr "Tysk" msgid "Germany" msgstr "Tyskland" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6321,7 +6435,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6330,7 +6444,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafik" @@ -6339,7 +6453,7 @@ msgstr "Grafik" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Grafikindstillinger" @@ -6348,7 +6462,7 @@ msgstr "Grafikindstillinger" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6370,7 +6484,7 @@ msgstr "Grøn venstre" msgid "Green Right" msgstr "Grøn højre" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6415,7 +6529,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6448,11 +6562,11 @@ msgstr "Heksadecimal" msgid "Hide" msgstr "Skjul" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6464,23 +6578,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Høj " -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6503,15 +6617,39 @@ msgstr "Vært" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6519,14 +6657,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Vært inputautoritet aktiveret" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6535,21 +6681,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Genvejstastindstillinger" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Genvejstaster" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Genvejstaster forudsætter vinduefokus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6576,7 +6722,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6607,7 +6753,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR-sensitivitet:" @@ -6633,18 +6779,18 @@ msgstr "" msgid "Icon" msgstr "Ikon" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6665,7 +6811,7 @@ msgstr "" "Denne autorisering kan tages tilbage på et hvilket som helst tidspunkt i " "Dolphins indstillinger." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6679,14 +6825,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6698,7 +6854,7 @@ msgstr "" msgid "Ignore" msgstr "Ignorere" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6723,14 +6879,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6739,7 +6895,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6754,22 +6910,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importer Wii-save..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importerer NAND-backup" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6782,7 +6938,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6790,64 +6946,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Forøg konvergens" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Forøg dybte" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Forøg emulationshastighed" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Forøg IR" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6884,12 +7040,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Information" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6898,11 +7054,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Input" @@ -6916,19 +7072,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Indsæt SD-kort" @@ -6945,7 +7098,7 @@ msgstr "" msgid "Install Update" msgstr "Installer opdatering" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installere WAD..." @@ -6953,13 +7106,14 @@ msgstr "Installere WAD..." msgid "Install to the NAND" msgstr "Installer til NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instruktion" @@ -6968,7 +7122,7 @@ msgstr "Instruktion" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruktion:" @@ -6977,7 +7131,7 @@ msgstr "Instruktion:" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7036,8 +7190,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -7046,15 +7200,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "Intern opløsning:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (langsomst)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7062,7 +7216,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7070,7 +7224,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Ugyldig mix-kode" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7079,11 +7233,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7095,7 +7249,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Forkert vært" @@ -7104,7 +7258,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7112,7 +7266,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7140,13 +7294,21 @@ msgstr "Forkert søgetekst (kun lige længder er understøttet)" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiensk" @@ -7159,95 +7321,97 @@ msgstr "Italien" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT blok sammenkædning slået fra" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT blokke" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japan" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japansk" @@ -7258,18 +7422,18 @@ msgstr "Japansk" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Hold vinduet øverst" @@ -7299,20 +7463,20 @@ msgstr "" msgid "Keys" msgstr "Taster" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Smid spiller ud" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Koreansk" @@ -7341,41 +7505,41 @@ msgstr "" msgid "Label" msgstr "Mærkat" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7383,11 +7547,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7440,6 +7604,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7473,11 +7645,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7487,29 +7659,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Indlæs" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Indlæs tilpassede teksturer" @@ -7517,24 +7689,29 @@ msgstr "Indlæs tilpassede teksturer" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7542,171 +7719,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Indlæs tilstand" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Indlæs sidste tilstand 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Indlæs sidste tilstand 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Indlæs sidste tilstand 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Indlæs sidste tilstand 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Indlæs sidste tilstand 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Indlæs sidste tilstand 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Indlæs sidste tilstand 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Indlæs sidste tilstand 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Indlæs sidste tilstand 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Indlæs sidste tilstand 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Indlæs tilstand plads 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Indlæs tilstand plads 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Indlæs tilstand plads 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Indlæs tilstand plads 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Indlæs tilstand plads 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Indlæs tilstand plads 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Indlæs tilstand plads 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Indlæs tilstand plads 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Indlæs tilstand plads 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Indlæs tilstand plads 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Indlæs tilstand fra valgte plads" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Indlæs tilstand fra plads" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Indlæs fra plads %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Indlæs..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Lokal" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -7715,19 +7887,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Konfiguration af log" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Log renderingstider til fil" @@ -7739,31 +7912,43 @@ msgstr "Log typer" msgid "Logger Outputs" msgstr "Logger-outputs" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Lav" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7793,27 +7978,31 @@ msgstr "" msgid "Main Stick" msgstr "Primært stik" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7821,18 +8010,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Udgiver" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Udgiver:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7840,16 +8029,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7857,15 +8046,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7874,12 +8067,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Kan sænke hastigheden i Wii-menuen og nogle spil." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Medium" @@ -7895,7 +8088,7 @@ msgstr "Hukommelsesbreakpoint" msgid "Memory Card" msgstr "Hukommelseskort" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7903,7 +8096,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7923,7 +8116,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7931,33 +8124,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Diverse" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Diverse indstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7968,7 +8169,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7988,7 +8189,7 @@ msgstr "" msgid "Modifier" msgstr "Modifier" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8000,20 +8201,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -8025,11 +8226,11 @@ msgstr "Monoskopiske skygger" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -8038,16 +8239,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Video" @@ -8058,7 +8259,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8067,14 +8268,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND tjek" @@ -8083,8 +8294,8 @@ msgstr "NAND tjek" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8093,7 +8304,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8110,8 +8321,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8124,11 +8335,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Navn" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8137,10 +8348,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Navn:" @@ -8154,7 +8365,7 @@ msgstr "Oprindelig (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8170,27 +8381,27 @@ msgstr "" msgid "Netherlands" msgstr "Holland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Netværk " @@ -8198,7 +8409,7 @@ msgstr "Netværk " msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8207,7 +8418,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Ny" @@ -8232,7 +8443,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Ny identitet genereret." @@ -8240,30 +8451,32 @@ msgstr "Ny identitet genereret." msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Kaldenavn:" @@ -8285,21 +8498,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Ingen træf" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8320,15 +8533,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8341,23 +8554,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8368,7 +8581,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8384,7 +8597,7 @@ msgstr "" "desync" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8402,7 +8615,7 @@ msgstr "" msgid "Not Set" msgstr "Ikke sat" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Det er ikke alle spillere, der har dette spil. Vil du virkelig starte?" @@ -8422,7 +8635,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8449,11 +8662,6 @@ msgstr "Bemærk" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8479,13 +8687,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "Ok" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8537,7 +8745,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Objektområde" @@ -8558,18 +8766,18 @@ msgstr "" msgid "On" msgstr "På" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8584,7 +8792,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online&dokumentation" @@ -8592,13 +8800,13 @@ msgstr "Online&dokumentation" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8615,17 +8823,21 @@ msgstr "Åbn" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8690,34 +8902,34 @@ msgstr "Orange" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8727,16 +8939,16 @@ msgstr "Andre" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Anden tilstand genvejstaster" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Andet spil..." @@ -8744,7 +8956,7 @@ msgstr "Andet spil..." msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8752,16 +8964,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Spi&l inputoptagelse..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8774,23 +8986,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC-størrelse" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8803,7 +9024,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pads" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8824,7 +9045,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Kodeord" @@ -8849,7 +9070,7 @@ msgstr "" msgid "Patches" msgstr "Patches" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8862,23 +9083,23 @@ msgstr "Stier" msgid "Pause" msgstr "Pause" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pause ved slutning på film" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8886,7 +9107,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8911,7 +9132,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Per-pixel belysning" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8919,15 +9140,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8941,15 +9162,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -8961,8 +9182,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -8970,11 +9191,11 @@ msgstr "Platform" msgid "Play" msgstr "Afspil" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Spil/optagelse" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Afspil optagelse" @@ -8982,11 +9203,11 @@ msgstr "Afspil optagelse" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Playback-indstillinger" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Spiller" @@ -9015,24 +9236,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Spillere" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9065,11 +9291,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9090,11 +9316,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Indlæs først tilpassede teksturer" @@ -9120,7 +9346,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Tryk på Sync-knap" @@ -9129,7 +9355,7 @@ msgstr "Tryk på Sync-knap" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9138,18 +9364,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9171,19 +9398,19 @@ msgstr "" msgid "Problem" msgstr "Problem" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9193,20 +9420,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9216,11 +9443,11 @@ msgstr "" msgid "Public" msgstr "Offentlig" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9232,26 +9459,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Servicekvalitet (QoS) kunne ikke aktiveres." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Servicekvalitet (QoS) aktiveret." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Spørgsmål" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Afslut" @@ -9272,11 +9499,11 @@ msgstr "R-analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9309,17 +9536,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9342,7 +9573,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9358,7 +9589,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9368,23 +9599,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Optag" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Indstillinger for optagelse" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Optagelse..." @@ -9401,7 +9636,7 @@ msgstr "Rød venstre" msgid "Red Right" msgstr "Rød højre" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9419,7 +9654,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9434,11 +9668,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9447,8 +9681,8 @@ msgstr "" msgid "Refreshing..." msgstr "Genindlæser..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9469,7 +9703,8 @@ msgstr "Relativt input" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9481,7 +9716,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Fjern" @@ -9498,7 +9733,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9509,25 +9744,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Render til hovedvindue" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Rapport: GCIFolder skriver til ikkeallokeret blok {0:#x}" @@ -9536,15 +9781,15 @@ msgstr "Rapport: GCIFolder skriver til ikkeallokeret blok {0:#x}" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9555,7 +9800,7 @@ msgstr "Nulstil" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9579,7 +9824,7 @@ msgstr "Nulstil traversal-indstillinger" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9587,7 +9832,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9599,7 +9844,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Genstart nødvendig" @@ -9607,11 +9852,11 @@ msgstr "Genstart nødvendig" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Prøv igen" @@ -9620,7 +9865,7 @@ msgstr "Prøv igen" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9628,7 +9873,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9679,11 +9924,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9692,7 +9937,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9701,7 +9946,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9713,6 +9958,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9738,20 +9992,25 @@ msgstr "" msgid "Rumble" msgstr "Vibration" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9762,23 +10021,23 @@ msgstr "" msgid "Russia" msgstr "Rusland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD-kort" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD-kort sti:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9786,7 +10045,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9821,11 +10080,11 @@ msgstr "" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Ge&m tilstand" @@ -9837,7 +10096,7 @@ msgstr "Sikker" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9847,27 +10106,39 @@ msgstr "Gem" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9879,15 +10150,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Gem ældste tilstand" @@ -9895,73 +10170,77 @@ msgstr "Gem ældste tilstand" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Gem tilstand" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Gem tilstand plads 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Gem tilstand plads 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Gem tilstand plads 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Gem tilstand plads 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Gem tilstand plads 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Gem tilstand plads 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Gem tilstand plads 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Gem tilstand plads 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Gem tilstand plads 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Gem tilstand plads 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Gem tilstand til ældste plads" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Gem tilstand til valgte plads" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Gem tilstand til plads" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9969,7 +10248,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9977,15 +10256,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Gem som..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9996,23 +10271,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Gem til plads %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Gem..." @@ -10032,7 +10299,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Skaleret EFB-kopier" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10041,8 +10308,8 @@ msgid "ScrShot" msgstr "Skærmdump" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Søg" @@ -10051,7 +10318,7 @@ msgstr "Søg" msgid "Search Address" msgstr "Søgeadresse" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10063,13 +10330,13 @@ msgstr "Søg i undermapper" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10077,7 +10344,7 @@ msgstr "" msgid "Search games..." msgstr "Søg spil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Søg instruktion" @@ -10111,9 +10378,9 @@ msgstr "Vælg" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10122,7 +10389,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10130,18 +10397,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10150,6 +10421,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10158,6 +10433,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10166,58 +10449,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Vælg plads %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Vælg tilstand" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Vælg tilstand plads" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Vælg tilstand plads 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Vælg tilstand plads 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Vælg tilstand plads 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Vælg tilstand plads 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Vælg tilstand plads 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Vælg tilstand plads 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Vælg tilstand plads 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Vælg tilstand plads 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Vælg tilstand plads 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Vælg tilstand plads 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10231,29 +10518,25 @@ msgstr "Vælg Wii NAND-rod" msgid "Select a Directory" msgstr "Vælg en mappe" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Vælg en fil" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Vælg et spil" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10261,19 +10544,15 @@ msgstr "" msgid "Select a game" msgstr "Vælg et spil" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10281,36 +10560,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Vælg savefilen" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Valgt skrifttype" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Valgte kontrollerprofil eksisterer ikke" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10322,19 +10584,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10353,7 +10615,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10364,7 +10626,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10386,24 +10648,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Send" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Sensorbarens position:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10420,7 +10712,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Serveren nægtede forsøget på traversal" @@ -10428,44 +10720,40 @@ msgstr "Serveren nægtede forsøget på traversal" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Indstil PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10475,28 +10763,35 @@ msgstr "" "(576i) for PAL-spil.\n" "Virker måske ikke med alle spil." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Indstiller Wii-systemets sprog." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10506,13 +10801,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Indstillinger" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Kan ikke oprette settings.txt-filen" @@ -10520,7 +10815,7 @@ msgstr "SetupWiiMemory: Kan ikke oprette settings.txt-filen" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10542,228 +10837,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Vis &log" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Vis &værktøjslinje" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Vis Australien" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Vis ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Vis FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Vis billedtæller" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Vis Frankrig" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Vis GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Vis Tyskland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Vis input" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Vis Italien" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Vis Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Vis lag-tæller" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Vis sprog:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Vis log&konfiguration" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Vis NetPlay meddelelser" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Vis NetPlay ping" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Vis Holland" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Vis PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Vis PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Vis platforme" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Vis regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Vis Rusland" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Vis Spanien" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Vis statistikker" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Vis systemur" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Vis Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Vis USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Vis ukendte" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Vis WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Vis Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Vis verden" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10771,109 +11070,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Side om side" @@ -10890,7 +11193,7 @@ msgstr "Sidelæns skift" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10914,7 +11217,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Simpel kinesisk" @@ -10931,17 +11234,17 @@ msgstr "" msgid "Size" msgstr "Størrelse" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Spring over" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10957,7 +11260,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11037,11 +11340,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11053,12 +11356,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11072,7 +11375,7 @@ msgstr "Spanien" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spansk" @@ -11080,11 +11383,11 @@ msgstr "Spansk" msgid "Speaker Pan" msgstr "Højttalerpanorering" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Lydstyrke for højtaler" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11092,7 +11395,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11105,12 +11408,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Fart" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11129,33 +11436,37 @@ msgstr "" msgid "Standard Controller" msgstr "Standardkontroller" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Start &NetPlay..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Start med at &optage input" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Start optagelse" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11167,7 +11478,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11190,52 +11501,52 @@ msgstr "Hop" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Hop ud" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Hop over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Hop ud succes!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Hop ud timeout!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Hop over udføres..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Hop succes!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Tilstand for stereoskopisk 3D:" @@ -11256,16 +11567,20 @@ msgid "Stick" msgstr "Stik" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Stop" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11297,11 +11612,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Stræk til vindue" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11315,11 +11630,11 @@ msgstr "Streng" msgid "Strum" msgstr "Klimpre" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11330,18 +11645,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Succes" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11351,7 +11666,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11364,24 +11679,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11404,12 +11719,12 @@ msgstr "Support" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11417,7 +11732,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Byt om på øjne" @@ -11432,7 +11747,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11452,22 +11767,31 @@ msgstr "Byt til A" msgid "Switch to B" msgstr "Byt til B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboler" @@ -11475,7 +11799,7 @@ msgstr "Symboler" msgid "Sync" msgstr "Synkronisér" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11493,43 +11817,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Systemsprog:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS-input" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11547,15 +11871,15 @@ msgstr "" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Tag skærmbillede" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11571,9 +11895,9 @@ msgstr "" msgid "Test" msgstr "Test" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11582,15 +11906,15 @@ msgstr "" msgid "Texture Cache" msgstr "Tekstur-cache" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11598,7 +11922,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Teksturformatteringslag" @@ -11617,11 +11941,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11631,32 +11955,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11672,14 +11996,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11765,7 +12089,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11792,28 +12116,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11821,7 +12145,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11832,7 +12156,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11841,21 +12165,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11865,11 +12189,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11883,7 +12207,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11891,8 +12215,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11900,7 +12224,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11916,20 +12240,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11942,15 +12266,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11961,31 +12285,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11996,7 +12320,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -12004,33 +12328,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12045,8 +12369,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12080,13 +12404,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12110,33 +12434,33 @@ msgstr "" "Action Replay-simulatoren understøtter ikke koder, der modificerer selve " "Action Replay'en." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Kan ikke gøres om!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12144,26 +12468,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12181,41 +12505,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12223,7 +12547,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12243,12 +12567,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12279,7 +12603,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "Værdien ganges med grafikindstillingernes dybdeindstilling" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12292,7 +12616,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12312,7 +12636,7 @@ msgstr "" msgid "Threshold" msgstr "Tærskel" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12322,6 +12646,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Tilt" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12331,10 +12680,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -12342,25 +12691,29 @@ msgstr "Titel" msgid "To" msgstr "Til" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Til:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Aktiver &fuldskærm" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Skift 3D Anaglyph" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12368,28 +12721,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Skift alle logtyper" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Skift forholdstal" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Skift beskæring" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Skift tilpassede teksturer" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Skift EFB-kopier" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Skift tåge" @@ -12401,35 +12754,39 @@ msgstr "Aktiver fuldskærm" msgid "Toggle Pause" msgstr "Pause til/fra" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Skift teksturudlæsning" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12437,7 +12794,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Top" @@ -12445,7 +12802,7 @@ msgstr "Top" msgid "Top-and-Bottom" msgstr "Top og bund" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12483,12 +12840,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Traditionel kinesisk" @@ -12508,8 +12865,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12517,7 +12874,7 @@ msgstr "" msgid "Traversal Server" msgstr "Traversal-server" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Traversal-server fik timeout ved forbindelse til vært" @@ -12546,7 +12903,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12572,11 +12929,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12590,14 +12947,14 @@ msgstr "USB-Gecko" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12605,7 +12962,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12614,23 +12971,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12659,11 +13016,11 @@ msgstr "" "\n" "Vil du ignorere denne linje og fortsætte oversættelsen?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12686,11 +13043,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Fortryd indlæsning af tilstand" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Fortræd lagring af tilstand" @@ -12708,23 +13065,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Ukendt" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12733,27 +13090,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12773,11 +13130,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12785,11 +13142,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12804,11 +13161,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Ubegrænset" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12816,7 +13173,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12848,7 +13210,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12859,7 +13221,7 @@ msgid "Up" msgstr "Op" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Opdater" @@ -12914,7 +13276,7 @@ msgstr "Oprejst skift" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Indstillinger for brugsstatistik" @@ -12922,15 +13284,19 @@ msgstr "Indstillinger for brugsstatistik" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12938,21 +13304,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Brug PAL60-tilstand (EURGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Brug panikhåndtering" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12961,8 +13327,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13001,18 +13367,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13020,14 +13386,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13290,8 +13660,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advarsel" @@ -13381,7 +13751,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13389,7 +13766,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13397,7 +13774,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13405,7 +13782,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "Widescreen-hack" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13429,7 +13806,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13447,7 +13824,7 @@ msgstr "Wii Remote-knapper" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii Remote-indstillinger" @@ -13467,7 +13844,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii og Wii Remote" @@ -13475,15 +13852,15 @@ msgstr "Wii og Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13492,11 +13869,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13510,11 +13895,11 @@ msgstr "Verden" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13547,27 +13932,27 @@ msgstr "" msgid "Write to Window" msgstr "Skriv til vindue" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13618,14 +14003,14 @@ msgstr "Ja" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13658,7 +14043,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13702,7 +14087,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "" "Du bliver nødt til at genstarte Dolhin før end at ændringen træder i kraft." @@ -13723,7 +14108,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13741,7 +14126,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Nul 3 kode ikke understøttet" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13790,7 +14175,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13806,7 +14191,8 @@ msgstr "" msgid "fake-completion" msgstr "falsk-udførsel" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13871,7 +14257,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13891,23 +14278,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13918,7 +14305,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} af {1} blokke. Komprimeringsforhold {2}%" diff --git a/Languages/po/de.po b/Languages/po/de.po index 39243ee6e9..79ab88dcd4 100644 --- a/Languages/po/de.po +++ b/Languages/po/de.po @@ -34,18 +34,18 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Ettore Atalan , 2015-2020,2024\n" -"Language-Team: German (http://app.transifex.com/delroth/dolphin-emu/language/" -"de/)\n" +"Language-Team: German (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -57,7 +57,7 @@ msgstr "" "Da GameCube-Disc-Abbilder nur wenige Überprüfungsdaten enthalten, könnten " "Probleme auftreten, die Dolphin nicht erkennen kann." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -70,6 +70,12 @@ msgstr "" "nicht nachweisen, dass er nicht modifiziert wurde, selbst wenn die " "Signaturen gültig aussehen." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "(Disc %1)" @@ -78,7 +84,7 @@ msgstr "(Disc %1)" msgid "! Not" msgstr "! Nicht" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" ist keine gültige GCM/ISO-Datei, oder kein GC/Wii-Image." @@ -115,16 +121,16 @@ msgstr "" "%1\n" "will deiner Gruppe beitreten." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -140,16 +146,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Kopie)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Disc %2, Revision %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revision %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (Bestand)" @@ -169,7 +175,7 @@ msgstr "%1 (langsam)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -183,11 +189,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Grafikeinstellungen" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -200,11 +206,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 unterstützt diese Funktion auf Ihrem System nicht." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 unterstützt diese Funktion nicht." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -214,27 +220,27 @@ msgstr "" "%2 Objekt(e)\n" "Derzeitiger Frame: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 ist beigetreten" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 ist gegangen" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 ist kein gültiges ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golft jetzt" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 spielt %2" @@ -242,13 +248,13 @@ msgstr "%1 spielt %2" msgid "%1 memory ranges" msgstr "%1 Speicherbereiche" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 Punkte" @@ -260,30 +266,30 @@ msgstr "%1 Sitzung gefunden" msgid "%1 sessions found" msgstr "%1 Sitzungen gefunden" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normale Geschwindigkeit)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "Wert von %1 wurde geändert" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Wert von %1 wird verwendet" @@ -291,11 +297,15 @@ msgstr "Wert von %1 wird verwendet" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -311,7 +321,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -324,25 +334,25 @@ msgstr "%1x Nativ (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Nativ (%2x%3) für %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n Adresse(n) verbleibt/verbleiben." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -368,36 +378,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Über" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Speicherhaltepunkt hinzufügen" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "Neuen Code &hinzufügen..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "Funktion &hinzufügen" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Hinzufügen..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Audioeinstellungen" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Automatisches Update" @@ -405,15 +415,19 @@ msgstr "&Automatisches Update" msgid "&Borderless Window" msgstr "&Randloses Fenster" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Haltepunkte" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug Tracker" @@ -421,15 +435,15 @@ msgstr "&Bug Tracker" msgid "&Cancel" msgstr "&Abbrechen" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Cheats-Manager" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Auf Updates prüfen..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "Symbole lös&chen" @@ -437,50 +451,51 @@ msgstr "Symbole lös&chen" msgid "&Clone..." msgstr "&Klonen..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Code" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Verbunden" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Controller-Einstellungen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "Adresse &kopieren" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Erstellen..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Löschen" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Überwachung löschen" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "Code b&earbeiten..." @@ -488,14 +503,18 @@ msgstr "Code b&earbeiten..." msgid "&Edit..." msgstr "B&earbeiten..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Disc auswerfen" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulation" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exportieren" @@ -512,41 +531,41 @@ msgstr "&Spielstand exportieren..." msgid "&Export as .gci..." msgstr "&Als GCI exportieren..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Datei" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "Schri&ftart..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Einzelbildwiedergabe" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Freies Umsehen-Einstellungen" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "Symbole erzeu&gen aus" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-Repositorium" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafikeinstellungen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hilfe" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Tastenkürzel-Einstellungen" @@ -566,19 +585,19 @@ msgstr "&Spielstand importieren..." msgid "&Import..." msgstr "&Importieren..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "blr &einfügen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -586,15 +605,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Sprache:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Spielstand &laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "Symbolkarte &laden" @@ -604,23 +623,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "Widgets an Ort und Stelle &sperren" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Arbeitsspeicher" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "Fil&m" @@ -628,7 +651,7 @@ msgstr "Fil&m" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Netzwerk" @@ -637,23 +660,27 @@ msgid "&No" msgstr "&Nein" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "Ö&ffnen..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Optionen" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&HLE-Funktionen patchen" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "Pau&se" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Start" @@ -661,7 +688,7 @@ msgstr "&Start" msgid "&Properties" msgstr "&Eigenschaften" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Nu&r-Lese-Modus" @@ -669,7 +696,7 @@ msgstr "Nu&r-Lese-Modus" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Register" @@ -677,29 +704,29 @@ msgstr "&Register" msgid "&Remove" msgstr "Entfe&rnen" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "Code entfe&rnen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "Symbol &umbenennen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Reset" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Ressourcenpaketverwaltung" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "Symbolkarte &speichern" @@ -707,31 +734,35 @@ msgstr "Symbolkarte &speichern" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Geschwindigkeitsbegrenzung:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "Sto&pp" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Design:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Threads" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "E&xtras" @@ -741,21 +772,21 @@ msgstr "ROM &entladen" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Ansicht" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Überwachungsfenster" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Webseite" @@ -767,40 +798,32 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ja" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "Konnte '%1' nicht finden, es wurden keine Symbolnamen generiert" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" "'%1' konnte nicht gefunden werden, es wird stattdessen nach gemeinsamen " "Funktionen gescannt" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Dunkel)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Hell)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(System)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(Host)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(aus)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Multiplizieren" @@ -817,7 +840,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Subtrahieren" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -826,7 +849,7 @@ msgid "--Unknown--" msgstr "--Unbekannt--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -887,7 +910,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -895,7 +918,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x Anisotropisch" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -907,7 +930,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -943,19 +966,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D-Tiefe" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -971,7 +994,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 Blöcke)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -979,7 +1002,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1068,15 +1091,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1109,8 +1132,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Größer als" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Eine NetPlay-Sitzung läuft bereits!" @@ -1134,7 +1157,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Eine Disc wird momentan bereits eingelesen." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1146,7 +1169,7 @@ msgstr "" "Ein Spielstand kann nicht geladen werden, wenn kein zu startendes Spiel " "angegeben wurde." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1166,7 +1189,7 @@ msgid "A sync can only be triggered when a Wii game is running." msgstr "" "Eine Synchronisierung kann nur ausgelöst werden, wenn ein Wii-Spiel läuft." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1205,7 +1228,7 @@ msgstr "" "eventuell nicht richtig.\n" "Benutzung auf eigene Gefahr.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR-Code" @@ -1247,8 +1270,8 @@ msgstr "Genauigkeit:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Errungenschaften" @@ -1340,7 +1363,7 @@ msgstr "Action Replay: Normal Code {0}: Ungültiger Subtype {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "NetPlay Chat aktivieren" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1356,7 +1379,7 @@ msgstr "Aktive Thread-Warteschlange" msgid "Active threads" msgstr "Aktive Threads" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Grafikkarte" @@ -1364,7 +1387,7 @@ msgstr "Grafikkarte" msgid "Adapter Detected" msgstr "Adapter erkannt" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Grafikkarte:" @@ -1391,11 +1414,11 @@ msgstr "Neues USB-Gerät hinzufügen" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Einen Haltepunkt hinzufügen" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Speicherhaltepunkt hinzufügen" @@ -1414,28 +1437,27 @@ msgstr "Speicherhaltepunkt hinzufügen" msgid "Add to &watch" msgstr "Zur Über&wachung hinzufügen" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Zur Überwachung hinzufügen" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Hinzufügen..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1454,14 +1476,14 @@ msgstr "" msgid "Address:" msgstr "Adresse:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1485,7 +1507,7 @@ msgstr "" "

Im Zweifel den Wert ganz rechts benutzen." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1497,7 +1519,7 @@ msgstr "" "WARNUNG: Dies zu aktivieren wird viele Spiele vollständig unspielbar machen. " "Nur eine kleine Anzahl von Spielen kann davon profitieren." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1535,7 +1557,7 @@ msgstr "Erweitert" msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1591,7 +1613,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1599,7 +1621,7 @@ msgid "All Files" msgstr "Alle Dateien" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Alle Dateien (*)" @@ -1608,7 +1630,7 @@ msgstr "Alle Dateien (*)" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Alle GC/Wii-Dateien" @@ -1617,8 +1639,8 @@ msgstr "Alle GC/Wii-Dateien" msgid "All Hexadecimal" msgstr "Alle Hexadezimalen" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Alle Speicherstände (*.sav *.s##);; Alle Dateien (*)" @@ -1630,27 +1652,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Alle Dateien (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Alle Codes der Spieler synchronisiert." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Alle Spielstände der Spieler synchronisiert." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Nicht übereinstimmende Regionseinstellungen zulassen" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Berichterstattung für Nutzungsdaten erlauben" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Schreiben auf SD-Karte zulassen" @@ -1670,7 +1692,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Alternative Eingabequellen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Immer" @@ -1693,7 +1715,7 @@ msgstr "" msgid "Anaglyph" msgstr "Anaglyph" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analysiere" @@ -1707,7 +1729,7 @@ msgstr "Winkel" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Anti-Aliasing" @@ -1719,19 +1741,19 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Beliebige Region" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "Signatur anfügen an" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "An &vorhandene Signaturdatei anfügen..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Signaturdatei an&wenden..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1739,7 +1761,7 @@ msgstr "" "Wendet nach dem Rendern eines Frames einen Nachbearbeitungseffekt an." "

Im Zweifel Aus auswählen." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploader Datum:" @@ -1747,19 +1769,19 @@ msgstr "Apploader Datum:" msgid "Apply" msgstr "Übernehmen" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "Signaturdatei anwenden" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Willkürliche Mipmaps erkennen" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Möchtest du '%1' wirklich löschen? " -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Möchtest du diese Datei wirklich löschen? " @@ -1767,10 +1789,18 @@ msgstr "Möchtest du diese Datei wirklich löschen? " msgid "Are you sure you want to delete this pack?" msgstr "Möchtest du dieses Paket wirklich löschen? " -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Bist du dir sicher, dass du NetPlay beenden möchtest?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Bist du dir sicher?" @@ -1779,16 +1809,16 @@ msgstr "Bist du dir sicher?" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Seitenverhältnis" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Seitenverhältnis:" @@ -1796,8 +1826,8 @@ msgstr "Seitenverhältnis:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1808,7 +1838,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Controller-Ports zuweisen" @@ -1829,11 +1859,11 @@ msgstr "MotionPlus anfügen" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Audio-Backend:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Audiodehnungseinstellungen" @@ -1849,7 +1879,7 @@ msgstr "Autor" msgid "Authors" msgstr "Autoren" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automatisch" @@ -1858,11 +1888,15 @@ msgstr "Automatisch" msgid "Auto (Multiple of 640x528)" msgstr "Automatisch (Vielfaches von 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Einstellungen automatisch updaten" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1874,7 +1908,7 @@ msgstr "" "\n" "Bitte wähle eine spezifische interne Auflösung." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Fenstergröße automatisch anpassen" @@ -1882,15 +1916,15 @@ msgstr "Fenstergröße automatisch anpassen" msgid "Auto-Hide" msgstr "Automatisch verbergen" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "RSO-Module automatisch erkennen?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1898,6 +1932,17 @@ msgstr "" "Passt die Fenstergröße automatisch der internen Auflösung an." "

Im Zweifel deaktiviert lassen." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1909,7 +1954,7 @@ msgid "Auxiliary" msgstr "Hilfs" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1943,19 +1988,19 @@ msgstr "BP-Register" msgid "Back Chain" msgstr "Rückwärtskette" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Backend" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Backend Multithreading" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Backend-Einstellungen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -1964,20 +2009,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Hintergrundeingabe" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Rückwärts" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Unzulässige Adresse angegeben." @@ -1985,28 +2030,28 @@ msgstr "Unzulässige Adresse angegeben." msgid "Bad dump" msgstr "Schlechter Dump" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Unzulässigen Wert angegeben." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Bannerdetails" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -2022,11 +2067,11 @@ msgstr "Basisadresse" msgid "Base priority" msgstr "Basispriorität" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Standard" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Grundeinstellungen" @@ -2076,7 +2121,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bitrate (kbit/s):" @@ -2088,13 +2133,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Blockgröße" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Blockgröße:" @@ -2128,67 +2173,67 @@ msgstr "" "Bluetooth-Durchleitungsmodus ist aktiviert, aber Dolphin wurde ohne libusb " "gebaut. Durchleitungsmodus kann nicht verwendet werden." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Pausieren nach Boot" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii-NAND-Sicherungsdatei (*.bin);;Alle Dateien (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii Schlüsseldatei (*.bin);;Alle Dateien (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Randloses Vollbild" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Unten" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2200,23 +2245,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2233,7 +2278,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2243,19 +2288,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2264,30 +2309,30 @@ msgstr "" msgid "Branch: %1" msgstr "Entwicklungszweig: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Zweige" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Unterbrechen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Haltepunkt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Haltepunkt gefunden! Schritt heraus abgebrochen." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Haltepunkte" @@ -2321,24 +2366,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "&NetPlay-Sitzungen durchsuchen...." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Puffergröße:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Puffergröße auf %1 geändert" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Puffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2386,7 +2431,7 @@ msgstr "" msgid "C Stick" msgstr "C-Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "Signatu&rdatei erstellen..." @@ -2394,11 +2439,11 @@ msgstr "Signatu&rdatei erstellen..." msgid "CP register " msgstr "CP-Register " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU-Emulations-Engine:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU-Optionen" @@ -2406,11 +2451,11 @@ msgstr "CPU-Optionen" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Cached Interpreter (langsamer)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2424,7 +2469,7 @@ msgstr "" msgid "Calculate" msgstr "Berechnen" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2437,11 +2482,11 @@ msgstr "" "gelegentlich Probleme oder Verlangsamung verursachen." "

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibrieren" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibrierung" @@ -2475,51 +2520,51 @@ msgstr "Kamera 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Sichtfeld der Kamera (beeinflusst die Empfindlichkeit des Zeigens)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Kann Wiimote bei Verbindungs-Handle {0:02x} nicht finden" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Du kannst keine NetPlay-Session starten, während ein Spiel noch läuft!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Abbrechen" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Kalibrierung abbrechen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2534,23 +2579,23 @@ msgstr "" "Kann dieses WAD nicht booten, da es nicht auf dem NAND installiert werden " "konnte." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Kann die GC IPL nicht finden." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2558,14 +2603,14 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" "Kann das Spiel nicht starten, da die GC IPL nicht gefunden werden konnte." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2583,7 +2628,7 @@ msgstr "Mitte" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Zentrieren und Kalibrieren" @@ -2591,7 +2636,7 @@ msgstr "Zentrieren und Kalibrieren" msgid "Change &Disc" msgstr "Disc &wechseln" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Disc &wechseln..." @@ -2599,7 +2644,7 @@ msgstr "Disc &wechseln..." msgid "Change Disc" msgstr "Disc wechseln" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Discs automatisch wechseln" @@ -2607,13 +2652,13 @@ msgstr "Discs automatisch wechseln" msgid "Change the disc to {0}" msgstr "Wechsle die Disc zu {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2640,7 +2685,7 @@ msgstr "" "Originalkamera. Hat keine seitliche Bewegung, nur Drehung und du kannst bis " "zum Ursprungspunkt der Kamera zoomen." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" "Das Wechseln der Cheats wird erst wirksam, nachdem das Spiel neu gestartet " @@ -2654,7 +2699,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2662,7 +2707,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "Cheatcode-Editor" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Cheatsuche" @@ -2670,7 +2715,7 @@ msgstr "Cheatsuche" msgid "Cheats Manager" msgstr "Cheat-Verwaltung" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND prüfen..." @@ -2682,7 +2727,7 @@ msgstr "Veränderungen der Spieleliste im Hintergrund prüfen" msgid "Check for updates" msgstr "Auf Updates prüfen" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2690,7 +2735,7 @@ msgstr "" "Überprüfe, ob du entweder die nötigen Berechtigungen besitzt, um die Datei " "zu löschen, oder ob die Datei noch in Verwendung ist." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Prüfsumme" @@ -2702,29 +2747,29 @@ msgstr "China" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Datei zum Öffnen auswählen" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Vorrangige Eingabedatei auswählen" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Sekundäre Eingabedatei auswählen" - #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Ordner zum Extrahieren auswählen" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2743,17 +2788,18 @@ msgstr "Klassischer Controller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Leeren" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Cache leeren" @@ -2761,11 +2807,11 @@ msgstr "Cache leeren" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "CPU-Taktüberschreibung" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Code b&earbeiten und klonen..." @@ -2774,7 +2820,7 @@ msgstr "Code b&earbeiten und klonen..." msgid "Close" msgstr "Schließen" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguration" @@ -2782,11 +2828,20 @@ msgstr "Ko&nfiguration" msgid "Code" msgstr "Code" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2794,11 +2849,11 @@ msgstr "" msgid "Code:" msgstr "Code:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Codes empfangen!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2814,11 +2869,11 @@ msgstr "Farbkorrektur:" msgid "Color Space" msgstr "Farbraum" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "&Zwei Signaturdateien kombinieren..." @@ -2831,21 +2886,21 @@ msgstr "Gemeinsam" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Shader vor dem Start kompilieren" @@ -2853,9 +2908,9 @@ msgstr "Shader vor dem Start kompilieren" msgid "Compiling Shaders" msgstr "Kompiliere Shader" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Komprimierung" @@ -2863,7 +2918,7 @@ msgstr "Komprimierung" msgid "Compression Level:" msgstr "Komprimierungsstufe:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Komprimierung:" @@ -2876,11 +2931,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Bedingung" @@ -2970,7 +3025,7 @@ msgstr "Einstellungen" msgid "Configure Controller" msgstr "Controller konfigurieren" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Dolphin konfigurieren" @@ -2983,27 +3038,35 @@ msgstr "Eingabe konfigurieren" msgid "Configure Output" msgstr "Ausgabe konfigurieren" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Bestätigen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Ändern des Backends bestätigen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Beim Beenden bestätigen" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Bestätigung" @@ -3013,35 +3076,35 @@ msgstr "Bestätigung" msgid "Connect" msgstr "Verbinden" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Balance Bord anschließen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "USB-Tastatur verbunden" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wiimote %1 verbinden" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Wiimote 1 verbinden" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Wiimote 2 verbinden" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Wiimote 3 verbinden" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Wiimote 4 verbinden" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wiimotes verbinden" @@ -3058,7 +3121,7 @@ msgstr "" msgid "Connected" msgstr "Verbunden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Wird verbunden" @@ -3066,7 +3129,7 @@ msgstr "Wird verbunden" msgid "Connection Type:" msgstr "Verbindungstyp:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Inhalt {0:08x} ist beschädigt." @@ -3083,23 +3146,23 @@ msgstr "NetPlay Golf-Modus steuern" msgid "Control Stick" msgstr "Control Stick" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Controller-Profil" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Controller-Profil 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Controller-Profil 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Controller-Profil 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Controller-Profil 4" @@ -3111,6 +3174,16 @@ msgstr "Controller-Einstellungen" msgid "Controllers" msgstr "Controller" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3119,7 +3192,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3131,7 +3204,7 @@ msgstr "" "

Ein höherer Wert sorgt für stärkere Außen-Effekte, während ein " "niedrigerer Wert angenehmer ist." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3145,7 +3218,7 @@ msgstr "" "geringer die interne Auflösung, desto besser die Performance." "

Im Zweifel, wähle Nativ." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3179,17 +3252,17 @@ msgstr "" "Kontroliiert, ob High- oder Low-Level-DSP Emulation verwendet werden soll. " "Standardwert True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Konvergenz" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Konvergenz:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Konvertierung fehlgeschlagen" @@ -3197,9 +3270,9 @@ msgstr "Konvertierung fehlgeschlagen" msgid "Convert" msgstr "Konvertieren" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3207,9 +3280,9 @@ msgstr "" msgid "Convert File..." msgstr "Datei konvertieren..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3232,8 +3305,8 @@ msgstr "" "Möchtest du trotzdem fortfahren?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Konvertiere..." @@ -3264,45 +3337,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopieren" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "&Funktion kopieren" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "&Hex kopieren" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Adresse kopieren" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Kopieren fehlgeschlagen" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Hex kopieren" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Wert kopieren" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Codezei&le kopieren" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "&Zieladresse kopieren" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Nach A kopieren" @@ -3317,11 +3390,6 @@ msgstr "Nach B kopieren" msgid "Core" msgstr "Kern" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3330,21 +3398,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Einbußen" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Konnte mit Host nicht kommunizieren." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Client konnte nicht erstellt werden." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Peer konnte nicht erstellt werden." @@ -3364,7 +3427,7 @@ msgstr "" "Konnte keine Aktualisierungsinformationen von Nintendo heruntergeladen. " "Bitte überprüfe deine Internetverbindung und versuche es erneut." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3375,7 +3438,7 @@ msgstr "" "\n" "Die emulierte Konsole wird jetzt angehalten." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3423,16 +3486,16 @@ msgstr "" "Titel {0:016x} konnte nicht gestartet werden, da er im NAND fehlt.\n" "Die emulierte Software wird wahrscheinlich jetzt hängen." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Konnte Datei {0} nicht erkennen" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3456,7 +3519,7 @@ msgstr "" "Wenn ja, dann musst du möglicherweise deinen Speicherort für die " "Speicherkarte in den Optionen neu angeben." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Konnte den zentralen Server nicht ermitteln" @@ -3468,7 +3531,7 @@ msgstr "Konnte Datei nicht öffnen." msgid "Couldn't read file." msgstr "Konnte Datei nicht lesen." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Land:" @@ -3501,7 +3564,7 @@ msgid "Create..." msgstr "Erstellen..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Ersteller:" @@ -3509,11 +3572,11 @@ msgstr "Ersteller:" msgid "Critical" msgstr "Kritisch" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Zuschneiden" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3525,22 +3588,22 @@ msgstr "" msgid "Crossfade" msgstr "Überblendung" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Aktuelle Region" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3548,7 +3611,7 @@ msgstr "" msgid "Current context" msgstr "Aktueller Kontext" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Aktuelles Spiel" @@ -3556,11 +3619,11 @@ msgstr "Aktuelles Spiel" msgid "Current thread" msgstr "Aktueller Thread" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3568,19 +3631,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Benutzerdefinierte Echtzeituhr" @@ -3592,6 +3655,32 @@ msgstr "" msgid "Customize" msgstr "Anpassen" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3619,7 +3708,7 @@ msgstr "DJ-Plattenspieler" msgid "DK Bongos" msgstr "DK-Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP-Emulations-Engine" @@ -3627,15 +3716,15 @@ msgstr "DSP-Emulations-Engine" msgid "DSP HLE (fast)" msgstr "DSP HLE (schnell)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (empfohlen)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE Interpreter (sehr langsam)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE Recompiler (langsam)" @@ -3665,7 +3754,7 @@ msgstr "Tanzmatte" msgid "Dark" msgstr "Dunkel" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Daten" @@ -3693,7 +3782,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Daten empfangen!" @@ -3710,8 +3799,8 @@ msgstr "Tote Zone" msgid "Debug" msgstr "Debug" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Debug" @@ -3720,40 +3809,40 @@ msgstr "Debug" msgid "Decimal" msgstr "Dezimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Decodierungsqualität:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Reduzieren" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Konvergenz verrringern" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Tiefe reduzieren" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Emulationsgeschwindigkeit verringern" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Interne Auflösung reduzieren" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Reduziere X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Reduziere Y" @@ -3767,7 +3856,7 @@ msgstr "Standard" msgid "Default Config (Read Only)" msgstr "Standard-Einstellungen (nur lesen)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Standardgerät" @@ -3783,7 +3872,7 @@ msgstr "Standard-ISO:" msgid "Default thread" msgstr "Standard-Thread" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "EFB-Cache-Invalidierung zurückstellen" @@ -3791,7 +3880,7 @@ msgstr "EFB-Cache-Invalidierung zurückstellen" msgid "Defer EFB Copies to RAM" msgstr "EFB-Kopien auf RAM verschieben" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3807,8 +3896,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Entfernen" @@ -3826,7 +3915,7 @@ msgstr "Ausgewählte Dateien löschen..." msgid "Delete the existing file '{0}'?" msgstr "Vorhandende Datei '{0}' löschen?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Tiefe" @@ -3834,22 +3923,22 @@ msgstr "Tiefe" msgid "Depth Percentage:" msgstr "Tiefe in Prozent:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Tiefe:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Beschreibung" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Beschreibung:" @@ -3857,7 +3946,7 @@ msgstr "Beschreibung:" msgid "Description: %1" msgstr "Beschreibung: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3870,16 +3959,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3892,7 +3981,7 @@ msgstr "Gelöst" msgid "Detect" msgstr "Erkenne" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3900,7 +3989,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "Deterministischer Doppelkern: " -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Entwickler (mehrmals am Tag)" @@ -3922,7 +4011,7 @@ msgstr "Geräteeinstellungen" msgid "Device VID (e.g., 057e)" msgstr "Geräte VID (z.b., 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Gerät:" @@ -3930,7 +4019,7 @@ msgstr "Gerät:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Verdunkelt den Bildschirm nach fünf Minuten Inaktivität." @@ -3954,19 +4043,19 @@ msgstr "Bounding Box deaktivieren" msgid "Disable Copy Filter" msgstr "Kopierfilter deaktivieren" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "EFB VRAM-Kopien deaktivieren" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Geschwindigkeitsbegrenzung ausschalten" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem deaktivieren" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3974,11 +4063,11 @@ msgstr "" msgid "Disable Fog" msgstr "Nebel deaktivieren" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT-Zwischenspeicher deaktivieren" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3986,7 +4075,7 @@ msgstr "" msgid "Disabled" msgstr "Deaktiviert" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -3997,7 +4086,7 @@ msgstr "" "funktionieren.

Im Zweifel aktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Im " "Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4022,7 +4111,7 @@ msgstr "" "Grafikfehler.

Im Zweifel aktiviert lassen." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4036,7 +4125,8 @@ msgstr "Disc" msgid "Discard" msgstr "Verwerfen" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4071,15 +4161,15 @@ msgstr "Distanz" msgid "Distance of travel from neutral position." msgstr "Weite der Bewegung von der neutralen Position." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Dolphin autorisieren, Informationen an das Entwicklerteam zu senden?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Möchtest du \"%1\" zur Liste der Spielverzeichnisse hinzufügen?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Möchtest du die Liste der Symbolnamen löschen?" @@ -4089,7 +4179,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Laufende Emulation stoppen?" @@ -4097,12 +4187,12 @@ msgstr "Laufende Emulation stoppen?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II Dekoder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO-Log (*.dff)" @@ -4110,22 +4200,22 @@ msgstr "Dolphin FIFO-Log (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin-Kartendatei (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphin-Signatur-CSV-Datei" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphin-Signaturdatei" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-Filme (*.dtm)" @@ -4160,11 +4250,11 @@ msgstr "Dolphin konnte die gewünschte Aktion nicht ausführen." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin ist ein freier und quelloffener Gamecube- und Wii-Emulator." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin ist zu alt für den Übergangsserver" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4172,19 +4262,11 @@ msgstr "" "Dolphin kann typische TGC-Dateien nicht ordnungsgemäß überprüfen, da sie " "sich nicht um Dumps der tatsächlichen Discs handeln." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin kann nicht lizenzierte Discs nicht überprüfen." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin wird dies für Titel verwenden, deren Region nicht automatisch " -"bestimmt werden kann." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphins Cheatsystem ist momentan deaktiviert." @@ -4193,7 +4275,7 @@ msgstr "Dolphins Cheatsystem ist momentan deaktiviert." msgid "Domain" msgstr "Domain" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Nicht updaten" @@ -4218,7 +4300,7 @@ msgstr "Verschlossene Türen" msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4228,33 +4310,33 @@ msgstr "Double" msgid "Down" msgstr "Unten" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Codes herunterladen" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Codes von der WiiRD-Datenbank herunterladen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Spiele-Covers von GameTDB.com für die Tabellenansicht herunterladen" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Herunterladen abgeschlossen" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 Codes heruntergeladen. (%2 hinzugefügt)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4297,19 +4379,19 @@ msgstr "&FakeVMEM dumpen" msgid "Dump &MRAM" msgstr "&MRAM dumpen" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Audio dumpen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Basistexturen dumpen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "EFB-Target dumpen" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Frames dumpen" @@ -4317,7 +4399,7 @@ msgstr "Frames dumpen" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Mipmaps dumpen" @@ -4325,7 +4407,7 @@ msgstr "Mipmaps dumpen" msgid "Dump Path:" msgstr "Dump-Pfad:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4350,7 +4432,7 @@ msgstr "Peer-Zertifikate dumpen" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Im Zweifel " "deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4382,15 +4464,15 @@ msgstr "Freigabedauer der Turbo-Taste (Frames):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Holländisch" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Beenden" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4405,7 +4487,7 @@ msgstr "" "mindestens Version {0}.{1} -- Wenn du Dolphin kürzlich aktualisiert hast, " "ist eventuell ein Neustart nötig, damit Windows den neuen Treiber erkennt." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4417,7 +4499,7 @@ msgstr "" "Geeignet für kompetetive Spiele, bei denen Fairness und minimale Latenz am " "wichtigsten sind." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Frühe Speicher-Updates" @@ -4436,16 +4518,16 @@ msgstr "Ostasien" msgid "Edit Breakpoint" msgstr "Haltepunkt bearbeiten" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Bearbeiten..." @@ -4454,6 +4536,11 @@ msgstr "Bearbeiten..." msgid "Editor" msgstr "Editor" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4465,11 +4552,20 @@ msgstr "Effekt" msgid "Effective" msgstr "Effektiv" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Effektive Priorität" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4491,7 +4587,7 @@ msgstr "Eingebetteter Bildspeicher (EFB)" msgid "Empty" msgstr "Leer" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Emu-Thread läuft bereits." @@ -4517,7 +4613,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Emulierte USB-Geräte" @@ -4535,27 +4631,27 @@ msgstr "" "Aktuell: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Emulationsgeschwindigkeit" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Aktivieren" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "API-Validierungsschichten aktivieren" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Audiodehnung aktivieren" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Cheats aktivieren" @@ -4563,15 +4659,15 @@ msgstr "Cheats aktivieren" msgid "Enable Controller Inpu&t" msgstr "Controller-&Eingabe aktivieren" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Benutzerdefinierte Echtzeituhr aktivieren" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4579,19 +4675,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Dual Core aktivieren" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Dual Core aktivieren (Beschleunigung)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Emulierte CPU-Taktüberschreibung aktivieren" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Überschreiben der emulierten Speichergröße aktivieren" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4599,15 +4695,15 @@ msgstr "" msgid "Enable FPRF" msgstr "FPRF aktivieren" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4625,33 +4721,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "MMU aktivieren" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Progressiven Scan aktivieren" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Rumble aktivieren" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Bildschirmschoner aktivieren" @@ -4659,27 +4755,27 @@ msgstr "Bildschirmschoner aktivieren" msgid "Enable Speaker Data" msgstr "Lautsprecherdaten aktivieren" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Berichterstattung für Nutzungsdaten aktivieren" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Drahtgittermodell aktivieren" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4689,7 +4785,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4697,14 +4793,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4713,7 +4809,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4723,7 +4819,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4731,7 +4827,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4747,18 +4843,18 @@ msgstr "" "Aktiviert die Fließkomma-Ergebnis-Bitschalter-Berechnung, wird von einigen " "Spielen benötigt. (EIN = Kompatibilität, AUS = Geschwindigkeit)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4766,7 +4862,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4774,7 +4870,7 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4784,7 +4880,7 @@ msgstr "" "unterstützt wird. Die meisten Spiele haben damit kein Problem." "

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4794,7 +4890,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" "Ermöglicht die Dehnung des Audiosignals, um die Emulationsgeschwindigkeit " @@ -4804,9 +4900,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4817,14 +4913,14 @@ msgstr "" "Aktiviert die Speicher-Verwaltungseinheit, die für einige Spiele gebraucht " "wird. (EIN = Kompatibel, AUS = Schnell)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4832,7 +4928,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4840,7 +4945,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4861,17 +4966,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet konnte nicht initialisiert werden" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Englisch" @@ -4888,7 +4993,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "USB-Geräte ID eingeben" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4912,78 +5017,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Geben Sie die RSO-Moduladresse ein:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4994,10 +5098,10 @@ msgstr "Geben Sie die RSO-Moduladresse ein:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fehler" @@ -5009,7 +5113,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "Fehler beim Öffnen des Adapters: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -5019,7 +5123,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Fehler beim Laden der ausgewählten Sprache. Kehre nun zum Systemstandard " @@ -5029,15 +5133,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Fehler beim Abrufen der Sitzungsliste: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Fehler beim Verarbeiten der Codes." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Fehler beim Verarbeiten der Daten." @@ -5045,11 +5149,11 @@ msgstr "Fehler beim Verarbeiten der Daten." msgid "Error reading file: {0}" msgstr "Fehler beim Lesen der Datei: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Fehler beim Synchronisieren der Cheat Codes!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Fehler beim Synchronisieren der Spielstände!" @@ -5093,7 +5197,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -5115,11 +5219,11 @@ msgstr "" "nicht geladen. Das Spiel wird die Schriftarten vielleicht nicht anzeigen, " "oder abstürzen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Es wurden Fehler gefunden in den Blöcken {0} der Partition {1}." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" "Es wurden Fehler gefunden in den unbenutzten Blöcken {0} der Partition {1}." @@ -5129,12 +5233,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -5142,15 +5246,15 @@ msgstr "" msgid "Exit" msgstr "Beenden" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "Erwartete + oder schließende runde Klammer." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Erwartete Argumente: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Erwartete schließende runde Klammer." @@ -5162,27 +5266,27 @@ msgstr "Erwartetes Komma." msgid "Expected end of expression." msgstr "Erwartetes Ende des Ausdrucks." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Erwarteter Name der Eingabe." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Erwartete öffnende runde Klammer." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Erwarteter Beginn des Ausdrucks." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Experimentell" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Alle Wii-Spielstände exportieren" @@ -5193,11 +5297,11 @@ msgstr "Alle Wii-Spielstände exportieren" msgid "Export Failed" msgstr "Exportieren fehlgeschlagen" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Aufnahme exportieren" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Aufnahme exportieren..." @@ -5225,14 +5329,14 @@ msgstr "Als .&gcs exportieren..." msgid "Export as .&sav..." msgstr "Als .&sav exportieren..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n Spielstand/stände exportiert" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Erweiterung" @@ -5245,7 +5349,7 @@ msgstr "Erweiterung - Bewegungseingabe" msgid "Extension Motion Simulation" msgstr "Erweiterung - Bewegungssimulation" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Extern" @@ -5253,35 +5357,35 @@ msgstr "Extern" msgid "External Frame Buffer (XFB)" msgstr "Externer Bildspeicher (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Zertifikate aus NAND extrahieren" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Gesamte Disc extrahieren..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Gesamte Partition extrahieren..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Datei extrahieren..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Dateien extrahieren..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Systemdaten extrahieren..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Alle Dateien werden extrahiert..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Verzeichnis wird extrahiert..." @@ -5291,7 +5395,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO-Player" @@ -5307,15 +5411,15 @@ msgstr "" "Konnte Speicherkarte nicht öffnen:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Konnte diese Sitzung nicht zum NetPlay Index hinzufügen: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Konnte nicht an Signaturdatei '%1' anfügen." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5331,7 +5435,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Konnte nicht mit Redump.org verbinden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Konnte nicht mit Server %1 verbinden" @@ -5368,34 +5472,34 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Konnte NetPlay-Speicherkarte nicht löschen. Überprüfe deine " "Schreibberechtigungen." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Konnte die ausgewählte Datei nicht löschen." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "Fehler beim Lösen des Kernel-Treibers für BT-Durchleitung: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Download der Codes fehlgeschlagen." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Konnte %1 nicht dumpen: Fehler beim Öffnen der Datei" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Konnte %1 nicht dumpen: Fehler beim Schreiben in Datei" @@ -5408,15 +5512,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "Konnte folgende Spielstände nicht exportieren:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Konnte Zertifikate aus NAND nicht extrahieren" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Datei konnte nicht extrahiert werden." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Systemdaten konnten nicht extrahiert werden." @@ -5438,14 +5542,14 @@ msgstr "Ein oder mehrere D3D-Symbole konnten nicht gefunden werden" msgid "Failed to import \"%1\"." msgstr "Konnte \"%1\" nicht importieren." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Konnte Spielstand nicht importieren. Bitte starte das Spiel einmal und " "versuche es danach erneut." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5453,7 +5557,7 @@ msgstr "" "Konnte Spielstand nicht importieren. Die gegebene Datei scheint beschädigt " "zu sein oder ist kein gültiger Wii-Spielstand." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5464,7 +5568,7 @@ msgstr "" "dein NAND zu reparieren (Extras -> NAND verwalten -> NAND prüfen...) und " "versuche anschließend, den Spielstand erneut zu importieren." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Konnte Kern nicht initiieren" @@ -5475,7 +5579,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Renderer-Klassen konnten nicht initialisiert werden" @@ -5484,11 +5588,11 @@ msgid "Failed to install pack: %1" msgstr "Konnte Paket: %1 nicht installieren" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Konnte diesen Titel nicht in den NAND installieren." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5496,8 +5600,8 @@ msgstr "" "Fehler beim Lauschen auf Port %1. Wird eine andere Instanz des NetPlay-" "Servers ausgeführt?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Konnte RSO-Modul an %1 nicht laden" @@ -5509,7 +5613,7 @@ msgstr "Fehler beim Laden der Datei d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "Fehler beim Laden der Datei dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Konnte Kartendatei '%1' nicht laden" @@ -5523,7 +5627,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Konnte die ausführbare Datei nicht in den Speicher laden." @@ -5539,25 +5643,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Konnte '&1' nicht öffnen" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Konnte Bluetooth-Gerät nicht öffnen: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5591,7 +5695,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Konnte Server nicht öffnen" @@ -5624,7 +5728,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Konnte Eingabedatei \"%1\" nicht öffnen." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5639,7 +5743,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Konnte Daten von Redump.org nicht parsen" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5652,7 +5756,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Konnte nicht aus der Eingabedatei \"{0}\" lesen." @@ -5713,47 +5817,47 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Dieser Titel konnte nicht aus dem NAND entfernt werden." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Konnte NetPlay GCI-Ordner nicht löschen. Überprüfe deine " "Schreibberechtigungen." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Konnte NetPlay NAND-Ordner nicht zurücksetzen. Überprüfe deine " "Schreibberechtigungen." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Konnte FIFO-Log nicht speichern." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Konnte Codekarte nicht in Pfad '%1' speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Konnte Signaturdatei '%1' nicht speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Konnte Symbolkarte nicht in Pfad '%1' speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Konnte nicht an Signaturdatei '%1' speichern." -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5768,11 +5872,11 @@ msgstr "Konnte Paket: %1 nicht deinstallieren" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Fehler beim Schreiben von BT.DINF nach SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Konnte Mii-Daten nicht schreiben." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Konnte Wii-Spielstand nicht schreiben." @@ -5786,7 +5890,7 @@ msgstr "Konnte Einstellungsdatei nicht schreiben!" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5795,7 +5899,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5805,20 +5909,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Fehler" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Faire Eingangsverzögerung" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Zurückgreifende Region" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Zurückgreifende Region:" @@ -5839,7 +5944,7 @@ msgstr "" "Fataler Desync. Wiedergabe wird abgebrochen. (Fehler in PlayWiimote: {0} != " "{1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Sichtfeld" @@ -5852,46 +5957,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Dateidetails" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Dateiformat" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Dateiformat:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Datei-Informationen" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Dateiname" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Dateipfad" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Dateigröße" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Dateigröße:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Datei enthielt keine Codes." @@ -5903,7 +6008,7 @@ msgstr "Dateiname" msgid "Files opened, ready to compress." msgstr "Dateien geöffnet, bereit zum Komprimieren." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5937,7 +6042,7 @@ msgstr "&Nächste finden" msgid "Find &Previous" msgstr "&Vorherige finden" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Kalibrierung abschließen" @@ -5972,12 +6077,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Bitschalter" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5987,11 +6086,11 @@ msgstr "Bitschalter" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "&Zweig folgen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Für beste Ergebnisse, verschiebe die Eingabe bitte langsam in alle möglichen " @@ -6009,7 +6108,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "16:9 erzwingen" @@ -6017,7 +6116,7 @@ msgstr "16:9 erzwingen" msgid "Force 24-Bit Color" msgstr "24-Bit Farbtiefe erzwingen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "4:3 erzwingen" @@ -6049,15 +6148,15 @@ msgstr "Lauschport erzwingen:" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6067,7 +6166,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6079,7 +6178,7 @@ msgstr "" "die Performance und verursacht nur wenige Grafikfehler." "

Im Zweifel aktiviert lassen." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6089,7 +6188,7 @@ msgstr "" msgid "Format:" msgstr "Format:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6104,38 +6203,38 @@ msgstr "Port öffnen (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "%1 Ergebnisse gefunden für \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Bild %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Einzelbildwiedergabe" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Erhöhe Einzelbildwiedergabegeschwindigkeit" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Verringere Einzelbildwiedergabegeschwindigkeit" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Einzelbildwiedergabegeschwindigkeit zurücksetzen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Frame-Dump" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Bildbereich" @@ -6143,7 +6242,7 @@ msgstr "Bildbereich" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "Frame-Dump Bild(er) '{0}' existiert bereits. Überschreiben?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Bilder zum Aufzeichnen:" @@ -6163,7 +6262,7 @@ msgstr "Freie Dateien: %1" msgid "Free Look Control Type" msgstr "Freies Umsehen-Steuerungstyp" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Freies Umsehen-Controller %1" @@ -6183,22 +6282,26 @@ msgstr "" "findest " "du auf dieser Seite." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Freies Umsehen" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Freies Umsehen" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Freies Umsehen umschalten" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Französisch" @@ -6217,8 +6320,8 @@ msgid "From" msgstr "Von" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Von:" @@ -6226,11 +6329,12 @@ msgstr "Von:" msgid "FullScr" msgstr "Vollbild" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktion" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6250,7 +6354,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "GBA-Kern" @@ -6266,19 +6370,19 @@ msgstr "GBA-Einstellungen" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA-Lautstärke" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA-Fenstergröße" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6302,7 +6406,7 @@ msgstr "GCMemcardDirectory: ClearBlock mit ungültiger Blockadresse aufgerufen" msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ GC/Wii-Abbilder (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6320,7 +6424,7 @@ msgstr "GL_MAX_TEXTURE_SIZE ist {0} - muss mindestens 1024 sein." msgid "GPU Texture Decoding" msgstr "GPU-Texturdecodierung" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6332,7 +6436,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL ERROR: Unterstützt deine Grafikkarte OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6340,7 +6444,7 @@ msgstr "" "GPU: OGL ERROR: Braucht GL_ARB_map_buffer_range.\n" "GPU: Unterstützt deine Grafikkarte OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6348,7 +6452,7 @@ msgstr "" "GPU: OGL ERROR: Braucht GL_ARB_sampler_objects.\n" "GPU: Unterstützt deine Grafikkarte OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6356,7 +6460,7 @@ msgstr "" "GPU: OGL ERROR: Braucht GL_ARB_uniform_buffer_object.\n" "GPU: Unterstützt deine Grafikkarte OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6372,7 +6476,7 @@ msgstr "" "GPU: OGL ERROR: Braucht OpenGL Version 3.\n" "GPU: Unterstützt deine Grafikkarte OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6395,16 +6499,16 @@ msgstr "" msgid "Game" msgstr "Spiel" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance Module (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6412,7 +6516,7 @@ msgstr "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "Alle Dateien (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance auf Port %1" @@ -6424,7 +6528,7 @@ msgstr "Spielfarbraum:" msgid "Game Config" msgstr "Spieleinstellungen" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Spieldetails" @@ -6440,39 +6544,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Spielkennung" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Spielkennung:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Spielstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Spiel auf \"%1\" geändert" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Spiel läuft bereits!" @@ -6483,7 +6587,7 @@ msgstr "" "Spielstand mit dem Spielstand eines anderen Spiels überschrieben. " "Datenkorruption voraus {0:#x}, {1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6503,11 +6607,11 @@ msgstr "GameCube-Adapter für Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "GameCube-Adapter für Wii U an Port %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube-Controller" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "GameCube-Controller an Port %1" @@ -6515,11 +6619,11 @@ msgstr "GameCube-Controller an Port %1" msgid "GameCube Controllers" msgstr "GameCube-Controller" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube-Tastatur" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "GameCube-Tastatur an Port %1" @@ -6536,7 +6640,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "GameCube Memory Cards (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "GameCube Mikrofonslot %1" @@ -6564,45 +6668,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko-Codes" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Allgemein" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Allgemeines und Optionen" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Neue Statistikidentität erzeugen" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Generierte Symbolnamen von '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Deutsch" @@ -6610,11 +6722,11 @@ msgstr "Deutsch" msgid "Germany" msgstr "Deutschland" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6629,7 +6741,7 @@ msgstr "Riese" msgid "Giants" msgstr "Riesen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golf-Modus" @@ -6638,7 +6750,7 @@ msgid "Good dump" msgstr "Guter Dump" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafik" @@ -6647,7 +6759,7 @@ msgstr "Grafik" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Grafik schaltet um" @@ -6656,7 +6768,7 @@ msgstr "Grafik schaltet um" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6683,7 +6795,7 @@ msgstr "Grün links" msgid "Green Right" msgstr "Grün rechts" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Tabellenansicht" @@ -6728,7 +6840,7 @@ msgstr "Kopf" msgid "Help" msgstr "Hilfe" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6761,11 +6873,11 @@ msgstr "Hexadezimal" msgid "Hide" msgstr "Verbergen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Alles verbergen" @@ -6777,23 +6889,23 @@ msgstr "In-Game-Sitzungen ausblenden" msgid "Hide Incompatible Sessions" msgstr "Inkompatible Sitzungen ausblenden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Hoch" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Höchste" @@ -6816,15 +6928,39 @@ msgstr "Host" msgid "Host Code:" msgstr "Hostcode:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Host-Eingabeautorität" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Hostgröße" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6837,14 +6973,22 @@ msgstr "" "Geeignet für Gelegenheitsspiele mit 3+ Spielern, möglicherweise bei " "instabilen Verbindungen oder Verbindungen mit hoher Latenz." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host-Eingabeautorität deaktiviert" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Host-Eingabeautorität aktiviert" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Mit NetPlay ausrichten" @@ -6853,21 +6997,21 @@ msgstr "Mit NetPlay ausrichten" msgid "Hostname" msgstr "Hostname" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Tastenkürzel-Einstellungen" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Tastenkürzel" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Tastaturkürzel benötigen Fensterfokus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6894,7 +7038,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOS-Version:" @@ -6931,7 +7075,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR-Empfindlichkeit:" @@ -6973,7 +7117,7 @@ msgstr "" msgid "Icon" msgstr "Symbol" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -6984,11 +7128,11 @@ msgstr "" "Geeignet für rundenbasierte Spiele mit zeitabhängiger Steuerung, zum " "Beispiel Golf." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Indentitätserzeugung" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7011,7 +7155,7 @@ msgstr "" "Diese Autorisierung kann jederzeit in den Dolphin-Einstellungen widerrufen " "werden." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7025,14 +7169,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7044,7 +7198,7 @@ msgstr "" msgid "Ignore" msgstr "Ignorieren" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -7073,18 +7227,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"Ignoriert jegliche Anfragen der CPU, von der EFB zu lesen oder zu schreiben." -"

Verbessert die Leistung in einigen Spielen, kann aber einige " -"spielabhängige oder grafische Effekte deaktivieren." -"

Im Zweifel deaktiviert lassen." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Sofort dargestellter XFB" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7099,7 +7249,7 @@ msgstr "" "Performance etwas.

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii-NAND-Sicherung importieren..." @@ -7114,15 +7264,15 @@ msgstr "Importieren fehlgeschlagen" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii-Spielstand importieren..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND-Sicherung wird importiert" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7131,7 +7281,7 @@ msgstr "" "NAND-Sicherung wird importiert\n" "Verstrichene Zeit: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7144,7 +7294,7 @@ msgstr "" msgid "In-Game?" msgstr "In-Game?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7157,64 +7307,64 @@ msgstr "" "Kosten zusätzlicher Speicher-/Ladezeit.

Im Zweifel " "aktiviert lassen." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Erhöhen" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Konvergenz erhöhen" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Tiefe erhöhen" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Emulationsgeschwindigkeit erhöhen" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Interne Auflösung erhöhen" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Erhöhe X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Erhöhe Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -7251,12 +7401,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Information" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Bildschirmschoner während der Emulation sperren" @@ -7265,11 +7415,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Eingabe" @@ -7283,19 +7433,16 @@ msgstr "Eingabefestigkeit, die zur Aktivierung benötigt wird." msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "&nop einfügen" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD-Karte einfügen" @@ -7312,7 +7459,7 @@ msgstr "" msgid "Install Update" msgstr "Update installieren" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD installieren..." @@ -7320,13 +7467,14 @@ msgstr "WAD installieren..." msgid "Install to the NAND" msgstr "In NAND installieren" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Anweisung" @@ -7335,7 +7483,7 @@ msgstr "Anweisung" msgid "Instruction Breakpoint" msgstr "Anweisungshaltepunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Anweisung:" @@ -7344,7 +7492,7 @@ msgstr "Anweisung:" msgid "Instruction: %1" msgstr "Anweisung: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7403,8 +7551,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Interne Auflösung" @@ -7413,15 +7561,15 @@ msgstr "Interne Auflösung" msgid "Internal Resolution:" msgstr "Interne Auflösung:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (am langsamsten)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreterkern" @@ -7429,7 +7577,7 @@ msgstr "Interpreterkern" msgid "Invalid Expression." msgstr "Ungültiger Ausdruck." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7437,7 +7585,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Ungültiger gemischter Code" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ungültiges Paket %1 angegeben: &2" @@ -7446,11 +7594,11 @@ msgstr "Ungültiges Paket %1 angegeben: &2" msgid "Invalid Player ID" msgstr "Ungültige Spieler-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Ungültige RSO-Moduladresse: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Ungültiger Aufrufstapel" @@ -7462,7 +7610,7 @@ msgstr "Ungültige Prüfsummen." msgid "Invalid game." msgstr "Ungültiges Spiel." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Ungültiger Host" @@ -7471,7 +7619,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Ungültige Eingabe für das Feld \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Ungültige Eingabe eingegeben" @@ -7479,7 +7627,7 @@ msgstr "Ungültige Eingabe eingegeben" msgid "Invalid literal." msgstr "Ungültig" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7507,13 +7655,21 @@ msgstr "Ungültiger Suchbegriff (nur gerade Zeichenlängen werden unterstützt)" msgid "Invalid title ID." msgstr "Ungültige Titelkennung" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italienisch" @@ -7526,80 +7682,81 @@ msgstr "Italien" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT-Blockverbindung Aus" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT-Blöcke" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Zweig Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FließKomma Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Ganzahl Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LadenSpeichern Fließkomma Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LadenSpeichern Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LadenSpeichern Gekoppelt Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LadenSpeichern lXz Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LadenSpeichern lbzx Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LadenSpeichern lwz Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Aus (JIT-Kern)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Gekoppelt Aus" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT-Register-Cache Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT-SystemRegister Aus" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7608,16 +7765,17 @@ msgstr "" "niemals passieren. Melde bitte diesen Vorfall im Bug-Tracker. Dolphin wird " "jetzt beendet." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japan" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japanisch" @@ -7628,18 +7786,18 @@ msgstr "Japanisch" msgid "Japanese (Shift-JIS)" msgstr "Japanisch (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Fenster immer im Vordergrund" @@ -7669,20 +7827,20 @@ msgstr "Tastatur-Controller" msgid "Keys" msgstr "Tasten" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Spieler hinauswerfen" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Koreanisch" @@ -7711,41 +7869,41 @@ msgstr "LR-Sicherung" msgid "Label" msgstr "Bezeichnung" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Letzter Wert" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Latenz:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Latenz: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Latenz: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Latenz: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Latenz: ~80 ms" @@ -7753,11 +7911,11 @@ msgstr "Latenz: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7816,6 +7974,14 @@ msgstr "" "Links-/Rechtsklick für weitere Optionen.\n" "Mittlere Maustaste zum Leeren." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7849,11 +8015,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "Uploadblock-Geschwindigkeit begrenzen:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listen-Spalten" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listenansicht" @@ -7863,29 +8029,29 @@ msgstr "Lauscht" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "&Ungültige Kartendatei laden..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "&Andere Kartendatei laden..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Lade benutzerdefinierte Texturen" @@ -7893,24 +8059,29 @@ msgstr "Lade benutzerdefinierte Texturen" msgid "Load File" msgstr "Datei laden" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube-Hauptmenü laden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Letzten Spielstand laden" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Ladepfad:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "ROM laden" @@ -7918,137 +8089,132 @@ msgstr "ROM laden" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Spielstand laden" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Zuletzt gespeicherten Spielstand 1 laden" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Zuletzt gespeicherten Spielstand 10 laden" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Zuletzt gespeicherten Spielstand 2 laden" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Zuletzt gespeicherten Spielstand 3 laden" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Zuletzt gespeicherten Spielstand 4 laden" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Zuletzt gespeicherten Spielstand 5 laden" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Zuletzt gespeicherten Spielstand 6 laden" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Zuletzt gespeicherten Spielstand 7 laden" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Zuletzt gespeicherten Spielstand 8 laden" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Zuletzt gespeicherten Spielstand 9 laden" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Spielstand in Slot 1 laden" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Spielstand in Slot 10 laden" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Spielstand in Slot 2 laden" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Spielstand in Slot 3 laden" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Spielstand in Slot 4 laden" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Spielstand in Slot 5 laden" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Spielstand in Slot 6 laden" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Spielstand in Slot 7 laden" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Spielstand in Slot 8 laden" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Spielstand in Slot 9 laden" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Spielstand von Datei laden" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Spielstand vom ausgewählten Slot laden" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Spielstand von Slot laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii-Systemmenü laden %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Spielstand vom ausgewählten Slot laden" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Lade von Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Kartendatei laden" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Laden..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Geladene Symbole von '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8058,34 +8224,34 @@ msgstr "" "User/Load/DynamicInputTextures/<game_id>/.

Im " "Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Lokal" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8094,19 +8260,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Protokollkonfiguration" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Anmelden" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "JIT-Anweisungsabdeckung protokollieren" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Abmelden" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Protokolliert Renderzeit in Datei" @@ -8118,31 +8285,43 @@ msgstr "Log-Typen" msgid "Logger Outputs" msgstr "Logger-Ausgabe" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Anmeldung fehlgeschlagen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Die Verbindung zum NetPlay-Server wurde getrennt..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Niedrig" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Niedrigste" @@ -8172,27 +8351,31 @@ msgstr "Magie" msgid "Main Stick" msgstr "Main Stick" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -8200,18 +8383,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Hersteller" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Hersteller:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8223,16 +8406,16 @@ msgstr "" "machen, die die korrekte Nebelemulation benötigen." "

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "NAND verwalten" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Mapping" @@ -8240,15 +8423,19 @@ msgstr "Mapping" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Übereinstimmung gefunden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Maximaler Puffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Maximale Puffergröße auf %1 geändert" @@ -8257,12 +8444,12 @@ msgstr "Maximale Puffergröße auf %1 geändert" msgid "Maximum tilt angle." msgstr "Maximaler Neigungswinkel." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Kann zu Verlangsamung im Wii-Menü und einigen Spielen führen." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Mittel" @@ -8278,7 +8465,7 @@ msgstr "Speicherhaltepunkt" msgid "Memory Card" msgstr "Speicherkarte" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Speicherkartenverwaltung" @@ -8286,7 +8473,7 @@ msgstr "Speicherkartenverwaltung" msgid "Memory Card Path:" msgstr "Speicherkartenpfad:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Speicherüberschreibung" @@ -8308,7 +8495,7 @@ msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" "MemoryCard: Schreibvorgang mit ungültiger Zieladresse aufgerufen ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8320,33 +8507,41 @@ msgstr "" "Vorgang ist nicht umkehrbar, daher wird empfohlen, dass du Sicherungen " "beider NANDs behälst. Bist du sicher, dass du fortfahren möchtest?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Sonstiges" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Sonstige Einstellungen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8357,7 +8552,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Nichtübereinstimmung zwischen internen Datenstrukturen." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8377,7 +8572,7 @@ msgstr "" msgid "Modifier" msgstr "Modifikator" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8392,20 +8587,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Module gefunden: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Geld:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8417,11 +8612,11 @@ msgstr "Monoskopische Schatten" msgid "Monospaced Font" msgstr "Proportionale Schriftart" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Bewegungseingabe" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Bewegungssimulation" @@ -8430,16 +8625,16 @@ msgstr "Bewegungssimulation" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Mauszeigersichtbarkeit" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Bewegen" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Film" @@ -8450,7 +8645,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8459,14 +8654,24 @@ msgstr "" msgid "Multiplier" msgstr "Multiplikator" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "N&ein zu allen" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND-Prüfung" @@ -8475,8 +8680,8 @@ msgstr "NAND-Prüfung" msgid "NKit Warning" msgstr "NKit-Warnung" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8485,7 +8690,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8502,8 +8707,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8516,11 +8721,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Name" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Name für ein neues Tag:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Name des Tag, das entfernt werden soll:" @@ -8529,10 +8734,10 @@ msgid "Name of your session shown in the server browser" msgstr "Name deiner Sitzung im Server-Browser" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Name:" @@ -8546,7 +8751,7 @@ msgstr "Nativ (640x528)" msgid "Native GCI File" msgstr "Native GCI-Datei" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8562,27 +8767,27 @@ msgstr "NetPlay-Einrichtung" msgid "Netherlands" msgstr "Niederlande" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Netzwerk" @@ -8590,7 +8795,7 @@ msgstr "Netzwerk" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Nie" @@ -8599,7 +8804,7 @@ msgid "Never Auto-Update" msgstr "Niemals automatisch updaten" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Neu" @@ -8624,7 +8829,7 @@ msgstr "Neue Suche" msgid "New Tag..." msgstr "Neues Tag..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Neue identität erzeugt." @@ -8632,30 +8837,32 @@ msgstr "Neue identität erzeugt." msgid "New instruction:" msgstr "Neue Anweisung:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Neues Tag" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Nächstes Spielprofil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Nächste Übereinstimmung" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Nächstes Profil" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Nickname is too long." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Spitzname:" @@ -8677,21 +8884,21 @@ msgstr "Keine Ausrichtung" msgid "No Audio Output" msgstr "Keine Audioausgabe" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Keine Komprimierung" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Keine Übereinstimmung" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8712,15 +8919,15 @@ msgstr "Keine Fehler." msgid "No extension selected." msgstr "Keine Erweiterung ausgewählt." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Keine Datei geladen / aufgezeichnet." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Es läuft kein Spiel." @@ -8733,23 +8940,23 @@ msgstr "" msgid "No input" msgstr "Keine Eingabe" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Es wurden keine Probleme festgestellt." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "Keine Pfade in der M3U-Datei \"{0}\" gefunden." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Es wurden keine Probleme gefunden." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8764,7 +8971,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Keine Profile für Spieleinstellung '{0}' gefunden" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Keine Aufnahme geladen." @@ -8780,7 +8987,7 @@ msgstr "" "Desynchronisationen zu vermeiden" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8798,7 +9005,7 @@ msgstr "Nordamerika" msgid "Not Set" msgstr "Nicht Festgelegt" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Nicht alle Spieler besitzen das Spiel. Möchten Sie trotzdem starten?" @@ -8818,7 +9025,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Nicht gefunden" @@ -8845,11 +9052,6 @@ msgstr "Hinweis" msgid "Null" msgstr "Null" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "AnzAusf" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8875,13 +9077,13 @@ msgid "Nunchuk Stick" msgstr "Nunchuck-Stick" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objekt %1" @@ -8933,7 +9135,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Objektreichweite" @@ -8954,18 +9156,18 @@ msgstr "" msgid "On" msgstr "Ein" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Bei Bewegung" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8980,7 +9182,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online-&Dokumentation" @@ -8988,7 +9190,7 @@ msgstr "Online-&Dokumentation" msgid "Only Show Collection" msgstr "Nur Sammlung anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -8996,7 +9198,7 @@ msgstr "" "Nur Symbole anhängen mit dem Präfix:\n" "(Leer für alle Symbole)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9015,18 +9217,22 @@ msgstr "Öffnen" msgid "Open &Containing Folder" msgstr "Über&geordneten Ordner öffnen" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "&Benutzerordner öffnen" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Verzeichnis öffnen..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "FIFO-Log öffnen" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -9090,34 +9296,34 @@ msgstr "Orange" msgid "Orbital" msgstr "Orbital" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9127,16 +9333,16 @@ msgstr "Andere" msgid "Other Partition (%1)" msgstr "Andere Partition (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Tastenkürzel anderer Spielstand" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Verwaltung anderer Spielstand" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Anderes Spiel..." @@ -9144,7 +9350,7 @@ msgstr "Anderes Spiel..." msgid "Output" msgstr "Ausgabe" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -9152,16 +9358,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Überschrieben" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Eingabeau&fzeichnung wiedergeben..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9174,23 +9380,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG-Komprimierungsstufe" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG-Komprimierungsstufe:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG-Bilddatei (*.png);; Alle Dateien (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC-Größe" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Host" @@ -9203,7 +9418,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pads" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parameter" @@ -9224,7 +9439,7 @@ msgstr "Passiv" msgid "Passthrough a Bluetooth adapter" msgstr "Bluetooth-Adapter durchleiten" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Passwort" @@ -9249,7 +9464,7 @@ msgstr "Patch-Name" msgid "Patches" msgstr "Patches" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Pfad:" @@ -9262,23 +9477,23 @@ msgstr "Pfade" msgid "Pause" msgstr "Pause" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pause am Filmende" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pausieren wenn der Fokus verloren wird" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9286,7 +9501,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9311,7 +9526,7 @@ msgstr "Spitzengeschwindigkeit von nach außen gerichteten Schwenkbewegungen." msgid "Per-Pixel Lighting" msgstr "Per-Pixel Lighting" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Online-Systemaktualisierung durchführen" @@ -9319,15 +9534,15 @@ msgstr "Online-Systemaktualisierung durchführen" msgid "Perform System Update" msgstr "Systemaktualisierung durchführen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -9341,15 +9556,15 @@ msgstr "Physikalisch" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Wähle eine Debug-Schriftart" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9361,8 +9576,8 @@ msgstr "Nicken abwärts" msgid "Pitch Up" msgstr "Nicken aufwärts" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plattform" @@ -9370,11 +9585,11 @@ msgstr "Plattform" msgid "Play" msgstr "Start" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Abspielen / Aufnahme" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Aufnahme abspielen" @@ -9382,11 +9597,11 @@ msgstr "Aufnahme abspielen" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Wiedergabeoptionen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Spieler" @@ -9415,24 +9630,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Spieler" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Spielzeit:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9465,13 +9685,13 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Mögliche Desynchronisation erkannt: %1 wurde wahrscheinlich auf Frame %2 " "desynchronisiert" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Nachbearbeitungseffekt" @@ -9492,11 +9712,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Benutzerdefinierte Texturen vorladen" @@ -9524,7 +9744,7 @@ msgstr "" msgid "Presets" msgstr "Voreinstellungen" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Sync-Taste drücken" @@ -9533,7 +9753,7 @@ msgstr "Sync-Taste drücken" msgid "Pressure" msgstr "Druck" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9547,18 +9767,19 @@ msgstr "" "

Nicht empfohlen, nur verwenden, wenn die anderen " "Optionen schlechte Ergebnisse liefern." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Vorheriges Spielprofil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Vorherige Übereinstimmung" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Vorheriges Profil" @@ -9580,7 +9801,7 @@ msgstr "Privat und öffentlich" msgid "Problem" msgstr "Problem" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9588,7 +9809,7 @@ msgstr "" "Es wurden Probleme mit hohem Schweregrad gefunden. Das Spiel wird " "höchstwahrscheinlich überhaupt nicht funktionieren." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9596,7 +9817,7 @@ msgstr "" "Es wurden Probleme mit geringem Schweregrad gefunden. Jedoch werden sie das " "Spiel wahrscheinlich nicht am Starten hindern." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9608,20 +9829,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Programmzähler" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Fortschritt" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9631,11 +9852,11 @@ msgstr "" msgid "Public" msgstr "Öffentlich" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Spielelisten Cache leeren" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9647,26 +9868,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "QT_LAYOUT_DIRECTION" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Quality of Service (QoS) konnte nicht aktiviert werden." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Quality of Service (QoS) wurde erfolgreich aktiviert." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "Qualität des DPLII-Decoders. Audiolatenz steigt mit Qualität." #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Frage" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Beenden" @@ -9687,11 +9908,11 @@ msgstr "R-Analog" msgid "READY" msgstr "BEREIT" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-Module" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Automatische RSO-Erkennung" @@ -9724,17 +9945,21 @@ msgstr "Rang %1" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "Anweisung er&setzen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lesen" @@ -9757,7 +9982,7 @@ msgstr "Nur Lesen" msgid "Read or Write" msgstr "Lesen oder Schreiben" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Nur-Lese-Modus" @@ -9773,7 +9998,7 @@ msgstr "Reale Wiimote" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9783,23 +10008,27 @@ msgstr "" msgid "Recenter" msgstr "Nachzentrieren" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Aufnahme" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Eingaben aufzeichnen" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Aufzeichnung" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Aufnahmeoptionen" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Aufzeichnung..." @@ -9816,7 +10045,7 @@ msgstr "Rot links" msgid "Red Right" msgstr "Rot rechts" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9840,7 +10069,6 @@ msgstr "Redump.org Status:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9855,11 +10083,11 @@ msgstr "" msgid "Refresh Game List" msgstr "Spieleliste aktualisieren" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9868,8 +10096,8 @@ msgstr "" msgid "Refreshing..." msgstr "Aktualisiere..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9890,7 +10118,8 @@ msgstr "Relative Eingabe" msgid "Relative Input Hold" msgstr "Relative Eingabe halten" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9902,7 +10131,7 @@ msgstr "Erinnere mich später" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Entfernen" @@ -9919,7 +10148,7 @@ msgstr "Junk-Daten entfernen (unwiederruflich):" msgid "Remove Tag..." msgstr "Tag entfernen..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Tag entfernen" @@ -9933,20 +10162,20 @@ msgstr "" "Speicherplatz gespart (es sei denn, du packst die ISO-Datei anschließend in " "ein komprimiertes Dateiformat wie ZIP). Möchtest du trotzdem fortfahren?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Symbol umbenennen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Renderfenster" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Im Hauptfenster rendern" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -9954,6 +10183,16 @@ msgstr "" "Rendert die Szene als Drahtgittermodell.

Im Zweifel " "deaktiviert lassen." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Bericht: GCIFolder Schreibe zu nicht zugewiesener Block {0:#x}" @@ -9962,15 +10201,15 @@ msgstr "Bericht: GCIFolder Schreibe zu nicht zugewiesener Block {0:#x}" msgid "Request to Join Your Party" msgstr "Anfrage deiner Gruppe beizutreten" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9981,7 +10220,7 @@ msgstr "Zurücksetzen" msgid "Reset All" msgstr "Alles zurücksetzen" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -10005,7 +10244,7 @@ msgstr "Übergangseinstellungen zurücksetzen." msgid "Reset Values" msgstr "Werte zurücksetzen" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Sichtfeld zurücksetzen" @@ -10013,7 +10252,7 @@ msgstr "Sichtfeld zurücksetzen" msgid "Reset all saved Wii Remote pairings" msgstr "Alle gespeicherten Wiimote-Kopplungen zurücksetzen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -10025,7 +10264,7 @@ msgstr "Ressourcenpaketverwaltung" msgid "Resource Pack Path:" msgstr "Ressourcenpaket-Pfad:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Neustart erforderlich" @@ -10033,11 +10272,11 @@ msgstr "Neustart erforderlich" msgid "Restore Defaults" msgstr "Standard wiederherstellen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "Anweisung wiederherstellen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Erneut versuchen" @@ -10046,7 +10285,7 @@ msgstr "Erneut versuchen" msgid "Return Speed" msgstr "Rücklaufgeschwindigkeit" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revision" @@ -10054,7 +10293,7 @@ msgstr "Revision" msgid "Revision: %1" msgstr "Revision: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10105,11 +10344,11 @@ msgstr "Rollen links" msgid "Roll Right" msgstr "Rollen rechts" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "Raum-ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Drehung" @@ -10118,7 +10357,7 @@ msgstr "Drehung" msgid "Rotation applied at extremities of swing." msgstr "Rotation am Ende des Schwungs." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10127,7 +10366,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10139,6 +10378,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10164,20 +10412,25 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Bis &hier ausführen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -10188,23 +10441,23 @@ msgstr "" msgid "Russia" msgstr "Russland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD-Karte" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SD-Karten-Dateigröße" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD-Kartenabbild (*.raw);;Alle Dateien (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD-Karten-Pfad:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD-Karten-Einstellungen" @@ -10212,7 +10465,7 @@ msgstr "SD-Karten-Einstellungen" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -10247,11 +10500,11 @@ msgstr "SSL-Kontext" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Code speich&ern" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "S&pielstand speichern" @@ -10263,7 +10516,7 @@ msgstr "Sicher" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10273,28 +10526,40 @@ msgstr "Speichern" msgid "Save All" msgstr "Alle speichern" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Export speichern" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "FIFO-Log speichern" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Datei speichern unter" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10305,15 +10570,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Import speichern" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Ältesten Spielstand überschreiben" @@ -10321,73 +10590,77 @@ msgstr "Ältesten Spielstand überschreiben" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Spielstand speichern" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "In Slot 1 speichern" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "In Slot 10 speichern" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "In Slot 2 speichern" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "In Slot 3 speichern" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "In Slot 4 speichern" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "In Slot 5 speichern" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "In Slot 6 speichern" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "In Slot 7 speichern" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "In Slot 8 speichern" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "In Slot 9 speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Spielstand in Datei speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Spielstand in ältesten Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Spielstand im ausgewählten Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Spielstand in Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Symbolkarte speichern &als..." @@ -10395,7 +10668,7 @@ msgstr "Symbolkarte speichern &als..." msgid "Save Texture Cache to State" msgstr "Texturen-Cache in Spielstand speichern" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Spielstand speichern und laden" @@ -10403,15 +10676,11 @@ msgstr "Spielstand speichern und laden" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Speichern unter..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Kombinierte Ausgabedatei speichern als" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10425,23 +10694,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Kartendatei speichern" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Signaturdatei speichern" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Spielstand im ausgewählten Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Spielstand in Slot %1 - %2 speichern" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Speichern..." @@ -10463,7 +10724,7 @@ msgstr "Spielstandfilm {0} ist fehlerhaft, breche die Filmaufnahme ab..." msgid "Scaled EFB Copy" msgstr "Skalierte EFB-Kopie" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10472,8 +10733,8 @@ msgid "ScrShot" msgstr "ScrShot" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Suche" @@ -10482,7 +10743,7 @@ msgstr "Suche" msgid "Search Address" msgstr "Adresse suchen" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Derzeitiges Objekt suchen" @@ -10494,13 +10755,13 @@ msgstr "Unterordner durchsuchen" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Suche nach einer Anweisung" @@ -10508,7 +10769,7 @@ msgstr "Suche nach einer Anweisung" msgid "Search games..." msgstr "Suche Spiele..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Suchanweisung" @@ -10543,9 +10804,9 @@ msgstr "Auswählen" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10554,7 +10815,7 @@ msgid "Select Dump Path" msgstr "Dump-Pfad auswählen" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Export-Verzeichnis auswählen" @@ -10562,18 +10823,22 @@ msgstr "Export-Verzeichnis auswählen" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Letzten Spielstand auswählen" @@ -10582,6 +10847,10 @@ msgstr "Letzten Spielstand auswählen" msgid "Select Load Path" msgstr "Ladepfad auswählen" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Ressourcenpaket-Pfad auswählen" @@ -10590,6 +10859,14 @@ msgstr "Ressourcenpaket-Pfad auswählen" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10598,58 +10875,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Slot %1 - %2 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Spielstand auswählen" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Spielstand-Slot auswählen" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Slot 1 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Slot 10 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Slot 2 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Slot 3 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Slot 4 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Slot 5 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Slot 6 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Slot 7 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Slot 8 auswählen" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Slot 9 auswählen" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "WFS-Pfad auswählen" @@ -10663,29 +10944,25 @@ msgstr "Wii-NAND-Root auswählen" msgid "Select a Directory" msgstr "Verzeichnis auswählen" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Datei auswählen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Spiel auswählen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "SD-Kartenabbild auswählen" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10693,19 +10970,15 @@ msgstr "" msgid "Select a game" msgstr "Spiel auswählen" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Wähle einen Titel zum Installieren in den NAND aus." - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Wählen Sie die RSO-Moduladresse aus:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10713,36 +10986,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Wähle die Schlüsseldateien (OTP/SEEPROM Dump)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Wii-Spielstand auswählen" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Wähle aus, wo das konvertierte Abbild gespeichert werden soll" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Wähle aus, wo die konvertierten Abbilder gespeichert werden sollen" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Ausgewählte Schriftart" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Ausgewähltes Controller-Profil existiert nicht" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Das gewählte Spiel existiert nicht in der Spieleliste!" @@ -10754,13 +11010,13 @@ msgstr "Ausgewählter Thread-Aufrufstapel" msgid "Selected thread context" msgstr "Ausgewählter Thread-Kontext" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -10768,7 +11024,7 @@ msgstr "" "Wählt ein Anzeigegerät aus.

Im Zweifel, wähle das " "Erste." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10787,7 +11043,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10806,7 +11062,7 @@ msgstr "" "
Passiv ist eine andere Art von 3D, die von einigen Fernsehern verwendet " "wird.

Im Zweifel Aus auswählen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10828,24 +11084,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Senden" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Position der Sensorleiste:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10864,7 +11150,7 @@ msgstr "Server-IP-Adresse" msgid "Server Port" msgstr "Server-Port" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Server hat Übergangsversuch abgelehnt." @@ -10872,44 +11158,40 @@ msgstr "Server hat Übergangsversuch abgelehnt." msgid "Set &Value" msgstr "&Wert zuweisen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "PC zuweisen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Als &Standard-ISO festlegen" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Lege eine Speicherkarten-Datei für Slot A fest" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Lege eine Speicherkarten-Datei für Slot B fest" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Symbol-&Endadresse festlegen" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "&Symbolgröße festlegen" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Symbol-Endadresse festlegen" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Symbolgröße festlegen (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10919,28 +11201,35 @@ msgstr "" "Spiele.\n" "Funktioniert nicht bei allen Spielen." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Stellt die Wii Systemsprache ein." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10950,13 +11239,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Einstellungen" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMem: setting.txt kann nicht erstellt werden" @@ -10964,7 +11253,7 @@ msgstr "SetupWiiMem: setting.txt kann nicht erstellt werden" msgid "Severity" msgstr "Schweregrad" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Shader-Kompilierung" @@ -10986,228 +11275,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Shinkansen-Controller" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "&Log anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "&Werkzeugleiste anzeigen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Aktiven Titel in Fenstertitel anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Alles anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Australien anzeigen" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Zeige momentanes Spiel auf Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL anzeigen" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "FPS anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Bildzähler anzeigen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Frankreich anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Deutschland anzeigen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Golf-Modus-Überlagerung anzeigen" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Eingabebildschirm anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Italien anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "JPN anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korea anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Lag-Zähler anzeigen" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Anzeigesprache:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Protokoll&konfiguration anzeigen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "NetPlay-Nachrichten anzeigen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "NetPlay-Ping anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Niederlande anzeigen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Bildschirmnachrichten zeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL anzeigen" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "PC anzeigen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Plattformen anzeigen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Regionen anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Russland anzeigen" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Spanien anzeigen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Statistiken anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Systemuhr anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwan anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Unbekannte anzeigen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "VPS anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Welt anzeigen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Im &Speicher anzeigen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Im Code anzeigen" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Im Speicher anzeigen" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Im Code anzeigen" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Im Speicher anzeigen" @@ -11215,19 +11508,15 @@ msgstr "Im Speicher anzeigen" msgid "Show in server browser" msgstr "Im Server-Browser anzeigen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "&Ziel im Speicher anzeigen" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11236,67 +11525,67 @@ msgstr "" "Desynchronisierungswarnungen an.

Im Zweifel " "deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Im Zweifel " "deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11314,13 +11603,13 @@ msgstr "" "Zeigt beim Spielen mit NetPlay den maximalen Ping eines Spielers an." "

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11328,6 +11617,14 @@ msgstr "" "Zeigt verschiedene Rendering-Statistiken an.

Im " "Zweifel deaktiviert lassen." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Nebeneinander" @@ -11344,7 +11641,7 @@ msgstr "Seitwärts umschalten" msgid "Sideways Wii Remote" msgstr "Wiimote seitwärts" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signaturendatenbank" @@ -11368,7 +11665,7 @@ msgid "Signed Integer" msgstr "Signiertes Integer" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Chinesisch (Vereinfacht)" @@ -11385,7 +11682,7 @@ msgstr "Sechs Achsen" msgid "Size" msgstr "Größe" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11393,11 +11690,11 @@ msgstr "" "Größe des Dehnungspuffers in Millisekunden. Zu niedrige Werte können zu " "Audioknistern führen." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Überspringen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11413,7 +11710,7 @@ msgstr "Hauptmenü überspringen" msgid "Skip Presenting Duplicate Frames" msgstr "Präsentation von doppelten Frames überspringen" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11498,11 +11795,11 @@ msgstr "Sockel Tabelle" msgid "Software Renderer" msgstr "Software-Renderer" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Einige der Daten konnten nicht gelesen werden." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11518,12 +11815,12 @@ msgstr "" "Einige der angegebenen Werte sind ungültig.\n" "Bitte überprüfe die markierten Werte." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Alphabetisch sortieren" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Klang:" @@ -11537,7 +11834,7 @@ msgstr "Spanien" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spanisch" @@ -11545,11 +11842,11 @@ msgstr "Spanisch" msgid "Speaker Pan" msgstr "Lautsprecherregler" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Lautsprecher-Lautstärke" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11557,7 +11854,7 @@ msgstr "" msgid "Specific" msgstr "Spezifisch" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11570,12 +11867,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Geschwindigkeit" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11594,33 +11895,37 @@ msgstr "Stapelstart" msgid "Standard Controller" msgstr "Standard-Controller" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "&NetPlay starten..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Aufzeichnung der Eingabe starten" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Aufnahme starten" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Im Vollbildmodus starten" @@ -11632,7 +11937,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Spiel gestartet" @@ -11655,52 +11960,52 @@ msgstr "Schritt" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Schritt hinein" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Schritt heraus" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Schritt über" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Schritt heraus erfolgreich!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Zeitüberschreitung bei Schritt heraus!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Schritt über in Bearbeitung..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Schritt erfolgreich!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Schrittweite" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Stereoskopischer 3D-Modus" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Stereoskopischer 3D-Modus:" @@ -11721,16 +12026,20 @@ msgid "Stick" msgstr "Stick" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Stopp" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Wiedergabe/Aufzeichnung der Eingabe stoppen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Spiel gestoppt" @@ -11772,11 +12081,11 @@ msgstr "" "Texturen) ablegen

Im Zweifel aktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "An Fenstergröße anpassen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Strikte Einstellungs-Synchronisation" @@ -11790,11 +12099,11 @@ msgstr "Zeichenkette" msgid "Strum" msgstr "Klimpern" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Stil:" @@ -11805,18 +12114,18 @@ msgstr "Stil:" msgid "Stylus" msgstr "Eingabestift" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Erfolg" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Erfolgreich zum NetPlay-Index hinzugefügt" @@ -11826,7 +12135,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n Abbild(er) erfolgreich konvertiert." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "'%1' wurde erfolgreich gelöscht." @@ -11839,24 +12148,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "Spielstände wurden erfolgreich exportiert" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Zertifikate aus NAND erfolgreich extrahiert" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Datei erfolgreich extrahiert." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Systemdaten erfolgreich extrahiert." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Spielstand wurde erfolgreich importiert." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Der Titel wurde erfolgreich in den NAND installiert." @@ -11879,12 +12188,12 @@ msgstr "Unterstützung" msgid "Supported file formats" msgstr "Unterstützte Dateiformate" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Unterstützt SD und SDHC. Standardgröße ist 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround" @@ -11892,7 +12201,7 @@ msgstr "Surround" msgid "Suspended" msgstr "Ausgesetzt" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Augen vertauschen" @@ -11907,7 +12216,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11930,22 +12239,31 @@ msgstr "Zu A wechseln" msgid "Switch to B" msgstr "Zu B wechseln" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Symbol (%1) Endadresse:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "Symbolname:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbole" @@ -11953,7 +12271,7 @@ msgstr "Symbole" msgid "Sync" msgstr "Synchronisieren" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "AR/Gecko-Codes synchronisieren" @@ -11973,43 +12291,43 @@ msgstr "" "Synchronisiert die GPU- und CPU-Threads, um zufällige Abstürze im Doppelkern-" "Modus zu vermeiden. (EIN = Kompatibel, AUS = Schnell)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "AR-Codes synchronisieren..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Gecko-Codes synchronisieren..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Synchronisiere Spielstände..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Systemsprache:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS-Eingabe" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS-Werkzeuge" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tags" @@ -12027,15 +12345,15 @@ msgstr "Schweif" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Screenshot erstellen" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12051,9 +12369,9 @@ msgstr "Tech" msgid "Test" msgstr "Testen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -12062,15 +12380,15 @@ msgstr "" msgid "Texture Cache" msgstr "Texturen-Cache" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Texturen-Cache-Genauigkeit" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Texturdump" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Texturfilterung" @@ -12078,7 +12396,7 @@ msgstr "Texturfilterung" msgid "Texture Filtering:" msgstr "Texturfilterung:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Texturenformat-Überlagerung" @@ -12099,11 +12417,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "Die H3-Hash-Tabelle für die {0} Partition ist nicht korrekt." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "Die IPL-Datei ist kein bekannter guter Dump. (CRC32: {0:x})" @@ -12113,11 +12431,11 @@ msgstr "Die IPL-Datei ist kein bekannter guter Dump. (CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "Die Partitionen der Meisterstücke fehlen." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12125,22 +12443,22 @@ msgstr "" "Das NAND konnte nicht repariert werden. Es wird empfohlen, deine aktuellen " "Daten zu sichern und mit einem frischen NAND neu anzufangen." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "Das NAND wurde repariert." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12156,7 +12474,7 @@ msgstr "Die Kanalpartition fehlt." msgid "The data partition is missing." msgstr "Die Datenpartition fehlt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12167,7 +12485,7 @@ msgstr "" "sein, mit jemandem Eingabeaufzeichnungen zu teilen und NetPlay zu benutzen, " "der einen guten Dump verwendet." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12262,7 +12580,7 @@ msgstr "" "Die Datei %1 existiert bereits.\n" "Soll diese Datei ersetzt werden?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12293,14 +12611,14 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Das Dateisystem ist ungültig oder konnte nicht gelesen werden." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." @@ -12308,15 +12626,15 @@ msgstr "" "Das Format, in dem das Disc-Abbild gespeichert wird, enthält nicht die Größe " "des Disc-Abbilds." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "Die Spiel-ID ist inkonsistent." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "Die Spiel-ID ist ungewöhnlich kurz." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "Die Spiel-ID ist {0}, sollte aber {1} sein." @@ -12324,7 +12642,7 @@ msgstr "Die Spiel-ID ist {0}, sollte aber {1} sein." msgid "The game disc does not contain any usable update information." msgstr "Die Spieldisc enthält keine verwendbaren Updateinformationen." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Das Spiel läuft gerade." @@ -12338,7 +12656,7 @@ msgstr "" "Probleme mit dem Hauptmenü zu vermeiden, sind Updates der emulierten Konsole " "mit dieser Disc nicht möglich." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12352,21 +12670,21 @@ msgstr "" "\n" "(MSAA mit {0} Samples im Standard-Bildspeicher)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Die Hashes stimmen nicht überein!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Die Hashes stimmen überein!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12378,11 +12696,11 @@ msgstr "" msgid "The install partition is missing." msgstr "Die Installationspartition fehlt." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12396,7 +12714,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -12404,8 +12722,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Das Profil '%1' existiert nicht" @@ -12414,7 +12732,7 @@ msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" "Das aufgenommene Spiel ({0}) ist nicht das gleiche gewählte Spiel ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12435,21 +12753,21 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" "Die NetPlay-Versionen des Servers und des Clients sind nicht kompatibel." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "Der Server ist voll." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "Der Server sendete einen unbekannten Fehler." @@ -12467,16 +12785,16 @@ msgstr "" "auswählen." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" "Der angegebene gemeinsame Schlüsselindex ist {0}, sollte aber {1} sein." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "Die ausgewählte Datei \"{0}\" existiert nicht" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12487,31 +12805,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "Das Ticket ist nicht korrekt signiert." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Der Typ einer Partition konnte nicht gelesen werden." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12524,7 +12842,7 @@ msgstr "" "Die Aktualisierung wurde abgebrochen. Es wird dringend empfohlen, es " "abzuschließen, um inkonsistente Systemsoftwareversionen zu vermeiden." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" "Die Update-Partition enthält nicht das von diesem Titel verwendete IOS." @@ -12533,33 +12851,33 @@ msgstr "" msgid "The update partition is missing." msgstr "Die Updatepartition fehlt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "Die Update-Partition ist nicht in der normalen Position." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "Die {0} Partition hat kein gültiges Dateisystem." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "Die {0} Partition scheint keine gültigen Daten zu enthalten." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "Die {0} Partition ist not korrekt signiert. " -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "Die {0} Partition ist nicht richtig ausgerichtet." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12574,8 +12892,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12615,7 +12933,7 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -12624,7 +12942,7 @@ msgstr "" "koreanischen Konsolen verwendet wird. Dies führt wahrscheinlich zu ERROR " "#002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12648,26 +12966,26 @@ msgstr "" "Dieser Action-Replay-Simulator unterstützt keine Codes, die Action Replay " "selbst verändern können." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Dies kann nicht ruckgängig gemacht werden!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "Dieses Debug-Disc-Abbild hat die Größe eines Verkaufs-Disc-Abbilds." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Dieses Disc-Abbild hat eine ungewöhnliche Größe." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -12678,7 +12996,7 @@ msgstr "" "Lage sein, mit jemandem Eingabeaufzeichnungen zu teilen und NetPlay zu " "benutzen, der einen guten Dump verwendet." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12690,7 +13008,7 @@ msgstr "" "wird. Der CRC32 dieser Datei stimmt möglicherweise mit dem CRC32 eines guten " "Dumps überein, obwohl die Dateien nicht identisch sind." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12699,7 +13017,7 @@ msgstr "" "Programm das Disc-Abbild als mehrere Teile gespeichert hat, musst du diese " "in einer Datei zusammenführen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12708,14 +13026,14 @@ msgstr "" "höchstwahrscheinlich, dass es sich um eine Dual-Layer-Disc handelt, die als " "Single-Layer-Disc gedumpt wurde." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12733,7 +13051,7 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "Diese Datei sieht nicht aus wie eine BootMii-NAND-Sicherung." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -12744,7 +13062,7 @@ msgstr "" "werden fehlerhaft sein. Dieses Problem tritt normaler Weise nur bei " "illegalen Kopien von Spielen auf." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -12754,11 +13072,11 @@ msgstr "" "funktionieren, aber deine Grafikkarte oder deine Treiber unterstützen dies " "nicht. Es kann zu Fehlern oder Abstürzen kommen, während dieses Spiel läuft." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Dies ist ein schlechter Dump." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -12766,7 +13084,7 @@ msgstr "" "Dies ist ein schlechter Dump. Das bedeutet nicht unbedingt, dass das Spiel " "nicht richtig läuft." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -12774,11 +13092,11 @@ msgstr "" "Laut Redump.org ist dies ein guter Dump, aber Dolphin hat Probleme gefunden. " "Dies könnte ein Fehler in Dolphin sein." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Dies ist ein guter Dump." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12786,7 +13104,7 @@ msgstr "" msgid "This session requires a password:" msgstr "Diese Sitzung erfordert ein Passwort:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12808,12 +13126,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Dieser Titel kann nicht gebootet werden." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Dieser Titel wird ein ungültiges IOS verwenden." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Dieser Titel wird einen ungültigen gemeinsamen Schlüssel verwenden." @@ -12855,7 +13173,7 @@ msgstr "" "Dieser Wert wird mit der in den Grafikeinstellungen festgelegten Farbtiefe " "multipliziert." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12870,7 +13188,7 @@ msgstr "" "Dies wird die Geschwindigkeit von Uploadblöcken pro Klient begrenzen, die " "für die Speichersynchronisation benutzt werden." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12894,7 +13212,7 @@ msgstr "Threads" msgid "Threshold" msgstr "Schwelle" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12904,6 +13222,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Neigung" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12915,10 +13258,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -12926,25 +13269,29 @@ msgstr "Titel" msgid "To" msgstr "Zu" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Zu:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Vollbildmodus umschalten" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "3D-Anaglyph umschalten" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "3D-Nebeneinander umschalten" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "3D-Übereinander umschalten" @@ -12952,28 +13299,28 @@ msgstr "3D-Übereinander umschalten" msgid "Toggle All Log Types" msgstr "Alle Log-Typen umschalten" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Seitenverhältnis umschalten" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Haltepunkt umschalten" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Zuschneiden umschalten" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Benutzerdefinierte Texturen umschalten" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "EFB-Kopien umschalten" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Nebel umschalten" @@ -12985,35 +13332,39 @@ msgstr "Vollbildmodus umschalten" msgid "Toggle Pause" msgstr "Pause umschalten" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "SD-Karte umschalten" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "EFB-Zugang überspringen umschalten" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Texturdump umschalten" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "USB-Tastatur umschalten" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "XFB-Kopien umschalten" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Sofortigen XFB-Modus umschalten" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Tokenisierung fehlgeschlagen." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -13021,7 +13372,7 @@ msgstr "" msgid "Toolbar" msgstr "Werkzeugleiste" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Oben" @@ -13029,7 +13380,7 @@ msgstr "Oben" msgid "Top-and-Bottom" msgstr "Übereinander" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -13067,12 +13418,12 @@ msgstr "Gesamte Bewegungs-Distanz" msgid "Touch" msgstr "Touch" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chinesisch (Traditionell)" @@ -13092,8 +13443,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Übergangsfehler" @@ -13101,7 +13452,7 @@ msgstr "Übergangsfehler" msgid "Traversal Server" msgstr "Übergangsserver" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Zeitüberschreitung bei der Verbindung vom Übergangsserver zum Host." @@ -13132,7 +13483,7 @@ msgid "Trophy" msgstr "Trophäe" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13158,11 +13509,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "USB-Geräteemulation" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB-Emulation" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "USB-Emulationsgeräte" @@ -13176,7 +13527,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB-Whitelist-Fehler" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13187,7 +13538,7 @@ msgstr "" "Low-End-Hardware.

Im Zweifel diesen Modus wählen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13199,7 +13550,7 @@ msgstr "" "

Nur benutzen, falls Hybrid Ubershader ruckeln und " "du eine sehr leistungsfähige GPU hast." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13213,23 +13564,23 @@ msgstr "" "Kompilierung beseitigt, während die Leistung nur minimal beeinflusst wird. " "Die Ergebnisse hängen jedoch vom Verhalten des Grafiktreibers ab." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Konnte RSO-Module nicht automatisch erkennen" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -13256,11 +13607,11 @@ msgstr "" "\n" "Möchtest du diese Zeile ignorieren und mit dem Parsen fortfahren?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -13283,11 +13634,11 @@ msgstr "Unkomprimierte GC/Wii-Abbilder (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Spielstand Laden rückgängig machen" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Spielstand Speichern rückgängig machen" @@ -13308,23 +13659,23 @@ msgstr "" "Titels aus dem NAND entfernt, ohne die gespeicherten Daten zu löschen. " "Fortsetzen?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Vereinigte Staaten" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Unbekannt" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Unbekannt (Id:%1 Var:%2)" @@ -13333,11 +13684,11 @@ msgstr "Unbekannt (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Unbekannter DVD-Befehl {0:08x} - fataler Fehler" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13345,11 +13696,11 @@ msgstr "" "Unbekannte SYNC_GECKO_CODES Meldung mit ID:{0} von Spieler:{1} erhalten. " "Spieler wird herausgeworfen!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Unbekannte SYNC_SAVE_DATA Meldung erhalten mit ID: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13357,7 +13708,7 @@ msgstr "" "Unbekannte SYNC_SAVE_DATA Meldung mit ID:{0} von Spieler:{1} erhalten. " "Spieler wird herausgeworfen!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -13377,11 +13728,11 @@ msgstr "Unbekannter Datentyp" msgid "Unknown disc" msgstr "Unbekannte Disc" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Unbekannter Fehler aufgetreten." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Unbekannter Fehler {0:x}" @@ -13389,11 +13740,11 @@ msgstr "Unbekannter Fehler {0:x}" msgid "Unknown error." msgstr "Unbekannter Fehler" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Unbekannte Meldung mit ID:{0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Unbekannte Meldung mit ID:{0} von Spieler:{1} erhalten. Spieler wird " @@ -13410,11 +13761,11 @@ msgstr "Unbekannt(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Unbekannt(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Unbegrenzt" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "ROM entladen" @@ -13422,7 +13773,12 @@ msgstr "ROM entladen" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -13454,7 +13810,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "Unsigniertes Integer" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13465,7 +13821,7 @@ msgid "Up" msgstr "Hoch" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Update" @@ -13522,7 +13878,7 @@ msgstr "Aufrecht umschalten" msgid "Upright Wii Remote" msgstr "Wiimote aufrecht" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Einstellungen zur Berichterstattung von Nutzungsdaten" @@ -13530,15 +13886,19 @@ msgstr "Einstellungen zur Berichterstattung von Nutzungsdaten" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Eingebaute Datenbank von Spielnamen verwenden" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Benutze verlustfreien Codec (FFV1)" @@ -13546,21 +13906,21 @@ msgstr "Benutze verlustfreien Codec (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "PAL60-Modus (EuRGB60) verwenden" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Warnmeldungen anzeigen" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13569,8 +13929,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13611,18 +13971,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Benutzername" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13634,7 +13994,7 @@ msgstr "" "GPU einen ordentlichen Geschwindigkeitsvorteil bringen." "

Im Zweifel aktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -13644,7 +14004,7 @@ msgstr "" "stattdessen ein Renderfenster erstellt.

Im Zweifel " "deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13944,8 +14308,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Warnungen" @@ -14065,7 +14429,14 @@ msgstr "Westeuropäisch (Windows-1252)" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14077,7 +14448,7 @@ msgstr "" "\"Willkürliche Mipmaps erkennen\" in \"Verbesserungen\" aktiviert ist." "

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14089,7 +14460,7 @@ msgstr "" "\"Willkürliche Mipmaps erkennen\" in \"Verbesserungen\" aktiviert ist." "

Im Zweifel aktiviert lassen." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Freigegebene USB-Durchleitungsgeräte" @@ -14097,7 +14468,7 @@ msgstr "Freigegebene USB-Durchleitungsgeräte" msgid "Widescreen Hack" msgstr "Breitbild-Hack" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14121,7 +14492,7 @@ msgstr "Wiimote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14139,7 +14510,7 @@ msgstr "Wiimote-Tasten" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wiimote-Einstellungen" @@ -14159,7 +14530,7 @@ msgstr "Wii TAS-Eingabe %1 - Wiimote" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii TAS-Eingabe %1 - Wiimote + Nunchuk" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii und Wiimote" @@ -14167,15 +14538,15 @@ msgstr "Wii und Wiimote" msgid "Wii data is not public yet" msgstr "Wii-Daten sind noch nicht öffentlich" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii-Spielstände (*.bin);;Alle Dateien (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiTools MEGA-Signaturdatei" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -14184,11 +14555,19 @@ msgstr "" msgid "Window Size" msgstr "Fenstergröße" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -14202,11 +14581,11 @@ msgstr "Weltweit" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Schreiben" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -14239,27 +14618,27 @@ msgstr "Schreibe ins Log und brich ab" msgid "Write to Window" msgstr "In Fenster ausgeben" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Falsche Region" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Falsche Revision" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -14310,14 +14689,14 @@ msgstr "Ja" msgid "Yes to &All" msgstr "Ja zu &allen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14366,7 +14745,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "Du führst die neueste verfügbare Version auf dieser Update-Spur aus." @@ -14414,7 +14793,7 @@ msgstr "Sie müssen einen Namen für Ihre Sitzung angeben!" msgid "You must provide a region for your session!" msgstr "Sie müssen eine Region für Ihre Sitzung angeben!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Sie müssen Dolphin neu starten, damit die Änderungen wirksam werden." @@ -14434,7 +14813,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14452,7 +14831,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3-Code wird nicht unterstützt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -14501,7 +14880,7 @@ msgid "default" msgstr "Standard" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "getrennt" @@ -14517,7 +14896,8 @@ msgstr "errno" msgid "fake-completion" msgstr "fake-completion" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -14584,7 +14964,8 @@ msgstr "sRGB" msgid "this value:" msgstr "dieser Wert:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -14604,25 +14985,25 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Meisterstück)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" "{0} IPL im {1} Verzeichnis gefunden. Die Disc wird möglicherweise nicht " "erkannt" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} konnte Codes nicht synchroniseren." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} konnte nicht synchronisert werden." @@ -14636,7 +15017,7 @@ msgstr "" "von Dolphin" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} von {1} Blöcken. Komprimierungsrate {2}%" diff --git a/Languages/po/dolphin-emu.pot b/Languages/po/dolphin-emu.pot index 0af7e40a01..a767104065 100644 --- a/Languages/po/dolphin-emu.pot +++ b/Languages/po/dolphin-emu.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -25,7 +25,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -33,6 +33,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -41,7 +47,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -76,16 +82,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -101,16 +107,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -130,7 +136,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -141,11 +147,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -158,38 +164,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -197,13 +203,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -215,30 +221,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -246,11 +252,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -266,7 +276,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -279,25 +289,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -323,36 +333,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -360,15 +370,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -376,15 +390,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -392,50 +406,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -443,14 +458,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -467,41 +486,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "" @@ -521,19 +540,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "" @@ -541,15 +560,15 @@ msgstr "" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -559,23 +578,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -583,7 +606,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -592,23 +615,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "" @@ -616,7 +643,7 @@ msgstr "" msgid "&Properties" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -624,7 +651,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "" @@ -632,29 +659,29 @@ msgstr "" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -662,31 +689,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "" @@ -696,21 +727,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -722,38 +753,30 @@ msgstr "" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -770,7 +793,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -779,7 +802,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -840,7 +863,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -848,7 +871,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -860,7 +883,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -896,19 +919,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -924,7 +947,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -932,7 +955,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1021,15 +1044,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1059,8 +1082,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1078,7 +1101,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1088,7 +1111,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1104,7 +1127,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1129,7 +1152,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1171,8 +1194,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1248,7 +1271,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1264,7 +1287,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1272,7 +1295,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "" @@ -1299,11 +1322,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1322,28 +1345,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1362,14 +1384,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1387,7 +1409,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1395,7 +1417,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1422,7 +1444,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1478,7 +1500,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1486,7 +1508,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1495,7 +1517,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1504,8 +1526,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1517,27 +1539,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1555,7 +1577,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1577,7 +1599,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1591,7 +1613,7 @@ msgstr "" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1603,25 +1625,25 @@ msgstr "" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1629,19 +1651,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1649,10 +1671,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1661,16 +1691,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "" @@ -1678,8 +1708,8 @@ msgstr "" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1690,7 +1720,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1711,11 +1741,11 @@ msgstr "" msgid "Audio" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1731,7 +1761,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "" @@ -1740,11 +1770,15 @@ msgstr "" msgid "Auto (Multiple of 640x528)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1752,7 +1786,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1760,20 +1794,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1785,7 +1830,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1816,19 +1861,19 @@ msgstr "" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "" @@ -1837,20 +1882,20 @@ msgstr "" msgid "Background Input" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1858,28 +1903,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "" @@ -1895,11 +1940,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "" @@ -1947,7 +1992,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1959,13 +2004,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -1997,67 +2042,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2069,23 +2114,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2102,7 +2147,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2112,19 +2157,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2133,30 +2178,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2190,24 +2235,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2252,7 +2297,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2260,11 +2305,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "" @@ -2272,11 +2317,11 @@ msgstr "" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2287,7 +2332,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2295,11 +2340,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2333,51 +2378,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2389,23 +2434,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2413,13 +2458,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2437,7 +2482,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2445,7 +2490,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "" @@ -2453,7 +2498,7 @@ msgstr "" msgid "Change Disc" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2461,13 +2506,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2485,7 +2530,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2497,7 +2542,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "" @@ -2505,7 +2550,7 @@ msgstr "" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "" @@ -2513,7 +2558,7 @@ msgstr "" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2525,13 +2570,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2543,28 +2588,28 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" msgstr "" #. i18n: Refers to emulated wii remote movements. @@ -2584,17 +2629,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2602,11 +2648,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2615,7 +2661,7 @@ msgstr "" msgid "Close" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2623,11 +2669,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2635,11 +2690,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2655,11 +2710,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2672,21 +2727,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2694,9 +2749,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2704,7 +2759,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2717,11 +2772,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2811,7 +2866,7 @@ msgstr "" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2824,27 +2879,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2854,35 +2917,35 @@ msgstr "" msgid "Connect" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2898,7 +2961,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2906,7 +2969,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2923,23 +2986,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2951,6 +3014,16 @@ msgstr "" msgid "Controllers" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2959,7 +3032,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2967,7 +3040,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2976,7 +3049,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3001,17 +3074,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3019,9 +3092,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3029,9 +3102,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3051,8 +3124,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3081,45 +3154,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3134,11 +3207,6 @@ msgstr "" msgid "Core" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3147,21 +3215,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3177,14 +3240,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3217,16 +3280,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3242,7 +3305,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3254,7 +3317,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "" @@ -3287,7 +3350,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3295,11 +3358,11 @@ msgstr "" msgid "Critical" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3311,22 +3374,22 @@ msgstr "" msgid "Crossfade" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3334,7 +3397,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3342,11 +3405,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3354,19 +3417,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3378,6 +3441,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3405,7 +3494,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3413,15 +3502,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3447,7 +3536,7 @@ msgstr "" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3475,7 +3564,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3492,8 +3581,8 @@ msgstr "" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "" @@ -3502,40 +3591,40 @@ msgstr "" msgid "Decimal" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3549,7 +3638,7 @@ msgstr "" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3565,7 +3654,7 @@ msgstr "" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3573,7 +3662,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3583,8 +3672,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "" @@ -3602,7 +3691,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3610,22 +3699,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3633,7 +3722,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3646,16 +3735,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3668,7 +3757,7 @@ msgstr "" msgid "Detect" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3676,7 +3765,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3698,7 +3787,7 @@ msgstr "" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3706,7 +3795,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3730,19 +3819,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3750,11 +3839,11 @@ msgstr "" msgid "Disable Fog" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3762,21 +3851,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3785,7 +3874,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3799,7 +3888,8 @@ msgstr "" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3829,15 +3919,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3847,7 +3937,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "" @@ -3855,12 +3945,12 @@ msgstr "" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3868,22 +3958,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "" @@ -3916,27 +4006,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3945,7 +4029,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3970,7 +4054,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3980,33 +4064,33 @@ msgstr "" msgid "Down" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4049,19 +4133,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "" @@ -4069,7 +4153,7 @@ msgstr "" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4077,7 +4161,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4102,20 +4186,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4131,15 +4215,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4151,7 +4235,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4159,7 +4243,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "" @@ -4178,16 +4262,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4196,6 +4280,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4207,11 +4296,20 @@ msgstr "" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4233,7 +4331,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "" @@ -4259,7 +4357,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4274,27 +4372,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "" @@ -4302,15 +4400,15 @@ msgstr "" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4318,19 +4416,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4338,15 +4436,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4364,33 +4462,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "" @@ -4398,27 +4496,27 @@ msgstr "" msgid "Enable Speaker Data" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4428,7 +4526,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4436,14 +4534,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4452,7 +4550,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4462,7 +4560,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4470,7 +4568,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4482,18 +4580,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4501,7 +4599,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4509,14 +4607,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4526,7 +4624,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4534,9 +4632,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4545,14 +4643,14 @@ msgid "" "OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4560,7 +4658,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4568,7 +4675,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4587,17 +4694,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "" @@ -4614,7 +4721,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4638,78 +4745,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4720,10 +4826,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "" @@ -4735,7 +4841,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4745,7 +4851,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" @@ -4753,15 +4859,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4769,11 +4875,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4815,7 +4921,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4831,11 +4937,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4844,12 +4950,12 @@ msgstr "" msgid "Euphoria" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4857,15 +4963,15 @@ msgstr "" msgid "Exit" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4877,27 +4983,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4908,11 +5014,11 @@ msgstr "" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "" @@ -4940,14 +5046,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "" @@ -4960,7 +5066,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4968,35 +5074,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5006,7 +5112,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "" @@ -5020,15 +5126,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5044,7 +5150,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5081,32 +5187,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5119,15 +5225,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5146,25 +5252,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5175,7 +5281,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5184,18 +5290,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5207,7 +5313,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5221,7 +5327,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5235,25 +5341,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5283,7 +5389,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5316,7 +5422,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5328,7 +5434,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5341,7 +5447,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5399,43 +5505,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5450,11 +5556,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5468,7 +5574,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5477,7 +5583,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5485,20 +5591,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5517,7 +5624,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5530,46 +5637,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "" @@ -5581,7 +5688,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5611,7 +5718,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5644,12 +5751,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5659,11 +5760,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5679,7 +5780,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "" @@ -5687,7 +5788,7 @@ msgstr "" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "" @@ -5719,15 +5820,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5737,7 +5838,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5745,7 +5846,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5755,7 +5856,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5770,38 +5871,38 @@ msgstr "" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "" @@ -5809,7 +5910,7 @@ msgstr "" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5829,7 +5930,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5845,22 +5946,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "" @@ -5879,8 +5984,8 @@ msgid "From" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5888,11 +5993,12 @@ msgstr "" msgid "FullScr" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5912,7 +6018,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5928,19 +6034,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5964,7 +6070,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5982,7 +6088,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -5992,25 +6098,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6022,7 +6128,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6040,22 +6146,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6067,7 +6173,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6083,39 +6189,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "" @@ -6124,7 +6230,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6144,11 +6250,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6156,11 +6262,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6177,7 +6283,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6205,45 +6311,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "" @@ -6251,11 +6365,11 @@ msgstr "" msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6270,7 +6384,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6279,7 +6393,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "" @@ -6288,7 +6402,7 @@ msgstr "" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6297,7 +6411,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6319,7 +6433,7 @@ msgstr "" msgid "Green Right" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6364,7 +6478,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6397,11 +6511,11 @@ msgstr "" msgid "Hide" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6413,23 +6527,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6452,15 +6566,39 @@ msgstr "" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6468,14 +6606,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6484,21 +6630,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6525,7 +6671,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6556,7 +6702,7 @@ msgid "IR" msgstr "" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "" @@ -6582,18 +6728,18 @@ msgstr "" msgid "Icon" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6606,7 +6752,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6620,14 +6766,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6639,7 +6795,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6664,14 +6820,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6680,7 +6836,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6695,22 +6851,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6723,7 +6879,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6731,64 +6887,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6825,12 +6981,12 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6839,11 +6995,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "" @@ -6857,19 +7013,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "" @@ -6886,7 +7039,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6894,13 +7047,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6909,7 +7063,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6918,7 +7072,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6977,8 +7131,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6987,15 +7141,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7003,7 +7157,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7011,7 +7165,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7020,11 +7174,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7036,7 +7190,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7045,7 +7199,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7053,7 +7207,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7081,13 +7235,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "" @@ -7100,95 +7262,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "" @@ -7199,18 +7363,18 @@ msgstr "" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7240,20 +7404,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "" @@ -7282,41 +7446,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7324,11 +7488,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7378,6 +7542,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7411,11 +7583,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7425,29 +7597,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "" @@ -7455,24 +7627,29 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7480,171 +7657,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "" @@ -7653,19 +7825,20 @@ msgstr "" msgid "Log Configuration" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7677,31 +7850,43 @@ msgstr "" msgid "Logger Outputs" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7731,27 +7916,31 @@ msgstr "" msgid "Main Stick" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7759,18 +7948,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7778,16 +7967,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7795,15 +7984,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7812,12 +8005,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7833,7 +8026,7 @@ msgstr "" msgid "Memory Card" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7841,7 +8034,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7861,7 +8054,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7869,33 +8062,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7904,7 +8105,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7924,7 +8125,7 @@ msgstr "" msgid "Modifier" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7936,20 +8137,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7961,11 +8162,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7974,16 +8175,16 @@ msgstr "" msgid "Motor" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -7994,7 +8195,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8003,14 +8204,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8019,8 +8230,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8029,7 +8240,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8046,8 +8257,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8060,11 +8271,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8073,10 +8284,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "" @@ -8090,7 +8301,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8106,27 +8317,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8134,7 +8345,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8143,7 +8354,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8168,7 +8379,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8176,30 +8387,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8221,21 +8434,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8256,15 +8469,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8277,23 +8490,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8304,7 +8517,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8318,7 +8531,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8336,7 +8549,7 @@ msgstr "" msgid "Not Set" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8356,7 +8569,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8383,11 +8596,6 @@ msgstr "" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8413,13 +8621,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8471,7 +8679,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "" @@ -8492,18 +8700,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8518,7 +8726,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8526,13 +8734,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8549,17 +8757,21 @@ msgstr "" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8624,34 +8836,34 @@ msgstr "" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8661,16 +8873,16 @@ msgstr "" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8678,7 +8890,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8686,16 +8898,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8708,23 +8920,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8737,7 +8958,7 @@ msgstr "" msgid "Pads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8758,7 +8979,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8783,7 +9004,7 @@ msgstr "" msgid "Patches" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8796,23 +9017,23 @@ msgstr "" msgid "Pause" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8820,7 +9041,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8845,7 +9066,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8853,15 +9074,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8875,15 +9096,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8895,8 +9116,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8904,11 +9125,11 @@ msgstr "" msgid "Play" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "" @@ -8916,11 +9137,11 @@ msgstr "" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8949,24 +9170,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -8999,11 +9225,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9024,11 +9250,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9054,7 +9280,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9063,7 +9289,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9072,18 +9298,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9105,19 +9332,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9127,20 +9354,20 @@ msgstr "" msgid "Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9150,11 +9377,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9166,26 +9393,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "" @@ -9206,11 +9433,11 @@ msgstr "" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9243,17 +9470,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9276,7 +9507,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9292,7 +9523,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9302,23 +9533,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9335,7 +9570,7 @@ msgstr "" msgid "Red Right" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9353,7 +9588,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9368,11 +9602,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9381,8 +9615,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9403,7 +9637,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9415,7 +9650,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "" @@ -9432,7 +9667,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9443,25 +9678,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9470,15 +9715,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9489,7 +9734,7 @@ msgstr "" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9513,7 +9758,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9521,7 +9766,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9533,7 +9778,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9541,11 +9786,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9554,7 +9799,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9562,7 +9807,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9613,11 +9858,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9626,7 +9871,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9635,7 +9880,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9647,6 +9892,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9672,20 +9926,25 @@ msgstr "" msgid "Rumble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9696,23 +9955,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9720,7 +9979,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9755,11 +10014,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "" @@ -9771,7 +10030,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9781,27 +10040,39 @@ msgstr "" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9813,15 +10084,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "" @@ -9829,73 +10104,77 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9903,7 +10182,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9911,15 +10190,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9930,23 +10205,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9966,7 +10233,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9975,8 +10242,8 @@ msgid "ScrShot" msgstr "" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -9985,7 +10252,7 @@ msgstr "" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -9997,13 +10264,13 @@ msgstr "" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10011,7 +10278,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10045,9 +10312,9 @@ msgstr "" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10056,7 +10323,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10064,18 +10331,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10084,6 +10355,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10092,6 +10367,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10100,58 +10383,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10165,29 +10452,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10195,19 +10478,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10215,36 +10494,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10256,19 +10518,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10287,7 +10549,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10298,7 +10560,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10320,24 +10582,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10354,7 +10646,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10362,72 +10654,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10437,13 +10732,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10451,7 +10746,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10473,228 +10768,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10702,109 +11001,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10821,7 +11124,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10845,7 +11148,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "" @@ -10862,17 +11165,17 @@ msgstr "" msgid "Size" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10888,7 +11191,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10968,11 +11271,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10984,12 +11287,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11003,7 +11306,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "" @@ -11011,11 +11314,11 @@ msgstr "" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11023,7 +11326,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11036,12 +11339,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11060,33 +11367,37 @@ msgstr "" msgid "Standard Controller" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11098,7 +11409,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11121,52 +11432,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11187,16 +11498,20 @@ msgid "Stick" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11228,11 +11543,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11246,11 +11561,11 @@ msgstr "" msgid "Strum" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11261,18 +11576,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11282,7 +11597,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11295,24 +11610,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11335,12 +11650,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11348,7 +11663,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11363,7 +11678,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11383,22 +11698,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11406,7 +11730,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11424,43 +11748,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11478,15 +11802,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11502,9 +11826,9 @@ msgstr "" msgid "Test" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11513,15 +11837,15 @@ msgstr "" msgid "Texture Cache" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11529,7 +11853,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "" @@ -11548,11 +11872,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11562,32 +11886,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11603,14 +11927,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11696,7 +12020,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11723,28 +12047,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11752,7 +12076,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11763,7 +12087,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11772,21 +12096,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11796,11 +12120,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11814,7 +12138,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11822,8 +12146,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11831,7 +12155,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11847,20 +12171,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11873,15 +12197,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11892,31 +12216,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11927,7 +12251,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11935,33 +12259,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11976,8 +12300,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12009,13 +12333,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12037,33 +12361,33 @@ msgid "" "Replay itself." msgstr "" -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12071,26 +12395,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12108,41 +12432,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12150,7 +12474,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12166,12 +12490,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12202,7 +12526,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12215,7 +12539,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12235,7 +12559,7 @@ msgstr "" msgid "Threshold" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12245,6 +12569,31 @@ msgstr "" msgid "Tilt" msgstr "" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12254,10 +12603,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "" @@ -12265,25 +12614,29 @@ msgstr "" msgid "To" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12291,28 +12644,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "" @@ -12324,35 +12677,39 @@ msgstr "" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12360,7 +12717,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "" @@ -12368,7 +12725,7 @@ msgstr "" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12406,12 +12763,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "" @@ -12431,8 +12788,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12440,7 +12797,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12469,7 +12826,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12495,11 +12852,11 @@ msgstr "" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12513,14 +12870,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12528,7 +12885,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12537,23 +12894,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12573,11 +12930,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12600,11 +12957,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12622,23 +12979,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12647,27 +13004,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12687,11 +13044,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12699,11 +13056,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12718,11 +13075,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12730,7 +13087,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12762,7 +13124,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12773,7 +13135,7 @@ msgid "Up" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "" @@ -12828,7 +13190,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12836,15 +13198,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12852,21 +13218,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12875,8 +13241,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12915,18 +13281,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12934,14 +13300,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13204,8 +13574,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "" @@ -13293,7 +13663,14 @@ msgstr "" msgid "Whammy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13301,7 +13678,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13309,7 +13686,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13317,7 +13694,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13341,7 +13718,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13359,7 +13736,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13379,7 +13756,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13387,15 +13764,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13404,11 +13781,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13422,11 +13807,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13459,27 +13844,27 @@ msgstr "" msgid "Write to Window" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13530,14 +13915,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13570,7 +13955,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13614,7 +13999,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "" @@ -13634,7 +14019,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13652,7 +14037,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13701,7 +14086,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13717,7 +14102,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13782,7 +14168,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13802,23 +14189,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13829,7 +14216,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/el.po b/Languages/po/el.po index cc46a97438..fb91b07f77 100644 --- a/Languages/po/el.po +++ b/Languages/po/el.po @@ -6,24 +6,24 @@ # firespin, 2014-2015,2018,2020 # Gpower2 , 2011 # link_to_the_past , 2013-2018,2020,2022 -# MRCYO Dev, 2023 +# e6b3518eccde9b3ba797d0e9ab3bc830_0a567e3, 2023 # Panos , 2013 msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" -"Last-Translator: MRCYO Dev, 2023\n" -"Language-Team: Greek (http://app.transifex.com/delroth/dolphin-emu/language/" -"el/)\n" +"Last-Translator: e6b3518eccde9b3ba797d0e9ab3bc830_0a567e3, 2023\n" +"Language-Team: Greek (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/el/)\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -31,7 +31,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -44,6 +44,12 @@ msgstr "" "δεν μπορεί να διασφαλίσει ότι δεν έχει παραβιαστεί, ακόμα κι αν οι υπογραφές " "φαίνονται έγκυρες." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Δίσκος %1)" @@ -52,7 +58,7 @@ msgstr " (Δίσκος %1)" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -87,16 +93,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -112,16 +118,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Αντιγραφή)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Δίσκος %2, Αναθεώρηση %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Αναθεώρηση %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -141,7 +147,7 @@ msgstr "%1 (αργή)" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -152,11 +158,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Ρυθμίσεις Γραφικών" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -169,38 +175,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 έχει φύγει" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -208,13 +214,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -226,30 +232,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Κανονική Ταχύτητα)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -257,11 +263,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -277,7 +287,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -290,25 +300,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -334,36 +344,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Περί" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ρυθμίσεις Ήχου" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Αυτόματη Ενημέρωση:" @@ -371,15 +381,19 @@ msgstr "&Αυτόματη Ενημέρωση:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Σημεία Διακοπής" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Ιχνηλάτης Σφαλμάτων" @@ -387,15 +401,15 @@ msgstr "&Ιχνηλάτης Σφαλμάτων" msgid "&Cancel" msgstr "&Ακύρωση" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Διαχειριστής Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Έλεγχος για Ενημερώσεις..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -403,50 +417,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Ρυθμίσεις Χειριστηρίων" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Δημιουργία..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Διαγραφή" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -454,14 +469,18 @@ msgstr "" msgid "&Edit..." msgstr "&Επεξεργασία..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Εξαγωγή Δίσκου" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Εξομοίωση" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -478,41 +497,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Αρχείο" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Γραμματοσειρά..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Προώθηση ανά Καρέ" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Ρυθμίσεις Γραφικών" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Βοήθεια" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Ρυθμίσεις Πλήκτρων Συντόμευσης" @@ -532,19 +551,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -552,15 +571,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Γλώσσα:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Φόρτωση Σημείου Αποθήκευσης" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -570,23 +589,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Μνήμη" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Ταινία" @@ -594,7 +617,7 @@ msgstr "&Ταινία" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Δίκτυο" @@ -603,23 +626,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Άνοιγμα..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Ρυθμίσεις" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Παύση" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Αναπαραγωγή" @@ -627,7 +654,7 @@ msgstr "&Αναπαραγωγή" msgid "&Properties" msgstr "&Ιδιότητες" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Μόνο Για Ανάγνωση" @@ -635,7 +662,7 @@ msgstr "&Μόνο Για Ανάγνωση" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Καταχωρητές" @@ -643,29 +670,29 @@ msgstr "&Καταχωρητές" msgid "&Remove" msgstr "&Αφαίρεση" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Επανεκκίνηση" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -673,31 +700,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Όριο Ταχύτητας:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Διακοπή" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Θέμα:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Εργαλεία" @@ -707,21 +738,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Προβολή" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Ιστοσελίδα" @@ -733,38 +764,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ναι" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(ανενεργό)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -781,7 +804,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -790,7 +813,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -851,7 +874,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -859,7 +882,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -871,7 +894,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -907,19 +930,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D Βάθος" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -935,7 +958,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blocks)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -943,7 +966,7 @@ msgstr "4:3" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1032,15 +1055,15 @@ msgstr "<Τίποτα>" msgid "" msgstr "<Γλώσσα Συστήματος>" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1073,8 +1096,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Περισσότερο-από" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1092,7 +1115,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1102,7 +1125,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1118,7 +1141,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1143,7 +1166,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "Κωδικός AR" @@ -1185,8 +1208,8 @@ msgstr "Ακρίβεια:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1262,7 +1285,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1278,7 +1301,7 @@ msgstr "" msgid "Active threads" msgstr "Ενεργά νήματα" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1286,7 +1309,7 @@ msgstr "" msgid "Adapter Detected" msgstr "Προσαρμογέας Εντοπίστηκε" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Προσαρμογέας:" @@ -1313,11 +1336,11 @@ msgstr "Προσθήκη Νέας USB Συσκευής" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1336,28 +1359,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Προσθήκη..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Διεύθυνση" @@ -1376,14 +1398,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1401,7 +1423,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1409,7 +1431,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1436,7 +1458,7 @@ msgstr "Για προχωρημένους" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1492,7 +1514,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1500,7 +1522,7 @@ msgid "All Files" msgstr "Όλα τα Αρχεία" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Όλα τα Αρχεία (*)" @@ -1509,7 +1531,7 @@ msgstr "Όλα τα Αρχεία (*)" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Όλα τα GC/Wii αρχεία" @@ -1518,8 +1540,8 @@ msgstr "Όλα τα GC/Wii αρχεία" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1531,27 +1553,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Να Επιτρέπονται Ασύμφωνες Ρυθμίσεις Περιοχών" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Άδεια Μετάδοσης Στατιστικών Χρήσης " -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1569,7 +1591,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Πάντοτε" @@ -1591,7 +1613,7 @@ msgstr "" msgid "Anaglyph" msgstr "Ανάγλυφο" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Ανάλυση" @@ -1605,7 +1627,7 @@ msgstr "Γωνεία" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Εξομάλυνση Ορίων" @@ -1617,25 +1639,25 @@ msgstr "Εξομάλυνση Ορίων:" msgid "Any Region" msgstr "Οποιαδήποτε Περιοχή" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploader Ημερομηνία:" @@ -1643,19 +1665,19 @@ msgstr "Apploader Ημερομηνία:" msgid "Apply" msgstr "Εφαρμογή" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε το '%1';" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το αρχείο;" @@ -1663,10 +1685,18 @@ msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετ msgid "Are you sure you want to delete this pack?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το pack;" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Είστε σίγουροι ότι θέλετε να εγκαταλείψετε το NetPlay;" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Είστε σίγουροι;" @@ -1675,16 +1705,16 @@ msgstr "Είστε σίγουροι;" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Αναλογία Οθόνης" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Αναλογία Οθόνης:" @@ -1692,8 +1722,8 @@ msgstr "Αναλογία Οθόνης:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1704,7 +1734,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Ορισμός Θυρών Χειριστηρίων" @@ -1725,11 +1755,11 @@ msgstr "Σύνδεση MotionPlus" msgid "Audio" msgstr "Ήχος" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Backend Ήχου:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Ρυθμίσεις Ελαστικότητας Ήχου" @@ -1745,7 +1775,7 @@ msgstr "Συγγραφέας" msgid "Authors" msgstr "Συγγραφείς" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Αυτόματα" @@ -1754,11 +1784,15 @@ msgstr "Αυτόματα" msgid "Auto (Multiple of 640x528)" msgstr "Αυτόματα (Πολλαπλάσιο του 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Ρυθμίσεις Αυτόματης Ενημέρωσης" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1766,7 +1800,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Αυτόματη Προσαρμογή Μεγέθους Παραθύρου" @@ -1774,20 +1808,31 @@ msgstr "Αυτόματη Προσαρμογή Μεγέθους Παραθύρο msgid "Auto-Hide" msgstr "Αυτόματη Απόκρυψη" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1799,7 +1844,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1830,19 +1875,19 @@ msgstr "BP Καταχωρητές" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Backend Ρυθμίσεις" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -1851,20 +1896,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Χειρισμός με Ανεστίαστο Παραθ." -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Πίσω" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1872,28 +1917,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Εικονίδιο" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Λεπτομέρειες Εικονιδίου:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Εικονίδιο:" @@ -1909,11 +1954,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Βασικές" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Βασικές Ρυθμίσεις" @@ -1961,7 +2006,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1973,13 +2018,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2011,67 +2056,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Πλήρης Οθόνη Χωρίς Περιθώρια " -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Βάση" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2083,23 +2128,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2116,7 +2161,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2126,19 +2171,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2147,30 +2192,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2204,24 +2249,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Μέγεθος Buffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2266,7 +2311,7 @@ msgstr "" msgid "C Stick" msgstr "Stick Κάμερας " -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2274,11 +2319,11 @@ msgstr "" msgid "CP register " msgstr "CP Καταχωρητές" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "Μηχανή Εξομοίωσης CPU:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Ρυθμίσεις CPU" @@ -2286,11 +2331,11 @@ msgstr "Ρυθμίσεις CPU" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Cached Interpreter (πιο αργή)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2301,7 +2346,7 @@ msgstr "" msgid "Calculate" msgstr "Υπολογισμός" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2309,11 +2354,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2347,51 +2392,51 @@ msgstr "Κάμερα 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Άκυρο" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2403,23 +2448,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Δεν μπορεί να βρεθεί το GC IPL." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2427,13 +2472,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Δεν μπορεί να ξεκινήσει το παιχνίδι, γιατί το GC IPL δεν βρέθηκε." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2451,7 +2496,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2459,7 +2504,7 @@ msgstr "" msgid "Change &Disc" msgstr "Αλλαγή &Δίσκου" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Αλλαγή &Δίσκου..." @@ -2467,7 +2512,7 @@ msgstr "Αλλαγή &Δίσκου..." msgid "Change Disc" msgstr "Αλλαγή Δίσκου" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Αυτόματη Αλλαγή Δίσκων" @@ -2475,13 +2520,13 @@ msgstr "Αυτόματη Αλλαγή Δίσκων" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2499,7 +2544,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Η αλλαγή cheats θα τεθεί σε ισχύ μόνο όταν επανεκκινηθεί το παιχνίδι." @@ -2511,7 +2556,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Συνομιλία" @@ -2519,7 +2564,7 @@ msgstr "Συνομιλία" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Αναζήτηση Cheat" @@ -2527,7 +2572,7 @@ msgstr "Αναζήτηση Cheat" msgid "Cheats Manager" msgstr "Διαχειριστής Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Έλεγχος NAND..." @@ -2539,13 +2584,13 @@ msgstr "Έλεγχος Αλλαγών στην Λίστα Παιχνιδιών msgid "Check for updates" msgstr "Έλεγχος για ενημερώσεις" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2557,29 +2602,29 @@ msgstr "Κίνα" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Επιλέξτε ένα αρχείο για άνοιγμα" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Επιλέξτε τον φάκελο προς αποσυμπίεση" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2598,17 +2643,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Καθάρισ." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2616,11 +2662,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Παράκαμψη Ρολογιού" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2629,7 +2675,7 @@ msgstr "" msgid "Close" msgstr "Κλείσιμο" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ρυ&θμίσεις" @@ -2637,11 +2683,20 @@ msgstr "Ρυ&θμίσεις" msgid "Code" msgstr "Κώδικας" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2649,11 +2704,11 @@ msgstr "" msgid "Code:" msgstr "Κωδικός:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2669,11 +2724,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2686,21 +2741,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2708,9 +2763,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Συμπίεση" @@ -2718,7 +2773,7 @@ msgstr "Συμπίεση" msgid "Compression Level:" msgstr "Επίπεδο Συμπίεσης:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Συμπίεση:" @@ -2731,11 +2786,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2825,7 +2880,7 @@ msgstr "Ρυθμίσεις" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Ρύθμιση Dolphin" @@ -2838,27 +2893,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Επιβεβαίωση" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Επιβεβαίωση αλλαγής backend " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Επιβεβαίωση Διακοπής" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Επιβεβαίωση" @@ -2868,35 +2931,35 @@ msgstr "Επιβεβαίωση" msgid "Connect" msgstr "Σύνδεση" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Σύνδεση Σανίδας Ισορροπίας" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Σύνδεση Πληκτρολογίου USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Σύνδεση Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Σύνδεση Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Σύνδεση Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Σύνδεση Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Σύνδεση Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Σύνδεση Wii Remotes" @@ -2912,7 +2975,7 @@ msgstr "Σύνδεση στο Internet και εκτέλεση ενημέρωσ msgid "Connected" msgstr "Συνδεδεμένο" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2920,7 +2983,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2937,23 +3000,23 @@ msgstr "" msgid "Control Stick" msgstr "Stick Ελέγχου " -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2965,6 +3028,16 @@ msgstr "Ρυθμίσεις Χειριστηρίων" msgid "Controllers" msgstr "Χειριστήρια" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2973,7 +3046,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2981,7 +3054,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2990,7 +3063,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3015,17 +3088,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Σύγκλιση:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3033,9 +3106,9 @@ msgstr "" msgid "Convert" msgstr "Μετατροπή" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3043,9 +3116,9 @@ msgstr "" msgid "Convert File..." msgstr "Μετατροπή Αρχείου..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3065,8 +3138,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Μετατροπή..." @@ -3097,45 +3170,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Αντιγραφή" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3150,11 +3223,6 @@ msgstr "" msgid "Core" msgstr "Πυρήνας" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3163,21 +3231,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3193,14 +3256,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3233,16 +3296,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3258,7 +3321,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3270,7 +3333,7 @@ msgstr "Αδυναμία ανοίγματος του αρχείου." msgid "Couldn't read file." msgstr "Αδυναμία ανάγνωσης αρχείου." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Χώρα:" @@ -3303,7 +3366,7 @@ msgid "Create..." msgstr "Δημιουργία..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Δημιουργός:" @@ -3311,11 +3374,11 @@ msgstr "Δημιουργός:" msgid "Critical" msgstr "Κρίσιμο" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Κόψιμο" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3327,22 +3390,22 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Τρέχουσα Περιοχή" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3350,7 +3413,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Τρέχων παιχνίδι" @@ -3358,11 +3421,11 @@ msgstr "Τρέχων παιχνίδι" msgid "Current thread" msgstr "Τρέχων νήμα" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3370,19 +3433,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3394,6 +3457,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3421,7 +3510,7 @@ msgstr "" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "Μηχανή Εξομοίωσης DSP" @@ -3429,15 +3518,15 @@ msgstr "Μηχανή Εξομοίωσης DSP" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3463,7 +3552,7 @@ msgstr "Χαλάκι Χορού" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3491,7 +3580,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3508,8 +3597,8 @@ msgstr "Νεκρή Ζώνη" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Debugging" @@ -3518,40 +3607,40 @@ msgstr "Debugging" msgid "Decimal" msgstr "Δεκαδικός" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Ποιότητα Αποκωδικοποίησης:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Μείωση Βάθους" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Μείωση Ταχύτητας Εξομοίωσης" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Μείωση IR" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3565,7 +3654,7 @@ msgstr "Προεπιλ." msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Προεπιλεγμένη Συσκευή" @@ -3581,7 +3670,7 @@ msgstr "Προεπιλεγμένο ISO:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3589,7 +3678,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3599,8 +3688,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Διαγραφή" @@ -3618,7 +3707,7 @@ msgstr "Διαγραφή Επιλεγμένων Αρχείων..." msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Βάθος" @@ -3626,22 +3715,22 @@ msgstr "Βάθος" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Βάθος:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Περιγραφή" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Περιγραφή:" @@ -3649,7 +3738,7 @@ msgstr "Περιγραφή:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3662,16 +3751,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3684,7 +3773,7 @@ msgstr "" msgid "Detect" msgstr "Ανίχνευση" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3692,7 +3781,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Dev (πολλαπλές φορές την ημέρα)" @@ -3714,7 +3803,7 @@ msgstr "Ρυθμίσεις Συσκευής" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Συσκευή:" @@ -3722,7 +3811,7 @@ msgstr "Συσκευή:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" "Σκοτεινιάζει την οθόνη μετά από έλλειψη δραστηριότητας για πέντε λεπτά." @@ -3747,19 +3836,19 @@ msgstr "Απενεργοποίηση Bounding Box" msgid "Disable Copy Filter" msgstr "Απενεργοποίηση Φίλτρου Αντιγραφής " -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Απενεργοποίηση EFB VRAM Αντίγραφα" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Απενεργοποίηση Ορίου Ταχύτητας Εξομοίωσης" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3767,11 +3856,11 @@ msgstr "" msgid "Disable Fog" msgstr "Απενεργοποίηση Ομίχλης" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Απενεργοποίηση JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3779,21 +3868,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3802,7 +3891,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3816,7 +3905,8 @@ msgstr "Δίσκος" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3846,17 +3936,17 @@ msgstr "Απόσταση" msgid "Distance of travel from neutral position." msgstr "Απόσταση μετακίνησης από ουδέτερη θέση." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "Εξουσιοδοτείτε το Dolphin να αναφέρει πληροφορίες στους προγραμματιστές του " "Dolphin;" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3866,7 +3956,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Θέλετε να σταματήσετε την τρέχουσα εξομοίωση;" @@ -3874,12 +3964,12 @@ msgstr "Θέλετε να σταματήσετε την τρέχουσα εξο msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II Αποκωδικοποιητής" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3887,22 +3977,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Ταινίες (*.dtm)" @@ -3937,27 +4027,21 @@ msgstr "" "Το Dolphin είναι ένας ελεύθερος και ανοικτού κώδικα εξομοιωτής για GameCube " "και Wii." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Το σύστημα cheat του Dolphin είναι επί του παρόντος απενεργοποιημένο." @@ -3966,7 +4050,7 @@ msgstr "Το σύστημα cheat του Dolphin είναι επί του παρ msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Να Μην Γίνει Ενημέρωση" @@ -3991,7 +4075,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4001,34 +4085,34 @@ msgstr "" msgid "Down" msgstr "Κάτω" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Λήψη Κωδικών" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Λήψη Κωδικών από την WiiRD Database" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" "Λήψη Εξώφυλλων Παιχνιδιών από GameTDB.com για Χρήση σε Προβολή Πλέγματος" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Η λήψη ολοκληρώθηκε" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Ελήφθησαν %1 κωδικοί. (προστέθηκαν %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4071,19 +4155,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Εξαγωγή Ήχου" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Εξαγωγή EFB Target" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Εξαγωγή Καρέ" @@ -4091,7 +4175,7 @@ msgstr "Εξαγωγή Καρέ" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4099,7 +4183,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4124,20 +4208,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4153,15 +4237,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Ολλανδικά" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "Έ&ξοδος" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4173,7 +4257,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4181,7 +4265,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Ενημερώσεις Μνήμης Νωρίς" @@ -4200,16 +4284,16 @@ msgstr "Ανατολική Ασία" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4218,6 +4302,11 @@ msgstr "" msgid "Editor" msgstr "Επεξεργαστής" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4229,11 +4318,20 @@ msgstr "Εφέ" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4255,7 +4353,7 @@ msgstr "" msgid "Empty" msgstr "Κενή" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Το νήμα εξομοίωσης εκτελείται ήδη" @@ -4281,7 +4379,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4296,27 +4394,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Ταχύτητα Εξομοίωσης" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Ενεργοποίηση" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Ενεργοποίηση Ελαστικότητας Ήχου" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Ενεργοποίηση Cheat" @@ -4324,15 +4422,15 @@ msgstr "Ενεργοποίηση Cheat" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4340,19 +4438,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Ενεργοποίηση Διπλού Πυρήνα" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Ενεργοποίηση Διπλού Πυρήνα (επιτάχυνση)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Ενεργοποίηση Παράκαμψης Εξομοιωμένου CPU Ρολογιού" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Ενεργοποίηση Παράκαμψης Εξομοιωμένου Μεγέθους Μνήμης" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4360,15 +4458,15 @@ msgstr "" msgid "Enable FPRF" msgstr "Ενεργοποίηση FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4386,33 +4484,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Ενεργοποίηση MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Ενεργοποίηση Προοδευτικής Σάρωσης" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Ενεργοποίηση Δόνησης" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Ενεργοποίηση Προφύλαξης Οθόνης" @@ -4420,27 +4518,27 @@ msgstr "Ενεργοποίηση Προφύλαξης Οθόνης" msgid "Enable Speaker Data" msgstr "Ενεργοποίηση Δεδομένων Ηχείου" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Ενεργοποίηση Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4450,7 +4548,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4458,14 +4556,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4474,7 +4572,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4484,7 +4582,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4492,7 +4590,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4506,18 +4604,18 @@ msgstr "" "Ενεργοποιεί το Floating Point Result Flag υπολογισμό, απαραίτητο για μερικά " "παιχνίδια. (Ενεργό = Συμβατότητα, Ανενεργό = Ταχύτητα)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4525,7 +4623,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4533,14 +4631,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4550,7 +4648,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4558,9 +4656,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4571,14 +4669,14 @@ msgstr "" "Ενεργοποιεί τη Μονάδα Διαχείρισης Μνήμης, απαραίτητο για μερικά παιχνίδια. " "(Ενεργό = Συμβατό, Ανενεργό = Γρήγορο)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4586,7 +4684,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4594,7 +4701,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4613,17 +4720,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Αγγλικά" @@ -4640,7 +4747,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4664,78 +4771,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4746,10 +4852,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Σφάλμα" @@ -4761,7 +4867,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4771,7 +4877,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Αποτυχία φόρτωσης της επιλεγμένης γλώσσας. Επαναφορά στην προεπιλογή " @@ -4781,15 +4887,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4797,11 +4903,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4843,7 +4949,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4859,11 +4965,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4872,12 +4978,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Ευρώπη" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4885,15 +4991,15 @@ msgstr "" msgid "Exit" msgstr "Έξοδος" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4905,27 +5011,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Πειραματικός" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Εξαγωγή Όλων Των Αποθηκεύσεων Wii" @@ -4936,11 +5042,11 @@ msgstr "Εξαγωγή Όλων Των Αποθηκεύσεων Wii" msgid "Export Failed" msgstr "Η Εξαγωγή Απέτυχε" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Εξαγωγή Εγγραφής" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Εξαγωγή Εγγραφής..." @@ -4968,14 +5074,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Επέκταση" @@ -4988,7 +5094,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4996,35 +5102,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Εξαγωγή Ολόκληρου Δίσκου..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Εξαγωγή Αρχείου..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Εξαγωγή Αρχείων..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Εξαγωγή Αρχείων Συστήματος..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Εξαγωγή Όλων Των Αρχείων..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5034,7 +5140,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Αναπαραγωγή FIFO" @@ -5048,15 +5154,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5072,7 +5178,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5109,32 +5215,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Αποτυχία μεταφόρτωσης κωδικών." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5147,15 +5253,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5174,25 +5280,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5203,7 +5309,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5212,18 +5318,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5235,7 +5341,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5249,7 +5355,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5263,25 +5369,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5311,7 +5417,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5344,7 +5450,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5356,7 +5462,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5369,7 +5475,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5427,43 +5533,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5478,11 +5584,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Αποτυχία εγγραφής του BT.DINF στο SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5496,7 +5602,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5505,7 +5611,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5513,20 +5619,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Αποτυχία" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5545,7 +5652,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5558,46 +5665,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Πληροφορίες Αρχείου" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Πληροφορίες Αρχείου" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Όνομα Αρχείου" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Διαδρομή Αρχείου" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Μέγεθος Αρχείου" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Μέγεθος Αρχείου:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Το αρχείο δεν περιείχε κωδικούς." @@ -5609,7 +5716,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5639,7 +5746,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5672,12 +5779,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5687,11 +5788,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5707,7 +5808,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Επιβολή 16:9" @@ -5715,7 +5816,7 @@ msgstr "Επιβολή 16:9" msgid "Force 24-Bit Color" msgstr "Επιβολή Χρώματος 24-Bit" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Επιβολή 4:3" @@ -5747,15 +5848,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5765,7 +5866,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5773,7 +5874,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5783,7 +5884,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5798,38 +5899,38 @@ msgstr "Προώθηση θύρας (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Προώθηση ανά Καρέ" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Εύρος Καρέ" @@ -5837,7 +5938,7 @@ msgstr "Εύρος Καρέ" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Καρέ για Εγγραφή:" @@ -5857,7 +5958,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5873,22 +5974,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Ελεύθερη Ματιά" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Γαλλικά" @@ -5907,8 +6012,8 @@ msgid "From" msgstr "Από" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Από:" @@ -5916,11 +6021,12 @@ msgstr "Από:" msgid "FullScr" msgstr "Πλήρης Οθόνη" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5940,7 +6046,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5956,19 +6062,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5992,7 +6098,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6010,7 +6116,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU Αποκωδικοποίηση Υφών" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6020,25 +6126,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6050,7 +6156,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6068,22 +6174,22 @@ msgstr "" msgid "Game" msgstr "Παιχνίδι" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance Carts (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6095,7 +6201,7 @@ msgstr "" msgid "Game Config" msgstr "Ρυθμίσεις Παιχνιδιού" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6111,39 +6217,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID Παιχνιδιού" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID Παιχνιδιού:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Κατάσταση Παιχνιδιού" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Το παιχνίδι εκτελείται ήδη!" @@ -6152,7 +6258,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6172,11 +6278,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6184,11 +6290,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "GameCube Χειριστήρια" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6205,7 +6311,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6233,45 +6339,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Κωδικοί Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Γενικά" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Γερμανικά" @@ -6279,11 +6393,11 @@ msgstr "Γερμανικά" msgid "Germany" msgstr "Γερμανία" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6298,7 +6412,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6307,7 +6421,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Γραφικά" @@ -6316,7 +6430,7 @@ msgstr "Γραφικά" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6325,7 +6439,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6347,7 +6461,7 @@ msgstr "Αριστερό Πράσινο" msgid "Green Right" msgstr "Δεξί Πράσινο" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Προβολή Πλέγματος" @@ -6392,7 +6506,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6425,11 +6539,11 @@ msgstr "" msgid "Hide" msgstr "Απόκρυψη" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6441,23 +6555,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Μέγιστη" @@ -6480,15 +6594,39 @@ msgstr "Host" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6496,14 +6634,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6512,21 +6658,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Πλήκτρα Συντόμευσης" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Τα Πλήκτρα Συντόμευσης Απαιτούν Εστίαση Παραθύρου" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6553,7 +6699,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6584,7 +6730,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Ευαισθησία IR:" @@ -6610,18 +6756,18 @@ msgstr "" msgid "Icon" msgstr "Εικονίδιο" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6634,7 +6780,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6648,14 +6794,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6667,7 +6823,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6692,14 +6848,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6708,7 +6864,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6723,22 +6879,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6751,7 +6907,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6759,64 +6915,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Αύξηση Βάθους" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Αύξηση IR" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6853,12 +7009,12 @@ msgstr "Πληροφορίες" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Πληροφορίες" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6867,11 +7023,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Είσοδος" @@ -6885,19 +7041,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Εισαγωγή Κάρτας SD" @@ -6914,7 +7067,7 @@ msgstr "" msgid "Install Update" msgstr "Εγκατάσταση Ενημέρωσης" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Εγκατάσταση WAD..." @@ -6922,13 +7075,14 @@ msgstr "Εγκατάσταση WAD..." msgid "Install to the NAND" msgstr "Εγκατάσταση στην NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6937,7 +7091,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6946,7 +7100,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7005,8 +7159,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Εσωτερική Ανάλυση" @@ -7015,15 +7169,15 @@ msgstr "Εσωτερική Ανάλυση" msgid "Internal Resolution:" msgstr "Εσωτερική Ανάλυση:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (πιο αργή απ' όλες)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7031,7 +7185,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7039,7 +7193,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7048,11 +7202,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7064,7 +7218,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Μη έγκυρος host" @@ -7073,7 +7227,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7081,7 +7235,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7109,13 +7263,21 @@ msgstr "Μη έγκυρο string αναζήτησης (μόνο ζυγά μήκ msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Ιταλικά" @@ -7128,95 +7290,97 @@ msgstr "Ιταλία" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Ιαπωνία" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Ιαπωνικά" @@ -7227,18 +7391,18 @@ msgstr "Ιαπωνικά" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Διατήρηση Παραθύρου στην Κορυφή" @@ -7268,20 +7432,20 @@ msgstr "" msgid "Keys" msgstr "Πλήκτρα" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Διώξιμο Παίκτη" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Κορέα" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Κορεάτικα" @@ -7310,41 +7474,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Αδράνεια:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7352,11 +7516,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7409,6 +7573,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7442,11 +7614,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Λίστα Στηλών" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Προβολή Λίστας" @@ -7456,29 +7628,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Φόρτωσ." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Φόρτωση Τροποποιημένων Υφών" @@ -7486,24 +7658,29 @@ msgstr "Φόρτωση Τροποποιημένων Υφών" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Φόρτωση Κυρίως Μενού GameCube" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7511,171 +7688,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Φόρτωση Σημείου Αποθήκευσης" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Φόρτωση Τελευταίας Αποθήκευσης 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Φόρτωση Σημείου Αποθήκευσης 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Φόρτωση Σημείου Αποθήκευσης 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Φόρτωση Σημείου Αποθήκευσης 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Φόρτωση Σημείου Αποθήκευσης 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Φόρτωση Σημείου Αποθήκευσης 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Φόρτωση Σημείου Αποθήκευσης 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Φόρτωση Σημείου Αποθήκευσης 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Φόρτωση Σημείου Αποθήκευσης 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Φόρτωση Σημείου Αποθήκευσης 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Φόρτωση Σημείου Αποθήκευσης 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Φόρτωση..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Καταγραφή" @@ -7684,19 +7856,20 @@ msgstr "Καταγραφή" msgid "Log Configuration" msgstr "Ρυθμίσεις Καταγραφής" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Καταγραφή σε Αρχείο Χρόνου Απόδοσης" @@ -7708,31 +7881,43 @@ msgstr "Τύποι Καταγραφής" msgid "Logger Outputs" msgstr "Έξοδοι Καταγραφής" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Ελάχιστη" @@ -7762,27 +7947,31 @@ msgstr "" msgid "Main Stick" msgstr "Κύριο Stick" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7790,18 +7979,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Δημιουργός" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Δημιουργός:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7809,16 +7998,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Διαχείριση NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7826,15 +8015,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7843,14 +8036,14 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" "Μπορεί να προκαλέσει καθυστερήσεις στο Μενού του Wii και σε ορισμένα " "παιχνίδια." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7866,7 +8059,7 @@ msgstr "" msgid "Memory Card" msgstr "Κάρτα Μνήμης" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Διαχειριστής Καρτών Μνήμης" @@ -7874,7 +8067,7 @@ msgstr "Διαχειριστής Καρτών Μνήμης" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Παράκαμψη Μνήμης" @@ -7894,7 +8087,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7902,33 +8095,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Μικρόφωνο" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Διάφορα" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Διάφορες Ρυθμίσεις" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7937,7 +8138,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7957,7 +8158,7 @@ msgstr "" msgid "Modifier" msgstr "Modifier" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7969,20 +8170,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7994,11 +8195,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -8007,16 +8208,16 @@ msgstr "" msgid "Motor" msgstr "Μοτέρ" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Ταινία" @@ -8027,7 +8228,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8036,14 +8237,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "Έλεγχος NAND " @@ -8052,8 +8263,8 @@ msgstr "Έλεγχος NAND " msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8062,7 +8273,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8079,8 +8290,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8093,11 +8304,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Όνομα" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8106,10 +8317,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Όνομα:" @@ -8123,7 +8334,7 @@ msgstr "Αρχική (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8139,27 +8350,27 @@ msgstr "" msgid "Netherlands" msgstr "Ολλανδία" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8167,7 +8378,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8176,7 +8387,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8201,7 +8412,7 @@ msgstr "Νέα Αναζήτηση" msgid "New Tag..." msgstr "Νέα Ετικέτα..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8209,30 +8420,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Ψευδώνυμο:" @@ -8254,21 +8467,21 @@ msgstr "" msgid "No Audio Output" msgstr "Καμία Έξοδος Ήχου" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8289,15 +8502,15 @@ msgstr "Κανένα σφάλμα." msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8310,23 +8523,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Δεν εντοπίστηκαν προβλήματα." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Δεν βρέθηκαν προβλήματα." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8337,7 +8550,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8351,7 +8564,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8369,7 +8582,7 @@ msgstr "Βόρεια Αμερική" msgid "Not Set" msgstr "Μη Ορισμένο" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8389,7 +8602,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8416,11 +8629,6 @@ msgstr "Σημείωση" msgid "Null" msgstr "Κανένα" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8446,13 +8654,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8504,7 +8712,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Εύρος Αντικειμένου" @@ -8525,18 +8733,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8551,7 +8759,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &Εγχειρίδια " @@ -8559,13 +8767,13 @@ msgstr "Online &Εγχειρίδια " msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8582,17 +8790,21 @@ msgstr "Άνοιγμα" msgid "Open &Containing Folder" msgstr "Άνοιγμα &Περιεχόμενου Φακέλου" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8657,34 +8869,34 @@ msgstr "Πορτοκαλί" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8694,16 +8906,16 @@ msgstr "Άλλα" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8711,7 +8923,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8719,16 +8931,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Α&ναπαραγωγή Εγγραφής Χειρισμών..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8741,23 +8953,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8770,7 +8991,7 @@ msgstr "Χειριστήριο" msgid "Pads" msgstr "Χειριστήρια" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8791,7 +9012,7 @@ msgstr "Παθητική" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Κωδικός" @@ -8816,7 +9037,7 @@ msgstr "" msgid "Patches" msgstr "Patches" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8829,23 +9050,23 @@ msgstr "Φάκελοι" msgid "Pause" msgstr "Παύση" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Παύση στο Τέλος της Ταινίας" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Παύση στην Απώλεια Εστίασης Παραθύρου" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8853,7 +9074,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8878,7 +9099,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Φωτισμός ανά Pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Εκτελέστε Διαδικτυακή Ενημέρωση Συστήματος" @@ -8886,15 +9107,15 @@ msgstr "Εκτελέστε Διαδικτυακή Ενημέρωση Συστή msgid "Perform System Update" msgstr "Εκτέλεση Ενημέρωσης Συστήματος" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8908,15 +9129,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -8928,8 +9149,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Πλατφόρμα" @@ -8937,11 +9158,11 @@ msgstr "Πλατφόρμα" msgid "Play" msgstr "Αναπαραγωγή" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Αναπαραγωγή Εγγραφής" @@ -8949,11 +9170,11 @@ msgstr "Αναπαραγωγή Εγγραφής" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Ρυθμίσεις Αναπαραγωγής" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8982,24 +9203,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Παίχτες" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9032,11 +9258,11 @@ msgstr "Θύρα:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9057,11 +9283,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Προφόρτωση Τροποποιημένων Υφών" @@ -9087,7 +9313,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9096,7 +9322,7 @@ msgstr "" msgid "Pressure" msgstr "Πίεση" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9105,18 +9331,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9138,19 +9365,19 @@ msgstr "" msgid "Problem" msgstr "Πρόβλημα" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9160,20 +9387,20 @@ msgstr "" msgid "Profile" msgstr "Προφίλ" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9183,11 +9410,11 @@ msgstr "" msgid "Public" msgstr "Δημόσιος" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Εκκαθάριση Μνήμης Cache Λίστας Παιχνιδιών " -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9199,26 +9426,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Ερώτηση" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Έξοδος" @@ -9239,11 +9466,11 @@ msgstr "R-Αναλογική" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9276,17 +9503,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9309,7 +9540,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9325,7 +9556,7 @@ msgstr "Πραγματικό Wii Remote" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9335,23 +9566,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Εγγραφή" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Ρυθμίσεις Εγγραφής" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Εγγραφή..." @@ -9368,7 +9603,7 @@ msgstr "Αριστερό Κόκκινο" msgid "Red Right" msgstr "Δεξί Κόκκινο" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9386,7 +9621,6 @@ msgstr "Redump.org Κατάσταση:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9401,11 +9635,11 @@ msgstr "" msgid "Refresh Game List" msgstr "Ανανέωση Λίστας Παιχνιδιών" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9414,8 +9648,8 @@ msgstr "" msgid "Refreshing..." msgstr "Ανανέωση..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Περιοχή" @@ -9436,7 +9670,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9448,7 +9683,7 @@ msgstr "Υπενθύμιση Αργότερα" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Αφαίρεση" @@ -9465,7 +9700,7 @@ msgstr "" msgid "Remove Tag..." msgstr "Αφαίρεση Ετικέτας..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9476,25 +9711,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Αναπαραγωγή στο Κεντρικό Παράθυρο" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9503,15 +9748,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9522,7 +9767,7 @@ msgstr "Επανεκκίνηση" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9546,7 +9791,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9554,7 +9799,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9566,7 +9811,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Απαιτείται Επανεκκίνηση" @@ -9574,11 +9819,11 @@ msgstr "Απαιτείται Επανεκκίνηση" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Επανάληψη" @@ -9587,7 +9832,7 @@ msgstr "Επανάληψη" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9595,7 +9840,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9646,11 +9891,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9659,7 +9904,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9668,7 +9913,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9680,6 +9925,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9705,20 +9959,25 @@ msgstr "" msgid "Rumble" msgstr "Δόνηση" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9729,23 +9988,23 @@ msgstr "" msgid "Russia" msgstr "Ρωσία" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD Κάρτα" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9753,7 +10012,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9788,11 +10047,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Απ&οθήκευση Σημείου Αποθήκευσης" @@ -9804,7 +10063,7 @@ msgstr "Ασφαλής" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9814,27 +10073,39 @@ msgstr "Αποθήκ." msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9846,15 +10117,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Αποθήκευση Παλαιότερου Σημείου" @@ -9862,73 +10137,77 @@ msgstr "Αποθήκευση Παλαιότερου Σημείου" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Αποθήκευση Σημείου" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Αποθήκευση Σημείου Αποθήκευσης 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Αποθήκευση Σημείου Αποθήκευσης 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Αποθήκευση Σημείου Αποθήκευσης 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Αποθήκευση Σημείου Αποθήκευσης 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Αποθήκευση Σημείου Αποθήκευσης 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Αποθήκευση Σημείου Αποθήκευσης 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Αποθήκευση Σημείου Αποθήκευσης 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Αποθήκευση Σημείου Αποθήκευσης 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Αποθήκευση Σημείου Αποθήκευσης 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Αποθήκευση Σημείου Αποθήκευσης 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9936,7 +10215,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9944,15 +10223,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Αποθήκευση ως..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9963,23 +10238,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Αποθήκευση..." @@ -9999,7 +10266,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Κλιμακούμενα EFB Αντίγραφα" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10008,8 +10275,8 @@ msgid "ScrShot" msgstr "Στιγμιότυπο" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Αναζήτηση" @@ -10018,7 +10285,7 @@ msgstr "Αναζήτηση" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10030,13 +10297,13 @@ msgstr "Αναζήτηση σε Υποφακέλους" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10044,7 +10311,7 @@ msgstr "" msgid "Search games..." msgstr "Αναζήτηση παιχνιδιών..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10078,9 +10345,9 @@ msgstr "Επιλογή" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10089,7 +10356,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10097,18 +10364,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10117,6 +10388,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10125,6 +10400,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10133,58 +10416,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Επιλογή Θέσης %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Επιλογή Θέσης Αποθήκευσης" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Επιλέξτε Θέση 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Επιλέξτε Θέση 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Επιλέξτε Θέση 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Επιλέξτε Θέση 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Επιλέξτε Θέση 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Επιλέξτε Θέση 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Επιλέξτε Θέση 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Επιλέξτε Θέση 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Επιλέξτε Θέση 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Επιλέξτε Θέση 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10198,29 +10485,25 @@ msgstr "" msgid "Select a Directory" msgstr "Επιλέξτε ένα Φάκελο" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Επιλέξτε ένα Αρχείο" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Επιλέξτε ένα Παιχνίδι" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10228,19 +10511,15 @@ msgstr "" msgid "Select a game" msgstr "Επιλέξτε ένα παιχνίδι" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Επιλέξτε ένα αρχείο για εγκατάσταση στην NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10248,36 +10527,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Επιλέξτε αρχείο αποθήκευσης" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Επιλεγμένη Γραμματοσειρά" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Το επιλεγμένο προφίλ χειρισμού δεν υπάρχει" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10289,19 +10551,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10320,7 +10582,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10331,7 +10593,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10353,24 +10615,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Αποστολή" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Θέση Sensor Bar:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10387,7 +10679,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10395,44 +10687,40 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Ορισμός ως &Προεπιλεγμένου ISO" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10442,28 +10730,35 @@ msgstr "" "(576i) για τα PAL παιχνίδια.\n" "Μπορεί να μην λειτουργεί για όλα τα παιχνίδια." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Ορίζει την γλώσσα συστήματος του Wii." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10473,13 +10768,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Ρυθμίσεις" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Αδυναμία δημιουργίας αρχείου setting.txt" @@ -10487,7 +10782,7 @@ msgstr "SetupWiiMemory: Αδυναμία δημιουργίας αρχείου s msgid "Severity" msgstr "Σοβαρότητα" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10509,228 +10804,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Εμφάνιση Παραθύρου Κατα&γραφής " -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Εμφάνιση Γραμμής &Εργαλείων" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Εμφάνιση Ενεργού Τίτλου στον Τίτλο Παραθύρου" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Εμφάνιση Αυστραλίας" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Εμφάνιση Τρέχοντος Παιχνιδιού σε Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Εμφάνιση ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Εμφάνιση FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Εμφάνιση Μετρητή Καρέ" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Εμφάνιση Γαλλίας" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Εμφάνιση GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Εμφάνιση Γερμανίας" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Εμφάνιση Προβολής Χειρισμών" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Εμφάνιση Ιταλίας" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Εμφάνιση Κορέας" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Εμφάνιση Μετρητή Καθυστέρησης " -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Εμφάνιση Γλώσσας:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Εμφάνιση Ρυθμίσεων &Καταγραφέα" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Εμφάνιση Μηνυμάτων NetPlay" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Εμφάνιση NetPlay Ping" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Εμφάνιση Ολλανδίας" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Εμφάνιση Μηνυμάτων στην Οθόνη " -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Εμφάνιση PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Εμφάνιση Πλατφόρμας" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Εμφάνιση Περιοχών" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Εμφάνιση Ρωσίας" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Εμφάνιση Ισπανίας" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Εμφάνιση Στατιστικών" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Εμφάνιση Ώρας Συστήματος" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Εμφάνιση Ταϊβάν" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Εμφάνιση USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Εμφάνιση Αγνώστων" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Εμφάνιση WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Εμφάνιση Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Εμφάνιση Κόσμου" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10738,109 +11037,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Δίπλα - Δίπλα" @@ -10857,7 +11160,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "Πλαγιαστό Wii Remote" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10881,7 +11184,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Κινέζικα Απλοποιημένα" @@ -10898,17 +11201,17 @@ msgstr "" msgid "Size" msgstr "Μέγεθος" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Παράλειψη" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10924,7 +11227,7 @@ msgstr "Παράλειψη Κύριου Μενού" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11004,11 +11307,11 @@ msgstr "" msgid "Software Renderer" msgstr "Απεικόνιση Λογισμικού" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11020,12 +11323,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11039,7 +11342,7 @@ msgstr "Ισπανία" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Ισπανικά" @@ -11047,11 +11350,11 @@ msgstr "Ισπανικά" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Ένταση Ηχείου:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11059,7 +11362,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11072,12 +11375,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Ταχύτητα" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11096,33 +11403,37 @@ msgstr "" msgid "Standard Controller" msgstr "Τυπικός Controller" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Εκκίνηση" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Έναρξη &NetPlay..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Εκκίνηση Ε&γγραφής Χειρισμών" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Εκκίνηση Εγγραφής" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11134,7 +11445,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Εκκίνηση παιχνιδιού" @@ -11157,52 +11468,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Στερεοσκοπική 3D Λειτουργία:" @@ -11223,16 +11534,20 @@ msgid "Stick" msgstr "Stick" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Διακοπή" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Διακοπή παιχνιδιού" @@ -11264,11 +11579,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Προσαρμογή στο Παράθυρο" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11282,11 +11597,11 @@ msgstr "" msgid "Strum" msgstr "Strum" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11297,18 +11612,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Επιτυχία" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11318,7 +11633,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Επιτυχής διαγραφή '%1'." @@ -11331,24 +11646,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11371,12 +11686,12 @@ msgstr "Υποστήριξη" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11384,7 +11699,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Εναλλαγή Ματιών" @@ -11399,7 +11714,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11419,22 +11734,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11442,7 +11766,7 @@ msgstr "" msgid "Sync" msgstr "Συγχρονισμός" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11460,43 +11784,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Γλώσσα Συστήματος:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS Είσοδος" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Ετικέτες" @@ -11514,15 +11838,15 @@ msgstr "" msgid "Taiwan" msgstr "Ταϊβάν" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Δημιουργία Στιγμιότυπου" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11538,9 +11862,9 @@ msgstr "" msgid "Test" msgstr "Τέστ" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11549,15 +11873,15 @@ msgstr "" msgid "Texture Cache" msgstr "Cache Υφών" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11565,7 +11889,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Επικάλυψη Του Format Υφών" @@ -11584,11 +11908,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11598,32 +11922,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11639,14 +11963,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11732,7 +12056,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11759,28 +12083,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11788,7 +12112,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11799,7 +12123,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11808,21 +12132,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11832,11 +12156,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11850,7 +12174,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11858,8 +12182,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11867,7 +12191,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11884,20 +12208,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11910,15 +12234,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11929,31 +12253,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11964,7 +12288,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11972,33 +12296,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12013,8 +12337,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12049,13 +12373,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12079,33 +12403,33 @@ msgstr "" "Αυτός ο προσομοιωτής action replay δεν υποστηρίζει κωδικούς που αλλάζουν το " "ίδιο το Action Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12113,26 +12437,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12150,41 +12474,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr " Αυτό το αρχείο δεν δείχνει για αντίγραφο ασφαλείας BootMii NAND." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12192,7 +12516,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12210,12 +12534,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12246,7 +12570,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12259,7 +12583,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12279,7 +12603,7 @@ msgstr "" msgid "Threshold" msgstr "Κατώφλι" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12289,6 +12613,31 @@ msgstr "" msgid "Tilt" msgstr "Πλάγιασμα" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12298,10 +12647,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Τίτλος" @@ -12309,25 +12658,29 @@ msgstr "Τίτλος" msgid "To" msgstr "Εώς" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Εναλλαγή &Πλήρους Οθόνης" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12335,28 +12688,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Εναλλαγή Όλων Τύπων Καταγραφής " -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Εναλλαγή Αναλογίας Οθόνης" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Εναλλαγή EFB Αντίγραφα" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Εναλλαγή Ομίχλης" @@ -12368,35 +12721,39 @@ msgstr "Εναλλαγή Πλήρους Οθόνης" msgid "Toggle Pause" msgstr "Εναλλαγή Παύσης" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12404,7 +12761,7 @@ msgstr "" msgid "Toolbar" msgstr "Γραμμή εργαλείων" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Κορυφή" @@ -12412,7 +12769,7 @@ msgstr "Κορυφή" msgid "Top-and-Bottom" msgstr "Πάνω - Κάτω" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12450,12 +12807,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Κινέζικα Παραδοσιακά " @@ -12475,8 +12832,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12484,7 +12841,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12513,7 +12870,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12539,11 +12896,11 @@ msgstr "ΗΠΑ" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12557,14 +12914,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12572,7 +12929,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12581,23 +12938,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12617,11 +12974,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12644,11 +13001,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Αναίρεση Φόρτωσης Σημείου Αποθ. " -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Αναίρεση Αποθήκευσης Σημείου Αποθ. " @@ -12666,23 +13023,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Ηνωμένες Πολιτείες" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Άγνωστο" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12691,27 +13048,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12731,11 +13088,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12743,11 +13100,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12762,11 +13119,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Απεριόριστη" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12774,7 +13131,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12806,7 +13168,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12817,7 +13179,7 @@ msgid "Up" msgstr "Πάνω" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Ενημέρωση" @@ -12874,7 +13236,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12882,15 +13244,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Χρήση Ενσωματωμένης Βάσης Δεδομένων για Ονόματα Παιχνιδιών" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12898,21 +13264,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Χρήση Λειτουργίας PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Χρήση Οθονών Πανικού" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12921,8 +13287,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12961,18 +13327,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12980,14 +13346,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13250,8 +13620,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Προειδοποίηση" @@ -13339,7 +13709,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13347,7 +13724,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13355,7 +13732,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13363,7 +13740,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "Hack Ευρείας Οθόνης" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13387,7 +13764,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13405,7 +13782,7 @@ msgstr "Wii Remote Κουμπιά" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii Remote Ρυθμίσεις" @@ -13425,7 +13802,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13433,15 +13810,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13450,11 +13827,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13468,11 +13853,11 @@ msgstr "Κόσμος" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13505,27 +13890,27 @@ msgstr "" msgid "Write to Window" msgstr "Εγγραφή στο Παράθυρο" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13576,14 +13961,14 @@ msgstr "Ναι" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13616,7 +14001,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13660,7 +14045,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "" "Πρέπει να κάνετε επανεκκίνηση του Dolphin για να έχει επίπτωση αυτή η αλλαγή." @@ -13681,7 +14066,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13699,7 +14084,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Δεν υποστηρίζεται ο Zero 3 code" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13748,7 +14133,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "αποσύνδεση" @@ -13764,7 +14149,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13829,7 +14215,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13849,23 +14236,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13876,7 +14263,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/en.po b/Languages/po/en.po index 9f5ace4a1a..10ea5c05f6 100644 --- a/Languages/po/en.po +++ b/Languages/po/en.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2011-01-06 14:53+0100\n" "Last-Translator: BhaaL \n" "Language-Team: \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -24,7 +24,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -32,6 +32,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -40,7 +46,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -75,16 +81,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -100,16 +106,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -129,7 +135,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -140,11 +146,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -157,38 +163,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -196,13 +202,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -214,30 +220,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -245,11 +251,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -265,7 +275,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -278,25 +288,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -322,36 +332,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -359,15 +369,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -375,15 +389,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -391,50 +405,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -442,14 +457,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -466,41 +485,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "" @@ -520,19 +539,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "" @@ -540,15 +559,15 @@ msgstr "" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -558,23 +577,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -582,7 +605,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -591,23 +614,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "" @@ -615,7 +642,7 @@ msgstr "" msgid "&Properties" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -623,7 +650,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "" @@ -631,29 +658,29 @@ msgstr "" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -661,31 +688,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "" @@ -695,21 +726,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -721,38 +752,30 @@ msgstr "" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -769,7 +792,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -778,7 +801,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -839,7 +862,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -847,7 +870,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -859,7 +882,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -895,19 +918,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -923,7 +946,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -931,7 +954,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1020,15 +1043,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1058,8 +1081,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1077,7 +1100,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1087,7 +1110,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1103,7 +1126,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1128,7 +1151,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1170,8 +1193,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1247,7 +1270,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1263,7 +1286,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1271,7 +1294,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "" @@ -1298,11 +1321,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1321,28 +1344,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1361,14 +1383,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1386,7 +1408,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1394,7 +1416,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1421,7 +1443,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1477,7 +1499,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1485,7 +1507,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1494,7 +1516,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1503,8 +1525,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1516,27 +1538,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1554,7 +1576,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1576,7 +1598,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1590,7 +1612,7 @@ msgstr "" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1602,25 +1624,25 @@ msgstr "" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1628,19 +1650,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1648,10 +1670,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1660,16 +1690,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "" @@ -1677,8 +1707,8 @@ msgstr "" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1689,7 +1719,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1710,11 +1740,11 @@ msgstr "" msgid "Audio" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1730,7 +1760,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "" @@ -1739,11 +1769,15 @@ msgstr "" msgid "Auto (Multiple of 640x528)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1751,7 +1785,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1759,20 +1793,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1784,7 +1829,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1815,19 +1860,19 @@ msgstr "" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "" @@ -1836,20 +1881,20 @@ msgstr "" msgid "Background Input" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1857,28 +1902,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "" @@ -1894,11 +1939,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "" @@ -1946,7 +1991,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1958,13 +2003,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -1996,67 +2041,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2068,23 +2113,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2101,7 +2146,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2111,19 +2156,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2132,30 +2177,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2189,24 +2234,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2251,7 +2296,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2259,11 +2304,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "" @@ -2271,11 +2316,11 @@ msgstr "" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2286,7 +2331,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2294,11 +2339,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2332,51 +2377,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2388,23 +2433,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2412,13 +2457,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2436,7 +2481,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2444,7 +2489,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "" @@ -2452,7 +2497,7 @@ msgstr "" msgid "Change Disc" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2460,13 +2505,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2484,7 +2529,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2496,7 +2541,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "" @@ -2504,7 +2549,7 @@ msgstr "" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "" @@ -2512,7 +2557,7 @@ msgstr "" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2524,13 +2569,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2542,28 +2587,28 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" msgstr "" #. i18n: Refers to emulated wii remote movements. @@ -2583,17 +2628,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2601,11 +2647,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2614,7 +2660,7 @@ msgstr "" msgid "Close" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2622,11 +2668,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2634,11 +2689,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2654,11 +2709,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2671,21 +2726,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2693,9 +2748,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2703,7 +2758,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2716,11 +2771,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2810,7 +2865,7 @@ msgstr "" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2823,27 +2878,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2853,35 +2916,35 @@ msgstr "" msgid "Connect" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2897,7 +2960,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2905,7 +2968,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2922,23 +2985,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2950,6 +3013,16 @@ msgstr "" msgid "Controllers" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2958,7 +3031,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2966,7 +3039,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2975,7 +3048,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3000,17 +3073,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3018,9 +3091,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3028,9 +3101,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3050,8 +3123,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3080,45 +3153,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3133,11 +3206,6 @@ msgstr "" msgid "Core" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3146,21 +3214,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3176,14 +3239,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3216,16 +3279,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3241,7 +3304,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3253,7 +3316,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "" @@ -3286,7 +3349,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3294,11 +3357,11 @@ msgstr "" msgid "Critical" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3310,22 +3373,22 @@ msgstr "" msgid "Crossfade" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3333,7 +3396,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3341,11 +3404,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3353,19 +3416,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3377,6 +3440,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3404,7 +3493,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3412,15 +3501,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3446,7 +3535,7 @@ msgstr "" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3474,7 +3563,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3491,8 +3580,8 @@ msgstr "" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "" @@ -3501,40 +3590,40 @@ msgstr "" msgid "Decimal" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3548,7 +3637,7 @@ msgstr "" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3564,7 +3653,7 @@ msgstr "" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3572,7 +3661,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3582,8 +3671,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "" @@ -3601,7 +3690,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3609,22 +3698,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3632,7 +3721,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3645,16 +3734,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3667,7 +3756,7 @@ msgstr "" msgid "Detect" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3675,7 +3764,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3697,7 +3786,7 @@ msgstr "" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3705,7 +3794,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3729,19 +3818,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3749,11 +3838,11 @@ msgstr "" msgid "Disable Fog" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3761,21 +3850,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3784,7 +3873,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3798,7 +3887,8 @@ msgstr "" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3828,15 +3918,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3846,7 +3936,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "" @@ -3854,12 +3944,12 @@ msgstr "" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3867,22 +3957,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "" @@ -3915,27 +4005,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3944,7 +4028,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3969,7 +4053,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3979,33 +4063,33 @@ msgstr "" msgid "Down" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4048,19 +4132,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "" @@ -4068,7 +4152,7 @@ msgstr "" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4076,7 +4160,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4101,20 +4185,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4130,15 +4214,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4150,7 +4234,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4158,7 +4242,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "" @@ -4177,16 +4261,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4195,6 +4279,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4206,11 +4295,20 @@ msgstr "" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4232,7 +4330,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "" @@ -4258,7 +4356,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4273,27 +4371,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "" @@ -4301,15 +4399,15 @@ msgstr "" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4317,19 +4415,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4337,15 +4435,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4363,33 +4461,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "" @@ -4397,27 +4495,27 @@ msgstr "" msgid "Enable Speaker Data" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4427,7 +4525,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4435,14 +4533,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4451,7 +4549,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4461,7 +4559,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4469,7 +4567,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4481,18 +4579,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4500,7 +4598,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4508,14 +4606,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4525,7 +4623,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4533,9 +4631,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4544,14 +4642,14 @@ msgid "" "OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4559,7 +4657,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4567,7 +4674,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4586,17 +4693,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "" @@ -4613,7 +4720,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4637,78 +4744,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4719,10 +4825,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "" @@ -4734,7 +4840,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4744,7 +4850,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" @@ -4752,15 +4858,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4768,11 +4874,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4814,7 +4920,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4830,11 +4936,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4843,12 +4949,12 @@ msgstr "" msgid "Euphoria" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4856,15 +4962,15 @@ msgstr "" msgid "Exit" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4876,27 +4982,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4907,11 +5013,11 @@ msgstr "" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "" @@ -4939,14 +5045,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "" @@ -4959,7 +5065,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4967,35 +5073,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5005,7 +5111,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "" @@ -5019,15 +5125,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5043,7 +5149,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5080,32 +5186,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5118,15 +5224,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5145,25 +5251,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5174,7 +5280,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5183,18 +5289,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5206,7 +5312,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5220,7 +5326,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5234,25 +5340,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5282,7 +5388,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5315,7 +5421,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5327,7 +5433,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5340,7 +5446,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5398,43 +5504,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5449,11 +5555,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5467,7 +5573,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5476,7 +5582,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5484,20 +5590,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5516,7 +5623,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5529,46 +5636,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "" @@ -5580,7 +5687,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5610,7 +5717,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5643,12 +5750,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5658,11 +5759,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5678,7 +5779,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "" @@ -5686,7 +5787,7 @@ msgstr "" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "" @@ -5718,15 +5819,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5736,7 +5837,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5744,7 +5845,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5754,7 +5855,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5769,38 +5870,38 @@ msgstr "" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "" @@ -5808,7 +5909,7 @@ msgstr "" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5828,7 +5929,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5844,22 +5945,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "" @@ -5878,8 +5983,8 @@ msgid "From" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5887,11 +5992,12 @@ msgstr "" msgid "FullScr" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5911,7 +6017,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5927,19 +6033,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5963,7 +6069,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5981,7 +6087,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -5991,25 +6097,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6021,7 +6127,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6039,22 +6145,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6066,7 +6172,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6082,39 +6188,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "" @@ -6123,7 +6229,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6143,11 +6249,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6155,11 +6261,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6176,7 +6282,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6204,45 +6310,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "" @@ -6250,11 +6364,11 @@ msgstr "" msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6269,7 +6383,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6278,7 +6392,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "" @@ -6287,7 +6401,7 @@ msgstr "" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6296,7 +6410,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6318,7 +6432,7 @@ msgstr "" msgid "Green Right" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6363,7 +6477,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6396,11 +6510,11 @@ msgstr "" msgid "Hide" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6412,23 +6526,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6451,15 +6565,39 @@ msgstr "" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6467,14 +6605,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6483,21 +6629,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6524,7 +6670,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6555,7 +6701,7 @@ msgid "IR" msgstr "" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "" @@ -6581,18 +6727,18 @@ msgstr "" msgid "Icon" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6605,7 +6751,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6619,14 +6765,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6638,7 +6794,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6663,14 +6819,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6679,7 +6835,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6694,22 +6850,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6722,7 +6878,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6730,64 +6886,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6824,12 +6980,12 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6838,11 +6994,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "" @@ -6856,19 +7012,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "" @@ -6885,7 +7038,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6893,13 +7046,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6908,7 +7062,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6917,7 +7071,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6976,8 +7130,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6986,15 +7140,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7002,7 +7156,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7010,7 +7164,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7019,11 +7173,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7035,7 +7189,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7044,7 +7198,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7052,7 +7206,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7080,13 +7234,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "" @@ -7099,95 +7261,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "" @@ -7198,18 +7362,18 @@ msgstr "" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7239,20 +7403,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "" @@ -7281,41 +7445,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7323,11 +7487,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7377,6 +7541,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7410,11 +7582,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7424,29 +7596,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "" @@ -7454,24 +7626,29 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7479,171 +7656,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "" @@ -7652,19 +7824,20 @@ msgstr "" msgid "Log Configuration" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7676,31 +7849,43 @@ msgstr "" msgid "Logger Outputs" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7730,27 +7915,31 @@ msgstr "" msgid "Main Stick" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7758,18 +7947,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7777,16 +7966,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7794,15 +7983,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7811,12 +8004,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7832,7 +8025,7 @@ msgstr "" msgid "Memory Card" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7840,7 +8033,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7860,7 +8053,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7868,33 +8061,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7903,7 +8104,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7923,7 +8124,7 @@ msgstr "" msgid "Modifier" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7935,20 +8136,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7960,11 +8161,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7973,16 +8174,16 @@ msgstr "" msgid "Motor" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -7993,7 +8194,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8002,14 +8203,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8018,8 +8229,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8028,7 +8239,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8045,8 +8256,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8059,11 +8270,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8072,10 +8283,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "" @@ -8089,7 +8300,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8105,27 +8316,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8133,7 +8344,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8142,7 +8353,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8167,7 +8378,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8175,30 +8386,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8220,21 +8433,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8255,15 +8468,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8276,23 +8489,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8303,7 +8516,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8317,7 +8530,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8335,7 +8548,7 @@ msgstr "" msgid "Not Set" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8355,7 +8568,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8382,11 +8595,6 @@ msgstr "" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8412,13 +8620,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8470,7 +8678,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "" @@ -8491,18 +8699,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8517,7 +8725,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8525,13 +8733,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8548,17 +8756,21 @@ msgstr "" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8623,34 +8835,34 @@ msgstr "" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8660,16 +8872,16 @@ msgstr "" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8677,7 +8889,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8685,16 +8897,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8707,23 +8919,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8736,7 +8957,7 @@ msgstr "" msgid "Pads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8757,7 +8978,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8782,7 +9003,7 @@ msgstr "" msgid "Patches" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8795,23 +9016,23 @@ msgstr "" msgid "Pause" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8819,7 +9040,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8844,7 +9065,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8852,15 +9073,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8874,15 +9095,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8894,8 +9115,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8903,11 +9124,11 @@ msgstr "" msgid "Play" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "" @@ -8915,11 +9136,11 @@ msgstr "" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8948,24 +9169,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -8998,11 +9224,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9023,11 +9249,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9053,7 +9279,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9062,7 +9288,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9071,18 +9297,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9104,19 +9331,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9126,20 +9353,20 @@ msgstr "" msgid "Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9149,11 +9376,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9165,26 +9392,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "" @@ -9205,11 +9432,11 @@ msgstr "" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9242,17 +9469,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9275,7 +9506,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9291,7 +9522,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9301,23 +9532,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9334,7 +9569,7 @@ msgstr "" msgid "Red Right" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9352,7 +9587,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9367,11 +9601,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9380,8 +9614,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9402,7 +9636,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9414,7 +9649,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "" @@ -9431,7 +9666,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9442,25 +9677,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9469,15 +9714,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9488,7 +9733,7 @@ msgstr "" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9512,7 +9757,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9520,7 +9765,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9532,7 +9777,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9540,11 +9785,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9553,7 +9798,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9561,7 +9806,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9612,11 +9857,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9625,7 +9870,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9634,7 +9879,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9646,6 +9891,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9671,20 +9925,25 @@ msgstr "" msgid "Rumble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9695,23 +9954,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9719,7 +9978,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9754,11 +10013,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "" @@ -9770,7 +10029,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9780,27 +10039,39 @@ msgstr "" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9812,15 +10083,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "" @@ -9828,73 +10103,77 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9902,7 +10181,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9910,15 +10189,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9929,23 +10204,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9965,7 +10232,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9974,8 +10241,8 @@ msgid "ScrShot" msgstr "" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -9984,7 +10251,7 @@ msgstr "" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -9996,13 +10263,13 @@ msgstr "" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10010,7 +10277,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10044,9 +10311,9 @@ msgstr "" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10055,7 +10322,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10063,18 +10330,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10083,6 +10354,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10091,6 +10366,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10099,58 +10382,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10164,29 +10451,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10194,19 +10477,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10214,36 +10493,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10255,19 +10517,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10286,7 +10548,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10297,7 +10559,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10319,24 +10581,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10353,7 +10645,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10361,72 +10653,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10436,13 +10731,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10450,7 +10745,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10472,228 +10767,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10701,109 +11000,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10820,7 +11123,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10844,7 +11147,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "" @@ -10861,17 +11164,17 @@ msgstr "" msgid "Size" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10887,7 +11190,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10967,11 +11270,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10983,12 +11286,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11002,7 +11305,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "" @@ -11010,11 +11313,11 @@ msgstr "" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11022,7 +11325,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11035,12 +11338,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11059,33 +11366,37 @@ msgstr "" msgid "Standard Controller" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11097,7 +11408,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11120,52 +11431,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11186,16 +11497,20 @@ msgid "Stick" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11227,11 +11542,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11245,11 +11560,11 @@ msgstr "" msgid "Strum" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11260,18 +11575,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11281,7 +11596,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11294,24 +11609,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11334,12 +11649,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11347,7 +11662,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11362,7 +11677,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11382,22 +11697,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11405,7 +11729,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11423,43 +11747,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11477,15 +11801,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11501,9 +11825,9 @@ msgstr "" msgid "Test" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11512,15 +11836,15 @@ msgstr "" msgid "Texture Cache" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11528,7 +11852,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "" @@ -11547,11 +11871,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11561,32 +11885,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11602,14 +11926,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11695,7 +12019,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11722,28 +12046,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11751,7 +12075,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11762,7 +12086,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11771,21 +12095,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11795,11 +12119,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11813,7 +12137,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11821,8 +12145,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11830,7 +12154,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11846,20 +12170,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11872,15 +12196,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11891,31 +12215,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11926,7 +12250,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11934,33 +12258,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11975,8 +12299,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12008,13 +12332,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12036,33 +12360,33 @@ msgid "" "Replay itself." msgstr "" -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12070,26 +12394,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12107,41 +12431,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12149,7 +12473,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12165,12 +12489,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12201,7 +12525,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12214,7 +12538,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12234,7 +12558,7 @@ msgstr "" msgid "Threshold" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12244,6 +12568,31 @@ msgstr "" msgid "Tilt" msgstr "" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12253,10 +12602,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "" @@ -12264,25 +12613,29 @@ msgstr "" msgid "To" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12290,28 +12643,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "" @@ -12323,35 +12676,39 @@ msgstr "" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12359,7 +12716,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "" @@ -12367,7 +12724,7 @@ msgstr "" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12405,12 +12762,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "" @@ -12430,8 +12787,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12439,7 +12796,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12468,7 +12825,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12494,11 +12851,11 @@ msgstr "" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12512,14 +12869,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12527,7 +12884,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12536,23 +12893,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12572,11 +12929,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12599,11 +12956,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12621,23 +12978,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12646,27 +13003,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12686,11 +13043,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12698,11 +13055,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12717,11 +13074,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12729,7 +13086,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12761,7 +13123,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12772,7 +13134,7 @@ msgid "Up" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "" @@ -12827,7 +13189,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12835,15 +13197,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12851,21 +13217,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12874,8 +13240,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12914,18 +13280,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12933,14 +13299,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13203,8 +13573,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "" @@ -13292,7 +13662,14 @@ msgstr "" msgid "Whammy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13300,7 +13677,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13308,7 +13685,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13316,7 +13693,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13340,7 +13717,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13358,7 +13735,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13378,7 +13755,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13386,15 +13763,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13403,11 +13780,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13421,11 +13806,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13458,27 +13843,27 @@ msgstr "" msgid "Write to Window" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13529,14 +13914,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13569,7 +13954,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13613,7 +13998,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "" @@ -13633,7 +14018,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13651,7 +14036,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13700,7 +14085,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13716,7 +14101,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13781,7 +14167,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13801,23 +14188,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13828,7 +14215,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/es.po b/Languages/po/es.po index 6abd3af4b7..7b5af95d8c 100644 --- a/Languages/po/es.po +++ b/Languages/po/es.po @@ -32,10 +32,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Víctor González, 2021-2024\n" -"Language-Team: Spanish (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Spanish (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/es/)\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -56,7 +56,7 @@ msgstr "" "Es posible que haya problemas que Dolphin no pueda detectar, ya que las " "imágenes de disco de GameCube contienen muy pocos datos de verificación." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -69,6 +69,12 @@ msgstr "" "está pensado para consolas Wii comerciales, aunque las firmas parezcan " "válidas." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr " %1 %2 (%3 % fragmentada)" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Disco %1)" @@ -77,7 +83,7 @@ msgstr " (Disco %1)" msgid "! Not" msgstr "! No" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "«{0}» no es un archivo GCM/ISO válido, o no es una ISO de GC/Wii." @@ -114,16 +120,16 @@ msgstr "" "%1\n" "quiere unirse a tu partida." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -139,16 +145,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (copia)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (disco %2, revisión %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (revisión %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (predeterminado)" @@ -168,7 +174,7 @@ msgstr "%1 (lenta)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -182,11 +188,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "Configuración gráfica para «%1»" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -199,11 +205,11 @@ msgstr "%1 revisión(ones) por delante de %2" msgid "%1 doesn't support this feature on your system." msgstr "%1 no soporta esta característica en tu sistema." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 no es compatible con esta característica." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -213,27 +219,27 @@ msgstr "" "%2 objetos\n" "Fotograma actual: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 se ha unido" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 se ha salido" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 ha desbloqueado %2/%3 logros, con un total de %4/%5 puntos" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 no es una ROM válida" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 ahora está jugando al golf" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 está jugando a %2" @@ -241,13 +247,13 @@ msgstr "%1 está jugando a %2" msgid "%1 memory ranges" msgstr "%1 rango(s) de memoria" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 puntos" @@ -259,30 +265,30 @@ msgstr "%1 sesión encontrada" msgid "%1 sessions found" msgstr "%1 sesiones encontradas" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (velocidad normal)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "El valor de %1 ha cambiado" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "El valor de %1 ha aparecido" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "El valor de %1 se ha utilizado" @@ -290,11 +296,15 @@ msgstr "El valor de %1 se ha utilizado" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "%1

%2" @@ -310,7 +320,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -323,25 +333,25 @@ msgstr "Nativa %1x (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "Nativa %1x (%2x%3) para %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA " -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "No se pudo acceder a %n dirección(ones) de la memoria emulada." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "Queda(n) %n dirección(ones)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -367,36 +377,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Acerca de" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Añadir función" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Añadir punto de interrupción en memoria" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Añadir nuevo código..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Añadir función" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Añadir..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Ensamblador" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Ajustes de &audio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "Actualización automática:" @@ -404,15 +414,19 @@ msgstr "Actualización automática:" msgid "&Borderless Window" msgstr "Ventana sin &bordes" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "Tipo de &rama" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" msgstr "&Pausar al encontrar una coincidencia" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Puntos de interrupción" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Rastreador de errores" @@ -420,15 +434,15 @@ msgstr "&Rastreador de errores" msgid "&Cancel" msgstr "&Cancelar" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "Administrador de &trucos" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Buscar actualizaciones..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Borrar símbolos" @@ -436,50 +450,51 @@ msgstr "&Borrar símbolos" msgid "&Clone..." msgstr "&Clonar..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Código" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "&Condición" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Conectado" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Ajustes de &mandos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copiar dirección" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Copiar dirección:" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Crear..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Borrar" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "Borrar variables &vigiladas" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "Borrar variables &vigiladas" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Editar código..." @@ -487,14 +502,18 @@ msgstr "&Editar código..." msgid "&Edit..." msgstr "&Editar..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Expulsar disco" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulación" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "&Eliminar bloque(s)" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exportar..." @@ -511,41 +530,41 @@ msgstr "&Exportar estado" msgid "&Export as .gci..." msgstr "&Exportar como .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Archivo" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Tipo de letra..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Avanzar &fotograma" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "Ajustes de &cámara libre" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Generar el mapa de símbolos a partir de..." -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&Repositorio en GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Ajustes de &gráficos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "A&yuda" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Ajustes de a&tajos" @@ -565,19 +584,19 @@ msgstr "&Importar estado" msgid "&Import..." msgstr "&Importar..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "Base de &Infinity" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Insertar blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "Insertar &BLR" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Fusión de fotogramas" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -585,15 +604,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Idioma:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "Car&gar inspección de ramas" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Cargar estado" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "Cargar mapa de símbo&los" @@ -603,23 +622,27 @@ msgstr "&Cargar archivo en dirección actual" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Bloquear variables vigiladas" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "B&loquear posición de ventanas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "&Registrar al encontrar una coincidencia" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "&Varios" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Grabación" @@ -627,7 +650,7 @@ msgstr "&Grabación" msgid "&Mute" msgstr "&Silenciar" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Red" @@ -636,23 +659,27 @@ msgid "&No" msgstr "&No" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Abrir..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opciones" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "&Origen y destino" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Parchear funciones HLE" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Jugar" @@ -660,7 +687,7 @@ msgstr "&Jugar" msgid "&Properties" msgstr "&Propiedades" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Modo de solo lectura" @@ -668,7 +695,7 @@ msgstr "&Modo de solo lectura" msgid "&Refresh List" msgstr "&Actualizar lista" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registros" @@ -676,29 +703,29 @@ msgstr "&Registros" msgid "&Remove" msgstr "&Borrar" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Quitar código" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "&Renombrar símbolo" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Reiniciar" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Administrador de paquetes de recursos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "&Guardar inspección de ramas" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Guardar mapa de símbolos" @@ -706,31 +733,35 @@ msgstr "&Guardar mapa de símbolos" msgid "&Scan e-Reader Card(s)..." msgstr "E%scanear tarjeta(s) de e-Reader..." -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "Portal de &Skylanders" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Límite de velocidad:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Detener" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema visual:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Hilos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" -msgstr "&Herramientas" +msgstr "&Herramienta" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "Visibilidad de barra de &herramientas" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Herramientas" @@ -740,21 +771,21 @@ msgstr "&Quitar ROM" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "Desblo&quear variables vigiladas" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Vista" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Vigilar" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Página web" @@ -766,38 +797,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sí" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "No se encontró «%1», no se han generado nombres de símbolos" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "No se encontró «%1», probando con la búsqueda de funciones comunes" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Oscuro)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Claro)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Del sistema)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(anfitrión)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(desactivado)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Multiplicar" @@ -814,7 +837,7 @@ msgstr ", Coma" msgid "- Subtract" msgstr "- Restar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -823,7 +846,7 @@ msgid "--Unknown--" msgstr "--Desconocido--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -884,7 +907,7 @@ msgstr "Entero con signo de 16 bits" msgid "16-bit Unsigned Integer" msgstr "Entero sin signo de 16 bits" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -892,7 +915,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "Anisotrópico x16" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "x1" @@ -904,7 +927,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "x2" @@ -940,19 +963,19 @@ msgid "32-bit Unsigned Integer" msgstr "Entero sin signo de 32 bits" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Profundidad 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "x3" @@ -968,7 +991,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 bloques)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -976,7 +999,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "x4" @@ -1065,19 +1088,19 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" "Característica desactivada en el modo «hardcore»." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1116,8 +1139,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Mayor que" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Ya hay una sesión de juego en red en marcha." @@ -1142,7 +1165,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Ya hay un disco en proceso de inserción." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1157,7 +1180,7 @@ msgstr "" "Un estado de guardado no puede ser cargado sin especificar el juego a " "ejecutar." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1177,7 +1200,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Solo se puede sincronizar el mando de Wii en mitad de la partida." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "A&utoguardado" @@ -1218,7 +1241,7 @@ msgstr "" "funcione correctamente.\n" "Úsalo bajo tu propio riesgo.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "Código AR" @@ -1260,8 +1283,8 @@ msgstr "Exactitud:" msgid "Achievement Settings" msgstr "Ajustes de logros" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Logros" @@ -1354,7 +1377,7 @@ msgstr "Action Replay: código normal {0}: subtipo incorrecto {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "Activar el chat del juego en red" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Activo" @@ -1370,7 +1393,7 @@ msgstr "Cola de hilos activos" msgid "Active threads" msgstr "Hilos activos" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adaptador" @@ -1378,7 +1401,7 @@ msgstr "Adaptador" msgid "Adapter Detected" msgstr "Adaptador detectado" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adaptador:" @@ -1405,11 +1428,11 @@ msgstr "Añadir dispositivo USB" msgid "Add Shortcut to Desktop" msgstr "Añadir acceso directo al escritorio" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Añadir punto de interrupción" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Añadir punto de interrupción en memoria" @@ -1428,28 +1451,27 @@ msgstr "Añadir punto de interrupción de memoria" msgid "Add to &watch" msgstr "Añadir a &variables vigiladas" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Añadir a variables vigiladas" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Añadir..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Dirección:" @@ -1468,14 +1490,14 @@ msgstr "Espacio de dirección según el estado de la CPU" msgid "Address:" msgstr "Dirección:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" "Ajusta el filtrado de texturas. El filtrado anisotrópico mejora la calidad " @@ -1484,7 +1506,7 @@ msgstr "" "escalado de texturas que seleccione el juego.

Cualquier opción ajena " "a la predeterminada alterará la apariencia de las texturas del juego y " "podría producir problemas en un número pequeño de juegos.

Esta opción " -"es incompatible con el muestreo manual de texturas." +"se desactivará si se activa el muestreo manual de texturas." "

Si tienes dudas, selecciona Valor predeterminado." @@ -1508,7 +1530,7 @@ msgstr "" "

Si tienes dudas, selecciona el valor a la derecha " "del todo." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1520,7 +1542,7 @@ msgstr "" "ADVERTENCIA: Esta opción provocará problemas graves en muchos juegos; solo " "hay una pequeña minoría que se beneficiará." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1559,7 +1581,7 @@ msgstr "Avanzado" msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1638,7 +1660,7 @@ msgstr "Todos los valores de coma flotante doble" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1646,7 +1668,7 @@ msgid "All Files" msgstr "Todos los archivos" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Todos los archivos (*)" @@ -1655,7 +1677,7 @@ msgstr "Todos los archivos (*)" msgid "All Float" msgstr "Todos los valores de coma flotante" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Todos los archivos GC/Wii" @@ -1664,8 +1686,8 @@ msgstr "Todos los archivos GC/Wii" msgid "All Hexadecimal" msgstr "Todos los valores hexadecimales" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Todos los estados guardados (*.sav *.s##);; Todos los archivos (*)" @@ -1677,27 +1699,27 @@ msgstr "Todos los valores enteros con signo" msgid "All Unsigned Integer" msgstr "Todos los valores enteros sin signo" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Todos los archivos (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Todos los códigos de los jugadores sincronizados." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Todos las partidas guardadas de los jugadores sincronizados." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Permitir configuración de región independiente" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Permitir informes de estadísticas de uso" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Permitir acciones de escritura en la tarjeta SD" @@ -1717,7 +1739,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Fuentes de entrada alternativas" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Siempre" @@ -1739,7 +1761,7 @@ msgstr "Se esperaba la inserción de un disco pero no se encontró ninguno." msgid "Anaglyph" msgstr "Anaglifo" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analizar" @@ -1753,7 +1775,7 @@ msgstr "Ángulo" msgid "Angular velocity to ignore and remap." msgstr "Velocidad angular a ignorar y reasignar." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Suavizado de bordes" @@ -1765,19 +1787,19 @@ msgstr "Suavizado de bordes:" msgid "Any Region" msgstr "Cualquier región" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "Añadir firma a" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Añadir al archivo de firma existente..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Aplicar archivo de firma..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1786,7 +1808,7 @@ msgstr "" "

Si tienes dudas, selecciona (desactivado)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Fecha del «apploader»:" @@ -1794,19 +1816,19 @@ msgstr "Fecha del «apploader»:" msgid "Apply" msgstr "Aplicar" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "Aplicar archivo de firma" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Detección arbitraria de mipmaps" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "¿Seguro que quieres borrar «%1»?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "¿Seguro que quieres borrar este archivo?" @@ -1814,10 +1836,18 @@ msgstr "¿Seguro que quieres borrar este archivo?" msgid "Are you sure you want to delete this pack?" msgstr "¿Seguro que quieres borrar este paquete?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "¿Seguro que quieres cerrar sesión en RetroAchievements?" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "¿Seguro que quieres salir del juego en red?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "¿Seguro que quieres desactivar el modo «hardcore»?" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "¿Seguro que quieres continuar?" @@ -1826,16 +1856,16 @@ msgstr "¿Seguro que quieres continuar?" msgid "Area Sampling" msgstr "Muestreado de áreas" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Relación de aspecto" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Resolución interna con corrección de relación de aspecto" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Relación de aspecto:" @@ -1843,8 +1873,8 @@ msgstr "Relación de aspecto:" msgid "Assemble" msgstr "Ensamblar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "Ensamblar instrucción" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1855,7 +1885,7 @@ msgstr "Ensamblador" msgid "Assembly File" msgstr "Archivo de ensamblado" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Asignar números de puerto para mandos" @@ -1878,11 +1908,11 @@ msgstr "Añadir MotionPlus" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Motor de audio:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Ajustes de expansión de audio" @@ -1898,7 +1928,7 @@ msgstr "Autor" msgid "Authors" msgstr "Autores" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automática" @@ -1907,11 +1937,15 @@ msgstr "Automática" msgid "Auto (Multiple of 640x528)" msgstr "Automática (múltiplo de 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Actualización automática" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Ajustes de actualización automática" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1923,7 +1957,7 @@ msgstr "" "\n" "Por favor seleccione una resolución interna específica." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Autoajustar tamaño de ventana" @@ -1931,15 +1965,15 @@ msgstr "Autoajustar tamaño de ventana" msgid "Auto-Hide" msgstr "Ocultar automáticamente" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "¿Autodetectar módulos RSO?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Sincronizar automáticamente con carpeta" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1948,6 +1982,25 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" +"Cambia automáticamente el disco del juego cuando lo soliciten los juegos con " +"dos discos. Para usar esta característica, debes ejecutar el juego de las " +"siguientes formas:
- Desde la lista de juegos, con ambos discos presentes " +"en la lista.
- Usando Archivo > Abrir o la interfaz por línea de " +"comandos, indicando las rutas de ambos discos.
- Ejecutando un archivo " +"M3U, ya sea mediante Archivo > Abrir o la interfaz por línea de comandos." +"

Si tienes dudas, deja esta opción desactivada." + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Actualizar autom. los valores actuales" @@ -1959,7 +2012,7 @@ msgid "Auxiliary" msgstr "Auxiliar" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1993,19 +2046,19 @@ msgstr "Registro BP" msgid "Back Chain" msgstr "Secuencia regresiva" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Motor" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Motor multihilo" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Ajustes del motor" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Motor:" @@ -2014,20 +2067,20 @@ msgstr "Motor:" msgid "Background Input" msgstr "Funcionar en segundo plano" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Atrás" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Se ha proporcionado un valor incorrecto" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "La dirección elegida no existe." @@ -2035,28 +2088,28 @@ msgstr "La dirección elegida no existe." msgid "Bad dump" msgstr "Volcado malo" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Ajuste proporcionado incorrecto." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "El valor elegido no es correcto." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Imagen" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detalles de la imagen" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Imagen:" @@ -2072,11 +2125,11 @@ msgstr "Dirección base" msgid "Base priority" msgstr "Prioridad base" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Básico" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Ajustes básicos" @@ -2124,7 +2177,7 @@ msgstr "SSL binario (leer)" msgid "Binary SSL (write)" msgstr "SSL binario (escribir)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bitrate (kbps):" @@ -2140,13 +2193,13 @@ msgstr "" "\n" "Vuelve a intentarlo con otro personaje distinto." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Tamaño del bloque" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Tamaño del bloque:" @@ -2180,69 +2233,69 @@ msgstr "" "Se ha activado el modo de acceso directo a Bluetooth, pero no se puede " "utilizar porque Dolphin se ha compilado sin la biblioteca libusb." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Arrancar pausado" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" "Archivo de copia de respaldo de NAND en formato BootMii (*.bin);;Todos los " "archivos (*) " -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "Archivo de claves BootMii (*.bin);;Todos los archivos (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Pantalla completa sin bordes" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Inferior" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "Rama" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Rama (LR guardado)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Rama condicional" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "Rama condicional (LR guardado)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "Rama condicional a registro de cuentas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "Rama condicional a registro de cuentas (LR guardado)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "Rama condicional a registro de vínculos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "Rama condicional a registro de vínculos (LR guardado)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "Rama no sobrescrita" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Tipo de rama" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "Rama sobrescrita" @@ -2254,23 +2307,23 @@ msgstr "Inspector de ramas" msgid "Branch Watch Tool" msgstr "Herramienta de inspección de ramas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "Ayuda de la herramienta de inspección de ramas (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "Ayuda de la herramienta de inspección de ramas (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "Ayuda de la herramienta de inspección de ramas (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "Ayuda de la herramienta de inspección de ramas (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2302,7 +2355,7 @@ msgstr "" "el botón Borrar inspección de ramas para eliminar a todas las candidatas y " "volver a la fase de creación de una lista negra." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2319,19 +2372,19 @@ msgstr "" "la fase de reducción y la tabla se llenará con todas las candidatas " "disponibles." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "Rama a registro de cuentas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "Rama a registro de cuentas (LR guardado)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "Rama a registro de vínculos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "Rama a registro de vínculos (LR guardado)" @@ -2340,31 +2393,31 @@ msgstr "Rama a registro de vínculos (LR guardado)" msgid "Branch: %1" msgstr "Rama master: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Ramas" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Pausa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "Pausar &y registrar al encontrar una coincidencia" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Punto de interrupción" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" "Se ha encontrado un punto de interrupción. Salto de instrucciones cancelado." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Puntos de interrupción" @@ -2398,24 +2451,24 @@ msgstr "Error del adaptador para banda ancha" msgid "Broadband Adapter MAC Address" msgstr "Dirección MAC del adaptador para banda ancha" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Buscar sesiones de juego en red..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Tamaño de búfer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Tamaño del búfer cambiado a %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Búfer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2462,7 +2515,7 @@ msgstr "Por: %1" msgid "C Stick" msgstr "Stick C" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "C&rear archivo de firma..." @@ -2470,11 +2523,11 @@ msgstr "C&rear archivo de firma..." msgid "CP register " msgstr "Registro CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "Motor de emulación de CPU:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Opciones del procesador" @@ -2482,11 +2535,11 @@ msgstr "Opciones del procesador" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Intérprete con caché (lento)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2501,7 +2554,7 @@ msgstr "" msgid "Calculate" msgstr "Calcular" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2514,11 +2567,11 @@ msgstr "" "fallos gráficos.

Si tienes dudas, deja esta opción " "desactivada." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Calibrar" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Calibración" @@ -2552,55 +2605,55 @@ msgstr "Cámara 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Campo de visión de la cámara (afecta a la sensibilidad del apuntado)" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" "Solo se puede generar un código AR para aquellos valores que se encuentren " "en la memoria virtual." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "¡Todavía no se puede modificar!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "¡No se pueden editar los villanos de este trofeo!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" "No se puede encontrar ningún mando de Wii con el identificador de conexión " "{0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "No puedes empezar el juego en red con un juego en ejecución." #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Cancelar" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Cancelar calibración" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "Candidatas: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "Candidatas: %1 | Excluidas: %2 | Restantes: %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "Candidatas: %1 | Filtradas: %2 | Restantes: %3" @@ -2613,23 +2666,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "El juego no puede iniciar el WAD al no poder instalarlo en la NAND." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "No se puede comparar con el último valor en la primera búsqueda." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "No se puede encontrar el IPL de GC" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "No se puede generar el código AR para esta dirección." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "No se puede actualizar si no hay resultados." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "La ruta de la carpeta GCI no puede estar en blanco." @@ -2637,13 +2690,13 @@ msgstr "La ruta de la carpeta GCI no puede estar en blanco." msgid "Cannot set memory card to an empty path." msgstr "La ruta de la tarjeta de memoria no puede estar en blanco." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "No se pudo ejecutar el juego porque no se ha encontrado el IPL de GC." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Villano capturado %1:" @@ -2661,7 +2714,7 @@ msgstr "Centro" msgid "Center Mouse" msgstr "Centrar ratón" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Centrar y calibrar" @@ -2669,7 +2722,7 @@ msgstr "Centrar y calibrar" msgid "Change &Disc" msgstr "Cambiar &disco" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Cambiar &disco..." @@ -2677,7 +2730,7 @@ msgstr "Cambiar &disco..." msgid "Change Disc" msgstr "Cambiar disco" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Cambiar discos automáticamente" @@ -2685,7 +2738,7 @@ msgstr "Cambiar discos automáticamente" msgid "Change the disc to {0}" msgstr "Cambiar al disco {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." @@ -2694,7 +2747,7 @@ msgstr "" "

Si tienes dudas, selecciona Clean." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2725,7 +2778,7 @@ msgstr "" "tiene movimiento lateral, solo rotación, y puedes acercarte al punto de " "origen de la cámara." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Los trucos surtirán efecto la próxima vez que se reinicie el juego." @@ -2737,7 +2790,7 @@ msgstr "Partición del canal (%1)" msgid "Character entered is invalid!" msgstr "¡El personaje introducido no es válido!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Conversación" @@ -2745,7 +2798,7 @@ msgstr "Conversación" msgid "Cheat Code Editor" msgstr "Editor de trucos" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Buscar trucos" @@ -2753,7 +2806,7 @@ msgstr "Buscar trucos" msgid "Cheats Manager" msgstr "Administrador de trucos" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Comprobar NAND..." @@ -2765,7 +2818,7 @@ msgstr "Comprobar en segundo plano si hay cambios en la lista de juegos" msgid "Check for updates" msgstr "Buscar actualizaciones" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2773,7 +2826,7 @@ msgstr "" "Asegúrate de tener los permisos adecuados para borrar el archivo y que " "ningún otro programa lo esté usando." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Verificar" @@ -2785,30 +2838,30 @@ msgstr "China" msgid "Choose" msgstr "Seleccionar" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "Selecciona la carpeta de destino" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 +msgid "Choose GCI Base Folder" +msgstr "Selecciona la carpeta base GCI" + +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "Selecciona un archivo de entrada principal" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "Selecciona un archivo de entrada secundario" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" msgstr "Selecciona un archivo para abrir" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +msgid "Choose a File to Open or Create" msgstr "Selecciona un archivo a abrir o crear" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Selecciona un archivo de entrada principal" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Selecciona un archivo de entrada secundario" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "Selecciona la carpeta base GCI" - -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Selecciona la carpeta de destino" - #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 msgid "Clamping of rotation about the yaw axis." @@ -2826,17 +2879,18 @@ msgstr "Mando clásico" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Borrar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "Borrar inspección de ramas" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Borrar caché" @@ -2844,11 +2898,11 @@ msgstr "Borrar caché" msgid "Clear Slot" msgstr "Vaciar posición" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Control manual del reloj de la CPU" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Clonar y &editar código..." @@ -2857,7 +2911,7 @@ msgstr "Clonar y &editar código..." msgid "Close" msgstr "Cerrar" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfiguración" @@ -2865,11 +2919,20 @@ msgstr "Co&nfiguración" msgid "Code" msgstr "Código" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "Tam. búf. cód." + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "Tamaño del búfer de código" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "Ruta de acceso a código no tomada" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "Ruta de acceso a código tomada" @@ -2877,11 +2940,11 @@ msgstr "Ruta de acceso a código tomada" msgid "Code:" msgstr "Código:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "¡Códigos recibidos!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Corrección de color" @@ -2897,11 +2960,11 @@ msgstr "Corrección de color:" msgid "Color Space" msgstr "Espacio de color" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "&Visibilidad de columnas" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combinar dos archivos de firmas..." @@ -2914,7 +2977,7 @@ msgstr "Común" msgid "Comparand:" msgstr "Comparativa:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2925,7 +2988,7 @@ msgstr "" "compararlo con la versión de la eShop de Wii U. Dolphin no puede verificar " "esta circunstancia." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2935,7 +2998,7 @@ msgstr "" "pesar de todo, es posible que este volcado sea correcto al compararlo con la " "versión de la eShop de Wii U. Dolphin no puede verificar esta circunstancia." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Compilar sombreadores antes de jugar" @@ -2943,9 +3006,9 @@ msgstr "Compilar sombreadores antes de jugar" msgid "Compiling Shaders" msgstr "Compilación de sombreadores" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compresión" @@ -2953,7 +3016,7 @@ msgstr "Compresión" msgid "Compression Level:" msgstr "Nivel de compresión:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Compresión:" @@ -2966,11 +3029,11 @@ msgstr "Cond." #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condición" @@ -3114,7 +3177,7 @@ msgstr "Configurar" msgid "Configure Controller" msgstr "Configurar mando" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Configurar Dolphin" @@ -3127,27 +3190,35 @@ msgstr "Configurar entrada" msgid "Configure Output" msgstr "Configurar salida" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Confirmar" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "Confirmar desactivación de modo «hardcore»" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "Confirmar cierre de sesión" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Confirmar cambio de motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Confirmar detención" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Confirmar" @@ -3157,35 +3228,35 @@ msgstr "Confirmar" msgid "Connect" msgstr "Conectar" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Conectar la Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Conectar teclado USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Conectar mando de Wii %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Conectar mando de Wii 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Conectar mando de Wii 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Conectar mando de Wii 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Conectar mando de Wii 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Conectar mandos de Wii" @@ -3202,7 +3273,7 @@ msgstr "" msgid "Connected" msgstr "Conectado" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Conectando" @@ -3210,7 +3281,7 @@ msgstr "Conectando" msgid "Connection Type:" msgstr "Tipo de conexión:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "El contenido {0:08x} está corrupto." @@ -3227,23 +3298,23 @@ msgstr "Controlar el modo golf del juego en red" msgid "Control Stick" msgstr "Stick de control" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Perfil del mando" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Perfil del mando 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Perfil del mando 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Perfil del mando 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Perfil del mando 4" @@ -3255,6 +3326,23 @@ msgstr "Ajustes del mando" msgid "Controllers" msgstr "Mandos" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" +"Controla la velocidad que tendrá la emulación relativa a la del hardware " +"original.

Un valor superior al 100 % ejecutará la emulación a una " +"velocidad más rápida que la que admite el hardware original, siempre y " +"cuando tu equipo pueda con ella. Por el contrario, un valor inferior al " +"100 % ralentizará la emulación. «Ilimitado» ejecutará la emulación lo más " +"rápido que permita tu equipo.

Si tienes dudas, " +"selecciona 100 %." + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3268,7 +3356,7 @@ msgstr "" "tenga efecto.

Si tienes dudas, deja esta opción en " "203." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3280,7 +3368,7 @@ msgstr "" "de la pantalla.

Un valor alto creará fuertes efectos fuera de " "pantalla, mientras que un valor pequeño es más agradable." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3294,7 +3382,7 @@ msgstr "" "resolución interna, mejor será el rendimiento.

Si " "tienes dudas, selecciona Nativa." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3329,17 +3417,17 @@ msgstr "" "Controla si se utiliza la emulación DSP de alto o bajo nivel. Predeterminado " "en True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Convergencia" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Convergencia:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Fallo en la conversión." @@ -3347,9 +3435,9 @@ msgstr "Fallo en la conversión." msgid "Convert" msgstr "Convertir" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Convertir archivo a carpeta" @@ -3357,9 +3445,9 @@ msgstr "Convertir archivo a carpeta" msgid "Convert File..." msgstr "Convertir archivo..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Convertir carpeta a archivo" @@ -3382,8 +3470,8 @@ msgstr "" "queriendo continuar?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Convirtiendo..." @@ -3428,45 +3516,45 @@ msgstr "" "televisores suelen estar diseñados para 2,2.

Si " "tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Copiar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "Copiar &función" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "Copiar código &hexadecimal" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Copiar dirección" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "Copiar código de &línea" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Fallo al copiar" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Copiar en hexadecimal" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "Copiar dirección ob&jetivo" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copiar valor" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Copiar código de &línea" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Copiar dirección ob&jetivo" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Copiar a A" @@ -3481,11 +3569,6 @@ msgstr "Copiar a B" msgid "Core" msgstr "Núcleo" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "El núcleo no se ha iniciado." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Corregir espacio de color" @@ -3494,21 +3577,16 @@ msgstr "Corregir espacio de color" msgid "Correct SDR Gamma" msgstr "Corregir gamma para SDR" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Coste" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "No se pudo comunicar con el anfitrión." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "No se pudo crear el cliente." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "No se pudo crear el par." @@ -3528,7 +3606,7 @@ msgstr "" "No se han podido descargar la información de actualización de Nintendo, " "comprueba tu conexión a Internet y prueba otra vez." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3539,7 +3617,7 @@ msgstr "" "\n" "La consola emulada se detendrá ahora." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3586,16 +3664,16 @@ msgstr "" "No se pudo cargar el título {0:016x} porque no se encuentra en la NAND.\n" "Es probable que el programa emulado se cuelgue ahora." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "No se pudo reconocer el archivo {0}" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "¡No se han podido guardar los cambios!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "No se pudo iniciar el proceso del actualizador: {0}" @@ -3619,7 +3697,7 @@ msgstr "" "Si es así, entonces es posible que tengas que volver a especificar la " "ubicación de la tarjeta de memoria en las opciones." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "No se pudo encontrar el servidor central" @@ -3631,7 +3709,7 @@ msgstr "No se pudo abrir el archivo." msgid "Couldn't read file." msgstr "No se pudo leer el archivo." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "País:" @@ -3664,7 +3742,7 @@ msgid "Create..." msgstr "Crear..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Creador:" @@ -3672,11 +3750,11 @@ msgstr "Creador:" msgid "Critical" msgstr "Crítico" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Recortar imagen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3692,11 +3770,11 @@ msgstr "" msgid "Crossfade" msgstr "Deslizador del mezclador" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Descartar vértices en la CPU" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3707,11 +3785,11 @@ msgstr "" "dibujado.

Si tienes dudas, deja esta opción " "desactivada." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Región actual" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Valor actual" @@ -3719,7 +3797,7 @@ msgstr "Valor actual" msgid "Current context" msgstr "Contexto actual" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Juego actual" @@ -3727,11 +3805,11 @@ msgstr "Juego actual" msgid "Current thread" msgstr "Hilo actual" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Personalizada" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Personalizada (estirada)" @@ -3739,19 +3817,19 @@ msgstr "Personalizada (estirada)" msgid "Custom Address Space" msgstr "Espacio de dirección personalizado" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Alto de la relación de aspecto personalizada" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Ancho de la relación de aspecto personalizada" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Relación de aspecto personalizada:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Opciones de fecha en tiempo real personalizada (RTC)" @@ -3763,6 +3841,32 @@ msgstr "Personalizado:" msgid "Customize" msgstr "Personalizar" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "% de ciclos" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "Media de ciclos" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "Med. ciclos" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "Porcentaje de ciclos" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "Ciclos usados" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3792,7 +3896,7 @@ msgstr "Mesa de mezclas DJ" msgid "DK Bongos" msgstr "DK Bongós" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "Motor de emulación del DSP" @@ -3800,15 +3904,15 @@ msgstr "Motor de emulación del DSP" msgid "DSP HLE (fast)" msgstr "DSP HLE (rápido)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (recomendado)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "Intérprete DSP LLE (muy lento)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "Recompilador DSP LLE (lento)" @@ -3838,7 +3942,7 @@ msgstr "Alfombra de baile" msgid "Dark" msgstr "Oscuridad" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Datos" @@ -3866,7 +3970,7 @@ msgstr "Los datos están en un formato no reconocido o está corruptos" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "Inconsistencia de datos en GCMemcardManager, cancelando acción." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "¡Datos recibidos!" @@ -3883,8 +3987,8 @@ msgstr "Zona muerta" msgid "Debug" msgstr "Depurar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Depuración" @@ -3893,40 +3997,40 @@ msgstr "Depuración" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Calidad de decodificación:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Disminuir" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Reducir convergencia" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Reducir profundidad" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Reducir velocidad de emulación" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Reducir resolución interna" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Disminuir valor del estado seleccionado" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Disminuir X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Disminuir Y" @@ -3940,7 +4044,7 @@ msgstr "Valor predeterminado" msgid "Default Config (Read Only)" msgstr "Configuración predeterminada (solo lectura)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Dispositivo predeterminado" @@ -3956,7 +4060,7 @@ msgstr "ISO predeterminada:" msgid "Default thread" msgstr "Hilo predeterminado" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Retrasar invalidación de caché del EFB" @@ -3964,7 +4068,7 @@ msgstr "Retrasar invalidación de caché del EFB" msgid "Defer EFB Copies to RAM" msgstr "Retrasar copias del EFB a la RAM" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3980,8 +4084,8 @@ msgstr "" "desactivada.
" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Borrar" @@ -3999,7 +4103,7 @@ msgstr "Borrar archivos seleccionados..." msgid "Delete the existing file '{0}'?" msgstr "¿Borrar el archivo «{0}»?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Profundidad" @@ -4007,22 +4111,22 @@ msgstr "Profundidad" msgid "Depth Percentage:" msgstr "Porcentaje de profundidad:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Profundidad:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Descripción" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Descripción:" @@ -4030,7 +4134,7 @@ msgstr "Descripción:" msgid "Description: %1" msgstr "Descripción: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "Destino" @@ -4043,16 +4147,16 @@ msgstr "Destino (ruta de socket de UNIX o dirección:puerto):" msgid "Destination (address:port):" msgstr "Destino (dirección:puerto):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Destino máx." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "Destino mín." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "Símbolo de destino" @@ -4065,7 +4169,7 @@ msgstr "Separado" msgid "Detect" msgstr "Detectar" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Detección de módulos RSO" @@ -4073,7 +4177,7 @@ msgstr "Detección de módulos RSO" msgid "Deterministic dual core:" msgstr "Doble núcleo determinista:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Dev (varias veces al día)" @@ -4095,7 +4199,7 @@ msgstr "Ajustes de dispositivos" msgid "Device VID (e.g., 057e)" msgstr "VID del dispositivo (por ejemplo: 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Dispositivo:" @@ -4103,7 +4207,7 @@ msgstr "Dispositivo:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "El archivo %1 no ha sido reconocido como un XML de Riivolution válido." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Oscurece la pantalla después de cinco minutos de inactividad." @@ -4127,19 +4231,19 @@ msgstr "Desactivar delimitado rectangular" msgid "Disable Copy Filter" msgstr "Desactivar filtrado de copia" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Desactivar copias del EFB a la VRAM" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Desactivar límite de velocidad de emulación" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Desactivar FastMem" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Desactivar Fastmem Arena" @@ -4147,11 +4251,11 @@ msgstr "Desactivar Fastmem Arena" msgid "Disable Fog" msgstr "Desactivar niebla" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Desactivar caché JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Desactivar mapas grandes de puntos de entrada" @@ -4159,7 +4263,7 @@ msgstr "Desactivar mapas grandes de puntos de entrada" msgid "Disabled" msgstr "Desactivado" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4170,7 +4274,7 @@ msgstr "" "

Si tienes dudas, deja esta opción activada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Si " "tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4195,7 +4299,7 @@ msgstr "" "

Si tienes dudas, deja esta opción activada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4212,7 +4316,8 @@ msgstr "Disco" msgid "Discard" msgstr "Descartar" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Ajustes de visualización" @@ -4247,16 +4352,16 @@ msgstr "Distancia" msgid "Distance of travel from neutral position." msgstr "Distancia de desplazamiento desde la posición neutral." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "¿Nos permites compartir estadísticas con los desarrolladores de Dolphin?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "¿Quieres añadir «%1» a la lista de carpetas de juegos?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "¿Seguro que quieres borrar la lista de nombres simbólicos?" @@ -4266,7 +4371,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "¿Quieres borrar el(los) %n archivo(s) de guardado elegido(s)?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "¿Quieres detener la emulación?" @@ -4274,12 +4379,12 @@ msgstr "¿Quieres detener la emulación?" msgid "Do you want to try to repair the NAND?" msgstr "¿Quieres intentar reparar la NAND?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Decodificador Dolby Pro Logic II" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Registro FIFO de Dolphin (*.dff)" @@ -4287,22 +4392,22 @@ msgstr "Registro FIFO de Dolphin (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Preajuste de modificación de juego para Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Archivo de mapa de Dolphin (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Archivo de firma CSV de Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Archivo de firma de Dolphin" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Grabación TAS de Dolphin (*.dtm)" @@ -4346,12 +4451,12 @@ msgstr "Dolphin no ha podido completar la acción solicitada." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin es un emulador de GameCube y Wii de código abierto." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" "La versión de Dolphin es demasiado antigua para utilizar el servidor de paso" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4359,19 +4464,11 @@ msgstr "" "Dolphin no puede verificar correctamente los archivos típicos TGC, ya que no " "son volcados de discos reales." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin no puede verificar los discos sin licencia." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin usará este ajuste con aquellos títulos para los que no pueda " -"determinar la región automáticamente." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "El sistema de trucos de Dolphin está desactivado." @@ -4380,7 +4477,7 @@ msgstr "El sistema de trucos de Dolphin está desactivado." msgid "Domain" msgstr "Dominio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "No quiero actualizar" @@ -4405,7 +4502,7 @@ msgstr "Cierre de puertas" msgid "Double" msgstr "Coma flotante doble" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4415,41 +4512,41 @@ msgstr "Coma flotante doble" msgid "Down" msgstr "Abajo" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Descargar códigos" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Descargar códigos desde la base de datos de WiiRD" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Descargar las carátulas de GameTDB.com para el modo cuadrícula" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Descarga completada" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Se han descargado %1 códigos (%2 de ellos nuevos)." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" "Descarga las carátulas de los juegos de GameTDB.com para mostrarlas en la " "vista en cuadrícula de la lista de juegos. Si esta opción está desactivada, " -"la lista de juegos mostrará una imagen obtenida de los datos guardados del " -"juego, y si este no tiene datos guardados, se mostrará una imagen genérica " -"en su lugar.

La vista en lista siempre utilizará las imágenes de los " -"datos guardados.

Si tienes dudas, deja esta opción " +"la lista de juegos mostrará una imagen de los datos guardados del juego, y " +"si este no tiene datos guardados, se mostrará una imagen genérica en su " +"lugar.

La vista en lista siempre utilizará las imágenes de los datos " +"guardados.

Si tienes dudas, deja esta opción " "activada." #. i18n: The "Drawsome" (combination of "Draw" and "Awesome") tablet wiimote extension by Ubisoft. @@ -4491,19 +4588,19 @@ msgstr "Volcar &FakeVMEM" msgid "Dump &MRAM" msgstr "Volcar &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Volcar audio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Volcar texturas base" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Volcar superficie del EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Volcar fotogramas" @@ -4511,7 +4608,7 @@ msgstr "Volcar fotogramas" msgid "Dump GameCube BBA traffic" msgstr "Volcar tráfico del adaptador de banda ancha de GameCube" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Volcar mipmaps" @@ -4519,7 +4616,7 @@ msgstr "Volcar mipmaps" msgid "Dump Path:" msgstr "Ruta de volcados:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Volcar objetivo XFB" @@ -4544,7 +4641,7 @@ msgstr "Volcado de certificados de par" msgid "Dump root CA certificates" msgstr "Volcar certificados CA raíz" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4564,7 +4661,7 @@ msgstr "" ">Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4583,15 +4680,15 @@ msgstr "Duración de liberación del botón turbo (fotogramas)" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Holandés" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Salir" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "Copia del EFB %1" @@ -4607,7 +4704,7 @@ msgstr "" "Dolphin, un reinicio vendrá bien en este momento para que Windows vea el " "nuevo driver" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4619,7 +4716,7 @@ msgstr "" "Ideal para juegos competitivos donde la equidad y la latencia mínima son más " "importantes." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Refresco temprano de memoria" @@ -4638,16 +4735,16 @@ msgstr "Asia Oriental" msgid "Edit Breakpoint" msgstr "Editar punto de interrupción" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Editar condicional" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Editar expresión condicional" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Editar..." @@ -4656,6 +4753,11 @@ msgstr "Editar..." msgid "Editor" msgstr "Editor" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "Dirección efect." + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4667,11 +4769,21 @@ msgstr "Efectos" msgid "Effective" msgstr "Efectivo" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "Dirección efectiva" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" +"La dirección efectiva %1 no tiene una dirección física correspondiente." + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Prioridad efectiva" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4693,7 +4805,7 @@ msgstr "Búfer de imagen integrado (EFB)" msgid "Empty" msgstr "Vacía" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "El hilo de emulación ya está ejecutándose" @@ -4722,7 +4834,7 @@ msgstr "" "esta opción puede provocar problemas de estabilidad. Valor predeterminado: " "activado." -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Dispositivos USB emulados" @@ -4740,27 +4852,27 @@ msgstr "" "Actual | MEM1 {0:08x} ({1} MiB) MEM2 {2:08x} ({3} MiB)\n" "DFF | MEM1 {4:08x} ({5} MiB) MEM2 {6:08x} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Velocidad de emulación" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Habilitar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Activar capas de validación de la API" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Activar expansión de audio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Activar trucos" @@ -4768,15 +4880,15 @@ msgstr "Activar trucos" msgid "Enable Controller Inpu&t" msgstr "Activar en&trada de mando" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "RTC personalizado" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Activar opciones de depuración" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "Activar presencia en Discord" @@ -4784,19 +4896,19 @@ msgstr "Activar presencia en Discord" msgid "Enable Dual Core" msgstr "Activar doble núcleo" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Activar doble núcleo (más rápido)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "Activar doble núcleo (arreglo de velocidad)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Forzar ciclos de reloj de CPU" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Forzar tamaño de la memoria emulada" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Activar repetición de logros («Encore»)" @@ -4804,15 +4916,15 @@ msgstr "Activar repetición de logros («Encore»)" msgid "Enable FPRF" msgstr "Activar FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Activar modificaciones de gráficos" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Activar modo «hardcore»" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4847,33 +4959,33 @@ msgstr "" "cuenta que si desactivas el modo «hardcore» en mitad de una partida, no " "podrás volver a activarlo hasta que cierres el juego." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "Activar perfiles de bloques JIT" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Activar MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Activar notificaciones de progresos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Activar escaneo progresivo" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Activar integración con RetroAchievements.org" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Activar vibración" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Activar salvapantallas" @@ -4881,27 +4993,27 @@ msgstr "Activar salvapantallas" msgid "Enable Speaker Data" msgstr "Activar envío de datos al altavoz" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "Activar modo espectador" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Activar logros no oficiales" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Informar de estadísticas de uso" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Activar WiiConnect24 a través de WiiLink" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Ver mallas de polígonos" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Emular caché de escritura diferida (lento)" @@ -4914,7 +5026,7 @@ msgstr "" "puede provocar bloqueos y otros problemas en algunos juegos. (SÍ: " "compatible, NO: desbloqueada)." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4926,7 +5038,7 @@ msgstr "" "con una cuenta de RetroAchievements. Dolphin no guardará tu contraseña de " "forma local y utilizará un token de su API para almacenar tu sesión." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4937,7 +5049,7 @@ msgstr "" "haga un seguimiento de un valor acumulado, por ejemplo, tener 60 de 120 " "estrellas." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4952,7 +5064,7 @@ msgstr "" "(«speedruns») personalizadas o por puro placer.

Los cambios harán " "efecto tras ejecutar el próximo juego." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4969,7 +5081,7 @@ msgstr "" "

Si la opción se encuentra desactivada al ejecutar un juego, se podrá " "activar y desactivar libremente durante su ejecución." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4981,7 +5093,7 @@ msgstr "" "RetroAchievements no considere oficiales, útiles para hacer pruebas o por " "puro placer.

Los cambios harán efecto tras ejecutar el próximo juego." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4999,27 +5111,27 @@ msgstr "" "necesaria para algunos juegos (Activado: el ajuste más compatible; " "Desactivado: el ajuste más rápido)." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" "Permite la detección de «mipmaps» arbitrarios, usados por algunos juegos " "para renderizar efectos especiales basados en la distancia.

Puede " "tener falsos positivos y provocar texturas borrosas con una mayor resolución " "interna, por ejemplo, en aquellos juegos que usen «mipmaps» de muy baja " "resolución. Al desactivar esta opción también se pueden reducir los parones " -"en juegos que carguen texturas nuevas con frecuencia. Esta función no es " -"compatible con la función de decodificación de texturas de la GPU." +"en juegos que carguen texturas nuevas con frecuencia. Esta función se " +"desactivará si se activa la decodificación de texturas de la GPU." "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -5032,7 +5144,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -5045,7 +5157,7 @@ msgstr "" "

Si tienes dudas, deja esta opción activada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -5055,7 +5167,7 @@ msgstr "" "de juegos esto no le supone ningún problema.

Si " "tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -5073,7 +5185,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" "«Estira» el audio para que vaya sincronizado a la velocidad de emulación." @@ -5082,14 +5194,14 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" "Permite decodificar las texturas con la GPU en vez de la CPU.

Puede " "mejorar el rendimiento en algunas situaciones puntuales o en aquellos " -"sistemas donde la CPU sea peor que la tarjeta gráfica.

Esta opción es " -"incompatible con la detección arbitraria de mipmaps." +"sistemas donde la CPU sea peor que la tarjeta gráfica.

Si activas " +"esta opción, se desactivará la detección arbitraria de mipmaps." "

Si tienes dudas, deja esta opción desactivada." @@ -5102,7 +5214,7 @@ msgstr "" "necesaria para algunos juegos. (Activado: el ajuste más compatible; " "Desactivado: el ajuste más rápido)." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
Si tienes " "dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -5125,7 +5237,21 @@ msgstr "" "descontinuados, tales como los Canales Tiempo y Nintendo.\n" "Puedes leer las condiciones del servicio aquí: https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" +"Permite usar trucos en formato AR y Gecko para modificar el comportamiento " +"de los juegos. Podrás configurar los trucos en el Administrador de trucos, " +"dentro del menú de Herramientas.

Este ajuste no se podrá cambiar si " +"hay una emulación activa.

Si tienes dudas, deja " +"esta opción desactivada." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -5138,7 +5264,7 @@ msgstr "" "los sombreadores compilados.

Si tienes dudas, deja " "esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -5165,17 +5291,17 @@ msgstr "" "\n" "Cancelando importación." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Dir. final" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet no se inició" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Inglés" @@ -5194,7 +5320,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "Introduce un ID de dispositivo USB" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Introduce una dirección a supervisar:" @@ -5220,78 +5346,77 @@ msgstr "" "Introduce la dirección IP y el puerto de la instancia de tapserver a la que " "deseas conectarte." -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Introduce la dirección del módulo RSO:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5302,10 +5427,10 @@ msgstr "Introduce la dirección del módulo RSO:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Error" @@ -5317,7 +5442,7 @@ msgstr "Registro de errores" msgid "Error Opening Adapter: %1" msgstr "Error al abrir el adaptador: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "¡Error al recopilar los datos guardados!" @@ -5327,7 +5452,7 @@ msgstr "¡Error al recopilar los datos guardados!" msgid "Error converting value" msgstr "Error al convertir el valor" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Hubo un error al cargar el idioma seleccionado. Se seguirá utilizando el " @@ -5337,15 +5462,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Error al obtener la lista de sesiones: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Error al cargar algunos packs de texturas" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Error al procesar los códigos." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Error en el procesamiento de datos." @@ -5353,11 +5478,11 @@ msgstr "Error en el procesamiento de datos." msgid "Error reading file: {0}" msgstr "Error leyendo el archivo: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "¡Error al sincronizar códigos de trucos!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "¡Error al sincronizar los datos guardados!" @@ -5401,7 +5526,7 @@ msgstr "Error: GBA{0} no ha podido abrir la ROM en {1}" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Error: GBA{0} no ha podido abrir el guardado en {1}" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Error: Esta versión no soporta mandos de GBA emulados" @@ -5421,11 +5546,11 @@ msgstr "" "Error: No ha sido posible cargar las tipografías de tipo «Windows-1252». " "Puede que los juegos se cuelguen o no muestren sus textos correctamente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Se encontraron errores en {0} bloques de la partición {1}." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "Se encontraron errores en {0} bloques sin uso de la partición {1}." @@ -5434,12 +5559,12 @@ msgstr "Se encontraron errores en {0} bloques sin uso de la partición {1}." msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Ubershaders exclusivos" @@ -5447,15 +5572,15 @@ msgstr "Ubershaders exclusivos" msgid "Exit" msgstr "Salir" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "Se esperaba + o paréntesis de cierre." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Argumentos esperados:" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "Argumentos esperados: {0}" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Se espera el paréntesis de cierre." @@ -5467,27 +5592,27 @@ msgstr "Coma esperada." msgid "Expected end of expression." msgstr "Fin esperado de la expresión." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Nombre esperado de la entrada." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Se espera el paréntesis de apertura." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Inicio esperado de la expresión." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Nombre de variable previsto." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Experimental" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar todas las partidas guardadas de Wii" @@ -5498,11 +5623,11 @@ msgstr "Exportar todas las partidas guardadas de Wii" msgid "Export Failed" msgstr "Fallo al exportar" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exportar grabación" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportar grabación..." @@ -5530,14 +5655,14 @@ msgstr "Exportar como .&gcs..." msgid "Export as .&sav..." msgstr "Exportar como .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "Se ha(n) exportado %n archivo(s) guardado(s)" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Extensión" @@ -5550,7 +5675,7 @@ msgstr "Entrada de movimientos de extensión" msgid "Extension Motion Simulation" msgstr "Simulación de movimientos de extensión" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Externo" @@ -5558,35 +5683,35 @@ msgstr "Externo" msgid "External Frame Buffer (XFB)" msgstr "Búfer de imagen externo (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extraer certificados de la NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Extraer el disco entero..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Extraer la partición entera..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extraer archivo..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Extraer archivos..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Extraer datos del sistema..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Extrayendo todos los archivos..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Extrayendo directorio..." @@ -5596,7 +5721,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Reproductor FIFO" @@ -5612,15 +5737,15 @@ msgstr "" "Fallo al abrir la tarjeta de memoria:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "No se ha podido añadir esta sesión al índice de juego en red: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "No se ha podido añadir al archivo de firma «%1»" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "No se ha podido controlar la interfaz para el acceso directo a BT: {0}" @@ -5636,7 +5761,7 @@ msgstr "¡No se ha podido quitar al Skylander del espacio %1!" msgid "Failed to connect to Redump.org" msgstr "No se ha podido conectar con redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "No se ha podido conectar al servidor: %1" @@ -5677,38 +5802,38 @@ msgstr "" "\n" "El Skylander podría estar ya en el portal." -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "No se ha podido borrar el guardado {0} de juego en red de GBA. Comprueba tus " "permisos de escritura." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "No se ha podido borrar la tarjeta de memoria del juego en red. Comprueba tus " "permisos de escritura." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "No se ha podido borrar el archivo seleccionado." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" "No se ha podido desvincular el controlador del kernel para ejecutar el " "acceso directo a BT: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "No se ha podido descargar los códigos." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "No se ha podido volcar %1: Hubo un fallo al abrir el archivo" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" "No se ha podido volcar %1: no se han podido escribir los datos en el archivo" @@ -5722,15 +5847,15 @@ msgstr "No se ha(n) podido exportar %n de %1 archivo(s) de guardado." msgid "Failed to export the following save files:" msgstr "No se ha podido exportar los siguientes archivos de guardado:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "No se han podido extraer los certificados de la NAND." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "No se ha podido extraer el archivo." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "No se han podido extraer los datos del sistema." @@ -5752,14 +5877,14 @@ msgstr "No se ha podido encontrar uno o más símbolos D3D" msgid "Failed to import \"%1\"." msgstr "No se ha podido importar «%1»." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "No se ha podido importar el archivo de guardado. Por favor, lanza el juego " "otra vez, e inténtalo de nuevo." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5767,7 +5892,7 @@ msgstr "" "No se ha podido importar el archivo de guardado. El archivo parece estar " "corrupto o no es un archivo válido de Wii." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5778,7 +5903,7 @@ msgstr "" "contiene. Prueba a reparar tu NAND (Herramientas -> Administrar NAND -> " "Comprobar NAND...) y a importar los datos de guardado otra vez." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "No se ha podido iniciar el núcleo" @@ -5792,7 +5917,7 @@ msgstr "" "Asegúrate de que tu tarjeta de vídeo soporta al menos D3D 10.0\n" "{0} " -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "No se han podido iniciar las clases de renderizado" @@ -5801,11 +5926,11 @@ msgid "Failed to install pack: %1" msgstr "No se ha podido instalar el paquete: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "No se ha podido instalar el título en la NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5813,8 +5938,8 @@ msgstr "" "No se han podido recibir conexiones en el puerto %1. ¿Hay otra instancia del " "servidor de juego en red funcionando?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "No se ha podido cargar el módulo RSO en %1" @@ -5826,7 +5951,7 @@ msgstr "No se ha podido cargar d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "No se ha podido cargar dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "No se ha podido cargar el archivo de mapa «%1»" @@ -5842,7 +5967,7 @@ msgstr "" "No se ha podido cargar el archivo de Skylander:\n" "%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "No se ha podido cargar el ejecutable en memoria." @@ -5858,25 +5983,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "¡No se ha podido modificar el Skylander!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "No se ha podido abrir el archivo «%1» para su escritura." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "No se ha podido abrir el archivo «{0}» para su escritura." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "No se ha podido abrir «%1»" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "No se ha podido abrir el dispositivo Bluetooth: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "No se ha podido abrir el dispositivo Bluetooth {:04x}:{:04x}: {}" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "No se ha podido abrir la instantánea del inspector de ramas «%1»" @@ -5909,7 +6034,7 @@ msgstr "" msgid "Failed to open file." msgstr "No se ha podido abrir el archivo." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "No se ha podido contactar con el servidor" @@ -5950,7 +6075,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "No se ha podido abrir el archivo de entrada «%1»." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5965,7 +6090,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "No se han podido analizar los datos de redump.org" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" "No se ha podido convertir el valor asignado en el tipo de datos indicado." @@ -5979,7 +6104,7 @@ msgid "Failed to read from file." msgstr "No se ha podido leer desde el archivo." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "No se ha podido leer el archivo de entrada «{0}»." @@ -6051,49 +6176,49 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "No se ha podido desinstalar el título de la NAND." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "No se ha podido restablecer el juego en red y la carpeta GCI. Comprueba tus " "permisos de escritura." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "No se ha podido restablecer el juego en red en la carpeta NAND. Comprueba " "tus permisos de escritura." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "No se ha podido reiniciar la carpeta de redireccionamiento del juego en red. " "Comprueba tus permisos de escritura." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "No se ha podido guardar la instantánea del inspector de ramas «%1»" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "No se ha podido guardar el registro FIFO." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "No se ha podido guardar el mapa de código en la ruta «%1»" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "No se ha podido guardar el archivo de firma «%1»" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "No se ha podido guardar el mapa de símbolos en la ruta «%1»" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "No se ha podido guardar en el archivo de firma «%1»" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -6112,11 +6237,11 @@ msgstr "No se ha podido desinstalar el paquete: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "No se ha podido escribir BT.DINF a SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "No se han podido escribir los datos de Miis." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "No se ha podido escribir el guardado de Wii." @@ -6130,7 +6255,7 @@ msgstr "¡No se ha podido escribir el archivo de configuración!" msgid "Failed to write modified memory card to disk." msgstr "No se ha podido escribir la tarjeta de memoria modificada en el disco." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "No se ha podido escribir la partida guardada redirigida." @@ -6139,7 +6264,7 @@ msgid "Failed to write savefile to disk." msgstr "No se ha podido escribir el guardado en el disco" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -6149,20 +6274,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Fallido" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Retraso de entrada justo" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Región de respaldo" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Región de respaldo:" @@ -6183,7 +6309,7 @@ msgstr "" "Desincronización fatal. Cancelando reproducción (error en PlayWiimote: {0}!" "={1}, byte {2}).{3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Campo visual" @@ -6196,58 +6322,58 @@ msgstr "N.º de figura:" msgid "Figure type" msgstr "Tipo de figura" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Detalles del archivo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Formato del archivo" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Formato del archivo:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Información del archivo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nombre del archivo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Ruta del archivo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Tamaño del archivo" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Tamaño del archivo:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "El archivo no contenía códigos." #: Source/Core/DolphinQt/GCMemcardManager.cpp:150 msgid "Filename" -msgstr "Nombre del archivo" +msgstr "Nombre" #: Source/Core/DiscIO/CompressedBlob.cpp:294 msgid "Files opened, ready to compress." msgstr "Archivos abiertos y listos para comprimir." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6283,7 +6409,7 @@ msgstr "Buscar &siguiente" msgid "Find &Previous" msgstr "Buscar &anterior" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Finalizar calibración" @@ -6318,12 +6444,6 @@ msgstr "Fallo al reparar las sumas de verificación" msgid "Fixed Alignment" msgstr "Alineación fija" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Indicadores" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6333,11 +6453,11 @@ msgstr "Indicadores" msgid "Float" msgstr "Coma flotante" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "Seguir &rama" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Para obtener los mejores resultados, mueve lentamente la entrada hacia todas " @@ -6359,7 +6479,7 @@ msgstr "" "Si necesitas ayuda, consulta esta página." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forzar 16:9" @@ -6367,7 +6487,7 @@ msgstr "Forzar 16:9" msgid "Force 24-Bit Color" msgstr "Forzar color de 24 bits" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forzar 4:3" @@ -6399,17 +6519,17 @@ msgstr "Forzar escucha en puerto:" msgid "Force Nearest" msgstr "Forzar vecino más cercano" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" "Desconexión forzada porque %1 no es compatible con la expansión de VS " "(sombreadores de vértices)." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "Conexión forzada porque %1 no es compatible con shaders de geometría." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6426,7 +6546,7 @@ msgstr "" "preferible utilizarlos en lugar de esta opción.

Si " "tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6439,7 +6559,7 @@ msgstr "" "

Si tienes dudas, deja esta opción activada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6452,7 +6572,7 @@ msgstr "" msgid "Format:" msgstr "Formato:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6467,38 +6587,38 @@ msgstr "Reenviar puerto (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Encontrado(s) %1 resultado(s) para «%2»" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "Se ha(n) encontrado %n dirección(ones)." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Fotograma %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Avanzar &fotogramas" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Avanzar fotogramas más lento" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Avanzar fotogramas más rápido" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Avanzar fotogramas a la veloc. original" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Volcado de fotogramas" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Información de la grabación" @@ -6507,7 +6627,7 @@ msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" "Ya existe un volcado de imagen(es) llamado «{0}». ¿Quieres sustituirlo?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Fotogramas a grabar:" @@ -6527,7 +6647,7 @@ msgstr "Archivos libres: %1" msgid "Free Look Control Type" msgstr "Tipo de control de la cámara libre" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Mando %1 de la cámara libre" @@ -6547,22 +6667,26 @@ msgstr "" "\"https://wiki.dolphin-emu.org/index.php?title=Free_Look\">consulta esta " "página." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "Memoria libre:" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Cámara libre" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Cámara libre" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Alternar cámara libre" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francés" @@ -6581,8 +6705,8 @@ msgid "From" msgstr "Desde" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Desde:" @@ -6590,11 +6714,12 @@ msgstr "Desde:" msgid "FullScr" msgstr "Pant. completa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Función" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Ajustes de funcionalidad" @@ -6614,7 +6739,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "Ruta de cartuchos de GBA:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "Núcleo de GBA" @@ -6630,19 +6755,19 @@ msgstr "Ajustes de GBA" msgid "GBA TAS Input %1" msgstr "Entrada TAS de GBA %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "Volumen de GBA" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "Tamaño de la ventana de GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "ROM GBA%1 cambiada a «%2»" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM GBA%1 desactivada" @@ -6667,7 +6792,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "Archivos GCZ de GC/Wii (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6692,7 +6817,7 @@ msgstr "GL_MAX_TEXTURE_SIZE es {0} - debe ser al menos 1024." msgid "GPU Texture Decoding" msgstr "Decodificar texturas en GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6705,7 +6830,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: ERROR DE OGL: ¿Tu tarjeta gráfica es compatible con OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6713,7 +6838,7 @@ msgstr "" "GPU: ERROR DE OGL: Es necesaria la función GL_ARB_map_buffer_range.\n" "GPU: ¿Tu tarjeta gráfica es compatible con OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6721,7 +6846,7 @@ msgstr "" "GPU: ERROR DE OGL: Es necesaria la función GL_ARB_sampler_objects.\n" "GPU: ¿Tu tarjeta gráfica es compatible con OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6729,7 +6854,7 @@ msgstr "" "GPU: ERROR DE OGL: Es necesaria la función GL_ARB_uniform_buffer_object.\n" "GPU: ¿Tu tarjeta gráfica es compatible con OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6745,7 +6870,7 @@ msgstr "" "GPU: ERROR DE OGL: Es necesario un soporte de OpenGL 3.\n" "GPU: ¿Tu tarjeta gráfica es compatible con OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6768,16 +6893,16 @@ msgstr "" msgid "Game" msgstr "Juego" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Cartuchos de Game Boy Advance (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6785,7 +6910,7 @@ msgstr "" "ROMs de Game Boy Advance (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *." "bin);;Todos los archivos (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance en el puerto %1" @@ -6797,7 +6922,7 @@ msgstr "Espacio de color del juego:" msgid "Game Config" msgstr "Ajustes de juego" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Detalles del juego" @@ -6813,25 +6938,25 @@ msgstr "Gamma del juego" msgid "Game Gamma:" msgstr "Gamma del juego:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID de juego" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID de juego:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Estado del juego" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Juego cambiado a «%1»" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6840,15 +6965,15 @@ msgstr "" "selecciona Propiedades, ve a la pestaña Verificar y selecciona Verificar " "integridad para comprobar su «hash»" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "El juego tiene un número de disco distinto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "El juego es una revisión distinta" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "¡El juego ya está ejecutándose!" @@ -6859,7 +6984,7 @@ msgstr "" "El juego se sobrescribió con los datos guardados de otro juego. Corrupción " "de datos inminente {0:#x}, {1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "La región del juego no coincide" @@ -6879,11 +7004,11 @@ msgstr "Adaptador de GameCube para Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "Adaptador de GameCube para Wii U en el puerto %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "Mando de GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "Mando de GameCube en el puerto %1" @@ -6891,11 +7016,11 @@ msgstr "Mando de GameCube en el puerto %1" msgid "GameCube Controllers" msgstr "Mandos de GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "Teclado de GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "Configuración del teclado GameCube en el puerto %1" @@ -6912,7 +7037,7 @@ msgstr "Tarjetas de memoria de GameCube" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "Tarjetas de memoria de GameCube (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "Ranura de micrófono de GameCube %1" @@ -6940,45 +7065,56 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Códigos Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "General" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Ajustes generales" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "Generar código(s) de Action Replay" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Generar un nuevo identificador para estadísticas" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" +"Genera un nuevo identificador anónimo para tus estadísticas de uso. " +"Cualquier estadística futura dejará de estar asociada a tus estadísticas " +"anteriores." + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Se han generado códigos AR." -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Nombres de símbolos generados desde «%1»" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Alemán" @@ -6986,11 +7122,11 @@ msgstr "Alemán" msgid "Germany" msgstr "Alemania" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "Fallo en GetDeviceList: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -7005,7 +7141,7 @@ msgstr "Giant" msgid "Giants" msgstr "Giants" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Modo golf" @@ -7014,7 +7150,7 @@ msgid "Good dump" msgstr "Volcado bueno" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Gráficos" @@ -7023,7 +7159,7 @@ msgstr "Gráficos" msgid "Graphics Mods" msgstr "Modificaciones de gráficos" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Ajustes gráficos" @@ -7032,7 +7168,7 @@ msgstr "Ajustes gráficos" msgid "Graphics mods are currently disabled." msgstr "Las modificaciones de gráficos están desactivadas." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -7059,7 +7195,7 @@ msgstr "Verde izquierdo" msgid "Green Right" msgstr "Verde derecho" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Vista en cuadrícula" @@ -7104,7 +7240,7 @@ msgstr "Inicio" msgid "Help" msgstr "Ayuda" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Nivel de héroe:" @@ -7137,11 +7273,11 @@ msgstr "Hexadecimal" msgid "Hide" msgstr "Esconder" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "Ocultar &controles" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Ocultar todo" @@ -7153,13 +7289,13 @@ msgstr "Ocultar sesiones en curso" msgid "Hide Incompatible Sessions" msgstr "Ocultar sesiones no compatibles" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Ocultar GBAs remotas" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" @@ -7168,12 +7304,12 @@ msgstr "" "

Si tienes dudas, selecciona Al moverlo." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Alto" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Más alto" @@ -7196,15 +7332,39 @@ msgstr "Alojar partida" msgid "Host Code:" msgstr "Código de anfitrión:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "Tam. cod. lej. anf." + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "Caché de código lejano del anfitrión" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "Tamaño de código lejano del anfitrión" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Autoridad de entrada para el anfitrión" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Tamaño del anfitrión" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "Tam. cod. cer. anf." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "Caché de código cercano del anfitrión" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "Tamaño de código cercano del anfitrión" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -7217,14 +7377,24 @@ msgstr "" "Ideal para juegos casuales para 3 o más jugadores, posiblemente en " "conexiones inestables o de alta latencia." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Autoridad de entrada para el anfitrión deshabilitada" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Autoridad de entrada para el anfitrión activada" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" +"Recuento de instrucciones del anfitrión: %1 lejanos, %2 cercanos (%3 % de " +"exceso)" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Alojar partida de juego en red" @@ -7233,22 +7403,22 @@ msgstr "Alojar partida de juego en red" msgid "Hostname" msgstr "Nombre del anfitrión" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Ajustes de atajos" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Atajos del teclado" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" "Reconocer los atajos de teclado solo cuando la ventana esté en primer plano" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Ubershaders híbridos" @@ -7275,7 +7445,7 @@ msgstr "¡El ID que has escrito no es correcto!" msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "Versión de IOS:" @@ -7312,7 +7482,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Sensibilidad IR:" @@ -7353,7 +7523,7 @@ msgstr "" msgid "Icon" msgstr "Icono" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7365,11 +7535,11 @@ msgstr "" "Recomendado para juegos por turnos con controles sensibles al tiempo, como " "el golf." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Generación de identidad" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7391,7 +7561,7 @@ msgstr "" "fallos de rendimiento y estabilidad.\n" "Puedes desactivarlo en cualquier momento en los ajustes de Dolphin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7412,7 +7582,7 @@ msgstr "" "Si está desactivada, el estado de conexión del mando emulado se vinculará al " "estado de conexión del dispositivo real (en caso de que haya uno)." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7424,7 +7594,24 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" +"Si activas esta opción, Dolphin recopilará información útil sobre el " +"rendimiento, uso y ajustes que hagas del emulador, juegos emulados, y otros " +"datos sobre el hardware de tu equipo y sistema operativo.

No se " +"almacena ningún dato privado. Esta información nos ayuda a entender qué es " +"lo que más se usa y a tener las prioridades claras. También nos ayuda a " +"detectar configuraciones extrañas que estén causando problemas, así como " +"fallos de rendimiento y estabilidad." + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7440,7 +7627,7 @@ msgstr "" msgid "Ignore" msgstr "Ignorar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "Ignorar resultados de ramas del «&apploader»" @@ -7469,19 +7656,19 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" "Ignora cualquier petición de la CPU para leer o escribir el EFB." "

Mejorará el rendimiento de algunos juegos, pero podría desactivar " "aquellas funciones relacionadas con el juego o sus efectos gráficos." -"

Si tienes dudas, deja esta opción desactivada.
Si tienes dudas, deja esta opción activada." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Mostrar directamente el contenido del XFB" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7496,7 +7683,7 @@ msgstr "" "disminuye ligeramente el rendimiento.

Si tienes " "dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importar copia de respaldo de la NAND en formato BootMii..." @@ -7511,15 +7698,15 @@ msgstr "Fallo al importar" msgid "Import Save File(s)" msgstr "Importar archivo(s) de guardado" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importar partidas guardadas de Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importando copia de respaldo de la NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7528,7 +7715,7 @@ msgstr "" "Importando copia de respaldo de la NAND.\n" "Tiempo transcurrido: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7546,7 +7733,7 @@ msgstr "" msgid "In-Game?" msgstr "¿Dentro del juego?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7559,64 +7746,64 @@ msgstr "" "guardar/cargar.

Si tienes dudas, deja esta opción " "activada." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "¡El valor del nivel de héroe no es correcto!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "¡La fecha de último uso no es correcta!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "¡La fecha de último reinicio no es correcta!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "¡El valor del dinero no es correcto!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "¡El apodo no es correcto!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "¡El valor del tiempo de juego no es correcto!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Aumentar" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Aumentar convergencia" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Aumentar profundidad" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Aumentar velocidad de emulación" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Aumentar resolución interna" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Aumentar valor del estado seleccionado" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Aumentar X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Aumentar Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Rotación incremental (IR)" @@ -7657,12 +7844,12 @@ msgstr "Información" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Información" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Desactivar salvapantallas durante la emulación" @@ -7671,11 +7858,11 @@ msgid "Inject" msgstr "Inyectar" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Entrada" @@ -7689,19 +7876,16 @@ msgstr "Fuerza de entrada requerida para activación" msgid "Input strength to ignore and remap." msgstr "Fuerza de entrada a ignorar y reasignar." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "Insertar &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Insertar &NOP" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Insertar &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Insertar tarjeta SD" @@ -7718,7 +7902,7 @@ msgstr "Partición de instalación (%1)" msgid "Install Update" msgstr "Instalar actualización" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Instalar WAD..." @@ -7726,13 +7910,14 @@ msgstr "Instalar WAD..." msgid "Install to the NAND" msgstr "Instalar en la NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instrucción" @@ -7741,7 +7926,7 @@ msgstr "Instrucción" msgid "Instruction Breakpoint" msgstr "Punto de interrupción de instrucción" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instrucción:" @@ -7750,7 +7935,7 @@ msgstr "Instrucción:" msgid "Instruction: %1" msgstr "Instrucción: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7822,8 +8007,8 @@ msgstr "" "Error interno de LZO - error al analizar la cadena descomprimida de la " "versión ({0} / {1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Resolución interna" @@ -7832,15 +8017,15 @@ msgstr "Resolución interna" msgid "Internal Resolution:" msgstr "Resolución interna:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Error interno al generar el código AR." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Intérprete (muy lento)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Intérprete de núcleo" @@ -7848,7 +8033,7 @@ msgstr "Intérprete de núcleo" msgid "Invalid Expression." msgstr "Expresión incorrecta." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" "Se ha recibido un JSON no válido del servicio de actualizaciones " @@ -7858,7 +8043,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Código mixto incorrecto" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Paquete %1 no válido proporcionado: %2" @@ -7867,11 +8052,11 @@ msgstr "Paquete %1 no válido proporcionado: %2" msgid "Invalid Player ID" msgstr "ID de jugador incorrecto" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Dirección de módulo RSO incorrecta: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "La pila de llamadas («callstack») no es válida" @@ -7883,7 +8068,7 @@ msgstr "Sumas de verificación incorrectas." msgid "Invalid game." msgstr "El juego no es válido." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Anfitrión no válido" @@ -7892,7 +8077,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Los datos introducidos en «%1» no son válidos" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Los datos introducidos no son válidos" @@ -7900,7 +8085,7 @@ msgstr "Los datos introducidos no son válidos" msgid "Invalid literal." msgstr "Literal no válido." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "No se han introducido unos parámetros de búsqueda válidos." @@ -7929,13 +8114,21 @@ msgstr "" msgid "Invalid title ID." msgstr "ID de título incorrecto." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Dirección inválida: 1%" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "Invertir &condición" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "Invertir comprobación de &decremento" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiano" @@ -7948,80 +8141,81 @@ msgstr "Italia" msgid "Item" msgstr "Objeto" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "Sin enlazado de bloques JIT" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "Bloques JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "Sin rama JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "Sin coma flotante JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "Sin números enteros JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "Sin LoadStore de coma flotante JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "Sin LoadStore JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "Sin LoadStore con parejas JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "Sin LoadStore lXz JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "Sin LoadStore lbzx JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "Sin LoadStore lwz JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "Sin JIT (núcleo JIT)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "Sin emparejamiento JIT" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "Recompilador JIT para ARM64 (recomendado)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "Recompilador JIT para x86-64 (recomendado)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Sin registro de caché de JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "Sin SystemRegisters JIT" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -8030,16 +8224,17 @@ msgstr "" "memoria caché. Esto no debería haber pasado. Te rogamos que informes del " "fallo en el gestor de incidencias. Dolphin se cerrará." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "El modo JIT no está activo" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japón" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japonés" @@ -8050,7 +8245,7 @@ msgstr "Japonés" msgid "Japanese (Shift-JIS)" msgstr "Japonés (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -8058,12 +8253,12 @@ msgstr "" "Kaos es el único villano de este trofeo y siempre está desbloqueado. ¡No " "hace falta editar nada!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Seguir ejecutando" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Mantener siempre en primer plano" @@ -8093,20 +8288,20 @@ msgstr "Keyboard Controller (mando con teclado)" msgid "Keys" msgstr "Teclas" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Echar al jugador" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Corea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Coreano" @@ -8135,41 +8330,41 @@ msgstr "Guardar LR" msgid "Label" msgstr "Etiqueta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "Idioma" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Último valor" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Último uso:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Último reinicio:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Latencia:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Latencia: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Latencia: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Latencia: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Latencia: ~80 ms" @@ -8177,11 +8372,11 @@ msgstr "Latencia: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "Ejecutar estos títulos también podría ayudar a arreglarlos." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Tablas de clasificación" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -8240,6 +8435,19 @@ msgstr "" "Clic izquierdo/derecho para configurar la salida.\n" "Clic medio para borrar." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" +"Permite utilizar idiomas y otros ajustes regionales para los que los juegos " +"podrían no estar preparados. Podría provocar cuelgues y fallos.

Este " +"ajuste no se podrá cambiar si hay una emulación activa." +"

Si tienes dudas, deja esta opción desactivada." + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -8273,11 +8481,11 @@ msgstr "Luces" msgid "Limit Chunked Upload Speed:" msgstr "Limite la velocidad de subida de datos:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Columnas en la lista" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Vista en lista" @@ -8287,29 +8495,29 @@ msgstr "Escuchando" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Cargar" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Cargar archiv&o de mapa incorrecto..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Cargar archiv&o de mapa adicional..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "Cargar instantánea del inspector de ramas &desde..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "Cargar instantánea del inspector de ramas" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Cargar texturas personalizadas" @@ -8317,24 +8525,29 @@ msgstr "Cargar texturas personalizadas" msgid "Load File" msgstr "Cargar archivo" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Cargar menú principal de GameCube" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Solo cargar los datos guardados del anfitrión" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Cargar el último estado" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "Cargar archivo de mapa" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Ruta de carga:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Cargar ROM" @@ -8342,137 +8555,132 @@ msgstr "Cargar ROM" msgid "Load Slot" msgstr "Cargar espacio" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Cargar estado" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Cargar último estado 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Cargar último estado 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Cargar último estado 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Cargar último estado 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Cargar último estado 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Cargar último estado 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Cargar último estado 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Cargar último estado 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Cargar último estado 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Cargar último estado 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Cargar estado 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Cargar estado 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Cargar estado 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Cargar estado 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Cargar estado 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Cargar estado 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Cargar estado 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Cargar estado 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Cargar estado 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Cargar estado 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Cargar estado desde un archivo" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Cargar estado desde la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Cargar estado desde una ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Cargar menú del sistema Wii %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Cargar y escribir los datos guardados del anfitrión" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Cargar la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Cargar desde la ranura %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Cargar archivo de mapa" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Cargar menú del sistema vWii %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Cargar..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Símbolos cargados desde «%1»" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8483,7 +8691,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8492,22 +8700,22 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Local" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Bloquear cursor del ratón" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Bloqueada" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" @@ -8517,7 +8725,7 @@ msgstr "" "esta opción desactivada.
" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Registro" @@ -8526,19 +8734,20 @@ msgstr "Registro" msgid "Log Configuration" msgstr "Configuración de registro" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Iniciar sesión" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Registros de cobertura de instrucciones JIT" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Cerrar sesión" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Guardar tiempos de dibujado en archivo" @@ -8550,11 +8759,23 @@ msgstr "Tipos de registro" msgid "Logger Outputs" msgstr "Salida de registro" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Fallo al iniciar sesión" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "Fallo al iniciar sesión: usuario/contraseña no válidos" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "Fallo al iniciar sesión: no hay conexión a Internet" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "Fallo al iniciar sesión: error del servidor" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8565,20 +8786,20 @@ msgstr "" "rendimiento de Dolphin.

Si tienes dudas, deja esta " "opción desactivada." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Bucle" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Se ha perdido la conexión con el servidor de juego en red..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Bajo" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Más bajo" @@ -8608,27 +8829,31 @@ msgstr "Magia" msgid "Main Stick" msgstr "Palanca principal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "Convertir en &incondicional" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "¡Asegúrate de que el valor del nivel de héroe sea de entre 0 y 100!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "¡Asegúrate de que el valor de la fecha de último uso sea válido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "¡Asegúrate de que el valor de la fecha de último reinicio sea válido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "¡Asegúrate de que el valor del dinero sea de entre 0 y 65000!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "¡Asegúrate de que el apodo tenga entre 0 y 15 caracteres!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "¡Asegúrate de que el valor del tiempo de juego sea válido!" @@ -8636,18 +8861,18 @@ msgstr "¡Asegúrate de que el valor del tiempo de juego sea válido!" msgid "Make sure there is a Skylander in slot %1!" msgstr "¡Asegúrate de que haya un Skylander en el espacio %1!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Creador" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Creador:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8660,16 +8885,16 @@ msgstr "" "del efecto.

Si tienes dudas, deja esta opción " "desactivada." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Administrar NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Muestreo manual de texturas" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Asignación" @@ -8677,15 +8902,19 @@ msgstr "Asignación" msgid "Mask ROM" msgstr "Enmascarar ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Se han encontrado coincidencias" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Búfer máximo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "Dirección efectiva máxima" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "El tamaño máximo del búfer ha cambiado a %1" @@ -8694,12 +8923,12 @@ msgstr "El tamaño máximo del búfer ha cambiado a %1" msgid "Maximum tilt angle." msgstr "Ángulo de inclinación máximo." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Puede empeorar el rendimiento del menú de Wii y de algunos juegos." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Medio" @@ -8715,7 +8944,7 @@ msgstr "Punto de interrupción en memoria" msgid "Memory Card" msgstr "Tarjeta de memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Administrador de tarjetas de memoria" @@ -8723,7 +8952,7 @@ msgstr "Administrador de tarjetas de memoria" msgid "Memory Card Path:" msgstr "Ruta de la tarjeta de memoria:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Control manual de la memoria" @@ -8743,7 +8972,7 @@ msgstr "MemoryCard: Lectura en dirección de destino incorrecta ({0:#x})" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "MemoryCard: Escritura en dirección de destino incorrecta ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8754,33 +8983,41 @@ msgstr "" "guardada que ya tengas. Es un proceso irreversible, por lo que te " "recomendamos que hagas copias de ambas NANDs. ¿Seguro que quieres continuar?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Micrófono" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "Dirección efectiva mínima" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Varios" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Otros ajustes" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Varios" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "Otros ajustes" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8791,7 +9028,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "No coinciden las estructuras de datos internas." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8818,7 +9055,7 @@ msgstr "Adaptador de módem (tapserver)" msgid "Modifier" msgstr "Modificador" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8834,20 +9071,20 @@ msgid "Modify Slot" msgstr "Modificar espacio" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Modificando Skylander: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Módulos encontrados: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Dinero:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8859,11 +9096,11 @@ msgstr "Sombras monoscópicas" msgid "Monospaced Font" msgstr "Tipografía monoespaciada" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Entrada de movimientos" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Simulación de movimientos" @@ -8872,16 +9109,16 @@ msgstr "Simulación de movimientos" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Visibilidad del cursor del ratón" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Movimiento" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Grabación" @@ -8894,7 +9131,7 @@ msgstr "" "La grabación {0} indica que debe empezar a partir de un estado de guardado, " "pero {1} no existe. ¡Es muy probable que la grabación se desincronice!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "Se han producido varios errores al generar los códigos AR." @@ -8903,14 +9140,26 @@ msgstr "Se han producido varios errores al generar los códigos AR." msgid "Multiplier" msgstr "Multiplicador" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "Silenciar audio al desactivar el límite de velocidad" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" +"Silencia el audio cuando anules el límite de velocidad de la emulación " +"(atajo predeterminado: Tab)." + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "N&o a todo" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "Comprobación de NAND" @@ -8919,8 +9168,8 @@ msgstr "Comprobación de NAND" msgid "NKit Warning" msgstr "Advertencia NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8929,7 +9178,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8952,8 +9201,8 @@ msgstr "" "elegir un valor de gamma, debes igualarlo aquí.

Si " "tienes dudas, deja esta opción en 2,35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8966,11 +9215,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Nombre" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Nombre de la etiqueta a crear:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Nombre de la etiqueta a eliminar:" @@ -8979,10 +9228,10 @@ msgid "Name of your session shown in the server browser" msgstr "El nombre de su sesión se muestra en el navegador del servidor" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nombre:" @@ -8996,7 +9245,7 @@ msgstr "Nativa (640x528)" msgid "Native GCI File" msgstr "Archivo GCI nativo" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "Juego en red" @@ -9012,7 +9261,7 @@ msgstr "Configuración de juego en red" msgid "Netherlands" msgstr "Países Bajos" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -9021,7 +9270,7 @@ msgstr "" "Cualquier dato guardado que se cree o modifique durante la sesión " "permanecerá en los datos de guardado del anfitrión." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -9031,7 +9280,7 @@ msgstr "" "cualquier dato guardado que se cree o modifique durante la sesión se " "eliminará al terminar la misma." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -9040,7 +9289,7 @@ msgstr "" "dato guardado que se cree se descartará al terminar la sesión." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Red" @@ -9048,7 +9297,7 @@ msgstr "Red" msgid "Network dump format:" msgstr "Formato del volcado de red:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Nunca" @@ -9057,7 +9306,7 @@ msgid "Never Auto-Update" msgstr "Desactivar actualizaciones automáticas" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nuevo" @@ -9082,7 +9331,7 @@ msgstr "Nueva búsqueda" msgid "New Tag..." msgstr "Nueva etiqueta..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Se ha generado un identificador nuevo." @@ -9090,30 +9339,32 @@ msgstr "Se ha generado un identificador nuevo." msgid "New instruction:" msgstr "Nueva instrucción:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Nueva etiqueta" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Siguiente perfil de juego" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Siguiente coincidencia" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Siguiente perfil" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "El apodo es demasiado largo." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Apodo:" @@ -9135,21 +9386,21 @@ msgstr "Sin alineación" msgid "No Audio Output" msgstr "Sin salida de audio" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Sin compresión" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Sin coincidencias" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "No usar datos guardados" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "¡No hay datos que modificar!" @@ -9170,15 +9421,15 @@ msgstr "Sin errores" msgid "No extension selected." msgstr "No has elegido ninguna extensión." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "No se ha cargado o grabado ningún archivo." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "No hay ningún juego en ejecución." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "No hay ningún juego en ejecución." @@ -9191,23 +9442,23 @@ msgstr "No has elegido un mod de gráficos." msgid "No input" msgstr "No hay entrada" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "No se ha detectado ningún problema." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "No se ha encontrado el juego correspondiente" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "No se encontraron rutas en el archivo M3U «{0}»" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "No se encontraron problemas." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -9222,7 +9473,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "No se han encontrado perfiles para la configuración del juego «{0}»" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "No se ha cargado una grabación." @@ -9238,7 +9489,7 @@ msgstr "" "para evitar desincronizaciones en la grabación" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -9256,7 +9507,7 @@ msgstr "Norteamérica" msgid "Not Set" msgstr "No definido" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Algunos jugadores no tienen el juego. ¿Seguro que quieres continuar?" @@ -9280,7 +9531,7 @@ msgstr "" "No hay suficientes archivos libres en la tarjeta de memoria elegida. Se " "requiere(n) al menos %n archivo(s) libre(s)." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "No se ha encontrado" @@ -9309,11 +9560,6 @@ msgstr "Aviso" msgid "Null" msgstr "Nulo" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9339,13 +9585,13 @@ msgid "Nunchuk Stick" msgstr "Palanca del Nunchuk" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "Aceptar" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objeto %1" @@ -9397,7 +9643,7 @@ msgstr "X de objeto 4" msgid "Object 4 Y" msgstr "Y de objeto 4" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Rango de objeto" @@ -9418,11 +9664,11 @@ msgstr "Ajuste" msgid "On" msgstr "Encendido" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Al moverlo" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9432,7 +9678,7 @@ msgstr "" "geometría como de vértices para expandir puntos y líneas se seleccionará un " "sombreador de vértices. Esta opción podría afectar al rendimiento.

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9459,7 +9705,7 @@ msgstr "" "tal vez encuentres llamadas a funciones y rutas de código condicional que " "solo se ejecuten cuando ocurra una acción concreta en el software emulado." -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentación en línea" @@ -9467,7 +9713,7 @@ msgstr "&Documentación en línea" msgid "Only Show Collection" msgstr "Mostrar solo tu colección" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9475,7 +9721,7 @@ msgstr "" "Solo añadir símbolos con prefijo:\n" "(Dejar en blanco para añadir todos los símbolos)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9494,17 +9740,21 @@ msgstr "Abrir" msgid "Open &Containing Folder" msgstr "Abrir &carpeta contenedora" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Abrir carpeta de &usuario" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "Abrir logros" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Abrir directorio..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "Abrir registro FIFO" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -9569,34 +9819,34 @@ msgstr "Naranja" msgid "Orbital" msgstr "Orbitar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "Origen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "Origen máx." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "Origen mín." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "Símbolo de origen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "Origen y destino" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9606,16 +9856,16 @@ msgstr "Otros" msgid "Other Partition (%1)" msgstr "Otra partición (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Otros atajos de guardado" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Otros elementos de guardado" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Otro juego..." @@ -9623,7 +9873,7 @@ msgstr "Otro juego..." msgid "Output" msgstr "Salida" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Remuestreo de salida" @@ -9631,16 +9881,16 @@ msgstr "Remuestreo de salida" msgid "Output Resampling:" msgstr "Remuestreo de salida:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Sobrescrito" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Reproducir pu&lsaciones grabadas..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9653,23 +9903,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "Nivel de compresión de PNG" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "Nivel de compresión de PNG:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "Archivo de imagen PNG (*.png);; Todos los archivos (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "Tamaño de PPC" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "Marc. carác. PPC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "Marcadores de características de PPC" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "Registros de instrucciones PPC" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC contra anfitrión" @@ -9682,7 +9941,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pads" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parámetros" @@ -9703,7 +9962,7 @@ msgstr "Pasivo" msgid "Passthrough a Bluetooth adapter" msgstr "Acceder directamente a un adaptador de Bluetooth" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Contraseña" @@ -9728,7 +9987,7 @@ msgstr "Nombre del parche" msgid "Patches" msgstr "Parches" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Ruta:" @@ -9741,23 +10000,23 @@ msgstr "Rutas" msgid "Pause" msgstr "Pausa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "Pausar inspección de ramas" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pausar al terminar la grabación" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pausar al pasar a segundo plano" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Pausar en caso de error" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9769,7 +10028,7 @@ msgstr "" "misma manera que al activar el MMU.

Si tienes " "dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9797,7 +10056,7 @@ msgstr "Velocidad máxima de los movimientos de balanceo hacia afuera." msgid "Per-Pixel Lighting" msgstr "Iluminación por píxel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Actualizar la consola a través de Internet" @@ -9805,15 +10064,15 @@ msgstr "Actualizar la consola a través de Internet" msgid "Perform System Update" msgstr "Actualizar la consola" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Período de muestreo de rendimiento (ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Período de muestreo de rendimiento (ms):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Estadísticas de rendimiento" @@ -9827,15 +10086,15 @@ msgstr "Físico" msgid "Physical address space" msgstr "Espacio de la dirección física" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Elige una tipografía de depuración" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Latencia" @@ -9847,8 +10106,8 @@ msgstr "Cabeceo hacia arriba" msgid "Pitch Up" msgstr "Cabeceo hacia abajo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plataforma" @@ -9856,11 +10115,11 @@ msgstr "Plataforma" msgid "Play" msgstr "Jugar" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Reproducir/grabar" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Reproducir grabación" @@ -9868,11 +10127,11 @@ msgstr "Reproducir grabación" msgid "Play Set/Power Disc" msgstr "Set de juego/Disco de poder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Opciones de reproducción" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Jugador" @@ -9901,18 +10160,23 @@ msgid "Player Two Ability Two" msgstr "Habilidad dos del jugador dos" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Jugadores" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "Jugando" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Tiempo de juego:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9920,7 +10184,7 @@ msgstr "" "¡Por favor, cambia el valor de «SyncOnSkipIdle» a «True»! El valor está " "desactivado, lo que hace que este problema pase fácilmente." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9955,12 +10219,12 @@ msgstr "Puerto:" msgid "Portal Slots" msgstr "Espacios del portal" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Posible desincronización: podemos haber perdido a %1 en el fotograma %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Efecto de posprocesado:" @@ -9981,11 +10245,11 @@ msgid "Power Disc Two" msgstr "Power Disc dos" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Preferir VS para expandir puntos y líneas" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Precargar texturas personalizadas" @@ -10013,7 +10277,7 @@ msgstr "" msgid "Presets" msgstr "Preajustes" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Pulsar el botón de sincronización" @@ -10022,7 +10286,7 @@ msgstr "Pulsar el botón de sincronización" msgid "Pressure" msgstr "Presión" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -10036,18 +10300,19 @@ msgstr "" "rotos.

No se recomienda, usar solo si el resto de " "opciones dan malos resultados." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Perfil anterior de juego" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Coincidencia anterior" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Perfil anterior" @@ -10069,7 +10334,7 @@ msgstr "Privado y público" msgid "Problem" msgstr "Problema" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -10077,7 +10342,7 @@ msgstr "" "Se encontraron problemas de gravedad alta. Lo más probable es que el juego " "no funcione en absoluto." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -10085,7 +10350,7 @@ msgstr "" "Se encontraron problemas de gravedad baja. Lo más probable es que no impidan " "que el juego se ejecute." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -10097,20 +10362,20 @@ msgstr "" msgid "Profile" msgstr "Perfil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Contador del programa (PC)" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Progreso" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -10123,11 +10388,11 @@ msgstr "" msgid "Public" msgstr "Público" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Vaciar la caché de la lista de juegos" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Debes guardar tus ROMs del IPL en User/GC/." @@ -10139,15 +10404,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "QT_LAYOUT_DIRECTION" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "No se pudo activar el sistema de calidad de servicio (QoS)." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "El sistema de calidad de servicio (QoS) se ha activado correctamente." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "Calidad del decodificador DPLII. La latencia de audio aumenta con la calidad." @@ -10155,11 +10420,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pregunta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Salir" @@ -10180,11 +10445,11 @@ msgstr "R analógico" msgid "READY" msgstr "Listo" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Módulos RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Autodetección RSO" @@ -10217,17 +10482,21 @@ msgstr "Rango %1" msgid "Raw" msgstr "Datos en bruto" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Resolución interna en bruto" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "Reemplazar instrucción" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "Reem&plazar instrucción" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "Reinicia los datos de los perfiles de bloques del JIT por software." #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Leer" @@ -10250,7 +10519,7 @@ msgstr "Solo lectura" msgid "Read or Write" msgstr "Leer o escribir" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Modo de solo lectura" @@ -10268,7 +10537,7 @@ msgstr "" "Se han recibido datos no válidos de un mando de Wii a través de la sesión de " "juego en red." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "Coincidencias recientes" @@ -10278,23 +10547,27 @@ msgstr "Coincidencias recientes" msgid "Recenter" msgstr "Centrar" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "Recompilar dirección física" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Grabar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Grabar entradas" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Grabando" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opciones de grabación" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Grabando..." @@ -10311,7 +10584,7 @@ msgstr "Rojo izquierdo" msgid "Red Right" msgstr "Rojo derecho" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10336,7 +10609,6 @@ msgstr "Estado de redump.org:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10351,13 +10623,13 @@ msgstr "Actualizar valores actuales" msgid "Refresh Game List" msgstr "Actualizar lista de juegos" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" "La actualización ha fallado. Ejecuta el juego durante unos minutos y vuelve " "a intentarlo." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Se han actualizado los valores actuales." @@ -10366,8 +10638,8 @@ msgstr "Se han actualizado los valores actuales." msgid "Refreshing..." msgstr "Actualizando..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Región" @@ -10388,7 +10660,8 @@ msgstr "Entrada relativa" msgid "Relative Input Hold" msgstr "Parar entrada relativa" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "Versiones oficiales (cada varios meses)" @@ -10400,7 +10673,7 @@ msgstr "Recordar más tarde" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Eliminar" @@ -10417,7 +10690,7 @@ msgstr "Eliminar datos basura (irreversible):" msgid "Remove Tag..." msgstr "Eliminar etiqueta..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Eliminar etiqueta" @@ -10431,20 +10704,20 @@ msgstr "" "que meta después el archivo ISO en un formato de archivo comprimido, como " "ZIP). ¿Quieres continuar de todos modos?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "Renombrar símbolo" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Ventana de renderización" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Mostrar en la ventana principal" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10453,6 +10726,16 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "Repetir instr." + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "Repetir instrucciones" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -10462,7 +10745,7 @@ msgstr "" msgid "Request to Join Your Party" msgstr "Solicitud para unirse a tu partida." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." @@ -10471,9 +10754,9 @@ msgstr "" "primer plano.

Si tienes dudas, deja esta opción " "activada." -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10484,7 +10767,7 @@ msgstr "Reiniciar" msgid "Reset All" msgstr "Reiniciar todo" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reiniciar el ignorado de errores y advertencias" @@ -10508,7 +10791,7 @@ msgstr "Restablecer ajustes de paso" msgid "Reset Values" msgstr "Reiniciar valores" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Restablecer vista" @@ -10516,7 +10799,7 @@ msgstr "Restablecer vista" msgid "Reset all saved Wii Remote pairings" msgstr "Revierte todas las vinculaciones de mandos de Wii existentes." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Tipo de resolución:" @@ -10528,7 +10811,7 @@ msgstr "Administrador de paquetes de recursos" msgid "Resource Pack Path:" msgstr "Ruta de paquetes de recursos:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Es necesario reiniciar." @@ -10536,11 +10819,11 @@ msgstr "Es necesario reiniciar." msgid "Restore Defaults" msgstr "Restaurar valores predeterminados" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "Restaurar instrucción" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Reintentar" @@ -10549,7 +10832,7 @@ msgstr "Reintentar" msgid "Return Speed" msgstr "Velocidad de retorno" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revisión" @@ -10557,7 +10840,7 @@ msgstr "Revisión" msgid "Revision: %1" msgstr "Revisión: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10608,11 +10891,11 @@ msgstr "Balanceo a la izquierda" msgid "Roll Right" msgstr "Balanceo a la derecha" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "ID de sala" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Rotación" @@ -10621,7 +10904,7 @@ msgstr "Rotación" msgid "Rotation applied at extremities of swing." msgstr "Rotación aplicada a las extremidades del balanceo" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10636,7 +10919,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10648,6 +10931,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10677,9 +10969,15 @@ msgstr "" "origen y destino, estas acciones solo se activarán si todas las filas de la " "selección tienen un símbolo.\n" "\n" -"Si haces clic con el botón derecho en la columna de origen de una selección " -"de filas, aparecerá una acción para reemplazar la instrucción de la rama del " -"origen por una instrucción NOP (No Operation, «sin operación»).\n" +"Si haces clic con el botón derecho en la columna de instrucciones de una " +"selección de filas, aparecerán acciones para invertir la condición de las " +"instrucciones de la rama, así como para invertir la comprobación de " +"decremento, pero solo si la instrucción de la rama es condicional.\n" +"\n" +"Si haces clic con el botón derecho en la columna de condición de una " +"selección de filas, aparecerá una acción para hacer que la instrucción de la " +"rama sea incondicional, pero solo si la instrucción de la rama es " +"condicional.\n" "\n" "Si haces clic con el botón derecho en la columna de destino de una selección " "de filas, aparecerá una acción para reemplazar la instrucción de los " @@ -10702,21 +11000,26 @@ msgstr "" msgid "Rumble" msgstr "Vibración" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" msgstr "Ejecutar has&ta aquí" +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "Recuento de ejecuciones" + #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Ejecutar los núcleos de GBA en hilos dedicados" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "Ejecutar hasta" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" -msgstr "Ejecutar hasta (ignorando puntos de interrupción)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" +msgstr "Ejecutar (ignorando puntos de interrupción) hasta" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10726,23 +11029,23 @@ msgstr "Ejecutar hasta aparición (ignorando puntos de interrupción)" msgid "Russia" msgstr "Rusia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "Tarjeta SD" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "Tamaño del archivo de tarjeta SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "Imagen de tarjeta SD (*.raw);;Todos los archivos (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "Ruta de la tarjeta SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "Ajustes de la tarjeta SD" @@ -10750,7 +11053,7 @@ msgstr "Ajustes de la tarjeta SD" msgid "SD Root:" msgstr "Raíz de la SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "Carpeta de sincronización de la SD:" @@ -10785,11 +11088,11 @@ msgstr "Entorno SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Gua&rdar código" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Gua&rdar estado" @@ -10801,7 +11104,7 @@ msgstr "Segura" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10811,27 +11114,39 @@ msgstr "Guardar" msgid "Save All" msgstr "Guardar todo" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "Guardar inspección de ramas &como..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" msgstr "Guardar instantánea del inspector de ramas" +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "Guardar archivo de salida combinado como" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "Guardar imagen convertida" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "Guardar imágenes convertidas" + #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Exportar guardado" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "Guardar registro FIFO" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "Guardar archivo en" #. i18n: Noun (i.e. the data saved by the game) @@ -10843,15 +11158,19 @@ msgstr "Guardado de juego" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Archivos de guardado de juegos (*.sav);; Todos los archivos (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Importar guardado" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "Guardar archivo de mapa" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Guardar el estado más antiguo" @@ -10859,73 +11178,77 @@ msgstr "Guardar el estado más antiguo" msgid "Save Preset" msgstr "Guardar preajuste" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Guardar archivo de grabación como" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "Guardar archivo de firmas" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Guardar estado" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Ranura de guardado 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Ranura de guardado 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Ranura de guardado 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Ranura de guardado 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Ranura de guardado 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Ranura de guardado 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Ranura de guardado 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Ranura de guardado 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Ranura de guardado 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Ranura de guardado 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Guardar estado en archivo" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Guardar estado en la ranura más antigua" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Guardar estado en la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Guardar estado en ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Guardar map&a de símbolos como..." @@ -10933,7 +11256,7 @@ msgstr "Guardar map&a de símbolos como..." msgid "Save Texture Cache to State" msgstr "Guardar caché de texturas en estado" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Guardar/Cargar estados" @@ -10941,15 +11264,11 @@ msgstr "Guardar/Cargar estados" msgid "Save as Preset..." msgstr "Guardar como preajuste..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Guardar como..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Guardar archivo de salida combinado como" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10963,23 +11282,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Guardar en el mismo directorio que la ROM" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Guardar archivo de mapa" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Guardar archivo de firmas" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Guardar en la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Guardar en la ranura %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Guardar..." @@ -11001,7 +11312,7 @@ msgstr "El estado de la grabación {0} está dañado, deteniendo la grabación.. msgid "Scaled EFB Copy" msgstr "Copia del EFB a escala" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "El escaneo ha finalizado." @@ -11010,8 +11321,8 @@ msgid "ScrShot" msgstr "Pantallazo" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Buscar" @@ -11020,7 +11331,7 @@ msgstr "Buscar" msgid "Search Address" msgstr "Buscar dirección" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Buscar objeto actual" @@ -11032,7 +11343,7 @@ msgstr "Buscar en subcarpetas" msgid "Search and Filter" msgstr "Buscar y filtrar" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -11040,7 +11351,7 @@ msgstr "" "Actualmente no se puede buscar en el espacio de la memoria virtual. Ejecuta " "el juego durante unos minutos y vuelve a intentarlo." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Buscar una instrucción" @@ -11048,7 +11359,7 @@ msgstr "Buscar una instrucción" msgid "Search games..." msgstr "Buscar juegos..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Búsqueda de instrucciones" @@ -11084,9 +11395,9 @@ msgstr "Seleccionar" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" "Seleccionar archivo de instantánea autoguardada del inspector de ramas (si " @@ -11097,7 +11408,7 @@ msgid "Select Dump Path" msgstr "Seleccionar ruta de volcado" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Seleccionar directorio de exportación" @@ -11105,18 +11416,22 @@ msgstr "Seleccionar directorio de exportación" msgid "Select Figure File" msgstr "Seleccionar archivo de figura" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Seleccionar BIOS de GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Seleccionar ROM de GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Seleccionar ruta de archivos de guardado de GBA" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "Seleccionar archivo de claves (volcado OTP/SEEPROM)" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Seleccionar el último estado" @@ -11125,6 +11440,10 @@ msgstr "Seleccionar el último estado" msgid "Select Load Path" msgstr "Seleccionar ruta de carga" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "Seleccionar copia de respaldo de la NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Seleccionar ruta de paquetes de recursos" @@ -11133,6 +11452,14 @@ msgstr "Seleccionar ruta de paquetes de recursos" msgid "Select Riivolution XML file" msgstr "Seleccionar archivo XML de Riivolution" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "Seleccionar imagen de tarjeta SD" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "Seleccionar archivo guardado" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Seleccionar colección de Skylanders" @@ -11141,58 +11468,62 @@ msgstr "Seleccionar colección de Skylanders" msgid "Select Skylander File" msgstr "Seleccionar archivo de Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Ranura de guardado %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Cargar ranura de guardado" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Seleccionar ranura de guardado" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Seleccionar ranura de guardado 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Seleccionar ranura de guardado 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Seleccionar ranura de guardado 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Seleccionar ranura de guardado 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Seleccionar ranura de guardado 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Seleccionar ranura de guardado 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Seleccionar ranura de guardado 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Seleccionar ranura de guardado 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Seleccionar ranura de guardado 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Seleccionar ranura de guardado 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "Seleccionar título a instalar en la NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Seleccionar ruta del WFS" @@ -11206,29 +11537,25 @@ msgstr "Seleccionar carpeta raíz de la NAND de Wii" msgid "Select a Directory" msgstr "Seleccionar directorio" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Seleccionar archivo" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "Seleccionar carpeta a sincronizar con la imagen de la tarjeta SD" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Seleccionar juego" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Seleccionar imagen de tarjeta SD" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Seleccionar archivo" @@ -11236,19 +11563,15 @@ msgstr "Seleccionar archivo" msgid "Select a game" msgstr "Seleccionar juego" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Seleccionar título a instalar en la NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Seleccionar tarjetas e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Elige la dirección del módulo RSO:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Seleccionar archivo de grabación a reproducir" @@ -11256,36 +11579,19 @@ msgstr "Seleccionar archivo de grabación a reproducir" msgid "Select the Virtual SD Card Root" msgstr "Seleccionar carpeta raíz de la tarjeta SD virtual" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Seleccionar archivo de claves (volcado OTP/SEEPROM)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Selecciona el archivo de guardado" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Elige dónde quieres guardar la imagen convertida" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Elige dónde quieres guardar las imágenes convertidas" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Tipografía seleccionada" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "El perfil del mando seleccionado no existe" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "¡El juego seleccionado no existe en la lista de juegos!" @@ -11297,7 +11603,7 @@ msgstr "Pila de llamadas del hilo seleccionado" msgid "Selected thread context" msgstr "Contexto del hilo seleccionado" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -11306,7 +11612,7 @@ msgstr "" "

%1 no soporta esta característica." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -11315,7 +11621,7 @@ msgstr "" "

Si tienes dudas, selecciona la primera opción." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -11352,7 +11658,7 @@ msgstr "" "

Si tienes dudas, selecciona Resolución interna con " "corrección de relación de aspecto." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -11372,7 +11678,7 @@ msgstr "" "usado por ciertos televisores.

Si tienes dudas, " "selecciona «No»." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11395,52 +11701,101 @@ msgid "" msgstr "" "Selecciona la relación de aspecto con la que se mostrará el juego.

La " "relación de aspecto de la imagen que transmiten las consolas originales " -"cambiaba según el juego, y apenas solía coincidir con las relaciones de 4:3 " -"o 16:9. La imagen se mostraría cortada por los bordes de los televisores o " -"no cubriría toda la extensión de las pantallas. Dolphin muestra por defecto " -"la imagen completa sin distorsionar sus proporciones, lo que significa que " -"es normal que la imagen no se extienda por completo por toda la pantalla." -"

Automático: imita un televisor con una relación de aspecto de " -"4:3 o 16:9, según el tipo de imagen que parezca que quiere producir el juego." -"

Forzar 16:9: imita un televisor con una relación de aspecto " -"de 16:9 (panorámica).

Forzar 4:3: imita un televisor con una " -"relación de aspecto de 4:3.

Estirar a ventana: estira la " -"imagen al tamaño de la ventana. Por norma general, distorsionará las " -"proporciones de la imagen.

Personalizada: imita un televisor " -"con la relación de aspecto indicada. Esta opción está pensada para acompañar " -"modificaciones o trucos de relación de aspecto.

Personalizada " -"(estirada): similar a «Personalizada», pero estirará la imagen hasta " -"alcanzar la relación de aspecto especificada. Por norma general, " -"distorsionará las proporciones de la imagen y no debería utilizarse en " -"circunstancias normales.

Si tienes dudas, " -"selecciona Automática." +"cambiaba según el juego, y pocas veces solía coincidir con las relaciones de " +"4:3 o 16:9. La imagen se mostraría cortada por los bordes de los televisores " +"o no cubriría toda la extensión de las pantallas. Dolphin muestra por " +"defecto la imagen completa sin distorsionar sus proporciones, lo que " +"significa que es normal que la imagen no se extienda por completo por toda " +"la pantalla.

Automático: imita un televisor con una relación " +"de aspecto de 4:3 o 16:9, según el tipo de imagen que parezca que quiere " +"producir el juego.

Forzar 16:9: imita un televisor con una " +"relación de aspecto de 16:9 (panorámica).

Forzar 4:3: imita un " +"televisor con una relación de aspecto de 4:3.

Estirar a ventana: estira la imagen al tamaño de la ventana. Por norma general, " +"distorsionará las proporciones de la imagen.

Personalizada: " +"imita un televisor con la relación de aspecto indicada. Esta opción está " +"pensada para acompañar modificaciones o trucos de relación de aspecto." +"

Personalizada (estirada): similar a «Personalizada», pero " +"estirará la imagen hasta alcanzar la relación de aspecto especificada. Por " +"norma general, distorsionará las proporciones de la imagen y no debería " +"utilizarse en circunstancias normales.

Si tienes " +"dudas, selecciona Automática." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Selecciona la API de gráficos que se usará internamente.

El " -"renderizado por software es muy lento y solo se utiliza para tareas de " -"depuración, así que recomendamos cualquier otro renderizador. Cada juego y " -"cada tarjeta gráfica se comportarán de una manera distinta con cada motor, " -"por lo que si buscas la mejor experiencia de emulación, se recomienda que " -"pruebes todos los renderizadores y selecciones el que mejor se adapte a tus " -"necesidades.

Si tienes dudas, selecciona OpenGL.
The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" +"Selecciona el canal de actualizaciones que utilizará Dolphin al buscar " +"actualizaciones nada más ejecutarse. Si hay una actualización nueva, Dolphin " +"mostrará una lista de cambios respecto a la última versión y te preguntará " +"si deseas actualizar.

El canal Dev tiene la última versión de " +"Dolphin, a menudo actualizada varias veces al día. Selecciona este canal si " +"quieres las últimas novedades y correcciones.

El canal Versiones " +"oficiales se actualiza cada pocos meses. Estos son algunos motivos por los " +"que podrías preferirlo:
- Prefieres utilizar versiones que hayan sido " +"probadas a fondo.
- El juego en red obliga a los jugadores a utilizar la " +"misma versión de Dolphin y la última versión oficial tendrá la mayor " +"cantidad de jugadores disponibles.
- Utilizas a menudo el sistema de " +"estados de guardado de Dolphin, que no garantiza la retrocompatibilidad de " +"los estados entre versiones de Dolphin. Si este es tu caso, guarda tu " +"partida dentro del propio juego antes de actualizar (es decir: igual que " +"como lo harías en un sistema GameCube o Wii original) y luego carga esa " +"partida una vez hayas actualizado Dolphin, pero antes de crear estados de " +"guardado nuevos.

Si seleccionas «No quiero actualizar», evitarás que " +"Dolphin busque actualizaciones de forma automática." +"

Si tienes dudas, selecciona Versiones oficiales." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Enviar" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Posición de la barra sensora:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" +"Separa las tareas de emulación de la CPU y la GPU en subprocesos " +"independientes. Reducirá la carga de un solo hilo de trabajo repartiendo las " +"tareas más cargantes de Dolphin entre dos núcleos, lo que suele mejorar el " +"rendimiento. No obstante, puede provocar problemas o cuelgues.

Este " +"ajuste no se podrá cambiar si hay una emulación activa." +"

Si tienes dudas, deja esta opción activada." + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11461,7 +11816,7 @@ msgstr "Dirección IP del servidor" msgid "Server Port" msgstr "Puerto del servidor" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "El servidor de paso rechazó el intento de conexión" @@ -11469,44 +11824,40 @@ msgstr "El servidor de paso rechazó el intento de conexión" msgid "Set &Value" msgstr "Establecer &valor" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "Establecer &punto de interrupción" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "Elige el archivo de la tarjeta de memoria de la ranura A" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "Elige el archivo de la tarjeta de memoria de la ranura B" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Establecer PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "Especificar dirección final del &símbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "Especificar tamaño del &símbolo " + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "Especificar dirección final del símbolo" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Establecer como ISO pred&eterminada" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Elige el archivo de la ranura A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Elige el archivo de la ranura B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Especifica la direción final del &símbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Ajustar tamaño del &símbolo " - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Escribe la dirección final del símbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Ajustar tamaño del símbolo (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11516,13 +11867,13 @@ msgstr "" "los juegos PAL.\n" "Podría no funcionar con todos los juegos." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Establece el idioma del sistema de Wii." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." @@ -11532,7 +11883,7 @@ msgstr "" "

Si tienes dudas, selecciona <Idioma del " "sistema>." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11540,16 +11891,26 @@ msgstr "" "Establece la latencia en milisegundos. Los valores más altos pueden reducir " "la crepitación de audio. Solo funciona con algunos motores de sonido." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" +"Establece la región que se utilizará para aquellos títulos en los que no se " +"pueda determinar automáticamente su región.

Este ajuste no se podrá " +"cambiar si hay una emulación activa." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" -"Establece el estilo de la interfaz de usuario de Dolphin. Aquí se " -"presentarán todos los estilos de usuario personalizados que hayas cargado " -"para que puedas elegirlos.

Si tienes dudas, " -"selecciona (Del sistema)." +"Establece el estilo de la interfaz de usuario de Dolphin. Aquí podrás elegir " +"los estilos de usuario personalizados que hayas añadido." +"

Si tienes dudas, selecciona (Del sistema)." #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:54 msgid "" @@ -11560,13 +11921,13 @@ msgstr "" "dirección virtual de la MEM1 y (en el caso de la Wii) la MEM2. Compatible " "con la gran mayoría de los juegos." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Ajustes" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: No puedo crear archivo setting.txt" @@ -11574,7 +11935,7 @@ msgstr "SetupWiiMemory: No puedo crear archivo setting.txt" msgid "Severity" msgstr "Gravedad" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Compilación de sombreadores" @@ -11596,228 +11957,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Mando Shinkansen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Mostrar velocidad porcentual" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar ®istro" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Mostrar barra de herramien&tas" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Mostrar nombre del juego actual en el título de la ventana" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Mostrar todo" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Australia" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Mostrar el juego actual en Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Mostrar primero los códigos desactivados" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Mostrar ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "Mostrar primero los códigos activados" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Mostrar FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Mostrar fotogramas por segundo (FPS)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Mostrar duraciones de fotogramas" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Francia" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostrar GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Alemania" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Mostrar superposición de modo de golf" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Mostrar base de Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostrar registro de teclas" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Japón" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Corea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Mostrar indicador de retardo" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Mostrar idioma:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Mostrar configuración de ®istro" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Mostrar mensajes de juego en red" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Mostrar latencia de juego en red" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Holanda" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Mostrar mensajes en pantalla" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Región PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Mostrar PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Mostrar gráficas de rendimiento" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Mostrar plataformas" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "Mostrar estadísticas de proyección" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar regiones" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Mostrar contador de regrabaciones" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rusia" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Mostrar portal de Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "España" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Mostrar colores según velocidad" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Mostrar estadísticas" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Mostrar reloj del sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwán" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "Mostrar objetivo en &memoria" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Estados Unidos" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Otros" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "Mostrar duraciones de VBlanks" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "Mostrar VPS" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Mostrar WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostrar Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Mostrar juegos internacionales" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Mostrar en &memoria" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "Mostrar en memoria" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Mostrar en código" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Mostrar en memoria" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Mostrar en código" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Mostrar en memoria" @@ -11825,13 +12190,9 @@ msgstr "Mostrar en memoria" msgid "Show in server browser" msgstr "Mostrar en el navegador del servidor" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "Mostrar objetivo en &memoria" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" @@ -11842,7 +12203,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11851,7 +12212,7 @@ msgstr "" "durante una partida de juego en red.

Si tienes " "dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " @@ -11872,7 +12233,7 @@ msgstr "" "mensajes desaparecerán al cabo de unos segundos.

Si " "tienes dudas, deja esta opción activada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11882,24 +12243,7 @@ msgstr "" "velocidad completa.

Si tienes dudas, deja esta " "opción desactivada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" -"Muestra el cursor del ratón en todo momento.

Si " -"tienes dudas, selecciona Al moverlo." - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" -"Muestra el cursor del ratón durante un breve tiempo cuando se haya movido " -"para luego ocultarlo.

Si tienes dudas, selecciona " -"este modo." - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." @@ -11908,7 +12252,7 @@ msgstr "" "renderización.

Si tienes dudas, deja esta opción " "activada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11919,7 +12263,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11929,7 +12273,24 @@ msgstr "" "fotograma renderizado y la variación estándar.

Si " "tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" +"Muestra el cursor del ratón en todo momento.

Si " +"tienes dudas, selecciona Al moverlo." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" +"Muestra el cursor del ratón durante un breve tiempo cuando se haya movido " +"para luego ocultarlo.

Si tienes dudas, selecciona " +"este modo." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11939,7 +12300,7 @@ msgstr "" "de fluidez visual.

Si tienes dudas, deja esta " "opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Si tienes dudas, deja esta " "opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11958,7 +12319,7 @@ msgstr "" "juego en red.

Si tienes dudas, deja esta opción " "desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11966,7 +12327,7 @@ msgstr "" "Muestra varias estadísticas sobre la proyección.

Si " "tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11975,6 +12336,18 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" +"Muestra el juego que tengas activo y la duración de tu sesión de juego en tu " +"estado de Discord.

Este ajuste no se podrá cambiar si hay una " +"emulación activa.

Si tienes dudas, deja esta opción " +"activada." + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "En paralelo" @@ -11991,7 +12364,7 @@ msgstr "Cambiar de/a horizontal" msgid "Sideways Wii Remote" msgstr "Mando de Wii en horizontal" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Base de datos de firmas" @@ -12015,7 +12388,7 @@ msgid "Signed Integer" msgstr "Entero con signo" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Chino simplificado" @@ -12032,7 +12405,7 @@ msgstr "Seis ejes" msgid "Size" msgstr "Tamaño" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -12040,11 +12413,11 @@ msgstr "" "Tamaño del búfer de expansión de audio en milisegundos. Un valor muy bajo " "puede provocar crepitación de audio." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Omitir" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Omitir dibujado" @@ -12060,7 +12433,7 @@ msgstr "Omitir menú principal" msgid "Skip Presenting Duplicate Frames" msgstr "Omitir la presentación de fotogramas duplicados" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -12154,11 +12527,11 @@ msgstr "Panel de conexiones" msgid "Software Renderer" msgstr "Dibujado por software" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "No se han podido leer algunos datos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -12174,12 +12547,12 @@ msgstr "" "Algunos de los números proporcionados no son correctos.\n" "Comprueba todos los campos seleccionados." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Ordenar alfabéticamente" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Sonido:" @@ -12193,7 +12566,7 @@ msgstr "España" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Español" @@ -12201,11 +12574,11 @@ msgstr "Español" msgid "Speaker Pan" msgstr "Altavoz estéreo" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volumen del altavoz:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Especializados (predeterminado)" @@ -12213,7 +12586,7 @@ msgstr "Especializados (predeterminado)" msgid "Specific" msgstr "Específico" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -12237,12 +12610,16 @@ msgstr "" "

Si tienes dudas, deja esta opción configurada con " "el valor 6." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Velocidad" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "Límite de velocidad" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -12261,33 +12638,37 @@ msgstr "Inicio de la pila" msgid "Standard Controller" msgstr "Mando de juego estándar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Comenzar" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Comenzar &juego en red..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "Iniciar inspección de ramas" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Iniciar una nueva búsqueda de trucos" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "Iniciar perfil" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Grabar pulsaciones" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Comenzar grabación" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Empezar en pantalla completa" @@ -12299,7 +12680,7 @@ msgstr "Comenzar con parches de Riivolution" msgid "Start with Riivolution Patches..." msgstr "Comenzar con parches de Riivolution..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Juego en ejecución" @@ -12322,52 +12703,52 @@ msgstr "Avanzar" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Avanzar una" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Saltar una" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Salir de" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Se ha saltado la instrucción." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Se ha cancelado el salto de instrucciones por tardar demasiado tiempo." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Saltando instrucciones..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Se han saltado las instrucciones." -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Avanzar" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Estéreo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Modo 3D estereoscópico" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Modo 3D estereoscópico:" @@ -12388,16 +12769,20 @@ msgid "Stick" msgstr "Palanca" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Detener" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Detener la reproducción o grabación de pulsaciones" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "Detener perfil" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Juego detenido" @@ -12440,11 +12825,11 @@ msgstr "" "XFB a la RAM (y textura)

Si tienes dudas, deja esta " "opción activada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Estirar a la ventana" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Sincronizar ajustes de forma estricta" @@ -12458,11 +12843,11 @@ msgstr "Cadena" msgid "Strum" msgstr "Barra de toque" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "Estilo" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Estilo:" @@ -12473,18 +12858,18 @@ msgstr "Estilo:" msgid "Stylus" msgstr "Stylus" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Todo correcto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Añadido correctamente al índice de juego en red" @@ -12494,7 +12879,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "Convertidas %n imágene(s)." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "«%1» se ha borrado correctamente." @@ -12507,24 +12892,24 @@ msgstr "Exportados satisfactoriamente %n de %1 archivo(s) de guardado." msgid "Successfully exported save files" msgstr "Las partidas guardadas se han exportado correctamente." -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Se han extraído correctamente los certificados de la NAND." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "El archivo se ha extraído correctamente." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Los datos del sistema se han extraído correctamente." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Archivo de guardado importado correctamente." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "El título ha sido instalado correctamente en la NAND." @@ -12547,12 +12932,12 @@ msgstr "Ayuda" msgid "Supported file formats" msgstr "Formatos de archivo soportados" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Compatible con tarjetas SD y SDHC. El tamaño por defecto es de 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Envolvente" @@ -12560,7 +12945,7 @@ msgstr "Envolvente" msgid "Suspended" msgstr "Suspendido" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Invertir ojos" @@ -12575,7 +12960,7 @@ msgstr "Swap Force" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12598,22 +12983,31 @@ msgstr "Cambiar a A" msgid "Switch to B" msgstr "Cambiar a B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Símbolo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "Dirección final del símbolo (%1):" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "Nombre de símbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "Nombre de símbolo:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "Tamaño del símbolo (%1):" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Símbolos" @@ -12621,7 +13015,7 @@ msgstr "Símbolos" msgid "Sync" msgstr "Sincronizar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Sincronizar códigos AR/Gecko" @@ -12642,7 +13036,7 @@ msgstr "" "puntuales al utilizar dos o más núcleos (Activado: el ajuste más compatible; " "Desactivado: el ajuste más rápido)." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12650,37 +13044,37 @@ msgstr "" "Sincroniza la tarjeta SD con la carpeta de sincronización al comenzar y " "finalizar la emulación." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "Sincronizando códigos AR..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Sincronizando códigos Gecko..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Sincronizando datos guardados..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Idioma del sistema:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Entrada TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "Herramientas TAS" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiquetas" @@ -12698,15 +13092,15 @@ msgstr "Cola" msgid "Taiwan" msgstr "Taiwán" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Capturar pantalla" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "El rango de direcciones indicado no es válido." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12724,9 +13118,9 @@ msgstr "Tecnología" msgid "Test" msgstr "Probar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "Archivos de texto (*.txt);;Todos los archivos (*)" @@ -12735,15 +13129,15 @@ msgstr "Archivos de texto (*.txt);;Todos los archivos (*)" msgid "Texture Cache" msgstr "Caché de texturas" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Precisión de la caché de texturas" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Volcado de texturas" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Filtrado de texturas" @@ -12751,7 +13145,7 @@ msgstr "Filtrado de texturas" msgid "Texture Filtering:" msgstr "Filtrado de texturas:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Superponer formato de textura" @@ -12777,11 +13171,11 @@ msgstr "" "\n" "¿Realmente quieres cambiar a Direct3D 11? Si tienes dudas, selecciona «No»." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "La tabla hash H3 para la partición {0} no es correcta." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "El archivo IPL no es un volcado correcto conocido. (CRC32: {0:x})" @@ -12791,11 +13185,11 @@ msgstr "El archivo IPL no es un volcado correcto conocido. (CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "Faltan las particiones de los Clásicos" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12803,11 +13197,11 @@ msgstr "" "No se pudo reparar la NAND. Recomendamos que vuelvas a volcar los datos de " "la consola original y pruebes otra vez desde cero." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "La NAND ha sido reparada." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12817,13 +13211,13 @@ msgstr "" "tarjeta SD, el menú del sistema de Wii no volverá a ejecutarse, impidiendo " "su copia o traslado de vuelta a la NAND." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" "La cantidad de dinero que tiene este Skylander. Debe ser un valor de entre 0 " "y 65000." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12843,7 +13237,7 @@ msgstr "Falta la partición del canal." msgid "The data partition is missing." msgstr "Falta la partición de datos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12853,7 +13247,7 @@ msgstr "" "tiempos de carga emulados. No podrás compartir las grabaciones de entrada ni " "jugar en red con nadie que utilice un volcado correcto." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12873,9 +13267,9 @@ msgid "" "can also enter a network location (address:port) to connect to a remote " "tapserver." msgstr "" -"El valor predeterminado de %1 funcionará con un tapserver local y con un " +"El valor predeterminado de «%1» funcionará con un tapserver local y con un " "newserv. También puedes introducir una dirección de red (dirección:puerto) " -"para conectarte a un tapserver remoto." +"para conectarte a un tapserver remoto. " #: Source/Core/DolphinQt/ConvertDialog.cpp:427 msgid "" @@ -12960,7 +13354,7 @@ msgstr "" "El archivo %1 ya existe.\n" "¿Desea reemplazarlo?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12995,7 +13389,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "El sistema de archivos es incorrecto o no pudo ser leído." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -13005,7 +13399,7 @@ msgstr "" "Es necesario cambiar el nombre de esta carpeta a %2, %3 o %4 según la región " "de los archivos que contenga." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." @@ -13013,15 +13407,15 @@ msgstr "" "El formato en el que se guarda la imagen del disco no almacena el tamaño de " "la imagen del disco." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "El ID del juego es inconsistente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "El ID del juego es inusualmente corto." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "El ID del juego es {0}, pero debería ser {1}." @@ -13029,7 +13423,7 @@ msgstr "El ID del juego es {0}, pero debería ser {1}." msgid "The game disc does not contain any usable update information." msgstr "El disco del juego no contiene ninguna actualización relevante." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "El juego se está ejecutando." @@ -13043,7 +13437,7 @@ msgstr "" "con el menú del sistema no podrás actualizar la consola emulada con este " "disco." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -13058,15 +13452,15 @@ msgstr "" "(Se ha identificado MSAA con {0} muestras en el búfer de marco " "predeterminado)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Las sumas de verificación no coinciden." -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "¡Sumas de verificación correctas!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -13074,7 +13468,7 @@ msgstr "" "El nivel de héroe de este Skylander. Solo aparece en Skylanders: Spyro's " "Adventures. Valor de entre 0 y 100." -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -13086,11 +13480,11 @@ msgstr "" msgid "The install partition is missing." msgstr "Falta la partición de instalación." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "La última vez en la que se ha utilizado la figura en un portal." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -13112,7 +13506,7 @@ msgstr "" "debes cambiar el dispositivo seleccionado a una tarjeta de memoria o una " "carpeta GCI." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "El alias para este Skylander. Limitado a 15 caracteres" @@ -13122,8 +13516,8 @@ msgstr "" "Los parches de %1 no sirven para el juego seleccionado o para esta revisión " "del mismo." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "El perfil elegido «%1» no existe" @@ -13131,7 +13525,7 @@ msgstr "El perfil elegido «%1» no existe" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "El juego grabado ({0}) no es el mismo que el juego elegido ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -13153,23 +13547,23 @@ msgstr "" "No puede utilizarse el mismo archivo en múltiples ranuras. Este archivo ya " "está siendo usado por %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "No puede utilizarse la misma carpeta en múltiples ranuras. Esta carpeta ya " "está siendo usada por %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" "Las versiones de juego en red del servidor y del cliente son incompatibles." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "El servidor está lleno." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "El servidor envió un mensaje de error desconocido." @@ -13187,16 +13581,16 @@ msgstr "" "selecciona «No»." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" "El índice de la llave compartida especificada es {0} pero debería ser {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "El archivo especificado «{0}» no existe" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13209,34 +13603,34 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "La tarjeta de memoria elegida ya contiene un archivo «%1»." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "El ticket no está correctamente firmado" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" "El tiempo total que se ha utilizado esta figura dentro de un juego en " "segundos." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" "El código de juguete de esta figura. Solo disponible para figuras reales." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "No se pudo leer el tipo de partición." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "¡El tipo de este Skylander no contiene datos que puedan modificarse!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "¡Este Skylander es de un tipo desconocido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -13251,7 +13645,7 @@ msgstr "" "Has cancelado la actualización, te recomendamos que la termines para evitar " "conflictos con versiones distintas del software del sistema." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" "La partición de actualización no contiene el IOS utilizado por este título." @@ -13260,11 +13654,11 @@ msgstr "" msgid "The update partition is missing." msgstr "Falta la partición de actualización." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "La partición de actualización no está en su posición normal." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13272,23 +13666,23 @@ msgstr "" "La parte accesible al usuario de tu NAND contiene %1 bloques (%2 KiB) de " "datos de un máximo permitido de %3 bloques (%4 KiB)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "La partición {0} no tiene un sistema de archivos válido." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "La partición {0} no parece contener datos válidos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "La partición {0} no está firmada correctamente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "La partición {0} no está alineada correctamente." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "Tema" @@ -13306,8 +13700,8 @@ msgstr "" "\n" "¿Quieres guardarlos antes de cerrar?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "No hay nada que guardar" @@ -13345,7 +13739,7 @@ msgstr "Este código Gecko está vacío." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -13353,7 +13747,7 @@ msgstr "" "Este título coreano está configurado para utilizar un IOS que no se suele " "utilizar en las consolas coreanas. Esto podría provocar un ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "¡Este tipo de Skylander no puede modificarse todavía!" @@ -13377,7 +13771,7 @@ msgstr "" "El simulador de Action Replay no soporta códigos que modifiquen al Action " "Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -13386,22 +13780,22 @@ msgstr "" "Te rogamos que utilices la compilación ARM64 de Dolphin para una mejor " "experiencia." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Esta acción no puede deshacerse." -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "Esta imagen de disco de depuración tiene el tamaño de una imagen de disco " "retail." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Esta imagen de disco tiene un tamaño inusual." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -13412,7 +13806,7 @@ msgstr "" "compartir las grabaciones de entrada ni jugar en red con nadie que utilice " "un volcado correcto." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -13424,7 +13818,7 @@ msgstr "" "El CRC32 de este archivo puede coincidir con el CRC32 de un buen volcado " "aunque los archivos no sean idénticos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -13433,7 +13827,7 @@ msgstr "" "programa de volcado ha guardado la imagen del disco como varias partes, " "deberá fusionarlas en un solo archivo." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -13442,7 +13836,7 @@ msgstr "" "problema es más probable es que se trate de un disco de doble capa que ha " "sido descargado como un disco de una sola capa." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -13453,7 +13847,7 @@ msgstr "" "error impide que se ejecute el juego, informa a los desarrolladores de lo " "ocurrido." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13476,7 +13870,7 @@ msgstr "" "Este archivo no tiene el formato de una copia de respaldo de una NAND de " "BootMii." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13487,7 +13881,7 @@ msgstr "" "inglés o japonés o incluso modos de juego completos darán problemas. Este " "problema únicamente suele ocurrir en las copias ilegales de juegos." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13497,11 +13891,11 @@ msgstr "" "(«bounding box»), pero tu tarjeta gráfica o controladores no la soportan, " "por lo que tendrás problemas y cuelgues durante la partida." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Este es un mal volcado." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13509,7 +13903,7 @@ msgstr "" "Este es un mal volcado, pero eso no quiere decir que el juego no vaya a " "funcionar correctamente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13517,11 +13911,11 @@ msgstr "" "Este es un buen volcado de acuerdo con Redump.org, pero Dolphin ha " "encontrado problemas. Puede ser un bug en Dolphin." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Este es un buen volcado." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "Solo surtirá efecto en el primer arranque del software emulado" @@ -13529,7 +13923,7 @@ msgstr "Solo surtirá efecto en el primer arranque del software emulado" msgid "This session requires a password:" msgstr "Esta sesión requiere una contraseña:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13549,12 +13943,12 @@ msgstr "No debes utilizarlo con juegos que no poseas legalmente." msgid "This title cannot be booted." msgstr "Este título no se puede arrancar." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Este título está configurado para utilizar un IOS no válido." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Este título está configurado para utilizar una clave común no válida." @@ -13597,7 +13991,7 @@ msgstr "" "Este valor se multiplica con la profundidad establecida en la configuración " "de gráficos." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13615,7 +14009,7 @@ msgstr "" "Esto limitará la velocidad de carga por cliente, que se utiliza para guardar " "la sincronización." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13639,7 +14033,7 @@ msgstr "Hilos" msgid "Threshold" msgstr "Límite" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13649,6 +14043,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Inclinación" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "% de tiempo" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "Media de tiempo (ns)" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "Media tmp. (ns)" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "Porcentaje de tiempo" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "Tiempo usado (ns)" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13660,10 +14079,10 @@ msgstr "" msgid "Timed Out" msgstr "Tiempo de espera agotado" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Título" @@ -13671,25 +14090,29 @@ msgstr "Título" msgid "To" msgstr "A" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "Debes detener la emulación actual para iniciar sesión." + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "A:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Alternar &pantalla completa" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Alternar 3D mediante anaglifos" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Alternar 3D de imágenes en paralelo (SBS)" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Alternar 3D de imágenes en vertical (T/B)" @@ -13697,28 +14120,28 @@ msgstr "Alternar 3D de imágenes en vertical (T/B)" msgid "Toggle All Log Types" msgstr "Alternar todos los tipos de registro" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Alternar relación de aspecto" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Alternar punto de interrupción" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Alternar recorte de imagen" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Alternar texturas personalizadas" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Alternar copias del EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Alternar niebla" @@ -13730,35 +14153,41 @@ msgstr "Alternar modo a pantalla completa" msgid "Toggle Pause" msgstr "Alternar pausa" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Alternar tarjeta de memoria SD" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Alternar omitir acceso al EFB" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Alternar volcado de texturas" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "Alternar teclado USB" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Alternar las copias del XFB" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Alternar el modo inmediato del XFB" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" +"Alterna la creación de perfiles de bloques del JIT por software (se borrará " +"la caché JIT)." + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Fallo en la tokenización." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "Controles de herramienta" @@ -13766,7 +14195,7 @@ msgstr "Controles de herramienta" msgid "Toolbar" msgstr "Barra de herramientas" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Superior" @@ -13774,7 +14203,7 @@ msgstr "Superior" msgid "Top-and-Bottom" msgstr "Por encima/Por debajo" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Aciertos totales" @@ -13812,12 +14241,12 @@ msgstr "Distancia total del recorrido." msgid "Touch" msgstr "Tacto" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Código de juguete:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chino tradicional" @@ -13837,8 +14266,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Error del servidor de paso" @@ -13846,7 +14275,7 @@ msgstr "Error del servidor de paso" msgid "Traversal Server" msgstr "Servidor de paso" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" "Se agotó el tiempo para que el servidor transversal se conecte con el " @@ -13879,7 +14308,7 @@ msgid "Trophy" msgstr "Trofeo" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13905,11 +14334,11 @@ msgstr "EE. UU." msgid "USB Device Emulation" msgstr "Emulación de dispositivos USB" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "Emulación de USB" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "Dispositivos de emulación USB" @@ -13923,7 +14352,7 @@ msgstr "USB de Gecko" msgid "USB Whitelist Error" msgstr "Error en la lista de dispositivos USB permitidos" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13934,7 +14363,7 @@ msgstr "" "equipos de gama baja.

Si tienes dudas, selecciona " "este modo." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13947,7 +14376,7 @@ msgstr "" "imagen con los ubershaders híbridos y tengas una tarjeta gráfica muy potente." "
" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13961,23 +14390,23 @@ msgstr "" "afectando mínimamente al rendimiento, pero los resultados dependerán del " "controlador de vídeo." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "No se puede detectar el módulo RSO" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "No se ha podido contactar con el servidor de actualizaciones." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "No se ha podido crear una copia del actualizador." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "¡No se ha podido modificar el Skylander!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "No se ha podido abrir el archivo." @@ -14005,11 +14434,11 @@ msgstr "" "\n" "¿Te gustaría hacer caso omiso de esta línea y continuar el análisis?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "No se ha podido leer el archivo." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "No se han podido configurar los permisos de la copia del actualizador." @@ -14032,11 +14461,11 @@ msgstr "Archivos ISO de GC/Wii sin comprimir (*.iso *.gcm)" msgid "Undead" msgstr "Muertos" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Deshacer carga del estado" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Deshacer guardado del estado" @@ -14056,23 +14485,23 @@ msgstr "" "Si desinstalas el archivo WAD, eliminarás la versión actual del título que " "se encuentra en la NAND sin borrar sus datos guardados. ¿Quieres continuar?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Estados Unidos" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Desconocido" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Desconocido (Id:%1 Var:%2)" @@ -14081,11 +14510,11 @@ msgstr "Desconocido (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Comando desconocido de DVD {0:08x} - error fatal" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Mensaje SYNC_CODES desconocido recibido con id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -14093,11 +14522,11 @@ msgstr "" "Mensaje desconocido SYNC_GECKO_CODES con id:{0} recibido del jugador:{1} " "¡Expulsando jugador!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Mensaje SYNC_SAVE_DATA desconocido recibido con id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -14105,7 +14534,7 @@ msgstr "" "Mensaje desconocido SYNC_SAVE_DATA con id: {0} recibido del jugador: {1} " "¡Echando al jugador!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "¡Tipo de Skylander desconocido!" @@ -14125,11 +14554,11 @@ msgstr "Tipo de datos desconocido" msgid "Unknown disc" msgstr "Disco desconocido" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Se ha producido un error desconocido." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Error desconocido {0:x}" @@ -14137,11 +14566,11 @@ msgstr "Error desconocido {0:x}" msgid "Unknown error." msgstr "Error desconocido." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Se recibió un mensaje desconocido con identificador: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Mensaje desconocido con id:{0} recibido del jugador:{1} ¡Expulsando jugador!" @@ -14157,11 +14586,11 @@ msgstr "Desconocido(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Desconocido(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Ilimitado" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Extraer ROM" @@ -14169,7 +14598,12 @@ msgstr "Extraer ROM" msgid "Unlock Cursor" msgstr "Desbloquear cursor" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Desbloqueado" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "Desbloqueado: %1" @@ -14201,7 +14635,7 @@ msgstr "Sin signo de 8 bits" msgid "Unsigned Integer" msgstr "Entero sin signo" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -14212,7 +14646,7 @@ msgid "Up" msgstr "Arriba" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Actualizar" @@ -14269,7 +14703,7 @@ msgstr "Cambiar de/a vertical" msgid "Upright Wii Remote" msgstr "Mando de Wii en vertical" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Ajustes de envío de estadísticas de uso" @@ -14279,15 +14713,19 @@ msgstr "" "Introduce 8.8.8.8 para usar una DNS normal, de lo contrario, introduce tu " "dirección personalizada" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Utilizar todos los datos guardados de Wii" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Utilizar base de datos interna de nombres de juegos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "Usar resolución completa para cada ojo" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Usar códec sin pérdida (FFV1)" @@ -14295,15 +14733,15 @@ msgstr "Usar códec sin pérdida (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Utilizar apuntado con ratón" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Usar modo PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Notificar de errores y advertencias" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." @@ -14312,7 +14750,7 @@ msgstr "" "mostrada en Discord.

Es necesario activar la opción Mostrar el juego " "actual en Discord." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -14321,8 +14759,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" "Utiliza una implementación manual del muestreo de texturas en vez de la " @@ -14334,10 +14772,10 @@ msgstr "" "resolución interna de 1x o cuando la opción Copia del EFB a escala esté " "desactivada y sin utilizar texturas personalizadas) y se emularán mejor los " "cálculos del nivel de detalle.

Esto puede empeorar el rendimiento, " -"sobre todo con resoluciones internas elevadas; por otro lado, el filtrado " -"anisotrópico es, en estos momentos, incompatible con el muestro manual de " -"texturas.

Si tienes dudas, deja esta opción " -"desactivada." +"sobre todo con resoluciones internas elevadas.

Si activas esta " +"opción, se desactivará el muestro manual de texturas." +"

Si tienes dudas, deja esta opción desactivada." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -14380,13 +14818,13 @@ msgstr "" "Puedes utilizarlas para guardar o acceder a valores que se encuentren entre " "las entradas y salidas del mismo mando maestro." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Usuario" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" @@ -14394,7 +14832,7 @@ msgstr "" "columna de títulos de la lista de juegos.

Si tienes " "dudas, deja esta opción activada." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -14407,7 +14845,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -14418,7 +14856,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
Si no es así y tienes dudas, deja esta opción " "desactivada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14725,8 +15167,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advertencia" @@ -14850,7 +15292,18 @@ msgstr "Occidental (Windows-1252)" msgid "Whammy" msgstr "Barra de trémolo" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" +"Determina si la imagen de cada ojo se mostrará a resolución completa o a la " +"mitad de la misma al usar los modos 3D en paralelo o por encima/por debajo." +"

Si tienes dudas, deja esta opción desactivada." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14863,7 +15316,7 @@ msgstr "" "
Si tienes dudas, deja esta opción activada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14876,7 +15329,7 @@ msgstr "" "arbitrarios.
Si tienes dudas, deja esta opción activada." "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Dispositivos USB permitidos para acceso directo a Bluetooth" @@ -14884,7 +15337,7 @@ msgstr "Dispositivos USB permitidos para acceso directo a Bluetooth" msgid "Widescreen Hack" msgstr "Arreglo para pantallas panorámicas" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14908,7 +15361,7 @@ msgstr "Mando de Wii" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14926,7 +15379,7 @@ msgstr "Botones del mando de Wii" msgid "Wii Remote Gyroscope" msgstr "Giroscopio del mando de Wii" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Ajustes del mando de Wii" @@ -14946,7 +15399,7 @@ msgstr "Entrada TAS de Wii %1 - Mando de Wii" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Entrada TAS de Wii %1 - Mando de Wii y Nunchuk" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii y su mando" @@ -14954,15 +15407,15 @@ msgstr "Wii y su mando" msgid "Wii data is not public yet" msgstr "Los datos de Wii todavía no son públicos" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Archivos de guardado de Wii (*.bin);;Todos los archivos (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "Archivo de firmas MEGA de WiiTools" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Resolución de ventana" @@ -14971,11 +15424,19 @@ msgstr "Resolución de ventana" msgid "Window Size" msgstr "Tamaño de la ventana" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "Purgar datos de &inspección" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "Borrar datos de perfiles de bloques JIT" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "Borrar perfil" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "Purgar coincidencias recientes" @@ -14989,11 +15450,11 @@ msgstr "Mundo" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Escribir" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Escribir volcado del registro de bloque JIT" @@ -15026,27 +15487,27 @@ msgstr "Escribir en registro y pausar" msgid "Write to Window" msgstr "Escribir en la ventana" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Número de disco incorrecto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "«Hash» incorrecto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Región incorrecta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Revisión incorrecta" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "Escrito a «%1»." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "Escrito a «{0}»." @@ -15097,7 +15558,7 @@ msgstr "Sí" msgid "Yes to &All" msgstr "Sí a &todo" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -15106,7 +15567,7 @@ msgstr "" "Vas a convertir los contenidos del archivo %2 a la carpeta %1. Se eliminarán " "todos los contenidos de la carpeta. ¿Seguro que quieres continuar?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -15161,7 +15622,7 @@ msgstr "" "Episode I & II. Si tienes dudas, cancela inmediatamente y configura un " "«mando de juego estándar»." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "No hay actualizaciones disponibles en el canal elegido" @@ -15222,7 +15683,7 @@ msgstr "¡Debe proporcionar un nombre para su sesión!" msgid "You must provide a region for your session!" msgstr "¡Debes proporcionar una región para tu sesión!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Debes reiniciar Dolphin para que el cambio tenga efecto." @@ -15250,7 +15711,7 @@ msgstr "" "¿Quieres parar para resolver el problema?\n" "Si seleccionas «No», el audio se oirá con ruidos." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15271,7 +15732,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Todavía no hemos implementado el código «Zero 3»" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "Quedan cero candidatas." @@ -15320,7 +15781,7 @@ msgid "default" msgstr "defecto" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "desconectado" @@ -15336,7 +15797,8 @@ msgstr "errno" msgid "fake-completion" msgstr "Finalización falsa" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "falso" @@ -15403,7 +15865,8 @@ msgstr "sRGB" msgid "this value:" msgstr "este valor:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "verdadero" @@ -15423,25 +15886,25 @@ msgstr "sin alinear" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Clásico)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" "Se ha encontrado un IPL {0} en el directorio {1}. Es posible que no " "reconozca el disco" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} no ha podido sincronizar los códigos." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} no ha podido sincronizar." @@ -15454,7 +15917,7 @@ msgstr "" "Comprueba tus permisos de escritura o lleva el archivo fuera de Dolphin." #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0}bloques de {1}. Ratio de compresión {2}%" diff --git a/Languages/po/fa.po b/Languages/po/fa.po index db424e6eca..c3d3bcb820 100644 --- a/Languages/po/fa.po +++ b/Languages/po/fa.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: H.Khakbiz , 2011\n" -"Language-Team: Persian (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Persian (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/fa/)\n" "Language: fa\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -28,7 +28,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -36,6 +36,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -44,7 +50,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -79,16 +85,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -104,16 +110,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -133,7 +139,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -144,11 +150,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -161,38 +167,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -200,13 +206,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -218,30 +224,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -249,11 +255,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -269,7 +279,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -282,25 +292,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -326,36 +336,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -363,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&نقاط انفصال" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -379,15 +393,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -395,50 +409,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -446,14 +461,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&برابرسازی" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -470,41 +489,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&فایل" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&پيشروى فریم" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "تنظیمات &گرافیک" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&کمک" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "تنظیم &شرت کاتها" @@ -524,19 +543,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&جیت" @@ -544,15 +563,15 @@ msgstr "&جیت" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&بارگذاری وضعیت" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -562,23 +581,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&حافظه" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -586,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -595,23 +618,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&باز کردن..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&گزینه ها" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "مکث" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&شروع بازی" @@ -619,7 +646,7 @@ msgstr "&شروع بازی" msgid "&Properties" msgstr "خواص" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -627,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "ثبت کردن" @@ -635,29 +662,29 @@ msgstr "ثبت کردن" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "شروع &دوباره" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -665,31 +692,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&توقف" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&ابزارها" @@ -699,21 +730,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&دیدگاه" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -725,38 +756,30 @@ msgstr "&ویکی" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(خاموش)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -773,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -782,7 +805,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -843,7 +866,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -851,7 +874,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -863,7 +886,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -899,19 +922,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -927,7 +950,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -935,7 +958,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1024,15 +1047,15 @@ msgstr "<هیچ>" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1062,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1081,7 +1104,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1091,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1107,7 +1130,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1132,7 +1155,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1174,8 +1197,8 @@ msgstr "دقت:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1251,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1267,7 +1290,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1275,7 +1298,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "آداپتور:" @@ -1302,11 +1325,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1325,28 +1348,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "اضافه کردن..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1365,14 +1387,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1390,7 +1412,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1398,7 +1420,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1425,7 +1447,7 @@ msgstr "پیشرفته" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1481,7 +1503,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1489,7 +1511,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1498,7 +1520,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1507,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1520,27 +1542,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1558,7 +1580,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1580,7 +1602,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "تحلیل کردن" @@ -1594,7 +1616,7 @@ msgstr "زاویه" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1606,25 +1628,25 @@ msgstr "آنتی آلیاسینگ:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1632,19 +1654,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1652,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1664,16 +1694,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "نسبت طول به عرض تصویر:" @@ -1681,8 +1711,8 @@ msgstr "نسبت طول به عرض تصویر:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1693,7 +1723,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1714,11 +1744,11 @@ msgstr "" msgid "Audio" msgstr "صدا" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "پشتوانه صدا:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1734,7 +1764,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "اتوماتیک" @@ -1743,11 +1773,15 @@ msgstr "اتوماتیک" msgid "Auto (Multiple of 640x528)" msgstr "اتوماتیک (ضریب ۶۴۰x۵۲۸)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1755,7 +1789,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1763,20 +1797,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1788,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1819,19 +1864,19 @@ msgstr "ثبت اشاره گر پایه" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "تنظیمات پشتوانه" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "پشتوانه:" @@ -1840,20 +1885,20 @@ msgstr "پشتوانه:" msgid "Background Input" msgstr "ورودی پس زمینه" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "به عقب" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1861,28 +1906,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "نشان" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "جزئیات نشان" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "نشان:" @@ -1898,11 +1943,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "بنیانی" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "تنظیمات بنیانی" @@ -1950,7 +1995,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1962,13 +2007,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2000,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "پائین" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2072,23 +2117,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2105,7 +2150,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2115,19 +2160,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2136,30 +2181,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2193,24 +2238,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "حافظه موقت:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2255,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "استیک سی" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2263,11 +2308,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "" @@ -2275,11 +2320,11 @@ msgstr "" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2290,7 +2335,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2298,11 +2343,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2336,51 +2381,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2392,23 +2437,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2416,13 +2461,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2440,7 +2485,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2448,7 +2493,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "تعویض &دیسک..." @@ -2456,7 +2501,7 @@ msgstr "تعویض &دیسک..." msgid "Change Disc" msgstr "تعویض دیسک" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2464,13 +2509,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2488,7 +2533,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2500,7 +2545,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "گپ زدن" @@ -2508,7 +2553,7 @@ msgstr "گپ زدن" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "جستجوی کد تقلب" @@ -2516,7 +2561,7 @@ msgstr "جستجوی کد تقلب" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2528,13 +2573,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2546,29 +2591,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "انتخاب فایل برای باز کردن" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "انتخاب پوشه برای استخراج به آن" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2587,17 +2632,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "پاک کردن" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2605,11 +2651,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2618,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "بستن" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2626,11 +2672,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2638,11 +2693,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2658,11 +2713,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2675,21 +2730,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2697,9 +2752,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2707,7 +2762,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2720,11 +2775,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2814,7 +2869,7 @@ msgstr "پیکربندی" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2827,27 +2882,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "تائید برای توقف" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2857,35 +2920,35 @@ msgstr "" msgid "Connect" msgstr "اتصال" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "اتصال کیبورد USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2901,7 +2964,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2909,7 +2972,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2926,23 +2989,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2954,6 +3017,16 @@ msgstr "" msgid "Controllers" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2962,7 +3035,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2970,7 +3043,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2979,7 +3052,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3004,17 +3077,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3022,9 +3095,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3032,9 +3105,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3054,8 +3127,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3084,45 +3157,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3137,11 +3210,6 @@ msgstr "" msgid "Core" msgstr "هسته" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3150,21 +3218,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3180,14 +3243,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3220,16 +3283,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3245,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3257,7 +3320,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "کشور:" @@ -3290,7 +3353,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3298,11 +3361,11 @@ msgstr "" msgid "Critical" msgstr "بحرانی" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "حذف قسمتی از تصوير" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3314,22 +3377,22 @@ msgstr "" msgid "Crossfade" msgstr "ضرب دری" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3337,7 +3400,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3345,11 +3408,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3357,19 +3420,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3381,6 +3444,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3408,7 +3497,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3416,15 +3505,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3450,7 +3539,7 @@ msgstr "" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3478,7 +3567,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3495,8 +3584,8 @@ msgstr "منطقه مرده" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "اشکال زدائی کردن" @@ -3505,40 +3594,40 @@ msgstr "اشکال زدائی کردن" msgid "Decimal" msgstr "دسیمال" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3552,7 +3641,7 @@ msgstr "پیش فرز" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3568,7 +3657,7 @@ msgstr "آیزو پیش فرز:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3576,7 +3665,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3586,8 +3675,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "حذف" @@ -3605,7 +3694,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3613,22 +3702,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "شرح" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3636,7 +3725,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3649,16 +3738,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3671,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "شناسایی" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3679,7 +3768,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3701,7 +3790,7 @@ msgstr "تنظیمات دستگاه" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3709,7 +3798,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3733,19 +3822,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3753,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "از کارانداختن مه" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3765,21 +3854,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3788,7 +3877,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3802,7 +3891,8 @@ msgstr "دیسک" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3832,15 +3922,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3850,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "آیا می خواهید برابرسازی فعلی را متوقف کنید؟" @@ -3858,12 +3948,12 @@ msgstr "آیا می خواهید برابرسازی فعلی را متوقف ک msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3871,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "فیلم های تاس دلفین (*.dtm)" @@ -3919,27 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3948,7 +4032,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3973,7 +4057,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3983,33 +4067,33 @@ msgstr "" msgid "Down" msgstr "پائین" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4052,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "نسخه برداری صدا" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "نسخه برداری مقصد ای اف بی" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "نسخه برداری فریم ها" @@ -4072,7 +4156,7 @@ msgstr "نسخه برداری فریم ها" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4080,7 +4164,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4105,20 +4189,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4134,15 +4218,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "هلندی" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "خ&روج" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4154,7 +4238,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4162,7 +4246,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "به روز شدن های اولیه حافظه" @@ -4181,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4199,6 +4283,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4210,11 +4299,20 @@ msgstr "افکت" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4236,7 +4334,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "ریسمان شبیه ساز قبلا اجرا شده است" @@ -4262,7 +4360,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4277,27 +4375,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "فعال کردن کدهای تقلب" @@ -4305,15 +4403,15 @@ msgstr "فعال کردن کدهای تقلب" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4321,19 +4419,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "فعال کردن پردازنده با دو هسته یا بیشتر" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "فعال کردن پردازنده با دو هسته یا بیشتر (بالا بردن سرعت)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4341,15 +4439,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4367,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "فعال کردن واحد مدیریت حافظه" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "فعال کردن پويش تصاعدی (Progressive Scan)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "فعال کردن اسکیرین سیور" @@ -4401,27 +4499,27 @@ msgstr "فعال کردن اسکیرین سیور" msgid "Enable Speaker Data" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "فعال کردن خطوط فریم" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4431,7 +4529,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4439,14 +4537,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4455,7 +4553,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4465,7 +4563,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4473,7 +4571,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4485,18 +4583,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4504,7 +4602,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4512,14 +4610,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4529,7 +4627,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4537,9 +4635,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4550,14 +4648,14 @@ msgstr "" "فعال کردن واحد مدیریت حافظه، برای بعضی از بازی ها لازم است. (روشن = سازگار، " "خاموش = سریع)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4565,7 +4663,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4573,7 +4680,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4592,17 +4699,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "انگلیسی" @@ -4619,7 +4726,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4643,78 +4750,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4725,10 +4831,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "خطا" @@ -4740,7 +4846,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4750,7 +4856,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "بارگذاری زبان انتخاب شده با شکست مواجه شد. برگشت به زبان پیش فرض سیستم." @@ -4759,15 +4865,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4775,11 +4881,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4821,7 +4927,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4837,11 +4943,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4850,12 +4956,12 @@ msgstr "" msgid "Euphoria" msgstr "خوشی" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4863,15 +4969,15 @@ msgstr "" msgid "Exit" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4883,27 +4989,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4914,11 +5020,11 @@ msgstr "" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "صادر کردن ضبط" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "صادر کردن ضبط..." @@ -4946,14 +5052,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "پسوند" @@ -4966,7 +5072,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4974,35 +5080,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "استخراج فایل..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5012,7 +5118,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "پخش کننده فیفو" @@ -5026,15 +5132,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5050,7 +5156,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5087,32 +5193,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "دانلود کدها با شکست مواجه شد." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5125,15 +5231,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5152,25 +5258,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5181,7 +5287,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5190,18 +5296,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5213,7 +5319,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5227,7 +5333,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5241,25 +5347,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5289,7 +5395,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5322,7 +5428,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5334,7 +5440,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5347,7 +5453,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5405,43 +5511,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5456,11 +5562,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "نوشتن BT.DINF به SYSCONF با شکست مواجه شد" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5474,7 +5580,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5483,7 +5589,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5491,20 +5597,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5523,7 +5630,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5536,46 +5643,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "مشخصات فایل" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "فایل شامل کدی نیست." @@ -5587,7 +5694,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5617,7 +5724,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5650,12 +5757,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5665,11 +5766,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5685,7 +5786,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "۱۶:۹ اجباری" @@ -5693,7 +5794,7 @@ msgstr "۱۶:۹ اجباری" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "۴:۳ اجباری" @@ -5725,15 +5826,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5743,7 +5844,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5751,7 +5852,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5761,7 +5862,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5776,38 +5877,38 @@ msgstr "" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "پيشروى فریم" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "محدوده فریم" @@ -5815,7 +5916,7 @@ msgstr "محدوده فریم" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5835,7 +5936,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5851,22 +5952,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "فرانسوی" @@ -5885,8 +5990,8 @@ msgid "From" msgstr "از" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5894,11 +5999,12 @@ msgstr "" msgid "FullScr" msgstr "تمام صفحه" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5918,7 +6024,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5934,19 +6040,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5970,7 +6076,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5988,7 +6094,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -5998,25 +6104,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6028,7 +6134,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6046,22 +6152,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6073,7 +6179,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6089,39 +6195,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "آی دی بازی:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "بازی قبلا اجرا شده است!" @@ -6130,7 +6236,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6150,11 +6256,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6162,11 +6268,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6183,7 +6289,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6211,45 +6317,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "کدهای گیکو" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "کلی" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "آلمانی" @@ -6257,11 +6371,11 @@ msgstr "آلمانی" msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6276,7 +6390,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6285,7 +6399,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "گرافیک" @@ -6294,7 +6408,7 @@ msgstr "گرافیک" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6303,7 +6417,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6325,7 +6439,7 @@ msgstr "سبز چپ" msgid "Green Right" msgstr "سبز راست" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6370,7 +6484,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6403,11 +6517,11 @@ msgstr "" msgid "Hide" msgstr "مخفی" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6419,23 +6533,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6458,15 +6572,39 @@ msgstr "میزبان" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6474,14 +6612,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6490,21 +6636,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "شرت کاتها" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6531,7 +6677,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6562,7 +6708,7 @@ msgid "IR" msgstr "فروسرخ" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "میزان حساسیت فروسرخ" @@ -6588,18 +6734,18 @@ msgstr "" msgid "Icon" msgstr "تندیس" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6612,7 +6758,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6626,14 +6772,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6645,7 +6801,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6670,14 +6826,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6686,7 +6842,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6701,22 +6857,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6729,7 +6885,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6737,64 +6893,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6831,12 +6987,12 @@ msgstr "مشخصات" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "مشخصات" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6845,11 +7001,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "ورودی" @@ -6863,19 +7019,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "درج کارت اس دی" @@ -6892,7 +7045,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6900,13 +7053,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6915,7 +7069,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6924,7 +7078,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6983,8 +7137,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6993,15 +7147,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "وضوح داخلی:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7009,7 +7163,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7017,7 +7171,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7026,11 +7180,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7042,7 +7196,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7051,7 +7205,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7059,7 +7213,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7087,13 +7241,21 @@ msgstr "رشته جستجوی نامعتبر (فقط رشته های با طول msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "ایتالیایی" @@ -7106,95 +7268,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "ژاپنی" @@ -7205,18 +7369,18 @@ msgstr "ژاپنی" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7246,20 +7410,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "کره ای" @@ -7288,41 +7452,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7330,11 +7494,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7387,6 +7551,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7420,11 +7592,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7434,29 +7606,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "بارگذاری" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "بارگذاری بافت اشیاء دلخواه" @@ -7464,24 +7636,29 @@ msgstr "بارگذاری بافت اشیاء دلخواه" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7489,171 +7666,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "بارگذاری وضعیت - شکاف ۱" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "بارگذاری وضعیت - شکاف ۲" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "بارگذاری وضعیت - شکاف ۳" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "بارگذاری وضعیت - شکاف ۴" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "بارگذاری وضعیت - شکاف ۵" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "بارگذاری وضعیت - شکاف ۶" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "بارگذاری وضعیت - شکاف ۷" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "بارگذاری وضعیت - شکاف ۸" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "ثبت وقایع" @@ -7662,19 +7834,20 @@ msgstr "ثبت وقایع" msgid "Log Configuration" msgstr "پیکر بندی ثبت وقایع" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7686,31 +7859,43 @@ msgstr "انواع ثبت وقایع" msgid "Logger Outputs" msgstr "خروجی های واقعه نگار" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7740,27 +7925,31 @@ msgstr "" msgid "Main Stick" msgstr "استیک اصلی" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7768,18 +7957,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "سازنده" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7787,16 +7976,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7804,15 +7993,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7821,12 +8014,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7842,7 +8035,7 @@ msgstr "" msgid "Memory Card" msgstr "کارت حافظه" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7850,7 +8043,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7870,7 +8063,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7878,33 +8071,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "متفرقه" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "تنظیمات متفرقه" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7913,7 +8114,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7933,7 +8134,7 @@ msgstr "" msgid "Modifier" msgstr "پیراینده" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7945,20 +8146,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7970,11 +8171,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7983,16 +8184,16 @@ msgstr "" msgid "Motor" msgstr "موتور" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -8003,7 +8204,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8012,14 +8213,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8028,8 +8239,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8038,7 +8249,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8055,8 +8266,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8069,11 +8280,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8082,10 +8293,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "اسم:" @@ -8099,7 +8310,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8115,27 +8326,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8143,7 +8354,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8152,7 +8363,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8177,7 +8388,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8185,30 +8396,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8230,21 +8443,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8265,15 +8478,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8286,23 +8499,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8313,7 +8526,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8327,7 +8540,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8345,7 +8558,7 @@ msgstr "" msgid "Not Set" msgstr "ست نشده است" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8365,7 +8578,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8392,11 +8605,6 @@ msgstr "توجه" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8422,13 +8630,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8480,7 +8688,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "محدوده شیی" @@ -8501,18 +8709,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8527,7 +8735,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8535,13 +8743,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8558,17 +8766,21 @@ msgstr "گشودن" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8633,34 +8845,34 @@ msgstr "نارنجی" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8670,16 +8882,16 @@ msgstr "غیره" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8687,7 +8899,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8695,16 +8907,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8717,23 +8929,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8746,7 +8967,7 @@ msgstr "گیم پد" msgid "Pads" msgstr "گیم پد ها" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8767,7 +8988,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8792,7 +9013,7 @@ msgstr "" msgid "Patches" msgstr "وصله ها" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8805,23 +9026,23 @@ msgstr "مسیرها" msgid "Pause" msgstr "مکث" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8829,7 +9050,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8854,7 +9075,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "نورپردازی به ازای هر پیکسل" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8862,15 +9083,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8884,15 +9105,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8904,8 +9125,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8913,11 +9134,11 @@ msgstr "" msgid "Play" msgstr "شروع بازی" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "شروع ضبط" @@ -8925,11 +9146,11 @@ msgstr "شروع ضبط" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "گزینه های بازنواخت" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8958,24 +9179,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "بازی کنان" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9008,11 +9234,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9033,11 +9259,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9063,7 +9289,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9072,7 +9298,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9081,18 +9307,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9114,19 +9341,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9136,20 +9363,20 @@ msgstr "" msgid "Profile" msgstr "پروفایل" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9159,11 +9386,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9175,26 +9402,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "سوال" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "خارج شدن" @@ -9215,11 +9442,11 @@ msgstr "آر آنالوگ" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9252,17 +9479,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9285,7 +9516,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9301,7 +9532,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9311,23 +9542,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "ضبط" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "گزینه های ضبط" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9344,7 +9579,7 @@ msgstr "قرمز چپ" msgid "Red Right" msgstr "قرمز راست" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9362,7 +9597,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9377,11 +9611,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9390,8 +9624,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9412,7 +9646,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9424,7 +9659,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "پاک کردن" @@ -9441,7 +9676,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9452,25 +9687,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "نمایش در پنجره اصلی" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9479,15 +9724,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9498,7 +9743,7 @@ msgstr "شروع دوباره" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9522,7 +9767,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9530,7 +9775,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9542,7 +9787,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9550,11 +9795,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9563,7 +9808,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9571,7 +9816,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9622,11 +9867,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9635,7 +9880,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9644,7 +9889,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9656,6 +9901,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9681,20 +9935,25 @@ msgstr "" msgid "Rumble" msgstr "شوک" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9705,23 +9964,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9729,7 +9988,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9764,11 +10023,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "ذخ&یره وضعیت" @@ -9780,7 +10039,7 @@ msgstr "بی خطر" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9790,27 +10049,39 @@ msgstr "ذخیره" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9822,15 +10093,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "" @@ -9838,73 +10113,77 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "ذخیره وضعیت - شکاف ۱" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "ذخیره وضعیت - شکاف ۲" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "ذخیره وضعیت - شکاف ۳" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "ذخیره وضعیت - شکاف ۴" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "ذخیره وضعیت - شکاف ۵" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "ذخیره وضعیت - شکاف ۶" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "ذخیره وضعیت - شکاف ۷" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "ذخیره وضعیت - شکاف ۸" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9912,7 +10191,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9920,15 +10199,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "ذخیره بعنوان..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9939,23 +10214,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9975,7 +10242,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "کپی ای اف بی تغییر سایز یافته" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9984,8 +10251,8 @@ msgid "ScrShot" msgstr "عکس فوری" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "جستجو" @@ -9994,7 +10261,7 @@ msgstr "جستجو" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10006,13 +10273,13 @@ msgstr "جستجوی پوشه های فرعی" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10020,7 +10287,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10054,9 +10321,9 @@ msgstr "انتخاب" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10065,7 +10332,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10073,18 +10340,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10093,6 +10364,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10101,6 +10376,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10109,58 +10392,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10174,29 +10461,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10204,19 +10487,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10224,36 +10503,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "انتخاب فایل ذخیره" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "پروفایل انتخاب شده وجود ندارد" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10265,19 +10527,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10296,7 +10558,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10307,7 +10569,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10329,24 +10591,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "فرستادن" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "موقعیت سنسور بار:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10363,7 +10655,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10371,72 +10663,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10446,13 +10741,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10460,7 +10755,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10482,228 +10777,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "نمایش &ثبت وقایع" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "نمایش نوار &ابزار" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "نمایش فریم بر ثانیه" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "نمایش فرانسه" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "نمایش گیم کیوب" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "نمایش ورودی تصویر" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "نمایش ایتالیا" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "نمایش کره" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "نمایش زبان:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "نمایش &پیکربندی ثبت وقایع" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "نمایش پال" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "نمایش پایگاه ها" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "نمایش مناطق" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "نمایش آمار" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "نمایش تایوان" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "نمایش ایالات متحده آمریکا" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "نمایش وی" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10711,109 +11010,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10830,7 +11133,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10854,7 +11157,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "چینی ساده شده" @@ -10871,17 +11174,17 @@ msgstr "" msgid "Size" msgstr "سایز" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10897,7 +11200,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10977,11 +11280,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10993,12 +11296,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11012,7 +11315,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "اسپانیایی" @@ -11020,11 +11323,11 @@ msgstr "اسپانیایی" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "حجم صدای اسپیکر:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11032,7 +11335,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11045,12 +11348,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11069,33 +11376,37 @@ msgstr "" msgid "Standard Controller" msgstr "کنترولر استاندارد" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "شروع" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "شروع ضبط" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11107,7 +11418,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11130,52 +11441,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11196,16 +11507,20 @@ msgid "Stick" msgstr "استیک" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "توقف" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11237,11 +11552,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "کشیدن تصویر به سایز فعلی پنجره" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11255,11 +11570,11 @@ msgstr "" msgid "Strum" msgstr "مرتعش کردن" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11270,18 +11585,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11291,7 +11606,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11304,24 +11619,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11344,12 +11659,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11357,7 +11672,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11372,7 +11687,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11392,22 +11707,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11415,7 +11739,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11433,43 +11757,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "زبان سیستم:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "ورودی تاس" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11487,15 +11811,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "گرفتن عکس فوری" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11511,9 +11835,9 @@ msgstr "" msgid "Test" msgstr "آزمودن" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11522,15 +11846,15 @@ msgstr "" msgid "Texture Cache" msgstr "حافظه ميانى بافت اشیاء" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11538,7 +11862,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "قالب بندی بافت اشیاء" @@ -11557,11 +11881,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11571,32 +11895,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11612,14 +11936,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11705,7 +12029,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11732,28 +12056,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11761,7 +12085,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11772,7 +12096,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11781,21 +12105,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11805,11 +12129,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11823,7 +12147,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11831,8 +12155,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11840,7 +12164,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11856,20 +12180,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11882,15 +12206,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11901,31 +12225,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11936,7 +12260,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11944,33 +12268,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11985,8 +12309,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12020,13 +12344,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12050,33 +12374,33 @@ msgstr "" "این شبیه ساز اکشن ریپلی از کدهایی که توسط خود اکشن ریپلی پیراسته شده باشد " "پشتیبانی نمی کند." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12084,26 +12408,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12121,41 +12445,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12163,7 +12487,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12179,12 +12503,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12215,7 +12539,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12228,7 +12552,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12248,7 +12572,7 @@ msgstr "" msgid "Threshold" msgstr "سرحد" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12258,6 +12582,31 @@ msgstr "" msgid "Tilt" msgstr "لرزیدن" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12267,10 +12616,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "عنوان" @@ -12278,25 +12627,29 @@ msgstr "عنوان" msgid "To" msgstr "به" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12304,28 +12657,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "تبدیل انواع ثبت وقایع" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "" @@ -12337,35 +12690,39 @@ msgstr "تبدیل حالت تمام صفحه" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12373,7 +12730,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "بالا" @@ -12381,7 +12738,7 @@ msgstr "بالا" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12419,12 +12776,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "چینی سنتی" @@ -12444,8 +12801,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12453,7 +12810,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12482,7 +12839,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12508,11 +12865,11 @@ msgstr "ایالات متحده آمریکا" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12526,14 +12883,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12541,7 +12898,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12550,23 +12907,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12586,11 +12943,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12613,11 +12970,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "خنثی کردن وضعیت بارگذاری" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12635,23 +12992,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "ناشناخته" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12660,27 +13017,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12700,11 +13057,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12712,11 +13069,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12731,11 +13088,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12743,7 +13100,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12775,7 +13137,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12786,7 +13148,7 @@ msgid "Up" msgstr "بالا" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "به روز کردن" @@ -12841,7 +13203,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12849,15 +13211,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12865,21 +13231,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "استفاده از دستگذار پنیک" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12888,8 +13254,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12928,18 +13294,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12947,14 +13313,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13217,8 +13587,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "اخطار" @@ -13306,7 +13676,14 @@ msgstr "" msgid "Whammy" msgstr "بد شانسی" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13314,7 +13691,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13322,7 +13699,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13330,7 +13707,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "هک کردن صفحه عریض" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13354,7 +13731,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13372,7 +13749,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13392,7 +13769,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13400,15 +13777,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13417,11 +13794,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13435,11 +13820,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13472,27 +13857,27 @@ msgstr "" msgid "Write to Window" msgstr "نوشتن در پنجره" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13543,14 +13928,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13583,7 +13968,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13627,7 +14012,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "برای اعمال تغییرات شما باید دلفین را از نو اجرا کنید." @@ -13647,7 +14032,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13665,7 +14050,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "کد صفر ۳ پشتیبانی نمی شود" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13714,7 +14099,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13730,7 +14115,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13795,7 +14181,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13815,23 +14202,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13842,7 +14229,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/fi.po b/Languages/po/fi.po index 32d01c7f15..921fad4b59 100644 --- a/Languages/po/fi.po +++ b/Languages/po/fi.po @@ -5,17 +5,18 @@ # Translators: # Aleksi, 2023-2024 # Ammuu5, 2018-2020 -# Daniel K , 2019,2021,2023 +# Daniel K , 2019,2021,2023-2024 # Daniel K , 2016 -# Jaakko Saarikko , 2022-2023 +# Jaakko Saarikko , 2022-2024 msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" -"Last-Translator: Aleksi, 2023-2024\n" -"Language-Team: Finnish (http://app.transifex.com/delroth/dolphin-emu/" +"Last-Translator: Jaakko Saarikko , " +"2022-2024\n" +"Language-Team: Finnish (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/fi/)\n" "Language: fi\n" "MIME-Version: 1.0\n" @@ -23,7 +24,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -35,7 +36,7 @@ msgstr "" "Koska GameCube-levykuvat sisältävät vain vähän vahvistusdataa, saattaa olla " "ongelmia, joita Dolphin ei pysty havaitsemaan." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -47,6 +48,12 @@ msgstr "" "Koska tämä julkaisu ei ole kaupallisille Wii-konsoleille, Dolphin ei pysty " "varmentamaan, ettei sitä ole peukaloitu." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Levy %1)" @@ -55,7 +62,7 @@ msgstr " (Levy %1)" msgid "! Not" msgstr "! Ei" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" "\"{0}\" on virheellinen GCM-/ISO-tiedosto, tai ei ole lainkaan GC-/Wii-ISO." @@ -93,16 +100,16 @@ msgstr "" "%1\n" "haluaa liittyä ryhmääsi." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -118,16 +125,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Kopio)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Levy %2, Revisio %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revisio %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (Sovelluksen mukana tullut)" @@ -147,7 +154,7 @@ msgstr "%1 (hidas)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -161,11 +168,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 grafiikka-asetukset" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 Mt (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 Mt (MEM2)" @@ -178,11 +185,11 @@ msgstr "%1 muutos(ta) edellä versiota %2" msgid "%1 doesn't support this feature on your system." msgstr "%1 ei tue tätä ominaisuutta järjestelmässäsi." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 ei tue tätä ominaisuutta." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -192,27 +199,27 @@ msgstr "" "%2 kohde(tta)\n" "Nykyinen kehys: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 liittyi" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 lähti" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 on avannut %2/%3 saavutusta, saavuttaen %4/%5 pistettä" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 ei ole kelvollinen ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golffaa nyt" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 on pelissä %2" @@ -220,13 +227,13 @@ msgstr "%1 on pelissä %2" msgid "%1 memory ranges" msgstr "%1 muistialuetta" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 pistettä" @@ -238,30 +245,30 @@ msgstr "%1 istunto löytyi" msgid "%1 sessions found" msgstr "%1 istuntoa löytyi" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normaali nopeus)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "Kohdan %1 arvo muuttuu" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "Kohdan %1 arvoon osutaan" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Kohdan %1 arvoa käytetään" @@ -269,13 +276,17 @@ msgstr "Kohdan %1 arvoa käytetään" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" -msgstr "" +msgstr "%1

%2" #: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:141 msgid "%1[%2]: %3" @@ -289,7 +300,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -302,25 +313,25 @@ msgstr "%1x alkuperäinen (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x alkuperäinen (%2x%3) %4-laadulle" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n osoitetta ei voinut hakea emuloidussa muistissa." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n osoite(tta) jäljellä." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -346,36 +357,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Tietoa" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Lisää funktio" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Lisää muistin keskeytyskohta" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Lisää uusi koodi..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Lisää funktio" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Lisää..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Konekielen kääntäjä" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ääniasetukset" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Automaattinen päivitys:" @@ -383,15 +394,19 @@ msgstr "&Automaattinen päivitys:" msgid "&Borderless Window" msgstr "&Reunaton ikkuna" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "&Keskeytä osumaan" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Keskeytyskohdat" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Vianhallintajärjestelmä" @@ -399,15 +414,15 @@ msgstr "&Vianhallintajärjestelmä" msgid "&Cancel" msgstr "&Peruuta" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Huijauskoodien hallinta" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Tarkista päivitykset..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Tyhjennä symbolit" @@ -415,50 +430,51 @@ msgstr "&Tyhjennä symbolit" msgid "&Clone..." msgstr "&Kloonaa..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Koodi" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Yhdistetty" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Ohjainasetukset" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Kopioi osoite" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Kopioi osoite" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Luo..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Poista" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Poista vahti" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Poista vahdit" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Muokkaa koodia..." @@ -466,14 +482,18 @@ msgstr "&Muokkaa koodia..." msgid "&Edit..." msgstr "&Muokkaa..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Poista levy" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulaatio" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Vie" @@ -490,41 +510,41 @@ msgstr "&Vie tila..." msgid "&Export as .gci..." msgstr "Vie .gci-muodossa..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Tiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Fontti..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Kehys kerrallaan" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Vapaan katselun asetukset" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Luo symbolit lähteestä" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-repositorio" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Grafiikka-asetukset" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ohjeet" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Pikanäppäinasetukset" @@ -544,19 +564,19 @@ msgstr "&Tuo tila..." msgid "&Import..." msgstr "&Tuo..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinity-alusta" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Lisää blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "Lisää &BLR" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Kehysten välinen sekoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -564,15 +584,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Kieli:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "&Lataa haaravahti" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Lataa tila" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Lataa symbolikartta" @@ -582,23 +602,27 @@ msgstr "&Lataa tiedosto nykyiseen osoitteeseen" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Lukitse vahdit" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Lukitse käyttöliittymäelementit paikoilleen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" +msgstr "L&okimerkintä osumasta" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Muisti" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Nauhoitus" @@ -606,7 +630,7 @@ msgstr "&Nauhoitus" msgid "&Mute" msgstr "&Mykistä" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Verkko" @@ -615,23 +639,27 @@ msgid "&No" msgstr "&Ei" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Avaa..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Asetukset" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Muuta HLE-funktiot" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Keskeytä" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Käynnistä" @@ -639,7 +667,7 @@ msgstr "&Käynnistä" msgid "&Properties" msgstr "&Ominaisuudet" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Vain luku -tila" @@ -647,7 +675,7 @@ msgstr "&Vain luku -tila" msgid "&Refresh List" msgstr "&Päivitä lista" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Rekisterit" @@ -655,29 +683,29 @@ msgstr "&Rekisterit" msgid "&Remove" msgstr "&Poista" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Poista koodi" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "&Nimeä symboli uudelleen" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Nollaa" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Resurssipakettien hallinta" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "&Tallenna haaravahti" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Tallenna symbolikartta" @@ -685,31 +713,35 @@ msgstr "&Tallenna symbolikartta" msgid "&Scan e-Reader Card(s)..." msgstr "&Skannaa e-Reader kortteja..." -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Skylanders-portaali" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Nopeusrajoitus:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Lopeta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Teema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Säikeet" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "T&yökalu" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Työkalut" @@ -719,21 +751,21 @@ msgstr "&Poista ROM" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "&Poista vahtien lukitus" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Näytä" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Vahti" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Kotisivu" @@ -745,38 +777,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "K&yllä" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "Kohdetta '%1' ei löydy, symbolinimiä ei luotu" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "Kohdetta '%1' ei löydy, etsitään sen sijaan yleisiä funktioita" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Tumma)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Vaalea)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Järjestelmä)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(isäntä)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(pois)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Kertolasku" @@ -793,7 +817,7 @@ msgstr ", Pilkku" msgid "- Subtract" msgstr "- Vähennyslasku" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -802,7 +826,7 @@ msgid "--Unknown--" msgstr "--Tuntematon--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -863,7 +887,7 @@ msgstr "16-bittinen etumerkillinen kokonaisluku" msgid "16-bit Unsigned Integer" msgstr "16-bittinen etumerkitön kokonaisluku" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -871,7 +895,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16-kertainen anisotrooppinen" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -883,7 +907,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -919,19 +943,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-bittinen etumerkitön kokonaisluku" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D-syvyys" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -947,7 +971,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 lohkoa)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -955,7 +979,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1044,15 +1068,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "Poissa käytöstä Hardcore-tilassa." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "Ellet ole varma, jätä tämä pois." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1089,8 +1113,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Suurempi kuin" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Nettipeli-istunto on jo käynnissä!" @@ -1114,7 +1138,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Levyä ollaan jo laittamassa." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1126,7 +1150,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "Tilantallennusta ei voi ladata määräämättä peliä, joka käynnistetään." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1146,7 +1170,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Synkronointi on mahdollista vain, kun Wii-peli on käynnissä." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "&Automaattinen tallennus" @@ -1185,7 +1209,7 @@ msgstr "" "toimi oikein.\n" "Käytä omalla vastuulla.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "Action Replay -koodi" @@ -1227,8 +1251,8 @@ msgstr "Tarkkuus:" msgid "Achievement Settings" msgstr "Saavutusasetukset" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Saavutukset" @@ -1324,7 +1348,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "Aktivoi nettipelin keskustelu" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiivinen" @@ -1340,7 +1364,7 @@ msgstr "Aktiivisten säikeiden jono" msgid "Active threads" msgstr "Aktiiviset säikeet" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Sovitin" @@ -1348,7 +1372,7 @@ msgstr "Sovitin" msgid "Adapter Detected" msgstr "Sovitin havaittu" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Sovitin:" @@ -1375,11 +1399,11 @@ msgstr "Lisää uusi USB-laite" msgid "Add Shortcut to Desktop" msgstr "Luo pikakuvake työpöydälle" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Lisää keskeytyskohta" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Lisää muistikeskeytyskohta" @@ -1398,28 +1422,27 @@ msgstr "Lisää muistikeskeytyskohta" msgid "Add to &watch" msgstr "Lisää &vahtiin" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Lisää vahtiin" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Lisää..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Osoite" @@ -1438,24 +1461,16 @@ msgstr "Osoiteavaruus CPU-tilan mukaan" msgid "Address:" msgstr "Osoite:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" -"Säädä tekstuurien suodatusta. Anisotrooppinen suodatus parantaa niiden " -"tekstuurien, jotka näkyvät vinosti, visuaalista laatua. \"Pakota lähin\" ja " -"\"Pakota lineaarinen\" korvaavat pelin valitseman " -"tekstuuriskaalaussuodattimen.

Mikä tahansa valinta paitsi 'Oletus' " -"muuttaa pelin tekstuurien ulkonäköä ja voi aiheuttaa ongelmia muutamissa " -"peleissä.

Valinta ei sovi yhteen manuaalisen tekstuuriotannan kanssa." -"

Ellet ole varma, valiitse 'Oletus'." #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1477,7 +1492,7 @@ msgstr "" "tietyissä peleissä.

Ellet ole varma, valitse " "oikeanpuoleisin vaihtoehto." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1489,7 +1504,7 @@ msgstr "" "VAROITUS: Säätäminen voi helposti aiheuttaa ongelmia peleissä. Vain pieni " "määrä pelejä voi hyötyä tästä." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1526,7 +1541,7 @@ msgstr "Lisäasetukset" msgid "Advanced Settings" msgstr "Lisäasetukset" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1605,7 +1620,7 @@ msgstr "Kaikki 64-bittisinä liukulukuina" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1613,7 +1628,7 @@ msgid "All Files" msgstr "Kaikki tiedostot" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Kaikki tiedostot (*)" @@ -1622,7 +1637,7 @@ msgstr "Kaikki tiedostot (*)" msgid "All Float" msgstr "Kaikki 32-bittisinä liukulukuina" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Kaikki GC-/Wii-tiedostot" @@ -1631,8 +1646,8 @@ msgstr "Kaikki GC-/Wii-tiedostot" msgid "All Hexadecimal" msgstr "Kaikki heksadesimaalisina" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Kaikki tilatallennukset (*.sav *.s##);; Kaikki tiedostot (*)" @@ -1644,27 +1659,27 @@ msgstr "Kaikki etumerkillisinä kokonaislukuina" msgid "All Unsigned Integer" msgstr "Kaikki etumerkittöminä kokonaislukuina" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Kaikki tiedostot (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Kaikkien pelaajien koodit synkronoitu." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Kaikkien pelaajien tallennustiedostot synkronoitu." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Salli sopimattomat alueasetukset" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Salli käyttötilastojen raportointi" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Salli SD-kortille kirjoittaminen" @@ -1684,7 +1699,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Vaihtoehtoiset syötelähteet" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Aina" @@ -1706,7 +1721,7 @@ msgstr "Sisälle laitettua levyä ei löytynyt, vaikka sitä odotettiin." msgid "Anaglyph" msgstr "Anaglyfi" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analysoi" @@ -1720,7 +1735,7 @@ msgstr "Kulma" msgid "Angular velocity to ignore and remap." msgstr "Kulmanopeus uudelleenmuunnettavaksi." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Reunanpehmennys" @@ -1732,19 +1747,19 @@ msgstr "Reunanpehmennys:" msgid "Any Region" msgstr "Mikä vain alue" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "Lisää allekirjoitus kohteeseen" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Lisää allekirjoitus &olemassaolevaan allekirjoitustiedostoon..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Käyt&ä allekirjoitustiedostoa..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1752,7 +1767,7 @@ msgstr "" "Soveltaa jälkiprosessointitehostetta kehyksen piirtämisen jälkeen.

Ellet ole varma, valitse (pois)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploaderin päiväys:" @@ -1760,19 +1775,19 @@ msgstr "Apploaderin päiväys:" msgid "Apply" msgstr "Käytä" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "Käytä allekirjoitustiedostoa" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Mielivaltaisten mipmapien havainta" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Oletko varma, että haluat poistaa profiilin '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Haluatko varmasti poistaa tämän tiedoston?" @@ -1780,10 +1795,18 @@ msgstr "Haluatko varmasti poistaa tämän tiedoston?" msgid "Are you sure you want to delete this pack?" msgstr "Oletko varma, että haluat poistaa tämän paketin?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Oletko varma, että haluat lopettaa nettipelin?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Oletko varma?" @@ -1792,16 +1815,16 @@ msgstr "Oletko varma?" msgid "Area Sampling" msgstr "Alueotanta" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Kuvasuhde" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Kuvasuhdekorjattu sisäinen kuvatarkkuus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Kuvasuhde:" @@ -1809,8 +1832,8 @@ msgstr "Kuvasuhde:" msgid "Assemble" msgstr "Tulkkaa" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "Tulkkaa käsky" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1821,7 +1844,7 @@ msgstr "Konekoodi" msgid "Assembly File" msgstr "Konekooditiedosto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Aseta ohjainportit" @@ -1844,11 +1867,11 @@ msgstr "Liitä MotionPlus" msgid "Audio" msgstr "Ääni" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Äänen sisäinen järjestelmä:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Äänen venytyksen asetukset" @@ -1864,7 +1887,7 @@ msgstr "Tekijä" msgid "Authors" msgstr "Tekijät" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automaattinen" @@ -1873,11 +1896,15 @@ msgstr "Automaattinen" msgid "Auto (Multiple of 640x528)" msgstr "Automaattinen (640x528:n moninkerta)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Automaattinen päivitys" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Automaattisen päivityksen asetukset" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1889,7 +1916,7 @@ msgstr "" "\n" "Valitse tietty sisäinen kuvatarkkuus. " -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Säädä ikkunan kokoa automaattisesti" @@ -1897,15 +1924,15 @@ msgstr "Säädä ikkunan kokoa automaattisesti" msgid "Auto-Hide" msgstr "Automaattinen piilotus" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Havaitaanko RSO-moduulit automaattisesti?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Automaattinen synkronointi kansion kanssa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1914,6 +1941,25 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" +"Vaihtaa pelilevyä automaattisesti, kun kahdesta levystä koostuva peli pyytää " +"vaihtoa. Ominaisuuden toiminta vaatii pelin käynnistämistä jollain " +"seuraavista tavoista:
- Pelilistasta, jolloin molempien levyjen on " +"löydyttävä listasta.
- Valinnalla Tiedosto > Avaa tai komentoriviltä, " +"jolloin molempien levyjen polut on annettava.
- Käynnistämällä M3U-" +"tiedosto valinnalla Tiedosto > Avaa tai komentoriviltä." +"

Ellet ole varma, jätä tämä valitsematta." + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Muuta nykyiset arvot automaattisesti" @@ -1925,7 +1971,7 @@ msgid "Auxiliary" msgstr "Apumuisti" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1959,19 +2005,19 @@ msgstr "BP-rekisteri " msgid "Back Chain" msgstr "Ketju kutsujan suuntaan" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Sisäinen järjestelmä" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Sisäisen järjestelmän monisäikeisyys" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Sisäisen järjestelmän asetukset" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Sisäinen järjestelmä:" @@ -1980,20 +2026,20 @@ msgstr "Sisäinen järjestelmä:" msgid "Background Input" msgstr "Taustasyöttö" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Taaksepäin" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Virheellinen arvo annettu" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Virheellinen osoite annettu" @@ -2001,28 +2047,28 @@ msgstr "Virheellinen osoite annettu" msgid "Bad dump" msgstr "Huono vedos" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Virheellinen ero annettu." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Virheellinen arvo annettu" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banneri" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Bannerin tiedot" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banneri:" @@ -2038,11 +2084,11 @@ msgstr "Pohjaosoite" msgid "Base priority" msgstr "Perusprioriteetti" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Perustiedot" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Perusasetukset" @@ -2090,7 +2136,7 @@ msgstr "Binäärinen SSL (luku)" msgid "Binary SSL (write)" msgstr "Binäärinen SSL (kirjoitus)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bittivirta (kbps):" @@ -2106,13 +2152,13 @@ msgstr "" "\n" "Yritä uudelleen käyttäen toista hahmoa." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Lohkokoko" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Lohkokoko:" @@ -2146,67 +2192,67 @@ msgstr "" "Bluetooth-läpipäästötila on käytössä, mutta Dolphin on käännetty ilman " "libusb-kirjastoa. Läpipäästötilaa ei voi käyttää." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Käynnistä keskeytettynä" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMiin NAND-varmuuskopiotiedosto (*.bin);;Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMiin avaintiedosto (*.bin);;Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Reunaton koko näytön tila" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Alareuna" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "Haara" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Haara (LR tallentuu)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Haara, ehdollinen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "Haara, ehdollinen (LR tallentuu)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "Haara, ehdollinen, laskurirekisteriin" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "Haara, ehdollinen, laskurirekisteriin (LR tallentuu)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "Haara, ehdollinen, linkkirekisteriin" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "Haara, ehdollinen, linkkirekisteriin (LR tallentuu)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "Haaraa ei ylikirjoitettu" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Haaratyyppi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "Haara ylikirjoitettiin" @@ -2218,23 +2264,23 @@ msgstr "Haaravahti" msgid "Branch Watch Tool" msgstr "Haaravahtityökalu" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "Haaravahtityökalun ohje (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "Haaravahtityökalun ohje (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "Haaravahtityökalun ohje (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "Haaravahtityökalun ohje (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2265,7 +2311,7 @@ msgstr "" "painat \"Tyhjennä haaravahti\" -painiketta, kaikki hakutulokset " "tyhjennetään, ja haaravahti palaa poissulkutilaan." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2282,19 +2328,19 @@ msgstr "" "haaravahti siirtyy karsintatilaan, ja taulukossa alkavat näkyä mahdolliset " "hakutulokset." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "Haara laskurirekisteriin" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "Haara laskurirekisteriin (LR tallentuu)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "Haara linkkirekisteriin" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "Haara linkkirekisteriin (LR tallentuu)" @@ -2303,30 +2349,30 @@ msgstr "Haara linkkirekisteriin (LR tallentuu)" msgid "Branch: %1" msgstr "Haara: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Haarat" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Keskeytä" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" +msgstr "Keskeytä &ja tee lokimerkintä osumasta" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Keskeytyskohdat" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Saavutettiin keskeytyskohta! Loppuun suoritus keskeytettiin." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Keskeytyskohdat" @@ -2360,24 +2406,24 @@ msgstr "Broadband-sovittimen virhe" msgid "Broadband Adapter MAC Address" msgstr "Broadband-sovittimen MAC-osoit" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Selaa &nettipeli-istuntoja..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Puskurin koko:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Puskurin koko muuttui arvoon %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Puskuri:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2425,7 +2471,7 @@ msgstr "Tekijä(t): %1" msgid "C Stick" msgstr "C-sauva" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "L&uo allekirjoitustiedosto..." @@ -2433,11 +2479,11 @@ msgstr "L&uo allekirjoitustiedosto..." msgid "CP register " msgstr "CP-rekisteri " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "Suorittimen emulointimoottori:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Suoritinasetukset" @@ -2445,11 +2491,11 @@ msgstr "Suoritinasetukset" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Välimuistillinen tulkki (hitaampi)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2464,7 +2510,7 @@ msgstr "" msgid "Calculate" msgstr "Laske" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2478,11 +2524,11 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibroi" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibrointi" @@ -2516,51 +2562,51 @@ msgstr "Kamera 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Kameran näkökenttä (vaikuttaa osoituksen herkkyyteen)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "Vain virtuaalisessa muistissa oleville arvoille voi luoda AR-koodeja." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Tätä asetusta ei voi vielä vaihtaa!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Tämän palkinnon roistoja ei voi muuttaa!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Wii Remote -ohjainta ei löydy yhteystunnisteella {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Nettipeli-istuntoa ei voi käynnistää, kun peli on vielä käynnissä!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Peruuta" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Peruuta kalibrointi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "Ehdokkaita: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "Ehdokkaita: %1 | Poissuljettu: %2 | Jäljellä: %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "Ehdokkaita: %1 | Suodatettu: %2 | Jäljellä: %3" @@ -2575,23 +2621,23 @@ msgstr "" "Tätä WADia ei pysty käynnistämään, koska sitä ei pystytty asentamaan NAND-" "muistiin." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "Edellistä arvoa kohtaan ei voi verrata ensimmäisen haun aikana." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "GC-IPL:ää ei löydy." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Tälle osoitteelle ei voi luoda AR-koodeja." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Ei voi päivittää ilman tuloksia." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "GCI-kansiota ei voi asettaa tyhjäksi hakemistopoluksi." @@ -2599,13 +2645,13 @@ msgstr "GCI-kansiota ei voi asettaa tyhjäksi hakemistopoluksi." msgid "Cannot set memory card to an empty path." msgstr "Muistikorttia ei voi asettaa tyhjäksi hakemistopoluksi." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Peliä ei voi käynnistää, koska GC-IPL:ää ei löydy." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Vangittu roisto %1:" @@ -2623,7 +2669,7 @@ msgstr "Keskipiste" msgid "Center Mouse" msgstr "Keskitä hiiri" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Keskitä ja kalibr" @@ -2631,7 +2677,7 @@ msgstr "Keskitä ja kalibr" msgid "Change &Disc" msgstr "Vaihda &levy" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Vaihda &levy..." @@ -2639,7 +2685,7 @@ msgstr "Vaihda &levy..." msgid "Change Disc" msgstr "Vaihda levy" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Vaihda levyä automaattisesti" @@ -2647,13 +2693,15 @@ msgstr "Vaihda levyä automaattisesti" msgid "Change the disc to {0}" msgstr "Vaihda levy {0}:ksi" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" +"Muuttaa Dolphinin painikkeiden väriä ja ulkonäköä." +"

Ellet ole varma, valitse Clean." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2684,7 +2732,7 @@ msgstr "" "liike ei ole mahdollista, ja kamera voi vain kiertää ja zoomata " "alkuperäiseen pisteeseen asti." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" "Huijauskoodien vaihtamisella on vaikutusta vasta pelin " @@ -2698,7 +2746,7 @@ msgstr "Kanavaosio (%1)" msgid "Character entered is invalid!" msgstr "Asetettu hahmo on virheellinen!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Keskustelu" @@ -2706,7 +2754,7 @@ msgstr "Keskustelu" msgid "Cheat Code Editor" msgstr "Huijauskoodien muokkaus" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Koodihaku" @@ -2714,7 +2762,7 @@ msgstr "Koodihaku" msgid "Cheats Manager" msgstr "Koodien hallinta" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Tarkista NAND..." @@ -2726,7 +2774,7 @@ msgstr "Tarkista pelilistan päivitykset taustalla" msgid "Check for updates" msgstr "Tarkista päivitykset" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2734,7 +2782,7 @@ msgstr "" "Tarkista, onko sinulla tiedoston poistoon tarvittavat oikeudet, ja onko se " "edelleen käytössä." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Tarkistussumma" @@ -2746,30 +2794,30 @@ msgstr "Kiina" msgid "Choose" msgstr "Valitse" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "Valitse kansio, johon puretaan" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 +msgid "Choose GCI Base Folder" +msgstr "Valitse GCI-pohjakansio" + +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "Valitse ensisijainen syötetiedosto" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "Valitse toissijainen śyötetiedosto" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" msgstr "Valitse avattava tiedosto" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +msgid "Choose a File to Open or Create" msgstr "Valitse luotava tai avattava tiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Valitse ensisijainen syötetiedosto" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Valitse toissijainen syötetiedosto" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "Valitse GCI-pohjakansio" - -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Valitse kansio, johon puretaan" - #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 msgid "Clamping of rotation about the yaw axis." @@ -2787,17 +2835,18 @@ msgstr "Classic Controller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Tyhjennä" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "Tyhjennä haaravahti" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Tyhjennä välimuisti" @@ -2805,11 +2854,11 @@ msgstr "Tyhjennä välimuisti" msgid "Clear Slot" msgstr "Tyhjennä paikka" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Kellotaajuuden korvaus" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Kloonaa ja &muokkaa koodia..." @@ -2818,7 +2867,7 @@ msgstr "Kloonaa ja &muokkaa koodia..." msgid "Close" msgstr "Sulje" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "As&etukset" @@ -2826,11 +2875,20 @@ msgstr "As&etukset" msgid "Code" msgstr "Koodi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "Koodireittiä ei suoritettu" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "Koodireitti suoritettiin" @@ -2838,11 +2896,11 @@ msgstr "Koodireitti suoritettiin" msgid "Code:" msgstr "Koodi:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Koodit saatu!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Värinkorjaus" @@ -2858,11 +2916,11 @@ msgstr "Värinkorjaus:" msgid "Color Space" msgstr "Väriavaruus" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "Sarakkeen &näkyvyys" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Yhdistä &kaksi allekirjoitustiedostoa..." @@ -2875,7 +2933,7 @@ msgstr "Yhteinen" msgid "Comparand:" msgstr "Vertailtava:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2885,7 +2943,7 @@ msgstr "" "huolimatta on mahdollista, että kyseessä on hyvä vedos verrattuna pelin Wii " "U eShop -julkaisuun. Dolphin ei voi varmentaa tätä." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2895,7 +2953,7 @@ msgstr "" "huolimatta on mahdollista, että kyseessä on hyvä vedos verrattuna pelin Wii " "U eShop -julkaisuun. Dolphin ei voi varmentaa tätä." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Käännä varjostimet ennen käynnistystä" @@ -2903,9 +2961,9 @@ msgstr "Käännä varjostimet ennen käynnistystä" msgid "Compiling Shaders" msgstr "Käännetään varjostimia" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Pakkausmenetelmä" @@ -2913,7 +2971,7 @@ msgstr "Pakkausmenetelmä" msgid "Compression Level:" msgstr "Pakkaustaso:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Pakkausmenetelmä:" @@ -2926,11 +2984,11 @@ msgstr "Ehto" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Ehto" @@ -3004,6 +3062,58 @@ msgid "" "possible for them to go out of range or to become NaN. A warning will be " "given if NaN is returned, and the var that became NaN will be logged." msgstr "" +"Ehdot:\n" +"Asettaa lausekkeen, joka evaluoidaan keskeytyskohdan saadessa osuman. Jos " +"arvo on epätosi tai 0, osuma ohitetaan keskeyttämättä. Useammat käskyt " +"erotetaan pilkulla, ja vain viimeinen käsky määrää toiminnon.\n" +"\n" +"Rekisterit, joihin lauseke voi viitata:\n" +"yleisrekisterit: r0–r31\n" +"liukulukurekisterit: f0–f31\n" +"erityisrekisterit: xer, lr, ctr, dsisr, dar, dec, sdr1, srr0, srr1, tbl, " +"tbu, pvr, spg0–sprg3, ear, ibat0u–ibat7u, ibat0l–ibat7l, dbat0u–dbat7u, " +"dbat0l–dbat07, gqr0–gqr7, hid0, hid1, hid2, hid4, iabr, dabr, wpar, dmau, " +"dmal, ecid_u, ecid_m, ecid_l, upmc1–upmc4. usia, sia, l2cr, ictc, mmcr0, " +"mmcr1, pmc1–pmc4, thrm1–thrm3,\n" +"muut rekisterit: pc, msr\n" +"\n" +"Toiminnot:\n" +"Rekisterin päivittäminen: r1 = 8\n" +"Tyyppimuunnokset: s8(0xff). Käytettävissä on s8, u8, s16, u16, s32, u32\n" +"Kutsupino: callstack(0x80123456), callstack(\"anim\")\n" +"Merkkijonojen vertailu: streq(r3, \"abc\"). Kumpikin parametri voi olla " +"osoite tai merkkijonovakio.\n" +"Muistin luku: read_u32(0x80000000). Käytettävissä on u8, s8, u16, s16, u32, " +"s32, f32, f64\n" +"Muistin kirjoitus: write_u32(r3, 0x80000000). Käytettävissä on u8, u16, u32, " +"f32, f64\n" +"*tällä hetkellä kirjoitus toteutuu aina\n" +"\n" +"Laskutoimitukset:\n" +"Unaarioperaatiot: -u, !u, ~u\n" +"Aritmetiikka: * / + -, potenssi: **, jakojäännös: %, bittien siirto: <<, >>\n" +"Vertailu: <, <=, >, >=, ==, !=, &&, ||\n" +"Bittioperaatiot: &, |, ^\n" +"\n" +"Esimerkkejä:\n" +"r4 == 1\n" +"f0 == 1.0 && f2 < 10.0\n" +"r26 <= r0 && ((r5 + 3) & -4) * ((r6 + 3) & 3) & -4) * 4 > r0\n" +"p = r3 + 0x8, p == 0x8003510 && read_u32(p) != 0\n" +"Kirjoitus ja keskytys: r4 = 8, 1\n" +"Kirjoitus ilman keskeytystä: f3 = f1 + f2, 0\n" +"Ehto tulee aina viimeisenä.\n" +"\n" +"Merkkijonoja voi käyttää vain callstack- ja streq-käskyissä, ja ne " +"kirjoitetaan lainausmerkein. Merkkijonoja ei voi sijoittaa muuttujiin.\n" +"Kaikki muuttujat tulostuvat muistirajapinnan lokiin, jos osuma toteutuu tai " +"laskutoimituksen tulos on NaN. Ongelmien jäljityksessä voi auttaa muuttujan " +"sijoittaminen yhtälöön, jolloin se tulostuu.\n" +"\n" +"Huomaa: Sisäisesti kaikki laskutoimitukset toteutuvat Double-liukuluvuilla. " +"Näin ollen tulokset voivat tulla liian pieniksi tai suuriksi, ja tuloksena " +"voi myös syntyä NaN-arvo. NaN-arvon syntyessä näkyviin tulee varoitus, ja " +"NaN-arvoksi tullut muuttuja tulee lokiin." #: Source/Core/DolphinQt/ToolBar.cpp:130 msgid "Config" @@ -3020,7 +3130,7 @@ msgstr "Määritä asetukset" msgid "Configure Controller" msgstr "Ohjaimen asetukset" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Dolphinin asetukset" @@ -3033,27 +3143,35 @@ msgstr "Syöteasetukset" msgid "Configure Output" msgstr "Ulostuloasetukset" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Vahvista" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Vahvista sisäisen järjestelmän muutos" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Vahvista pysäytyksessä" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Vahvistus" @@ -3063,35 +3181,35 @@ msgstr "Vahvistus" msgid "Connect" msgstr "Yhdistä" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Yhdistä tasapainolauta" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Yhdistä USB-näppäimistö" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Yhdistä Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Yhdistä Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Yhdistä Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Yhdistä Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Yhdistä Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Yhdistä Wii Remoteja" @@ -3107,7 +3225,7 @@ msgstr "Yhdistetäänkö internetiin ja tehdäänkö järjestelmäpäivitys?" msgid "Connected" msgstr "Yhteydessä" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Yhdistetään" @@ -3115,7 +3233,7 @@ msgstr "Yhdistetään" msgid "Connection Type:" msgstr "Yhteystyyppi:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Sisältö {0:08x} on vioittunut." @@ -3132,23 +3250,23 @@ msgstr "Ohjaa nettipelin golf-tilaa" msgid "Control Stick" msgstr "Ohjainsauva" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Ohjainprofiili" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Ohjainprofiili 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Ohjainprofiili 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Ohjainprofiili 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Ohjainprofiili 4" @@ -3160,6 +3278,22 @@ msgstr "Ohjainasetukset" msgid "Controllers" msgstr "Ohjaimet" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" +"Säätää emuloinnin nopeutta verrattuna alkuperäisen laitteiston nopeuteen." +"

Jos valinta on korkeampi kuin 100 %, emulointi toimii nopeammin kuin " +"alkuperäisellä laitteistolla, jos oma laitteesi on riittävän tehokas siihen. " +"Jos valinta on alle 100 %, emulointi sitä vastoin hidastuu. Rajoittamaton " +"valinta emuloi niin nopeasti kuin laitteesi vain ehtii." +"

Ellet ole varma, valitse 100%." + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3173,7 +3307,7 @@ msgstr "" "ulostulo.

Ellet ole varma, jätä tämän arvoksi 203." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3185,7 +3319,7 @@ msgstr "" "voimakkaamman ruudusta nousemisen vaikutelman, kun taas matalampi arvo on " "mukavampi." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3200,7 +3334,7 @@ msgstr "" "

Ellet ole varma, valitse Alkuperäinen." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3235,17 +3369,17 @@ msgstr "" "Valitsee, käytetäänkö matalan vai korkean tason DSP-emulointia. Oletuksena " "True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Yhtenevyys" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Yhtenevyys:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Muunto epäonnistui." @@ -3253,9 +3387,9 @@ msgstr "Muunto epäonnistui." msgid "Convert" msgstr "Muunna" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Muunna tiedosto kansioksi nyt" @@ -3263,9 +3397,9 @@ msgstr "Muunna tiedosto kansioksi nyt" msgid "Convert File..." msgstr "Muunna tiedosto..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Muunna kansio tiedostoksi nyt" @@ -3287,8 +3421,8 @@ msgstr "" "säästä merkittävästi tilaa verrattuna ISO-muotoon. Jatketaanko kuitenkin?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Muunnetaan..." @@ -3332,45 +3466,45 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopioi" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Kopioi %funktio" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "Kopio &funktio" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "Kopioi &heksa" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Kopioi osoite" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "Kopioi koodi&rivi" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Kopiointi epäonnistui" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Kopioi heksa" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "Kopioi koh&deosoite" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Kopioi arvo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Kopioi koodi&rivi" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Kopioi koh&deosoite" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Kopioi A:han" @@ -3385,11 +3519,6 @@ msgstr "Kopioi B:hen" msgid "Core" msgstr "Ydin" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "Ydintä ei ole alustettu." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Korjaa väriavaruus" @@ -3398,21 +3527,16 @@ msgstr "Korjaa väriavaruus" msgid "Correct SDR Gamma" msgstr "Korjaa SDR-gamma" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Hinta" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Isäntäkoneen kanssa kommunikointi epäonnistui." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Asiakasohjelman luonti epäonnistui." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Vertaisohjelman luonti epäonnistui." @@ -3432,7 +3556,7 @@ msgstr "" "Päivitystietojen lataaminen Nintendolta epäonnistui. Tarkista verkkoyhteys " "ja yritä uudelleen." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3442,7 +3566,7 @@ msgstr "" "\n" "Emuloitu konsoli pysähtyy." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3488,16 +3612,16 @@ msgstr "" "Julkaisun {0:016x} käynnistys epäonnistui, koska se puuttuu NAND-muistista.\n" "Emuloitu ohjelmisto mitä luultavimmin jumittuu." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Tiedoston {0} tunnistus epäonnistui" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Muutoksia ei voinut tallentaa!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Päivitysohjelman käynnistäminen epäonnistui: {0}" @@ -3521,7 +3645,7 @@ msgstr "" "jälkeen? Siinä tapauksessa muistikortin paikka on ehkä määritettävä " "uudelleen asetuksista." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Keskuspalvelimen haku epäonnistui" @@ -3533,7 +3657,7 @@ msgstr "Tiedoston avaaminen epäonnistui." msgid "Couldn't read file." msgstr "Tiedoston luku epäonnistui." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Maa:" @@ -3566,7 +3690,7 @@ msgid "Create..." msgstr "Luo..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Tekijä:" @@ -3574,11 +3698,11 @@ msgstr "Tekijä:" msgid "Critical" msgstr "Kriittinen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Rajaa" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3594,11 +3718,11 @@ msgstr "" msgid "Crossfade" msgstr "Ristihäivytys" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Karsi kulmapisteitä suorittimella" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3609,11 +3733,11 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Nykyinen alue" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Nykyinen arvo" @@ -3621,7 +3745,7 @@ msgstr "Nykyinen arvo" msgid "Current context" msgstr "Nykyinen konteksti" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Nykyinen peli" @@ -3629,11 +3753,11 @@ msgstr "Nykyinen peli" msgid "Current thread" msgstr "Nykyinen säie" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Oma" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Oma (venytä)" @@ -3641,19 +3765,19 @@ msgstr "Oma (venytä)" msgid "Custom Address Space" msgstr "Nykyinen osoiteavaruus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Muokatun kuvasuhteen korkeus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Muokatun kuvasuhteen leveys" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Muokattu kuvasuhde:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Mukautetun reaaliaikaisen kellon asetukset" @@ -3665,6 +3789,32 @@ msgstr "Muokattu:" msgid "Customize" msgstr "Muokkaa" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3694,7 +3844,7 @@ msgstr "DJ-levysoitin" msgid "DK Bongos" msgstr "DK-bongot" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP:n emulointimoottori" @@ -3702,15 +3852,15 @@ msgstr "DSP:n emulointimoottori" msgid "DSP HLE (fast)" msgstr "DSP-HLE (nopea)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP-HLE (suositus)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP-LLE-tulkki (hyvin hidas)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP-LLE-uudelleenkääntäjä (hidas)" @@ -3740,7 +3890,7 @@ msgstr "Tanssimatto" msgid "Dark" msgstr "Pimeys" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Data" @@ -3769,7 +3919,7 @@ msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" "Datan epäjohdonmukaisuuksia GCMemcardManagerissa löytyi, toiminto keskeytyy." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Dataa vastaanotettu!" @@ -3786,8 +3936,8 @@ msgstr "Katvealue" msgid "Debug" msgstr "Virheenjäljitys" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Virheenjäljitys" @@ -3796,40 +3946,40 @@ msgstr "Virheenjäljitys" msgid "Decimal" msgstr "Desimaali" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Purkulaatu:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Vähennä" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Vähennä yhtenevyyttä" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Vähennä syvyyttä" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Vähennä emulointinopeutta" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Vähennä sisäistä kuvatarkkuutta" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Vähennä valittua tilatallennuspaikka" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Vähennä X:ää" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Vähennä Y:tä" @@ -3843,7 +3993,7 @@ msgstr "Oletus" msgid "Default Config (Read Only)" msgstr "Oletusasetukset (vain luku)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Oletuslaite" @@ -3859,7 +4009,7 @@ msgstr "Oletus-ISO:" msgid "Default thread" msgstr "Oletussäie" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Lykkää EFB-välimuistin mitätöintiä" @@ -3867,7 +4017,7 @@ msgstr "Lykkää EFB-välimuistin mitätöintiä" msgid "Defer EFB Copies to RAM" msgstr "Lykkää EFB:n kopiointia RAM-muistiin" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3884,8 +4034,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Poista" @@ -3903,7 +4053,7 @@ msgstr "Poista valitut tiedostot..." msgid "Delete the existing file '{0}'?" msgstr "Poistetaanko olemassaoleva tiedosto '{0}'?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Syvyys" @@ -3911,22 +4061,22 @@ msgstr "Syvyys" msgid "Depth Percentage:" msgstr "Syvyysprosentti:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Syvyys:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Kuvaus" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Kuvaus:" @@ -3934,7 +4084,7 @@ msgstr "Kuvaus:" msgid "Description: %1" msgstr "Kuvaus: %" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "Kohde" @@ -3947,16 +4097,16 @@ msgstr "Kohde (UNIX-pistokkeen polku tai osoite:portti):" msgid "Destination (address:port):" msgstr "Kohde (osoite:portti):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Kohde korkeintaan" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "Kohde vähintään" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "Kohdesymbo" @@ -3969,7 +4119,7 @@ msgstr "Irrallinen" msgid "Detect" msgstr "Havaitse" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Havaitaan RSO-moduuleja" @@ -3977,7 +4127,7 @@ msgstr "Havaitaan RSO-moduuleja" msgid "Deterministic dual core:" msgstr "Deterministinen kaksoisydintila:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Kehitysversiot (monia kertoja päivässä)" @@ -3999,7 +4149,7 @@ msgstr "Laiteasetukset" msgid "Device VID (e.g., 057e)" msgstr "Laitteen VID (esim. 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Laite:" @@ -4007,7 +4157,7 @@ msgstr "Laite:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "Tiedosto %1 ei ole kelvollinen Riivolution XML -tiedosto." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Tummentaa ruudun viiden minuutin epäaktiivisuuden jälkeen." @@ -4031,19 +4181,19 @@ msgstr "Poista rajoituslaatikko" msgid "Disable Copy Filter" msgstr "Poista kopiointisuodatin käytöstä" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Poista EFB-VRAM-kopiointi käytöstä" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Poista emulaation nopeusrajoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Poista nopea muistihaku (Fastmem) käytöstä" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Poista nopean muistikäytön kenttä käytöstä" @@ -4051,11 +4201,11 @@ msgstr "Poista nopean muistikäytön kenttä käytöstä" msgid "Disable Fog" msgstr "Poista sumu käytöstä" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Poista JIT-välimuisti käytöstä" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Poista laaja koodin tulokohtien hakurakenne käytöstä" @@ -4063,7 +4213,7 @@ msgstr "Poista laaja koodin tulokohtien hakurakenne käytöstä" msgid "Disabled" msgstr "Poistettu käytöstä" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4074,7 +4224,7 @@ msgstr "" "rikkoutuvat.

Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4100,11 +4250,14 @@ msgstr "" "harvoin graafisia ongelmia.

Ellet ole varma, jätä " "tämä valituksi." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." msgstr "" +"Poistaa näytönsäästäjän käytöstä, kun peli on käynnissä." +"

Ellet ole varma, jätä tämä valituksi." #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:97 msgid "Disc" @@ -4114,9 +4267,10 @@ msgstr "Levy" msgid "Discard" msgstr "Hylkä" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" -msgstr "" +msgstr "Näyttämisen asetukset" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:183 msgid "Display Type" @@ -4149,15 +4303,15 @@ msgstr "Etäisyys" msgid "Distance of travel from neutral position." msgstr "Matkaetäisyys neutraalipaikasta." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Sallitko Dolphinin lähettävän tietoja Dolphinin kehittäjille?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Haluatko lisätä polun \"%1\" pelipolkujen listaan?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Haluatko tyhjentää symbolinimien listan?" @@ -4168,7 +4322,7 @@ msgid "Do you want to delete the %n selected save file(s)?" msgstr "" "Haluatko poistaa %n valitun tallennustiedoston/valittua tallennustiedostoa?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Haluatko lopettaa nykyisen emulaation?" @@ -4176,12 +4330,12 @@ msgstr "Haluatko lopettaa nykyisen emulaation?" msgid "Do you want to try to repair the NAND?" msgstr "Haluatko yrittää NAND-muistin korjaamista?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II -dekooderi" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO -loki (*.dff)" @@ -4189,22 +4343,22 @@ msgstr "Dolphin FIFO -loki (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphinin pelimodien esiasestukset" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphinin karttatiedosto (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphinin allekirjoitusten CSV-tiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphinin allekirjoitustiedosto" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-nauhoitus (*.dtm)" @@ -4246,11 +4400,11 @@ msgstr "Dolphin ei onnistunut toteuttamaan pyydettyä toimintoa." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin on vapaan ja avoimen lähdekoodin GameCube- ja Wii-emulaattori." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin on liian vanha käyttämään läpikulkupalvelinta" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4258,19 +4412,11 @@ msgstr "" "Dolphin ei pysty todentamaan TGC-tiedostoja, koska ne eivät ole vedoksia " "oikeista levyistä." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin ei pysty todentamaan ei-lisensoituja levyjä." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin käyttää tätä asetusta julkaisuille, joiden aluetta ei voi määrittää " -"automaattisesti." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphinin huijausjärjestelmä on tällä hetkellä pois käytöstä." @@ -4279,7 +4425,7 @@ msgstr "Dolphinin huijausjärjestelmä on tällä hetkellä pois käytöstä." msgid "Domain" msgstr "Verkkotunnus" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Älä päivitä" @@ -4304,7 +4450,7 @@ msgstr "Ovet lukossa" msgid "Double" msgstr "64-bittinen liukuluku" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4314,35 +4460,42 @@ msgstr "64-bittinen liukuluku" msgid "Down" msgstr "Alas" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Lataa koodeja" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Lataa koodeja WiiRD -tietokannasta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Lataa kansikuvia GameTDB.comista ruudukkonäkymään" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Lataus valmis" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Ladattu %1 koodia. (lisätty %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" +"Lataa pelien kansikuvia GameTDB.com-sivustolta, jotta ne voisivat näkyä " +"pelilistan ruudukossa. Jos tämä asetus on valitsematta, ruudukossa näkyy sen " +"sijaan pelin tallennustiedoston mukana tuleva pienoiskuva, ja jos " +"tallennustiedostoa ei ole, ruudukossa näkyy sen sijaan yleisluontoinen " +"pienoiskuva.

Listanäkymässä näkyy tätä vastoin aina " +"tallennustiedoston pienoiskuva.

Ellet ole varma, " +"jätä tämä valituksi." #. i18n: The "Drawsome" (combination of "Draw" and "Awesome") tablet wiimote extension by Ubisoft. #: Source/Core/Core/HW/WiimoteEmu/Extension/DrawsomeTablet.cpp:25 @@ -4383,19 +4536,19 @@ msgstr "Tee &FakeVMEM-vedos" msgid "Dump &MRAM" msgstr "Tee &MRAM-vedos" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Tee äänivedos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Tee perustekstuurivedos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Tee EFB-kohteen vedos" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Tee kehysvedos" @@ -4403,7 +4556,7 @@ msgstr "Tee kehysvedos" msgid "Dump GameCube BBA traffic" msgstr "Tee GameCube BBA -vedos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Tee mipmap-vedos" @@ -4411,7 +4564,7 @@ msgstr "Tee mipmap-vedos" msgid "Dump Path:" msgstr "Vedostiedostojen polku:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Tee XFB-kohteen vedos" @@ -4436,7 +4589,7 @@ msgstr "Tee vertaisten varmenteiden vedos" msgid "Dump root CA certificates" msgstr "Tee juurivarmentajan varmenteen vedos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Ellet ole varma, " "jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4455,7 +4608,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4474,15 +4627,15 @@ msgstr "Turbo-painikkeen irrottamisen pituus (kehyksiä):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Hollanti" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "P&oistu" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "EFB-kopio &1" @@ -4498,7 +4651,7 @@ msgstr "" "luultavasti tarvitaan uudelleenkäynnistys, jotta Windows havaitsisi uuden " "ajurin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4510,7 +4663,7 @@ msgstr "" "Tämä sopii kilpailuhenkisiin peleihin, joissa reiluus ja vähäinen viive ovat " "etenkin tärkeitä." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Aikaiset muistipäivitykset" @@ -4529,16 +4682,16 @@ msgstr "Itä-Aasia" msgid "Edit Breakpoint" msgstr "Muokkaa keskeytyskohtaa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" -msgstr "" +msgstr "Muokkaa ehtoa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" -msgstr "" +msgstr "Muokkaa ehtolauseketta" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Muokkaa..." @@ -4547,6 +4700,11 @@ msgstr "Muokkaa..." msgid "Editor" msgstr "Muokkain" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4558,11 +4716,20 @@ msgstr "Tehoste" msgid "Effective" msgstr "Näennäinen" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Toiminnallinen prioriteetti" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4584,7 +4751,7 @@ msgstr "Sulautettu kehyspuskuri (EFB)" msgid "Empty" msgstr "Tyhjä" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Emulaattorisäie on jo käynnissä" @@ -4612,7 +4779,7 @@ msgstr "" "Emuloi oikean laitteiston optisen levyn nopeutta. Käytöstä poistaminen " "saattaa aiheutaa epävakautta. Oletuksena True" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Emuloidut USB-laitteet" @@ -4630,27 +4797,27 @@ msgstr "" "Nykyinen: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Emulaation nopeus" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Ota käyttöön" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Käytä ohjelmointirajapinnan tarkistuskerroksia" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Käytä äänen venytystä" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Ota huijauskoodit käyttöön" @@ -4658,35 +4825,35 @@ msgstr "Ota huijauskoodit käyttöön" msgid "Enable Controller Inpu&t" msgstr "Ota ohjainsyö&te käyttöön" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Ota mukautettu reaaliaikainen kello käyttöön" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Ota virheenkorjauskäyttöliittymä käyttöön" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" -msgstr "" +msgstr "Ilmoita Discordiin pelaustiedot" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:87 msgid "Enable Dual Core" msgstr "Ota kaksiydinsuoritin käyttöön" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Ota kaksiydinsuoritin käyttöön (nopeuttaa)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "Ota kaksiydinsuoritin käyttöön (nopeusniksi)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Ota kellotaajuuden säätö käyttöön" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Ota emuloidun muistin määrän säätö käyttöön" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Ota Encore-saavutukset käyttöön" @@ -4694,15 +4861,15 @@ msgstr "Ota Encore-saavutukset käyttöön" msgid "Enable FPRF" msgstr "Ota FPRF käyttöön" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Käytä grafiikkamodeja" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Ota Hardcore-tila käyttöön" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4738,33 +4905,33 @@ msgstr "" "käytöstä samalla, kun peli on käynnissä, vaatii pelin sulkemista, ennen kuin " "hardcore-tilan voi ottaa uudelleen käyttöön." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "Käytä JIT-lohkojen seurantaa" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Ota MMU käyttöön" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Ota edistymisilmoitukset käyttöön" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Ota progressiivinen kuva käyttöön" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Ota RetroAchievements.org-yhteys käyttöön" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Ota tärinä käyttöön" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Ota näytönsäästäjä käyttöön" @@ -4772,27 +4939,27 @@ msgstr "Ota näytönsäästäjä käyttöön" msgid "Enable Speaker Data" msgstr "Käytä kaiutindataa" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" -msgstr "" +msgstr "Ota katselutila käyttöön" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Ota epäviralliset saavutukset käyttöön" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Ota käyttötilastojen raportointi käyttöön" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Käytä WiiLink-palvelua WiiConnect24:n apuna" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Ota rautalankatila käyttöön" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Käytä takaisinkirjoitusvälimuistia (hidas)" @@ -4805,7 +4972,7 @@ msgstr "" "johtaa kaatumisiin ja muihin ongelmiin joissakin peleissä. (PÄÄLLÄ = " "Yhteensopivuus, POIS = Rajoittamaton)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4818,7 +4985,7 @@ msgstr "" "tallenna salasanaasi ja käyttää sen sijaan API-avainta käyttäjän " "muistamiseen." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4829,7 +4996,7 @@ msgstr "" "sellaista saavutusta kohden, joka perustuu kertyvään arvoon, esimerkiksi kun " "pelajaa saa 60 tähteä 120:stä." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4837,8 +5004,13 @@ msgid "" "speedrun criteria or simply for fun.

Setting takes effect on next " "game load." msgstr "" +"Mahdollistaa saavutusten avaamisen Encore-tilassa.

Encore-tila " +"mahdollistaa aiemmin avattujen saavutusten avaamisen uudelleen, jolloin " +"pelaaja saa tiedon, kun avaamiskriteerit on tavoitettu. Ominaisuus on " +"hyödyllinen esimerkiksi speedrun-kriteerien seurantaan.

Asetus tulee " +"voimaan seuraavan kerran, kun peli käynnistetään." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4847,16 +5019,28 @@ msgid "" "RetroAchievements session will not be created.

If this is off at game " "launch, it can be toggled freely while the game is running." msgstr "" +"Mahdollistaa saavutusten avaamisten katselutilassa.

Kun katselutila " +"on käytössä, saavutukset ja pistetilastot lasketaan, ja tulokset näkyvät " +"ruudulla, mutta tiedot eivät tallennu palvelimelle.

s asetus on " +"valittuna pelin käynnistyessä, sitä ei voi poistaa käytöstä ennen pelin " +"sulkemista, sillä RetroAchivements-istuntoa ei käynnistetä.

Jos " +"asetus on poissa käytöstä pelin käynnistyessä, sitä voi vapaasti vaihdella " +"pelin ollessa yhä käynnissä." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " "that have not been deemed official by RetroAchievements and may be useful " "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" +"Mahdollistaa sekä epävirallisten että virallisten saavutusten avaamisen." +"

Epäviralliset saavutukset voivat olla valinnaisia tai " +"viimeistelemättömiä saavutuksia, joita RetroAchievements ei pidä " +"virallisina. Ne voivat olla hyödyllisiä testaamisessa tai hauskanpidossa." +"

Asetus tulee voimaan seuraavan kerran, kun peli käynnistetään." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4872,27 +5056,18 @@ msgstr "" "Ottaa liukulukutulosten lippurekisterin laskennan käyttöön, mitä tarvitaan " "muutamiin peleihin. (PÄÄLLÄ = Yhteensopiva, POIS = Nopea)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -"Tunnistaa mielivaltaiset mipmapit, joita jotkin pelit käyttävät erityisiin " -"etäisyysperusteisiin tehosteisiin.

Voi johtaa vääriin tunnistuksiin, " -"jotka puolestaan aiheuttavat sumeita tekstuureja korkeilla sisäisillä " -"kuvatarkkuuksilla, kuten peleissä, jotka käyttävät erittäin " -"matalatarkkuuksisia mipmapeja. Tämän poistaminen käytöstä voi myös vähentää " -"pätkintää peleissä, jotka lataavat usein uusia tekstuureja. Tämä ominaisuus " -"ei sovi yhteen grafiikkasuorittimen tekstuuripurun kanssa." -"

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4905,7 +5080,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4919,7 +5094,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4929,7 +5104,7 @@ msgstr "" "Useimmissa peleissä tämä ei aiheuta ongelmia.

Ellet " "ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4947,7 +5122,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "Venyttää ääntä vastaamaan emuloinnin nopeutta." @@ -4955,16 +5130,10 @@ msgstr "Venyttää ääntä vastaamaan emuloinnin nopeutta." msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" -"Ottaa käyttöön tekstuurien purkamisen grafiikkasuorittimella suorittimen " -"sijaan.

Tämä voi parantaa suorituskykyä tietyissä tilanteissa ja " -"järjestelmissä, joissa suoritin toimii pullonkaulana.
Toiminto ei sovi " -"yhteen mielivaltaisten mipmapien tunnistuksen kanssa." -"


Ellet ole varma, jätä tämä valitsematta." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 msgid "" @@ -4974,7 +5143,7 @@ msgstr "" "Ottaa MMU:n käyttöön. Jotkin pelit vaativat sitä. (PÄÄLLÄ = Yhteensopiva, " "POIS = Nopea)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4996,7 +5165,21 @@ msgstr "" "esimerkiksi Forecast- ja Nintendo-kanavien yhteydessä\n" "Voit lukea palveluehdot osoitteesta https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" +"Mahdollistaa AR- ja Gecko-huijauskoodien hyödyntämisen, jolloin pelien " +"toimintaa voi muunnella. Koodeja voi hallita Huijauskoodien hallinta -" +"valikosta Työkalut-valikossa.

Tätä asetusta ei voi muuttaa, kun " +"emulointi on käynnissä.

Ellet ole varma, jätä tämä " +"valitsematta." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -5009,7 +5192,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -5034,17 +5217,17 @@ msgstr "" "\n" "Tuonti keskeytyy." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" -msgstr "" +msgstr "Loppuosoite" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enetin alustus epäonnistui" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Englanti" @@ -5061,7 +5244,7 @@ msgstr "Syötä XLink Kai -asiakasohjelmistoa suorittavan laitteen IP-osoite:" msgid "Enter USB device ID" msgstr "Syötä USB-laitteen tunniste" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Syötä vahdittava osoite:" @@ -5086,78 +5269,77 @@ msgid "" msgstr "" "Syötä IP-osoite ja portti sille tap-palvelimelle, johon haluat yhdistää." -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Syötä RSO-moduulin osoite:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5168,10 +5350,10 @@ msgstr "Syötä RSO-moduulin osoite:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Virhe" @@ -5183,7 +5365,7 @@ msgstr "Virheloki" msgid "Error Opening Adapter: %1" msgstr "Virhe sovittimen avauksessa: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Virhe tallennustiedoston keräämisessä!" @@ -5193,7 +5375,7 @@ msgstr "Virhe tallennustiedoston keräämisessä!" msgid "Error converting value" msgstr "Virhe arvon muuntamisessa" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Virhe valitun kielen latauksessa. Kieli vaihtuu järjestelmän oletukseen." @@ -5202,15 +5384,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Virhe istuntolistan hakemisessa: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Virheitä tapahtui joidenkin tekstuuripakettien latauksessa" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Virhe koodien käsittelyssä." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Virhe datan käsittelyssä." @@ -5218,11 +5400,11 @@ msgstr "Virhe datan käsittelyssä." msgid "Error reading file: {0}" msgstr "Virhe tiedoston lukemisessa: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Virhe huijauskoodien synkronoinnissa!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Virhe tallennustiedoston synkronoinnissa!" @@ -5266,7 +5448,7 @@ msgstr "Virhe: GBA{0} ei onnistunut avaamaan ROMia {1}" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Virhe: GBA{0} ei onnistunut avaamaan tallennustiedostoa {1}" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Virhe: tämä koontiversio ei tue emuloituja GBA-ohjaimia" @@ -5286,11 +5468,11 @@ msgstr "" "Virhe: Windows-1252-fontteja on yritettyä hakea, mutta ne eivät ole " "ladattuna. Pelit voivat näyttää tekstiä väärin tai kaatua." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Virheitä löytyi {0} lohkosta osiossa {1}." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "Virheitä löytyi {0} käyttämättömästä lohkosta osiossa {1}." @@ -5299,12 +5481,12 @@ msgstr "Virheitä löytyi {0} käyttämättömästä lohkosta osiossa {1}." msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Eurooppa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Poissulkevat Uber-varjostimet" @@ -5312,15 +5494,15 @@ msgstr "Poissulkevat Uber-varjostimet" msgid "Exit" msgstr "Poistu" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "Odotettiin +-merkkiä tai sulkevaa suljetta." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Odotettiin argumentteja:" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "Odotettiin argumentteja: {0}" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Odotettiin sulkevaa suljetta." @@ -5332,27 +5514,27 @@ msgstr "Odotettiin pilkkua." msgid "Expected end of expression." msgstr "Odotettiin lausekkeen loppua." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Odotettiin syötteen nimeä" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Odotettiin avaavaa suljetta." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Odotettiin lausekkeen alkua." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Odotettiin muuttujanimeä" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Kokeellinen" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Vie kaikki Wii-tallennustiedostot" @@ -5363,11 +5545,11 @@ msgstr "Vie kaikki Wii-tallennustiedostot" msgid "Export Failed" msgstr "Vieminen epäonnistui" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Vie nauhoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Vie nauhoitus..." @@ -5395,14 +5577,14 @@ msgstr "Vie .&gcs-muodossa..." msgid "Export as .&sav..." msgstr "Vie .&sav-muodossa..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "Viety %n tallennustiedosto(a)" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Lisälaite" @@ -5415,7 +5597,7 @@ msgstr "Lisälaitteen liikesyöte" msgid "Extension Motion Simulation" msgstr "Lisälaitteen liikesimulaatio" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Ulkoinen" @@ -5423,35 +5605,35 @@ msgstr "Ulkoinen" msgid "External Frame Buffer (XFB)" msgstr "Ulkoinen kehyspuskuri (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Vie varmenteet NAND-muistista" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Vie koko levyn sisältö..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Vie kokonainen osio..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Vie tiedosto..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Vie tiedostot..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Vie järjestelmätiedot..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Viedään kaikkia tiedostoja..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Puretaan hakemistoa..." @@ -5461,7 +5643,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO-toistaja" @@ -5477,15 +5659,15 @@ msgstr "" "Muistikortin avaus epäonnistui:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Tämän istunnon lisääminen nettipeli-indeksiin epäonnistui: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Allekirjoitustiedoston '%1' lisääminen epäonnistui" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "Rajapinnan valtaaminen BT-läpipäästöön epäonnistui: {0}" @@ -5501,7 +5683,7 @@ msgstr "Skylanderin poistaminen paikasta %1 epäonnistui!" msgid "Failed to connect to Redump.org" msgstr "Redump.orgiin yhdistäminen epäonnistui" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Palvelinyhteys epäonnistui: %1" @@ -5542,35 +5724,35 @@ msgstr "" "\n" "Skylander saattaa olla jo portaalissa." -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "Nettipelin GBA{0}-tallennustiedoston poisto epäonnistui. Tarkista " "kirjoitusoikeudet." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Nettipelin muistikortin poisto epäonnistui. Tarkista kirjoitusoikeudet." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Valitun tiedoston poisto epäonnistui." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "Bluetooth-läpipääsyn ydinohjaimen irrottaminen epäonnistui: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Koodien lataaminen epäonnistui." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Kohteen %1 vedostaminen epäonnistui: Tiedoston avaaminen epäonnistui" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" "Kohteen %1 vedostaminen epäonnistui: Tiedoston kirjoittaminen epäonnistui" @@ -5584,15 +5766,15 @@ msgstr "Tallennustiedostoista %n:n %1:sta vienti epäonnistui." msgid "Failed to export the following save files:" msgstr "Seuraavien tallennustiedostojen vienti epäonnistui:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Varmenteiden vienti NAND-muistista epäonnistui" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Tiedoston vieminen epäonnistui." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Järjestelmädatan vienti epäonnistui." @@ -5614,14 +5796,14 @@ msgstr "Yhden tai useamman D3D-symbolin haku epäonnistui" msgid "Failed to import \"%1\"." msgstr "Kohteen \"%1\" tuonti epäonnistui." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Tallennustiedoston tuonti epäonnistui. Käynnistä peli kerran ja yritä sitten " "uudelleen." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5629,7 +5811,7 @@ msgstr "" "Tallennustiedoston tuonti epäonnistui. Annettu tiedosto on vioittunut tai ei " "ole kelvollinen Wii-tallennustiedosto." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5640,7 +5822,7 @@ msgstr "" "(Työkalut -> Hallitse NAND-muistia -> Tarkista NAND...), ja yritä " "tallennustiedoston tuontia sitten uudelleen." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Ytimen alustus epäonnistui" @@ -5654,7 +5836,7 @@ msgstr "" "Varmista, että grafiikkasuorittimesi tukee vähintään D3D 10.0:aa\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Hahmonninluokkien alustus epäonnistui" @@ -5663,19 +5845,19 @@ msgid "Failed to install pack: %1" msgstr "Paketin asennus epäonnistui: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Tämän julkaisun asennus NAND-muistiin epäonnistui." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" "Portissa %1 kuuntelu epäonnistui. Onko toinen nettipeli-istunto käynnissä?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "RSO-moduulin lataaminen epäonnistui kohdassa %1" @@ -5687,7 +5869,7 @@ msgstr "d3d11.dll:n lataus epäonnistui" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll:n lataus epäonnistui" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Karttatiedoston '%1' lataus epäonnistui" @@ -5703,7 +5885,7 @@ msgstr "" "Skylander-tiedoston lataaminen epäonnistui:\n" "%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Suoritettavan tiedoston lataus muistiin epäonnistui." @@ -5719,25 +5901,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Skylanderin muokkaus epäonnistui!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "Tiedoston \"%1\" avaaminen kirjoittamista varten epäonnistui." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "Tiedoston \"{0}\" avaaminen kirjoittamista varten epäonnistui." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Kohteen '%1' avaus epäonnistui" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Bluetooth-laitteen avaus epäonnistui: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "Haaravahtitiedoston \"%1\" avaaminen epäonnistui" @@ -5769,7 +5951,7 @@ msgstr "" msgid "Failed to open file." msgstr "Tiedoston avaaminen epäonnistui." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Palvelimen avaaminen epäonnistui" @@ -5810,7 +5992,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Syötetiedoston \"%1\" avaaminen epäonnistui." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5825,7 +6007,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Redump.org-datan jäsentäminen epäonnistui" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "Annetun arvon jäsentäminen annettuun kohdetietotyyppiin epäonnistui." @@ -5838,7 +6020,7 @@ msgid "Failed to read from file." msgstr "Tiedostosta lukeminen epäonnistui." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Syötetiedostosta \"{0}\" lukeminen epäonnistui." @@ -5858,6 +6040,10 @@ msgid "" "\n" "The file was too small." msgstr "" +"Infinity-tiedoston luku epäonnistui:\n" +"%1\n" +"\n" +"Tiedosto oli liian pieni." #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:818 msgid "Failed to read the Skylander file!" @@ -5905,47 +6091,47 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Tämän julkaisun poistaminen NAND-muistista epäonnistui." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Nettipelin GCI-kansion nollaaminen epäonnistui. Tarkista kirjoitusoikeudet." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Nettipelin NAND-kansion nollaaminen epäonnistui. Tarkista kirjoitusoikeudet." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "Nettipelin uudelleenohjauskansion nollaaminen epäonnistui. Tarkista " "kirjoitusoikeudet." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "Haaravahtitiedoston \"%1\" tallennus epäonnistui" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "FIFO-lokin tallennus epäonnistui." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Koodikartan tallentaminen polkuun '%1' epäonnistui" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Allekirjoitustiedoston tallentaminen tiedostoon '%1' epäonnistui" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Symbolikartan tallentaminen polkuun '%1' epäonnistui" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Allekirjoitustiedoston '%1' tallentaminen epäonnistui" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5964,11 +6150,11 @@ msgstr "Paketin asentaminen epäonnistui: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "BT.DINF-tiedoston tallentaminen SYSCONFiin epäonnistui" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Mii-datan kirjoittaminen epäonnistui." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Wiin tallennustiedoston kirjoittaminen epäonnistui." @@ -5982,7 +6168,7 @@ msgstr "Asetustiedoston kirjoittaminen epäonnistui!" msgid "Failed to write modified memory card to disk." msgstr "Muutetun muistikortin kirjoittaminen levylle epäonnistui." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "Uudelleenohjatun tallennustiedoston kirjoittaminen epäonnistui." @@ -5991,7 +6177,7 @@ msgid "Failed to write savefile to disk." msgstr "Tallennustiedoston kirjoittaminen levylle epäonnistui." #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -6001,20 +6187,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Virhe" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Reilu syöteviive" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Oletusalue" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Oletusalue:" @@ -6035,7 +6222,7 @@ msgstr "" "Vakava desynkronoituminen. Toisto keskeytyy. (Virhe PlayWiimotessa: {0} != " "{1}, tavu {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Näkökenttä" @@ -6048,46 +6235,46 @@ msgstr "Hahmon numero:" msgid "Figure type" msgstr "Hahmon tyyp" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Tiedoston tiedot" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Tiedostomuoto" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Tiedostomuoto:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Tiedoston tiedot" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Tiedostonimi" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Tiedostopolku" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Tiedostokoko" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Tiedostokoko:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Tiedostossa ei ollut koodeja." @@ -6099,7 +6286,7 @@ msgstr "Tiedostonimi" msgid "Files opened, ready to compress." msgstr "Tiedostot avattu, valmiina pakkaamaan." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6131,7 +6318,7 @@ msgstr "Etsi &seuraava" msgid "Find &Previous" msgstr "Etsi &edellinen" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Lopeta kalibrointi" @@ -6166,12 +6353,6 @@ msgstr "Tarkistussummien korjaus epäonnistui" msgid "Fixed Alignment" msgstr "Määrätty kohdistus" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Liput" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6181,11 +6362,11 @@ msgstr "Liput" msgid "Float" msgstr "32-bittinen liukuluku" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "Seuraa &haaraa" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Parhaiden tulosten saavuttamiseksi liikuta ohjainta hitaasti kaikkiin " @@ -6207,7 +6388,7 @@ msgstr "" "Asennusohjeita löytyy tältä sivulta." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Pakota 16:9-kuvasuhde" @@ -6215,7 +6396,7 @@ msgstr "Pakota 16:9-kuvasuhde" msgid "Force 24-Bit Color" msgstr "Pakote 24-bittinen värisyvyys" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Pakota 4:3-kuvasuhde" @@ -6247,15 +6428,15 @@ msgstr "Pakota kuunteluportti:" msgid "Force Nearest" msgstr "Pakota lähin" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "Pakollisesti pois päältä, koska %1 ei tue VS-laajentamista." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "Pakollisesti päällä, koska %1 ei tue geometriavarjostimia." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6271,7 +6452,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6284,17 +6465,20 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." msgstr "" +"Pakottaa hahmonnusikkunan näkymään muiden ikkunoiden ja sovellusten " +"yläpuolella.

Ellet ole varma, jätä tämä " +"valitsematta." #: Source/Core/DolphinQt/ConvertDialog.cpp:60 msgid "Format:" msgstr "Muoto:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6309,38 +6493,38 @@ msgstr "Tee portinsiirto (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Löytyi %1 tulosta haulla \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "Löytyi %n osoite(tta)" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Kehys %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Kehys kerrallaan" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Kehys kerrallaan: vähennä nopeutta" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Kehys kerrallaan: lisää nopeutta" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Kehys kerrallaan: palauta nopeus" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Kehysvedostus" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Kehysväli" @@ -6348,7 +6532,7 @@ msgstr "Kehysväli" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "Kehysvedoskuva(t) '{0}' on/ovat jo olemassa. Ylikirjoitetaanko?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Nauhoitettavien kehysten määrä:" @@ -6368,7 +6552,7 @@ msgstr "Vapaita tiedostoja: %1" msgid "Free Look Control Type" msgstr "Vapaan katselun hallinnan tyyppi" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Vapaan katselun ohjain %1" @@ -6388,22 +6572,26 @@ msgstr "" "ohjeita on saatavissa tältä sivulta." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Vapaa katselu" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Vapaa katselu" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Vapaa katselu päälle/pois" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Ranska" @@ -6422,8 +6610,8 @@ msgid "From" msgstr "Mistä" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Mistä:" @@ -6431,13 +6619,14 @@ msgstr "Mistä:" msgid "FullScr" msgstr "Koko näyttö" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktio" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" -msgstr "" +msgstr "Toimintoasetukset" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" @@ -6455,7 +6644,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "GBA-kasettipolku:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "GBA-ydin" @@ -6471,19 +6660,19 @@ msgstr "GBA-asetukset" msgid "GBA TAS Input %1" msgstr "GBA-TAS-syöte %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA-äänenvoimakkuus" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA-ikkunan koko" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1:n ROM:ksi vaihtui \"%2\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1:n ROM pois käytöstä" @@ -6509,7 +6698,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ-GC-/Wii-kuvat (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6533,7 +6722,7 @@ msgstr "GL_MAX_TEXTURE_SIZE on {0} - sen on oltava vähintään 1024." msgid "GPU Texture Decoding" msgstr "Tekstuurien purku grafiikkasuorittimella" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6546,7 +6735,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL-VIRHE: Tukeeko grafiikkasuorittimesi OpenGL 2.0:aa?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6554,7 +6743,7 @@ msgstr "" "GPU: OGL-VIRHE: Tarvitaan GL_ARB_map_buffer_range.\n" "GPU: Tukeeko grafiikkasuorittimesi OpenGL 3.0:aa?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6562,7 +6751,7 @@ msgstr "" "GPU: OGL-VIRHE: Tarvitaan GL_ARB_sampler_objects.\n" "GPU: Tukeeko grafiikkasuorittimesi OpenGL 3.3:a?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6570,7 +6759,7 @@ msgstr "" "GPU: OGL-VIRHE: Tarvitaan GL_ARB_uniform_buffer_object.\n" "GPU: Tukeeko grafiikkasuorittimesi OpenGL 3.1:ä?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6586,7 +6775,7 @@ msgstr "" "GPU: OGL-VIRHE: Tarvitaan OpenGL:n versio 3.\n" "GPU: Tukeeko grafiikkasuorittimesi OpenGL 3:a?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6609,16 +6798,16 @@ msgstr "" msgid "Game" msgstr "Peli" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance -moduulit (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6626,7 +6815,7 @@ msgstr "" "Game Boy Advance -ROMit (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *." "bin);;Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance portissa %1" @@ -6638,7 +6827,7 @@ msgstr "Pelin väriavaruus:" msgid "Game Config" msgstr "Peliasetukset" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Pelin lisätiedot" @@ -6654,25 +6843,25 @@ msgstr "Pelin gamma" msgid "Game Gamma:" msgstr "Pelin gamma:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Pelin tunniste" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Pelin tunniste:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Pelin tila" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Peliksi valittu \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6680,15 +6869,15 @@ msgstr "" "Pelitiedostolla on eri tiiviste; valitse Ominaisuudet, vaihda Varmenna-" "välilehdelle ja käytä Varmenna eheys -ominaisuutta tarkistaaksesi tiivisteen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "Pelillä on eri levynumero" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "Pelillä on eri revisio" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Peli on jo käynnissä!" @@ -6699,7 +6888,7 @@ msgstr "" "Peli ylikirjoitti toisen pelin tallennustiedoston. Datan vioittumista edessä " "{0:#x}, {1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "Pelin alue on eri" @@ -6719,11 +6908,11 @@ msgstr "GameCube-sovitin Wii U:lle" msgid "GameCube Adapter for Wii U at Port %1" msgstr "GameCube-sovitin Wii U:lle portissa %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube -ohjain" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "GameCube -ohjain portissa %1" @@ -6731,11 +6920,11 @@ msgstr "GameCube -ohjain portissa %1" msgid "GameCube Controllers" msgstr "GameCube -ohjaimet" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube -näppäimistö" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "GameCube -näppäimistö portissa %1" @@ -6752,7 +6941,7 @@ msgstr "GameCube -muistikortit" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "GameCube -muistikortit (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "GameCube -mikrofonin paikka %1" @@ -6780,45 +6969,55 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko-koodit" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Yleinen" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Yleinen ja asetukset" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "Luo Action Replay -koodi(t)" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Luo uusi tilastoidentiteetti" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" +"Luo uuden anonyymin tunnisteen käyttötilastointia varten. Toiminto estää " +"tulevien tilastojen liittämisen edellisiin tilastoihin." + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "AR-koodi(t) luotu." -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Luotu symbolinimet lähteestä '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Saksa" @@ -6826,11 +7025,11 @@ msgstr "Saksa" msgid "Germany" msgstr "Saksa" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "GetDeviceList epäonnistui: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6845,7 +7044,7 @@ msgstr "Jätti" msgid "Giants" msgstr "Giants" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golf-tila" @@ -6854,7 +7053,7 @@ msgid "Good dump" msgstr "Hyvä vedos" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafiikka" @@ -6863,7 +7062,7 @@ msgstr "Grafiikka" msgid "Graphics Mods" msgstr "Grafiikkamodit" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Grafiikkavalinnat" @@ -6872,7 +7071,7 @@ msgstr "Grafiikkavalinnat" msgid "Graphics mods are currently disabled." msgstr "Grafiikkamodit ovat tällä hetkellä pois päältä." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6900,7 +7099,7 @@ msgstr "Vihreä vasen" msgid "Green Right" msgstr "Vihreä oikea" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Ruudukkonäkymä" @@ -6945,7 +7144,7 @@ msgstr "Pää" msgid "Help" msgstr "Ohje" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Sankarin taso:" @@ -6978,11 +7177,11 @@ msgstr "Heksadesimaali" msgid "Hide" msgstr "Piilota" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "Piilota &komennot" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Piilota kaikki" @@ -6994,23 +7193,26 @@ msgstr "Piilota pelissä olevat istunnot" msgid "Hide Incompatible Sessions" msgstr "Piilota ei-yhteensopivat istunnot" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Piilota muiden GBA:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" +"Piilottaa hiiren osoittimen, kun se on hahmonnusikkunan alueella ja ikkuna " +"on aktiivinen.

Ellet ole varma, valitse \"Liikkeen " +"yhteydessä\"." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Korkea" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Korkein" @@ -7033,15 +7235,39 @@ msgstr "Isännöi" msgid "Host Code:" msgstr "Isäntäkoneen koodi:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Isäntäkone vastaa syötteestä" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Isäntäkoko" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -7054,14 +7280,22 @@ msgstr "" "Sopii rennoille peleille vähintään 3 pelaajan kesken, mahdollisesti " "epävakaiden tai suuriviiveisten yhteyksien tapauksessa." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Isäntäkoneen syötevastuu on pois päältä" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Isäntäkoneen syötevastuu on päällä" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Isännöi nettipelissä" @@ -7070,21 +7304,21 @@ msgstr "Isännöi nettipelissä" msgid "Hostname" msgstr "Isäntänimi" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Pikanäppäinasetukset" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Pikanäppäimet" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Pikanäppäimet vaativat kohdistetun ikkunan" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Hybridi-Uber-varjostimet" @@ -7111,7 +7345,7 @@ msgstr "Annettu tunniste on virheellinen!" msgid "ID:" msgstr "Tunniste:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOS-versio:" @@ -7148,7 +7382,7 @@ msgid "IR" msgstr "Infrapuna" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Infrapunatarkkuus:" @@ -7188,7 +7422,7 @@ msgstr "" msgid "Icon" msgstr "Ikoni" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7200,11 +7434,11 @@ msgstr "" "Sopii vuoropohjaisiin peleihin, kuten golfiin, joissa ohjauksen ajoitus on " "tärkeää." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Identiteetin luonti" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7226,7 +7460,7 @@ msgstr "" "tai suorituskyky- ja vakausongelmia.\n" "Tämän luvan voi perua milloin vain Dolphinin asetuksista." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7247,7 +7481,7 @@ msgstr "" "Jos tämä ei ole käytössä, emuloidun ohjaimen yhteys riippuu siihen " "linkitetyn varsinaisen ohjaimen (jos sellainen on) yhteydestä." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7259,7 +7493,25 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" +"Jos asetus on päällä, Dolphin voi kerätä tietoja suorituskyvystä, " +"ominaisuuksien käytöstä, pelatuista peleistä ja asetuksista, sekä " +"järjestelmäsi laitteista ja käyttöjärjestelmästä.

Yksityisiä tietoja " +"ei kerätä. Tiedot auttavat meitä ymmärtämään paremmin, miten ihmiset ja " +"emuloidut pelit hyödyntävät Dolphinia, mikä vaikuttaa työmme " +"tärkeysjärjestykseen. Ominaisuus auttaa meitä myös tunnistamaan harvinaisia " +"asetuksia, jotka voivat aiheuttaa tominnan, suorituskyvyn tai vakauden " +"ongelmia." + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7275,7 +7527,7 @@ msgstr "" msgid "Ignore" msgstr "Ohita" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "Sivuuta &sovelluslataajan haaraosumat" @@ -7304,19 +7556,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"Sivuuttaa kaikki suorittimen pyynnöt lukea tai kirjoittaa EFB:tä." -"

Parantaa monien pelien suorituskykyä, mutta poistaa kaikki EFB-" -"pohjaiset grafiikkatehosteet tai jopa pelin ominaisuudet." -"

Ellet ole varma, jätä tämä valitsematta." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Esitä XFB välittömästi" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7331,7 +7578,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Tuo BootMii-NAND-varmuuskopio..." @@ -7346,15 +7593,15 @@ msgstr "Tuonti epäonnistui" msgid "Import Save File(s)" msgstr "Tuo tallennustiedosto(ja)" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Tuo Wii-tallennustiedosto..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND-varmuuskopion tuonti käynnissä" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7363,7 +7610,7 @@ msgstr "" "NAND-varmuuskopion tuonti käynnissä\n" " Kulunut aika: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7371,12 +7618,17 @@ msgid "" "notified.

If unsure, leave this checked." msgstr "" +"Virheen sattuessa Dolphin pysähtyy, ilmoittaa virheestä ja esittää " +"vaihtoehtoisia tapoja jatkaa eteenpäin. Jos tämä asetus ei ole käytössä, " +"Dolphin niin ikään ohittaa kaikki virheet. Emulointi ei keskeydy, eivätkä " +"virheilmoitukset tule näkyviin.

Ellet ole varma, " +"jätä tämä valituksi." #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 msgid "In-Game?" msgstr "Peli käynnissä?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7389,64 +7641,64 @@ msgstr "" "palauttamisen aikaa.

Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Sankarin taso ei kelpaa!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "Edellisen sijoituksen aika ei kelpaa!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "Edellisen nollauksen aika ei kelpaa!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Rahan määrä ei kelpaa!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Nimimerkki ei kelpaa!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Peliaika ei kelpaa!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Lisää" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Lisää yhtenevyyttä" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Lisää syvyyttä" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Lisää emulaationopeutta" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Lisää sisäistä kuvatarkkuutta" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Lisää valittua tilatallennuspaikkaa" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Lisää X:ää" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Lisää Y:tä" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Vähittäinen kääntö" @@ -7486,12 +7738,12 @@ msgstr "Tiedot" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Tiedot" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Estä näytönsäästäjä emuloidessa" @@ -7500,11 +7752,11 @@ msgid "Inject" msgstr "Lisää koodia" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Syöte" @@ -7518,19 +7770,16 @@ msgstr "Aktivoiva syötevoimakkuus." msgid "Input strength to ignore and remap." msgstr "Uudelleenmuunnettava syötevoimakkuus." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "Lisää &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Lisää tyhjä käsky" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Lisää &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Lisää SD-kortti" @@ -7547,7 +7796,7 @@ msgstr "Asennusosio (%1)" msgid "Install Update" msgstr "Asenna päivitys" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Asenna WAD..." @@ -7555,13 +7804,14 @@ msgstr "Asenna WAD..." msgid "Install to the NAND" msgstr "Asenna NAND-muistiin" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Käsky" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Käsky" @@ -7570,7 +7820,7 @@ msgstr "Käsky" msgid "Instruction Breakpoint" msgstr "Käskyn keskeytyskohta" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Käsky:" @@ -7579,7 +7829,7 @@ msgstr "Käsky:" msgid "Instruction: %1" msgstr "Käsky: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7648,8 +7898,8 @@ msgstr "" "Sisäinen LZO-virhe - puretun versiomerkkijonon jäsentäminen epäonnistui " "({0} / {1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Sisäinen kuvatarkkuus" @@ -7658,15 +7908,15 @@ msgstr "Sisäinen kuvatarkkuus" msgid "Internal Resolution:" msgstr "Sisäinen kuvatarkkuus:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Sisäinen virhe AR-koodia luonnissa." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Tulkki (hitain)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Tulkkiydin" @@ -7674,7 +7924,7 @@ msgstr "Tulkkiydin" msgid "Invalid Expression." msgstr "Virheellinen lauseke." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "Automaattisen päivityksen palvelu palautti virheellistä JSONia: {0}" @@ -7682,7 +7932,7 @@ msgstr "Automaattisen päivityksen palvelu palautti virheellistä JSONia: {0}" msgid "Invalid Mixed Code" msgstr "Virheellinen sekakoodi" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Virheellinen paketti %1 annettu: %2" @@ -7691,11 +7941,11 @@ msgstr "Virheellinen paketti %1 annettu: %2" msgid "Invalid Player ID" msgstr "Virheellinen pelaajatunniste" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Virheellinen RSO-moduulin osoite: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Virheellinen kutsupino" @@ -7707,7 +7957,7 @@ msgstr "Virheelliset tarkistussummat." msgid "Invalid game." msgstr "Virheellinen peli." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Virheellinen isäntäkone" @@ -7716,7 +7966,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Virheellinen syöte kentässä \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Virheellinen syöte" @@ -7724,7 +7974,7 @@ msgstr "Virheellinen syöte" msgid "Invalid literal." msgstr "Virheellinen literaali." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Virheelliset parametrit annettiin hakuun." @@ -7752,13 +8002,21 @@ msgstr "Virheellinen hakumerkkijono (vain parillisia pituuksia tuetaan)" msgid "Invalid title ID." msgstr "Virheellinen julkaisutunniste." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Virheellinen vahtiosoite: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italia" @@ -7771,80 +8029,81 @@ msgstr "Italia" msgid "Item" msgstr "Esin" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT:n lohkolinkitys pois" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT-lohkot" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT-haara pois" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT-liukuluku pois" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT-kokonaisluku pois" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT-liukuluku-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT-paritettu-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT-IXz-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT-Ibzx-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT-Iwz-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT pois (JIT-ydin)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT-paritettu pois" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "JIT-kääntäjä ARM64-alustalle (suositus)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "JIT-kääntäjä x86-64-alustalle (suositus)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT-rekisterivälimuisti pois" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT-järjestelmärekisterit pois" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7853,16 +8112,17 @@ msgstr "" "Näin ei pitäisi koskaan tapahtua. Ilmoitathan tästä ongelmasta " "vianhallintajärjestelmään. Dolphin sulkeutuu nyt." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT ei ole aktiivinen" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japani" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japani" @@ -7873,7 +8133,7 @@ msgstr "Japani" msgid "Japanese (Shift-JIS)" msgstr "Japani (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -7881,12 +8141,12 @@ msgstr "" "Kaos on ainoa roisto, joka kuuluu tähän palkintoon, ja hän on pelissä aina " "avattuna. Muutoksia ei tarvita!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Jatka suoritusta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Pidä ikkuna päällimmäisenä" @@ -7916,20 +8176,20 @@ msgstr "Näppäimistöohjain" msgid "Keys" msgstr "Näppäimet" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Poista pelaaja" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korea" @@ -7958,41 +8218,41 @@ msgstr "LR-tallennus" msgid "Label" msgstr "Nimi" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" -msgstr "" +msgstr "Kieli" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Edellinen arvo" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Viimeksi sijoitettu:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Viimeksi nollattu:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Viive:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Viive: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Viiv: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Viiv: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Viive: ~80 ms" @@ -8000,11 +8260,11 @@ msgstr "Viive: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "Näiden julkaisuiden käynnistäminen voi myös korjata ongelmat." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Tulostauluko" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -8063,6 +8323,19 @@ msgstr "" "Paina hiiren vasemmalla/oikealla painikkeella säätääksesi ulostuloa.\n" "Keskimmäinen painikie tyhjentää asetuksen." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" +"Mahdollistaa kielten ja alueasetusten valitsemisen, vaikkei peli välttämättä " +"tukisi sellaisia asetuksia. Asetus voi aiheuttaa epävakautta ja muita " +"ongelmia.

Asetusta ei voi muuttaa, kun emulointi on käynnissä." +"

Ellet ole varma, jätä tämä valitsematta." + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -8096,11 +8369,11 @@ msgstr "Valo" msgid "Limit Chunked Upload Speed:" msgstr "Rajoita lohkotun lähetyksen nopeutta:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listan sarakkeet" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listanäkymä" @@ -8110,29 +8383,29 @@ msgstr "Kuunnellaan" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Lataa" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Lataa &huono karttatiedosto..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Lataa &muu karttatiedosto..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "Lataa haaravahti &tiedostosta..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "Lataa haaravahtitiedosto" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Lataa muokatut tekstuurit" @@ -8140,24 +8413,29 @@ msgstr "Lataa muokatut tekstuurit" msgid "Load File" msgstr "Avaa tiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Lataa GameCube-päävalikko" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Lataa vain isäntäkoneen tallennustiedostot" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Palauta viimeisin tila" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "Lataa karttatiedosto" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" -msgstr "Lataa polku:" +msgstr "Latauspolku:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Lataa ROM" @@ -8165,137 +8443,132 @@ msgstr "Lataa ROM" msgid "Load Slot" msgstr "Aseta paikkaan" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Palauta tila" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Palauta viimeisin tila 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Palauta viimeisin tila 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Palauta viimeisin tila 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Palauta viimeisin tila 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Palauta viimeisin tila 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Palauta viimeisin tila 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Palauta viimeisin tila 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Palauta viimeisin tila 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Palauta viimeisin tila 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Palauta viimeisin tila 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Palauta tila 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Palauta tila 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Palauta tila 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Palauta tila 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Palauta tila 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Palauta tila 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Palauta tila 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Palauta tila 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Palauta tila 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Palauta tila 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Palauta tila tiedostosta" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Palauta tila valitusta paikasta" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Palauta tila paikasta" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Käynnistä Wii-järjestelmävalikko %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Lataa ja kirjoita isäntäkoneen tallennustiedosto" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Palauta tila valitusta paikasta" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Palauta tila paikasta %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Lataa karttatiedosto" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Käynnistä vWii-järjestelmävalikko %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Lataa..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Symbolit lähteestä '%1' ladattu" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8306,7 +8579,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8315,28 +8588,32 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Paikallinen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Lukitse hiiren osoitin paikoilleen" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Lukittu" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" +"Lukitsee hiiren osoittimen hahmonnusalueelle, kun se on aktiivinen. Voit " +"valita pikanäppäimen, joka vapauttaa lukituksen." +"

Ellet ole varma, jätä tämä valitsematta." #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Loki" @@ -8345,19 +8622,20 @@ msgstr "Loki" msgid "Log Configuration" msgstr "Lokiasetukset" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Kirjaudu sisään" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Kirjoita JIT:n käskykattavuus lokiin" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Kirjaudu ulo" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Kirjoita hahmonnusaika lokitiedostoon" @@ -8369,11 +8647,23 @@ msgstr "Lokityypit" msgid "Logger Outputs" msgstr "Lokin ulostulot" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Sisäänkirjautuminen epäonnistui" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8384,20 +8674,20 @@ msgstr "" "mittaamiseen.

Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Silmukka" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Yhteys nettipelipalvelimeen menetettiin..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Matala" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Matalin" @@ -8427,27 +8717,31 @@ msgstr "Taikuus" msgid "Main Stick" msgstr "Pääohjainsauva" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "Varmista, että sankarin taso on välillä 0–100!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "Varmista, että edellisen sijoituksen päivämäärä ja aika ovat oikein!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "Varmista, että edellisen nollauksen päivämäärä ja aika ovat oikein!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "Varmista, että rahan määrä on välillä 0–65000!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "Varmista, että nimimerkki on 0–15 merkkiä pitkä!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "Varmista, että peliaika on oikein!" @@ -8455,18 +8749,18 @@ msgstr "Varmista, että peliaika on oikein!" msgid "Make sure there is a Skylander in slot %1!" msgstr "Varmista, että paikassa %1 on Skylander-hahmo!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Tekijä" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Tekijä:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8479,16 +8773,16 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Hallitse NAND-muistia" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Manuaalinen tekstuuriotanta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Ohjainmääritys" @@ -8496,15 +8790,19 @@ msgstr "Ohjainmääritys" msgid "Mask ROM" msgstr "Peite-ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Tulos löytyi" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Korkein puskurin arvo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Puskurin korkein arvo vaihtui arvoon %1" @@ -8513,13 +8811,13 @@ msgstr "Puskurin korkein arvo vaihtui arvoon %1" msgid "Maximum tilt angle." msgstr "Suurin kallistuskulma." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" "Saattaa aiheuttaa hidastumisongelmia Wii-valikossa ja joissain peleissä." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Keskitaso" @@ -8535,7 +8833,7 @@ msgstr "Muistin keskeytyskohta" msgid "Memory Card" msgstr "Muistikortti" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Muistikorttien hallinta" @@ -8543,7 +8841,7 @@ msgstr "Muistikorttien hallinta" msgid "Memory Card Path:" msgstr "Muistikorttipolku:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Muistin korvaus" @@ -8566,7 +8864,7 @@ msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" "MemoryCard: Write-kutsu tapahtui virheellisellä kohdeosoitteella ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8578,33 +8876,41 @@ msgstr "" "Tätä toimintoa ei voi peruuttaa, joten on suositeltavaa säilyttää molempien " "NAND-muistien varmuuskopiot. Haluatko varmasti jatkaa?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofoni" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Sekalaiset" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Sekalaiset asetukset" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Sekalaiset käskyt" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8615,7 +8921,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Ristiriita sisäisissä tietorakenteissa." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8642,7 +8948,7 @@ msgstr "Modeemisovitin (tap-palvelin)" msgid "Modifier" msgstr "Muunnin" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8658,20 +8964,20 @@ msgid "Modify Slot" msgstr "Muokkaa paikkaa" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Muokataan Skylanderia: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Löydetyt moduulit: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Raha:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8683,11 +8989,11 @@ msgstr "Monoskooppiset varjot" msgid "Monospaced Font" msgstr "Tasalevyinen fontti" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Liikesyöte" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Liikesimulaatio" @@ -8696,16 +9002,16 @@ msgstr "Liikesimulaatio" msgid "Motor" msgstr "Moottori" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Hiiren osoittimen näkyvyys" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Liiku" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Nauhoitus" @@ -8718,7 +9024,7 @@ msgstr "" "Nauhoitus {0} kertoo alkaneensa tilantallennuksesta, mutta tilaa {1} ei ole " "olemassa. Nauhoitus mitä todennäköisimmin ei toimi oikein!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "AR-koodien luonnissa tapahtui useita virheitä." @@ -8727,14 +9033,24 @@ msgstr "AR-koodien luonnissa tapahtui useita virheitä." msgid "Multiplier" msgstr "Kerroin" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "E&i kaikkiin" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND-tarkistus" @@ -8743,8 +9059,8 @@ msgstr "NAND-tarkistus" msgid "NKit Warning" msgstr "NKit-varoitus" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8753,7 +9069,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8776,8 +9092,8 @@ msgstr "" "

Ellet ole varma, jätä asetus arvoon 2,35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8790,11 +9106,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Nimi" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Uuden tunnisteen nimi:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Poistettavan tunnisteen nimi:" @@ -8803,10 +9119,10 @@ msgid "Name of your session shown in the server browser" msgstr "Istunnon nimi, joka näkyy palvelinselaimessa" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nimi:" @@ -8820,7 +9136,7 @@ msgstr "Alkuperäinen (640x528)" msgid "Native GCI File" msgstr "Alkuperäinen GCI-tiedosto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "Nettipeli" @@ -8836,7 +9152,7 @@ msgstr "Nettipeliasetukset" msgid "Netherlands" msgstr "Alankomaat" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8845,7 +9161,7 @@ msgstr "" "nettipelin aikana luodut ja muutetut tallennustiedostot pysyvät isäntäkoneen " "paikallisissa tallenustiedostoissa." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8855,7 +9171,7 @@ msgstr "" "nettipelin aikana luodut ja muutetut tallennustiedostot hävitetään istunnon " "lopuksi." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8864,7 +9180,7 @@ msgstr "" "aikana luodut tallennustiedostot hävitetään lopuksi." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Verkko" @@ -8872,7 +9188,7 @@ msgstr "Verkko" msgid "Network dump format:" msgstr "Verkkovedosten muoto:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Ei koskaan" @@ -8881,7 +9197,7 @@ msgid "Never Auto-Update" msgstr "Älä koskaan päivitä automaattisesti" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Uusi" @@ -8906,7 +9222,7 @@ msgstr "Uusi haku" msgid "New Tag..." msgstr "Uusi tunniste..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Uusi identiteetti luotu." @@ -8914,30 +9230,32 @@ msgstr "Uusi identiteetti luotu." msgid "New instruction:" msgstr "Uusi käsky:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Uusi tunniste" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Uusi peliprofiili" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Seuraava tulos" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Seuraava profiili" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Nimimerkki on liian pitkä." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Nimimerkki:" @@ -8959,21 +9277,21 @@ msgstr "Ei kohdistusta" msgid "No Audio Output" msgstr "Ei ääniulostuloa" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Ei pakkausta" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Ei hakutuloksia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Ei tallennustiedostoja" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Ei muokattavaa dataa!" @@ -8994,15 +9312,15 @@ msgstr "Ei virheitä." msgid "No extension selected." msgstr "Ei valittua lisäosaa." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Ei ladattua/nauhoitettua tiedostoa." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Peli ei ole käynnissä." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Peli ei ole käynnissä." @@ -9015,23 +9333,23 @@ msgstr "Grafiikkamodia ei ole valittu" msgid "No input" msgstr "Ei syötettä" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Ongelmia ei löytynyt." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "Sopivaa peliä ei löytynyt" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "M3U-tiedostosta \"{0}\" ei löytynyt polkuja" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Ongelmia ei löytynyt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -9045,7 +9363,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Peliasetukselle '{0}' ei löydy profiileja" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Nauhoitusta ei ole ladattu." @@ -9061,7 +9379,7 @@ msgstr "" "nauhoitus pysyy synkronoituneena." #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -9079,7 +9397,7 @@ msgstr "Pohjois-Amerikka" msgid "Not Set" msgstr "Ei asetettu" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Kaikilla pelaajilla ei ole peliä. Haluatko todella aloittaa?" @@ -9103,7 +9421,7 @@ msgstr "" "Kohdemuistikortilla ei ole riittävästi vapaita tiedostoja. Vähintään %n " "vapaa(ta) tiedosto(a) tarvitaan." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Ei löydy" @@ -9132,11 +9450,6 @@ msgstr "Huomautus" msgid "Null" msgstr "Tyhjä" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "SuorKerrat" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9162,13 +9475,13 @@ msgid "Nunchuk Stick" msgstr "Nunchukin ohjaussauva" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Olio %1" @@ -9220,7 +9533,7 @@ msgstr "Kohteen 4 X" msgid "Object 4 Y" msgstr "Kohteen 4 Y" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Olioväli" @@ -9241,11 +9554,11 @@ msgstr "Osoite-ero" msgid "On" msgstr "Päällä" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Liikkeen yhteydessä" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9255,7 +9568,7 @@ msgstr "" "kulmapistevarjostimia pisteiden ja janojen laajentamiseen, tämä asetus " "valitsee kulmapistevarjostimen. Se voi vaikuttaa suorituskykyyn.

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9281,7 +9594,7 @@ msgstr "" "funktiokutsuja ja ehdollisia koodireittejä, jotka suoritetaan vain silloin, " "kun tietty toiminto tapahtuu emuloidussa ohjelmistossa." -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Verkko-&ohje" @@ -9289,7 +9602,7 @@ msgstr "Verkko-&ohje" msgid "Only Show Collection" msgstr "Näytä vain kokoelma" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9297,7 +9610,7 @@ msgstr "" "Lisää vain symbolit, jotka alkavat näin:\n" "(Jätä tyhjäksi saadaksesi kaikki symbolit)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9316,17 +9629,21 @@ msgstr "Avaa" msgid "Open &Containing Folder" msgstr "Avaa &kansio" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Avaa &käyttäjäkansio" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "Avaa saavutukset" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Avaa hakemisto..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "Avaa FIFO-loki" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -9391,34 +9708,34 @@ msgstr "Oranssi" msgid "Orbital" msgstr "Kiertävä" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "Alku" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "Alku enintään" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "Alku vähintään" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "Alkusymboli" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "Alku ja loppu" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9428,16 +9745,16 @@ msgstr "Muu" msgid "Other Partition (%1)" msgstr "Muu osio (%1):" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Muut tilojen pikanäppäimet" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Muu tilojen hallinta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Muu peli..." @@ -9445,7 +9762,7 @@ msgstr "Muu peli..." msgid "Output" msgstr "Tulos" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Kuvan uudelleenotanta" @@ -9453,16 +9770,16 @@ msgstr "Kuvan uudelleenotanta" msgid "Output Resampling:" msgstr "Kuvan uudelleenotanta:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Ylikirjoitettu" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Toista nauhoitus..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9475,23 +9792,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG:n pakkaustaso" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG:n pakkaustaso:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG-kuvatiedosto (*.png);; Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC-koko" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs. isäntäkone" @@ -9504,7 +9830,7 @@ msgstr "Ohjain" msgid "Pads" msgstr "Ohjaimet" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parametrit" @@ -9525,7 +9851,7 @@ msgstr "Passiivinen" msgid "Passthrough a Bluetooth adapter" msgstr "Bluetooth-sovittimen läpipäästö" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Salasana" @@ -9550,7 +9876,7 @@ msgstr "Muutoksen nimi" msgid "Patches" msgstr "Muutokset" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Polku:" @@ -9563,23 +9889,23 @@ msgstr "Polut" msgid "Pause" msgstr "Keskeytä" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "Keskeytä haaravahti" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Keskeytä nauhoituksen loputtua" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Keskeytä, kun ikkuna ei ole kohdistettuna" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Keskeytä paniikin tapahtuessa" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9592,11 +9918,14 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." msgstr "" +"Keskeyttää pelin, kun hahmonnusikkuna ei ole aktiivinen." +"

Ellet ole varma, jätä tämä valitsematta." #. i18n: Refers to tilting an emulated Wii Remote. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:40 @@ -9617,7 +9946,7 @@ msgstr "Korkein nopeus ulospäin suuntautuville heilahduksille." msgid "Per-Pixel Lighting" msgstr "Kuvapistekohtainen valaistus" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Tee verkossa järjestelmäpäivitys" @@ -9625,15 +9954,15 @@ msgstr "Tee verkossa järjestelmäpäivitys" msgid "Perform System Update" msgstr "Tee järjestelmäpäivitys" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Suorituskyvyn otosikkuna (ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Suorituskyvyn otosikkuna (ms):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Suorituskykytilastot" @@ -9647,15 +9976,15 @@ msgstr "Fyysinen" msgid "Physical address space" msgstr "Fyysinen osoiteavaruus" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Valitse virheenjäljitysfontti" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Vasteaika" @@ -9667,8 +9996,8 @@ msgstr "Nyökkäyskulma alas" msgid "Pitch Up" msgstr "Nyökkäyskulma ylös" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Alusta" @@ -9676,11 +10005,11 @@ msgstr "Alusta" msgid "Play" msgstr "Pelaa" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Toista / nauhoita" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Toista nauhoitus" @@ -9688,11 +10017,11 @@ msgstr "Toista nauhoitus" msgid "Play Set/Power Disc" msgstr "Lelusarja/Voimakiekko" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Toiston asetukset" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Pelaaja" @@ -9721,18 +10050,23 @@ msgid "Player Two Ability Two" msgstr "Toisen pelaajan toinen kyky" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Pelaajat" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Peliaika:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9740,7 +10074,7 @@ msgstr "" "Valitse SyncOnSkipIdle-asetus arvoon True! Asetus ei ole tällä hetkellä " "käytössä, mikä altistaa kyseiselle ongelmalle." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "Aloita peli, ennen kuin teet haun standardimuistialueilla." @@ -9773,13 +10107,13 @@ msgstr "Portti:" msgid "Portal Slots" msgstr "Portaalipaikat" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Mahdollinen desynkronoituminen havaittu: %1 on voinut desynkronoitua " "kehyksessä %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Jälkikäsittelyefekti" @@ -9793,18 +10127,18 @@ msgstr "Jälkikäsittelyvarjostimen asetukset" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:86 msgid "Power Disc Three" -msgstr "" +msgstr "Voimakiekko kolme" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:84 msgid "Power Disc Two" -msgstr "" +msgstr "Voimakiekko kaksi" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Käytä kulmapistevarjostinta pisteiden ja viivojen laajentamiseen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Esihae muokatut tekstuurit" @@ -9834,7 +10168,7 @@ msgstr "" msgid "Presets" msgstr "Esiasetukset" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Paina synkronointipainiketta" @@ -9843,7 +10177,7 @@ msgstr "Paina synkronointipainiketta" msgid "Pressure" msgstr "Paine" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9857,18 +10191,19 @@ msgstr "" "

Ei suositeltavissa; käytä vain, jos muut " "vaihtoehdot tuottavat huonoja tuloksia." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Edellinen peliprofiili" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Edellinen hakutulos" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Edellinen profiili" @@ -9890,20 +10225,20 @@ msgstr "Yksityinen ja julkinen" msgid "Problem" msgstr "Ongelma" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "Suuria ongelmia löytyi. Mitä todennäköisimmin peli ei toimi lainkaan." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" "Pieniä ongelmia löytyi. Mitä todennäköisimmin ne eivät estä peliä toimimasta." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9915,34 +10250,37 @@ msgstr "" msgid "Profile" msgstr "Profiili" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Ohjelmalaskuri" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Edistyminen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." msgstr "" +"Kysyy varmistuksena Lopeta-painikkeen painalluksen jälkeen, että todella " +"halusit pysäyttää emuloinnin.

Ellet ole varma, jätä " +"tämä valituksi." #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:99 msgid "Public" msgstr "Julkinen" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Tyhjennä peliluettelon välimuisti" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Aseta IPL-ROMit User/GC-kansioon" @@ -9954,26 +10292,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "QoS-tekniikan käynnistäminen ei onnistunut." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "QoS-tekniikan käynnistys onnistui." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "DPLII-purkamisen laatu. Ääniviive kasvaa laadun myötä." #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Kysymys" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Poistu" @@ -9994,11 +10332,11 @@ msgstr "R-analogi" msgid "READY" msgstr "VALMIS" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-moduulit" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO:n automaattinen havainta" @@ -10031,17 +10369,21 @@ msgstr "Taso %1" msgid "Raw" msgstr "Raaka" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Raaka sisäinen kuvatarkkuus" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "Ko&rvaa käsky" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "Kor&vaa käsky" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Luku" @@ -10064,7 +10406,7 @@ msgstr "Vain luku" msgid "Read or Write" msgstr "Luku tai kirjoitus" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Vain luku -tila" @@ -10080,7 +10422,7 @@ msgstr "Oikea Wii Remote" msgid "Received invalid Wii Remote data from Netplay." msgstr "Nettipelistä saapui virheellistä Wii Remote -dataa." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "Viimeaikaiset osumat" @@ -10090,23 +10432,27 @@ msgstr "Viimeaikaiset osumat" msgid "Recenter" msgstr "Keskitä" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Nauhoita" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Nauhoita syötteitä" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Nauhoitus" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Nauhoituksen asetukset" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Nauhoitus käynnissä..." @@ -10123,7 +10469,7 @@ msgstr "Punainen vasen" msgid "Red Right" msgstr "Punainen oikea" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10149,7 +10495,6 @@ msgstr "Redump.org-tila:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10164,11 +10509,11 @@ msgstr "Päivitä nykyiset arvot" msgid "Refresh Game List" msgstr "Päivitä peliluettelo" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "Päivitys epäonnistui. Käynnistä peli hetkeksi ja yritä uudelleen." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Nykyiset arvot päivitetty." @@ -10177,8 +10522,8 @@ msgstr "Nykyiset arvot päivitetty." msgid "Refreshing..." msgstr "Päivittyy..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Alue" @@ -10199,9 +10544,10 @@ msgstr "Suhteellinen syöte" msgid "Relative Input Hold" msgstr "Suhteellisen syötteen pito" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" -msgstr "" +msgstr "Julkaisut (muutaman kuukauden välein)" #: Source/Core/DolphinQt/Updater.cpp:86 msgid "Remind Me Later" @@ -10211,7 +10557,7 @@ msgstr "Muistuta myöhemmin" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Poista" @@ -10228,7 +10574,7 @@ msgstr "Poista roskadata (peruuttamaton):" msgid "Remove Tag..." msgstr "Poista tunniste..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Poista tunniste" @@ -10242,20 +10588,20 @@ msgstr "" "(ellet myös pakkaa ISO-tiedostoa pakattuun muotoon, kuten ZIP, jälkikäteen). " "Haluatko silti jatkaa?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Uudelleennimeä symboli" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "Nimeä symboli uudelleen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Hahmonnusikkuna" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Hahmonna pääikkunaan" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10263,6 +10609,16 @@ msgstr "" "Hahmontaa näkymän rautalankamallina.

Ellet ole " "varma, jätä tämä valitsematta." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Raportti: GCIFolder kirjoittaa varaamattomaan lohkoon {0:#x}" @@ -10271,15 +10627,18 @@ msgstr "Raportti: GCIFolder kirjoittaa varaamattomaan lohkoon {0:#x}" msgid "Request to Join Your Party" msgstr "Pyyntö liittyä ryhmääsi" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" +"Jos asetus on valittuna, pikanäppäimillä on vaikutusta vain, jos " +"hahmonnusikkuna on aktiivinen.

Ellet ole varma, " +"jätä tämä valituksi." -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10290,7 +10649,7 @@ msgstr "Nollaa" msgid "Reset All" msgstr "Nollaa kaikki" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Nollaa ohittaen paniikkikäsittelijä" @@ -10314,7 +10673,7 @@ msgstr "Palauta läpikuluasetukset" msgid "Reset Values" msgstr "Nollaa arvot" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Palauta näkymä" @@ -10322,7 +10681,7 @@ msgstr "Palauta näkymä" msgid "Reset all saved Wii Remote pairings" msgstr "Poista kaikki tallennetut Wii Remote -laiteparit" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Kuvatarkkuuden tyyppi:" @@ -10334,7 +10693,7 @@ msgstr "Resurssipakettien hallinta" msgid "Resource Pack Path:" msgstr "Resurssipakettien polku:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Uudelleenkäynnistys tarvitaan" @@ -10342,11 +10701,11 @@ msgstr "Uudelleenkäynnistys tarvitaan" msgid "Restore Defaults" msgstr "Palauta oletukset" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "Palauta käsky" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Yritä uudelleen" @@ -10355,7 +10714,7 @@ msgstr "Yritä uudelleen" msgid "Return Speed" msgstr "Palausnopeus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revisi" @@ -10363,7 +10722,7 @@ msgstr "Revisi" msgid "Revision: %1" msgstr "Revisio: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10414,11 +10773,11 @@ msgstr "Kallistumakulma vasemmalle" msgid "Roll Right" msgstr "Kallistumakulma oikealle" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "Huonetunniste" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Kääntö" @@ -10427,7 +10786,7 @@ msgstr "Kääntö" msgid "Rotation applied at extremities of swing." msgstr "Kääntö, joka vastaa heilatuksen rajaa." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10442,7 +10801,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10454,6 +10813,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10479,20 +10847,25 @@ msgstr "" msgid "Rumble" msgstr "Tärinä" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" msgstr "Jatka &tähän" +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" + #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Suorita GBA-ytimet omissa säikeissään" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "Suorita kohtaan asti" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "Suorita kohtaan asti (ohittaen keskeytyskohdat)" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -10503,23 +10876,23 @@ msgstr "Suorita osumaan asti (ohittaen keskeytyskohdat)" msgid "Russia" msgstr "Venäjä" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD-kortti" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SD-kortin tiedostokoko:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD-korttikuva (*.raw);;Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD-kortin polku:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD-korttiasetukset" @@ -10527,7 +10900,7 @@ msgstr "SD-korttiasetukset" msgid "SD Root:" msgstr "SD-juuri:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "SD-synkronointikansio:" @@ -10562,11 +10935,11 @@ msgstr "SSL-konteksti" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Ta&llenna koodi" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Tal&lenna tila" @@ -10578,7 +10951,7 @@ msgstr "Varma" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10588,27 +10961,39 @@ msgstr "Tallenna" msgid "Save All" msgstr "Tallenna kaikki" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "Tallenna haaravahti &nimellä..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" msgstr "Tallenna haaravahtitiedosto" +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "Tallenna yhdistetty ulostulotiedosto nimellä" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "Tallenna muunnettu vedos" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "Tallenna muunnetut vedokset" + #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Tallennustiedostojen vienti" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "Tallenna FIFO-loki" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "Tallenna tiedosto" #. i18n: Noun (i.e. the data saved by the game) @@ -10620,15 +11005,19 @@ msgstr "Pelin tallennustiedosto" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Pelien tallennustiedostot (*.sav);;Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Tallennustiedostojen tuonti" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "Tallenna karttatiedosto" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Tallenna tila vanhimpaan" @@ -10636,73 +11025,77 @@ msgstr "Tallenna tila vanhimpaan" msgid "Save Preset" msgstr "Tallenna esiasetukset" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Tallenna nauhoitustiedosto nimellä" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "Tallenna allekirjoitustiedosto" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Tallenna tila" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Tallenna tila 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Tallenna tila 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Tallenna tila 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Tallenna tila 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Tallenna tila 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Tallenna tila 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Tallenna tila 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Tallenna tila 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Tallenna tila 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Tallenna tila 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Tallenna tila tiedostoon" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Tallenna tilan vanhimpaan paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Tallenna tila valittuun paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Tallenna tila paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Tallenna symbolikartta &nimellä..." @@ -10710,7 +11103,7 @@ msgstr "Tallenna symbolikartta &nimellä..." msgid "Save Texture Cache to State" msgstr "Tallenna tekstuurivälimuisti tilan mukana" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Tallenna ja palauta tila" @@ -10718,15 +11111,11 @@ msgstr "Tallenna ja palauta tila" msgid "Save as Preset..." msgstr "Tallenna esiasetuksena..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Tallenna nimellä..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Tallenna yhdistetty ulostulotiedosto nimellä" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10740,23 +11129,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Tallenna ROMin kanssa samaan hakemistoon" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Tallenna karttatiedosto" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Tallenna allekirjoitustiedosto" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Tallenna tila valittuun paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Tallenna tila paikkaan %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Tallenna..." @@ -10778,7 +11159,7 @@ msgstr "Tallennustilan nauhoitus {0} on vioittunut, nauhoittaminen pysähtyy..." msgid "Scaled EFB Copy" msgstr "Skaalattu EFB-kopio" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Haku onnistui." @@ -10787,8 +11168,8 @@ msgid "ScrShot" msgstr "Kuvakaappaus" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Haku" @@ -10797,7 +11178,7 @@ msgstr "Haku" msgid "Search Address" msgstr "Hae osoite" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Hae nykyinen olio" @@ -10809,7 +11190,7 @@ msgstr "Etsi alikansioista" msgid "Search and Filter" msgstr "Etsi ja suodata" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10817,7 +11198,7 @@ msgstr "" "Haku ei ole tällä hetkellä mahdollinen näennäisosoiteavaruudessa. Pelaa " "peliä hetken aikaa ja yritä uudelleen." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Etsi käskyä" @@ -10825,7 +11206,7 @@ msgstr "Etsi käskyä" msgid "Search games..." msgstr "Etsi pelejä..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Etsi käsky" @@ -10861,9 +11242,9 @@ msgstr "Valitse" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" "Valitse haaravahdin automaattisen tallennuksen tiedosto (jos haluat käyttää " @@ -10874,7 +11255,7 @@ msgid "Select Dump Path" msgstr "Valitse vedostiedostojen polku" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Valitse vientihakemisto" @@ -10882,18 +11263,22 @@ msgstr "Valitse vientihakemisto" msgid "Select Figure File" msgstr "Valitse hahmotiedosto" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Valitse GBA-BIOS" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Valitse GBA-ROM" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Valitse GBA-tallennustiedostojen polku" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "Valitse avaintiedosto (OTP-/SEEPROM-vedos)" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Valitse viimeisin tilatallennus" @@ -10902,6 +11287,10 @@ msgstr "Valitse viimeisin tilatallennus" msgid "Select Load Path" msgstr "Valitse latauspolk" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "Valitse NAND-varmuuskopio" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Valitse resurssipakettien polku" @@ -10910,6 +11299,14 @@ msgstr "Valitse resurssipakettien polku" msgid "Select Riivolution XML file" msgstr "Valitse Riivolutionin XML-tiedosto" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "Valitse SD-kortin levykuva" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "Valitse tallennustiedosto" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Valitse Skylander-kokoelma" @@ -10918,58 +11315,62 @@ msgstr "Valitse Skylander-kokoelma" msgid "Select Skylander File" msgstr "Valitse Skylander-tiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Valitse paikka %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Valitse tilatallennus" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Valitse tilatallennuksen paikka" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Valitse tilatallennuksen paikka 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Valitse tilatallennuksen paikka 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Valitse tilatallennuksen paikka 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Valitse tilatallennuksen paikka 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Valitse tilatallennuksen paikka 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Valitse tilatallennuksen paikka 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Valitse tilatallennuksen paikka 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Valitse tilatallennuksen paikka 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Valitse tilatallennuksen paikka 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Valitse tilatallennuksen paikka 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "Valitse NAND-muistiin asennettava julkaisu" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Valitse WFS-polkuu" @@ -10983,29 +11384,25 @@ msgstr "Valitse Wiin NAND-muistin juuri" msgid "Select a Directory" msgstr "Valitse hakemisto" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Valitse tiedosto" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "Valitse kansio, johon synkronoidaan SD-kortin kuva" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Valitse peli" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Valitse SD-kortin levykuva" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Valitse tiedosto" @@ -11013,19 +11410,15 @@ msgstr "Valitse tiedosto" msgid "Select a game" msgstr "Valitse peli" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Valitse NAND-muistiin asennettava julkaisu" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Valitse e-Reader-kortti" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Valitse RSO-moduulin osoite" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Valitse toistettava nauhoitustiedosto" @@ -11033,36 +11426,19 @@ msgstr "Valitse toistettava nauhoitustiedosto" msgid "Select the Virtual SD Card Root" msgstr "Valitse virtuaalisen SD-kortin juuri" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Valitse avaintiedosto (OTP-/SEEPROM-vedos)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Valitse tallennustiedosto" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Valitse, minne haluat tallentaa muunnetun levykuvan" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Valitse, minne haluat tallentaa muunnetut levykuvat" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Valittu fontti" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Valittua ohjainprofiilia ei ole olemassa" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Valittua peliä ei ole pelilistassa!" @@ -11074,7 +11450,7 @@ msgstr "Valitun säikeen kutsupino" msgid "Selected thread context" msgstr "Valitun säikeen konteksti" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -11082,7 +11458,7 @@ msgstr "" "Valitsee käytettävän laitteistosovittimen.

%1 ei " "tue tätä ominaisuutta." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -11090,7 +11466,7 @@ msgstr "" "Valitsee käytettävän laitteistosovittimen.

Ellet " "ole varma, valitse ensimmäinen vaihtoehto." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -11126,7 +11502,7 @@ msgstr "" "

Ellet ole varma, valitse \"Kuvasuhdekorjattu " "sisäinen kuvatarkkuus\"." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -11145,7 +11521,7 @@ msgstr "" "3D-tila, jota jotkin TV:t käyttävät.

Ellet ole " "varma, valitse Pois." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11185,31 +11561,80 @@ msgstr "" "

Ellet ole varma, valitse Automaattinen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Valitsee sisäisesti käytettävän grafiikkarajapinnan." -"

Ohjelmistohahmonnin on erittäin hidas ja soveltuu lähinnä " -"virheenjäljitykseen, joten kaikkia muita rajapintoja suositellaan. Eri pelit " -"ja eri grafiikkasuorittimet toimivat eri tavoin eri hahmontimilla, joten " -"parhaan emulointikokemuksen löytämiseksi on suositeltavaa kokeilla jokaista " -"ja valita se, joka on vähiten ongelmallinen.

Ellet " -"ole varma, valitse OpenGL." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" +"Valitsee Dolphinin käyttämän päivityskanavan, jonka perusteella Dolphin " +"tarkistaa päivitykset käynnistyksen yhteydessä. Jos uusi päivitys on " +"saatavilla, Dolphin näyttää listan muutoksista verrattuna nykyiseen versioon " +"ja ehdottaa päivityksen lataamista.

Kehitysversiot ovat Dolphinin " +"tuoreimpia versioita, jotka voivat muuttua jopa useita kertoja päivässä. " +"Valitse tämä kanava, jos haluat käyttää uusimpia ominaisuuksia ja korjauksia." +"

Julkaisukanava päivittyy muutaman kuukauden välein. Tämä voi olla " +"parempi vaihtoehto, jos:
- Tahdot käyttää enemmän testattuja, vakaampia " +"versioita.
- NetPlay vaatii toimiakseen, että pelaajilla on sama versio " +"Dolphinista. Useimmat pelaajat käyttävät uusinta julkaisuversiota.
- " +"Käytät usein Dolphinin tilantallennusjärjestelmää. Tallennusten " +"yhteensopivuudesta ei ole takeita eri versioiden välillä. Tässä tapauksessa " +"on suositeltavaa, että päivität Dolphinin vasta sitten, kun edistyminen on " +"tallennettu pelin omaa järjestelmää käyttäen (samoin kuin se " +"tallennettaisiin varsinaisella konsolilla pelattaessa). Tämän jälkeen on " +"hyvä ladata tallennustiedosto pelissä Dolphinin uudella versiolla, ennen " +"kuin luot uusia tilantallennuksia.

Valinta \"Älä päivitä\" estää " +"Dolphinin automaattiset päivitykset ja niiden tarkistamisen." +"

Ellet ole varma, valitse \"Julkaisut\"." + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Lähetä" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Liikkeentunnistimen paikka:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" +"Erottaa suorittimen ja grafiikkasuorittimen työt eri säikeille. Asetus " +"vähentää yksittäisen säikeen kuormaa jakamalla suurimman osan Dolphinin " +"laskennasta kahdelle suoritinytimelle, mikä yleensä parantaa suorituskykyä. " +"Jako voi kuitenkin aiheuttaa häiriöitä ja epävakautta.

Asetusta ei " +"voi muuttaa, kun emulointi on käynnissä.

Ellet ole " +"varma, jätä tämä valituksi." + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11230,7 +11655,7 @@ msgstr "Palvelimen IP-osoite" msgid "Server Port" msgstr "Palvelimen portti" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Palvelin kieltäytyi läpikulkuyrityksestä" @@ -11238,44 +11663,40 @@ msgstr "Palvelin kieltäytyi läpikulkuyrityksestä" msgid "Set &Value" msgstr "Aseta &arvo" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" -msgstr "" +msgstr "Aseta &keskeytyskohta" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "Aseta muistikorttitiedosto korttipaikkaan A" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "Aseta muistikorttitiedosto korttipaikkaan B" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Aseta ohjelmalasku" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "Aseta symbolin &loppuosoite" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "Aseta symbolin &koko" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "Aseta symbolin loppuosoite" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Aseta oletus-ISO:ksi" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Aseta muistikorttitiedosto korttipaikkaan A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Aseta muistikorttitiedosto korttipaikkaan B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Aseta symbolin &loppuosoite" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Aseta symbolin &koko" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Aseta symbolin loppuosoite" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Aseta symbolin koko (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11285,19 +11706,23 @@ msgstr "" "peleille.\n" "Asetus ei välttämättä toimi kaikille peleille.." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Asettaa Wiin järjestelmäkielen." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" +"Asettaa Dolphinin käyttöliittymän kielen.

Asetuksen muutokset astuvat " +"voimaan vasta, kun Dolphin käynnistyy uudelleen." +"

Ellet ole varma, valitse <Järjestelmän " +"kieli>." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11305,12 +11730,26 @@ msgstr "" "Asettaa viiveen millisekunneissa. Korkeammat arvot voivat vähentään äänen " "pätkintää. Asetus toimii vain joillain sisäisillä järjestelmillä." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" +"Asettaa oletusalueen niille julkaisuille, joiden aluetta ei voi tunnistaa " +"automaattisesti.

Tätä asetusta ei voi muuttaa, kun emulointi on " +"käynnissä." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" +"Asettaa Dolphinin käyttöliittymän tyylin. Myös lisäämäsi tyylit näkyvät " +"tässä, ja voit valita niitä tämän asetuksen avulla." +"

Ellet ole varma, valitse (Järjestelmä)." #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:54 msgid "" @@ -11320,13 +11759,13 @@ msgstr "" "Järjestää haun käyttäen tavallisia MEM1- ja (Wii-konsolilla) MEM2-alueita " "näennäisosoiteavaruudessa. Tämä toimii suurimmalle osalle peleistä." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Asetukset" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: settings.txt-tiedoston luonti epäonnistui" @@ -11334,7 +11773,7 @@ msgstr "SetupWiiMemory: settings.txt-tiedoston luonti epäonnistui" msgid "Severity" msgstr "Vakavuus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Varjostinten kääntäminen" @@ -11356,228 +11795,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Shinkansen-ohjain" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Näytä prosentuaalinen nopeus" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Näytä &loki" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Näytä &työkalupalkki" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Näytä aktiivinen julkaisu ikkunan otsikossa" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Näytä kaikki" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Näytä Australia" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Näytä peli Discordissa" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Näytä käytöstä poistetut koodit ensin" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Näytä ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "Näytä käytössä olevat koodit ensin" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Näytä kehysnopeus" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Näytä kehyslaskuri" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Näytä kehysajat" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Näytä Ranska" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Näytä GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Näytä Saksa" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Näytä golf-tilan kerros" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Näytä Infinity-alusta" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Näytä syötteet" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Näytä Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Näytä Japani" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Näytä Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Näytä viivelaskuri" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Kieli:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Näytä lokin &asetukset" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Näytä nettipelin viestit" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Näytä nettipelin vasteaika" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Näytä Alankomaat" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Näytä ruudulle tulevat näyttöviestit" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Näytä PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Näytä ohjelmalaskuri" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Näytä suorituskykykaaviot" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Näytä alustat" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "Näytä projektiotilastot" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Näytä alueet" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Näytä uudelleennauhoituslasksuri" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Näytä Venäjä" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Näytä Skylanders-portaali" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Näytä Espanja" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Näytä nopeusvärit" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Näytä tilastot" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Näytä järjestelmän kellonaika" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Näytä Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "Näytä kohde muistiss&a" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Näytä USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Näytä tuntematon" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "Näytä VBlank-ajat" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "Näytä VPS-laskuri" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Näytä WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Näytä Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Näytä maailma" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "Näytä &muistissa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Näytä koodissa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Näytä muistissa" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Näytä koodissa" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Näytä muistissa" @@ -11585,19 +12028,19 @@ msgstr "Näytä muistissa" msgid "Show in server browser" msgstr "Näytä palvelinselaimessa" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "Näytä kohde muistiss&a" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" +"Näyttää Dolphinin virheenjäljityskäyttöliittymän. Näkymä mahdollistaa muun " +"muassa pelin koodin ja muistin katselun ja muokkaamisen, keskeytyskohtien " +"asettamisen sekä verkkoliikenteen tutkimisen.

Ellet " +"ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11606,7 +12049,7 @@ msgstr "" "varoitukset nettipelin aikana.

Ellet ole varma, " "jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" +"Näyttää hahmonnusikkunan päällä näyttöviestejä emuloinnin tilasta. Viestit " +"katoavat muutaman sekunnin jälkeen.

Ellet ole " +"varma, jätä tämä valituksi." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11633,25 +12079,16 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" +"Näyttää aktiivisen pelin nimen hahmonnusikkunan otsikkorivillä." +"

Ellet ole varma, jätä tämä valituksi." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11661,7 +12098,7 @@ msgstr "" "millisekunteina, ja keskihajonnan.

Ellet ole varma, " "jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11671,7 +12108,24 @@ msgstr "" "ja keskihajonnan.

Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" +"Näyttää aina hiiren osoittimen.

Ellet ole varma, " +"valitse "Liikkeen yhteydessä"" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" +"Näyttää hiiren osoittimen hetken ajan, kun se on liikkunut, ja sitten " +"piilottaa sen.

Ellet ole varma, valitse tämä asetus." +"" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11681,7 +12135,7 @@ msgstr "" "sulavuuden mittana.

Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Ellet ole varma, jätä " "tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11700,7 +12154,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11708,7 +12162,7 @@ msgstr "" "Näyttää erinäisiä projektiotilastoa.

Ellet ole " "varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11716,6 +12170,18 @@ msgstr "" "Näyttää erilaisia hahmonnustilastoja.

Ellet ole " "varma, jätä tämä valitsematta." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" +"Näyttää Discord-tilatiedoissa, mikä peli on aktiivinen ja kuinka pitkä peli-" +"istunto on ollut.

Asetusta ei voi muuttaa, kun emulointi on käynnissä." +"

Ellet ole varma, jätä tämä valituksi." + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Vierekkäin" @@ -11732,7 +12198,7 @@ msgstr "Vaakasuuntaisuus päälle/pois" msgid "Sideways Wii Remote" msgstr "Vaakasuuntainen Wii Remote" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Allekirjoitustietokanta" @@ -11756,7 +12222,7 @@ msgid "Signed Integer" msgstr "Etumerkillinen kokonaisluku" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Yksinkertaistettu kiina" @@ -11773,7 +12239,7 @@ msgstr "Kuusiakselinen" msgid "Size" msgstr "Koko" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11781,11 +12247,11 @@ msgstr "" "Venytyspuskurin koko millisekunteina. Liian pienet arvot voivat aiheuttaa " "äänen pätkintää." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Ohita" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Ohita piirto" @@ -11801,7 +12267,7 @@ msgstr "Ohita päävalikko" msgid "Skip Presenting Duplicate Frames" msgstr "Ohita toistettujen kehysten esittäminen" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11841,7 +12307,7 @@ msgstr "Skylander %1" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:557 msgid "Skylander (*.sky *.bin *.dmp *.dump);;All Files (*)" -msgstr "" +msgstr "Skylander (*.sky *.bin *.dmp *.dump);;Kaikki tiedostot (*)" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:626 msgid "Skylander (*.sky);;All Files (*)" @@ -11892,11 +12358,11 @@ msgstr "Pistoketaulukko" msgid "Software Renderer" msgstr "Ohjelmistohahmonnin" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Osaa datasta ei voinut lukea." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11912,12 +12378,12 @@ msgstr "" "Jotkin syötetyistä arvoista ovat virheellisiä.\n" "Tarkista korostetut arvot." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Järjestä aakkosjärjestykseen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Ääni:" @@ -11931,7 +12397,7 @@ msgstr "Espanja" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Espanja" @@ -11939,11 +12405,11 @@ msgstr "Espanja" msgid "Speaker Pan" msgstr "Kaiuttimien tasapaino" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Kaiuttimen äänenvoimakkuus:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Erikoistunut (oletus)" @@ -11951,7 +12417,7 @@ msgstr "Erikoistunut (oletus)" msgid "Specific" msgstr "Erityinen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11972,12 +12438,16 @@ msgstr "" "kuitenkin lähes yhtä hyviä kuin 9, mutta toimivat nopeammin." "

Ellet ole varma, valitse 6." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Nopeus" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "Nopeusrajoitus" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11996,33 +12466,37 @@ msgstr "Pinon alku" msgid "Standard Controller" msgstr "Vakio-ohjain" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Aloita" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Aloita &nettipeli..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "Aloita haaravahti" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Aloita uusi huijauskoodihaku" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Aloita syötteen nauhoitus" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Aloita nauhoittaminen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Aloita koko ruudun tilassa" @@ -12034,7 +12508,7 @@ msgstr "Aloita Riivolution-muutoksin" msgid "Start with Riivolution Patches..." msgstr "Aloita Riivolution-muutoksin..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Peli alkoi" @@ -12057,52 +12531,52 @@ msgstr "Askella" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Suorita" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Jatka loppuun" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Jätä väliin" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Loppuun jatkaminen onnistui!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Loppuun jatkaminen aikakatkaistiin!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Väliin jättäminen käynnissä..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Suoritus onnistui!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Askellus" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Stereoskooppinen 3D -tila" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Stereoskooppinen 3D -tila:" @@ -12123,16 +12597,20 @@ msgid "Stick" msgstr "Ohjaussauva" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Lopeta" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Lopeta syötteen toisto/nauhoitus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Peli päättyi" @@ -12174,11 +12652,11 @@ msgstr "" "(ja tekstuuriin)

Ellet ole varma, jätä tämä " "valituksi." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Venytä ikkunaan" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Ehdoton asetusten synkronointi" @@ -12192,11 +12670,11 @@ msgstr "Merkkijono" msgid "Strum" msgstr "Rämpytys" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" -msgstr "" +msgstr "Tyyli" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Tyyli:" @@ -12207,18 +12685,18 @@ msgstr "Tyyli:" msgid "Stylus" msgstr "Osoitinkynä" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Onnistui" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Nettipeli-indeksiin lisäys onnistui" @@ -12228,7 +12706,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n levykuvan muunto onnistui." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Määrityksen '%1' poisto onnistui." @@ -12241,24 +12719,24 @@ msgstr "Tallennustiedostoista %n:n %1:stä vienti onnistui." msgid "Successfully exported save files" msgstr "Tallennustiedostojen vienti onnistui" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Varmenteiden vienti NAND-muistista onnistui" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Tiedoston purku onnistui." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Järjestelmädatan vienti onnistui." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Tallennustiedoston tuonti onnistui." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Julkaisun asentaminen NAND-muistiin onnistui." @@ -12281,12 +12759,12 @@ msgstr "Tuki" msgid "Supported file formats" msgstr "Yhteensopivat tiedostomuodot" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Tukee SD- ja SDHC-muotoja. Oletuskoko on 128 Mt." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround-ääni" @@ -12294,7 +12772,7 @@ msgstr "Surround-ääni" msgid "Suspended" msgstr "Keskeytynyt" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Vaihda silmät" @@ -12309,7 +12787,7 @@ msgstr "Vaihda voimaa" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12332,22 +12810,31 @@ msgstr "Vaihda A:han" msgid "Switch to B" msgstr "Vaihda B:hen" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symboli" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Symbolin (%1) loppuosoite:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "Symbolin loppuosoite (%1):" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "Symbolin nimi:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "Symbolin koko (%1):" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbolit" @@ -12355,7 +12842,7 @@ msgstr "Symbolit" msgid "Sync" msgstr "Synkronoi" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Synkronoi AR-/Gecko-koodit" @@ -12376,7 +12863,7 @@ msgstr "" "estämään satunnaisia jumiutumisia kaksiydin-tilassa. (PÄÄLLÄ = Yhteensopiva, " "POIS = Nopea)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12384,37 +12871,37 @@ msgstr "" "Synkronoi SD-kortin sen synkronointikansion kanssa, kun emulaatio alkaa ja " "päättyy." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "AR-koodien synkronointi käynnissä..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Gecko-koodien synkronointi käynnissä..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Tallennustiedostojen synkronointi käynnissä..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Järjestelmän kieli:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS-syöte" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS-työkalut" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tunnisteet" @@ -12432,15 +12919,15 @@ msgstr "Häntä" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Ota kuvakaappaus" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "Kohdeosoitealue on virheellinen." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12458,9 +12945,9 @@ msgstr "Tekniikka" msgid "Test" msgstr "Testi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "Tekstitiedosto (*.txt);;Kaikki tiedostot (*)" @@ -12469,15 +12956,15 @@ msgstr "Tekstitiedosto (*.txt);;Kaikki tiedostot (*)" msgid "Texture Cache" msgstr "Tekstuurivälimuisti" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Tekstuurivälimuistin tarkkuus" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Tekstuurien vedostaminen" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Tekstuurien suodattaminen" @@ -12485,7 +12972,7 @@ msgstr "Tekstuurien suodattaminen" msgid "Texture Filtering:" msgstr "Tekstuurien suodattaminen:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Tekstuurimuodon kerros" @@ -12511,11 +12998,11 @@ msgstr "" "\n" "Haluatko todella ottaa käyttöön Direct3D 11:n? Ellet ole varma, valitse 'Ei'." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "Osion {0} H3-tiivistetaulukko on virheellinen." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "IPL-tiedosto ei ole tunnettu hyvä vedos. (CRC32: {0:x})" @@ -12525,11 +13012,11 @@ msgstr "IPL-tiedosto ei ole tunnettu hyvä vedos. (CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "Masterpiece-osiot puuttuvat." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12537,11 +13024,11 @@ msgstr "" "NAND-muistin korjaus epäonnistui. On suositeltavaa, että teet varmuuskopion " "nykyisestä datasta ja aloitat uudelleen tyhjällä NAND-muistilla." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND-muistin korjaus onnistui." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12551,11 +13038,11 @@ msgstr "" "SD-kortille, Wii-järjestelmävalikko ei käynnistä sitä enää, eikä se myöskään " "suostu kopioimaan tai siirtämään sitä takaisin NAND-muistiin." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "Tämän Skylanderin omistaman rahan määrä, välillä 0–65000" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12575,7 +13062,7 @@ msgstr "Kanavaosio puuttuu." msgid "The data partition is missing." msgstr "Data-osio puuttuu." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12585,7 +13072,7 @@ msgstr "" "latausaikoihin. Et voi jakaa syötenauhoituksia tai pelata nettipeliä " "sellaisten käyttäjien kanssa, joilla on hyvä vedos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12687,7 +13174,7 @@ msgstr "" "Tiedosto %1 on jo olemassa.\n" "Haluatko korvata sen?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12721,7 +13208,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Tiedostojärjestelmä on virheellinen, tai sen luku epäonnistui." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12731,21 +13218,21 @@ msgstr "" "tiedostonimi joksikin seuraavista, vastaten siinä olevien " "tallennustiedostojen aluetta: %2, %3 tai %4" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "Levykuvan tallennusmuoto ei sisällä levykuvan kokoa." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "Pelitunniste on virheellinen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "Pelitunniste on epätavallisen lyhyt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "Pelitunniste on {0}, kun sen tulisi olla {1}." @@ -12753,7 +13240,7 @@ msgstr "Pelitunniste on {0}, kun sen tulisi olla {1}." msgid "The game disc does not contain any usable update information." msgstr "Pelilevy ei sisällä käyttökelpoisia päivitystietoja." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Peli on tällä hetkellä käynnissä." @@ -12766,7 +13253,7 @@ msgstr "" "Pelin alue ei vastaa konsolisi aluetta. Järjestelmävalikon ongelmien " "välttämiseksi emuloitua konsolia ei voi päivittää tällä levyllä." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12780,15 +13267,15 @@ msgstr "" "\n" "(MSAA {0} otoksella todettiin oletuskehyspuskurissa)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Tiivisteet eivät täsmää!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Tiivisteet täsmäävät!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -12796,7 +13283,7 @@ msgstr "" "Tämän Skylanderin sankaritaso, välillä 0–100. Valinta ilmenee vain pelissä " "Skylanders: Spyro's Adventures." -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12808,11 +13295,11 @@ msgstr "" msgid "The install partition is missing." msgstr "Asennusosio puuttuu." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "Edellinen ajanhetki, jona hahmo on asetettu portaaliin" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12833,7 +13320,7 @@ msgstr "" "nauhoitus toimii oikein, vaihda valittu laite muistikortiksi tai GCI-" "kansioksi." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "Tämän Skylanderin lempinimi, korkeintaan 15 merkkiä" @@ -12843,8 +13330,8 @@ msgstr "" "Muutoksia tiedostossa %1 ei ole tarkoitettu valitulle pelille tai " "pelirevisiolle." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Profiilia '%1' ei ole olemassa" @@ -12852,7 +13339,7 @@ msgstr "Profiilia '%1' ei ole olemassa" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "Nauhoitettu peli ({0}) ei ole sama kuin valittu peli ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12873,22 +13360,22 @@ msgstr "" "Samaa tiedostoa ei voi käyttää useissa paikoissa; se on jo käytössä paikassa " "%1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "Samaa kansiota ei voi käyttää useissa paikoissa; se on jo käytössä paikassa " "%1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "Palvelimen ja asiakkaan nettipeliversiot eivät sovi yhteen." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "Palvelin on täynnä." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "Palvelin lähetti tuntemattoman virheilmoituksen." @@ -12906,15 +13393,15 @@ msgstr "" "valitse 'Ei'." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "Annettu yhteisavaimen indeksi on {0}, kun sen tulisi olla {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "Annettua tiedostoa \"{0}\" ei ole olemassa" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12927,31 +13414,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "Kohdemuistikortilla on jo tiedosto \"%1\"." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "Lipun allekirjoitus on virheellinen." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "Kokonaisaika, jonka verran hahmoa on käytetty pelissä, sekunteina" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "Hahmon lelukoodi. Tieto on käytettävissä vain oikeissa hahmoissa." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Osion tyypin lukeminen epäonnistui." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "Tällaisella hahmolla ei ole muokattavaa dataa!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "Skylanderin tyyppi on tuntematon!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12965,7 +13452,7 @@ msgstr "" "Päivitys on keskeytynyt. On vahvista suositeltavaa, että viet sen loppuun " "välttääksesi epäjohdonmukaiset järjestelmäohjelmistojen versiot." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "Päivitysosio ei sisällä tämän julkaisun käyttämää IOS-versiota." @@ -12973,11 +13460,11 @@ msgstr "Päivitysosio ei sisällä tämän julkaisun käyttämää IOS-versiota. msgid "The update partition is missing." msgstr "Päivitysosio puuttuu." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "Päivitysosio ei ole tavallisella paikallaan." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12985,25 +13472,25 @@ msgstr "" "Käyttäjän käytettävissä oleva alue NAND-muistissasi sisältää %1 lohkoa (%2 " "KiB) dataa, ja suurin sallittu määrä on %3 lohkoa (%4 KiB)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "Osiolla {0} ei ole kelvollista tiedostojärjestelmää." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "Osio {0} ei vaikuta sisältävän kelvollista dataa." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "Osion {0} allekirjoitus on virheellinen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "Osion {0} kohdistus on virheellinen." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" -msgstr "" +msgstr "Teema" #: Source/Core/DiscIO/VolumeVerifier.cpp:445 msgid "There are too many partitions in the first partition table." @@ -13019,8 +13506,8 @@ msgstr "" "\n" "Haluatko tallentaa ne ennen sulkemista?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "Ei mitään tallennettavaa!" @@ -13058,7 +13545,7 @@ msgstr "Gecko-koodi ei sisältänyt rivejä." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -13067,7 +13554,7 @@ msgstr "" "korealaisissa konsoleissa. Tämä luultavasti johtaa virheilmoitukseen \"ERROR " "#002\"." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Tällaista Skylanderia ei voi vielä muokata!" @@ -13091,7 +13578,7 @@ msgstr "" "Tämä Action Replay -simulaattori ei tue koodeja, jotka muokkaavat itse " "Action Replay -järjestelmää." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -13099,20 +13586,20 @@ msgstr "" "Tätä Dolphinin koontiversiota ei ole tehtyy suorittimellesi.\n" "Käytä Dolphinin ARM64-versiota saadaksesi paremman kokemuksen." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Tätä ei voi kumota!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "Tällä virheenjäljityslevykuvalla on vähittäismyynnin levykuvien koko." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Tällä levykuvalla on epätyypillinen koko." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -13122,7 +13609,7 @@ msgstr "" "latausajoista pidempiä. Et voi jakaa syötenauhoituksia tai pelata nettipeliä " "sellaisten käyttäjien kanssa, joilla on hyvä vedos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -13134,7 +13621,7 @@ msgstr "" "vastata hyvän vedoksen CRC32-arvoa, vaikka tiedostot eivät olekaan " "identtiset." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -13142,7 +13629,7 @@ msgstr "" "Tämä levykuva on liian pieni, ja siitä puuttuu dataa. Jos vedostusohjelma " "tallensi levykuvan useina osina, ne tulee yhdistää yhdeksi tiedostoksi." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -13150,7 +13637,7 @@ msgstr "" "Tämä levykuva on liian pieni, ja siitä puuttuu dataa. Ongelma johtuu " "luultavasti siitä, että kaksikerroksinen levy on vedostettu yksikerroksisena." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -13161,7 +13648,7 @@ msgstr "" "on harvinaista. Jos ongelma estää pelin toimimasta, ilmoitathan siitä " "kehittäjille." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13182,7 +13669,7 @@ msgstr "Tässä tiedostossa ei ole kelpaavaa Wii-tiedostojärjestelmää." msgid "This file does not look like a BootMii NAND backup." msgstr "Tämä tiedosto ei vaikuta BootMii NAND-varmuuskopiolta." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13193,7 +13680,7 @@ msgstr "" "saattaa puuttua, ja peli voi kaatua. Yleensä tämä ongelma esiintyy " "laittomissa kopioissa peleistä." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13203,17 +13690,17 @@ msgstr "" "grafiikkasuorittimesi tai sen ajuri ei tue toimintoa. Sen vuoksi voit " "kohdata vikoja ja jumiutumista peliä pelatessa." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Tämä vedos on huono." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "Tämä vedos on huono. Peli saattaa silti toimia ilman ongelmia." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13221,11 +13708,11 @@ msgstr "" "Redump.orgin mukaan tämä on hyvä vedos, mutta Dolphin löysi siitä ongelmia. " "Tämä saattaa olla bugi Dolphinissa." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Tämä vedos on hyvä." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "Ominaisuus vaikuttaa vain emuloidun ohjelmiston alustukseen." @@ -13233,7 +13720,7 @@ msgstr "Ominaisuus vaikuttaa vain emuloidun ohjelmiston alustukseen." msgid "This session requires a password:" msgstr "Tämä istunto vaatii salasanan:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13255,12 +13742,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Tätä julkaisua ei voi käynnistää." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Tämä julkaisu käyttää virheellistä IOS:ää." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Tämä julkaisu käyttää virheellistä yhteisavainta." @@ -13299,7 +13786,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "Tämä arvo kerrotaan grafiikka-asetusten määräämällä syvyydellä." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13317,7 +13804,7 @@ msgstr "" "Tämä rajoittaa asiakaskonekohtaisesti lohkotun lähetyksen nopeutta, mitä " "käytetään tallennustiedostojen synkronointiin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13341,7 +13828,7 @@ msgstr "Säikeet" msgid "Threshold" msgstr "Raja-arvo" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13351,6 +13838,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Kallistus" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13361,10 +13873,10 @@ msgstr "" msgid "Timed Out" msgstr "Aikakatkaisu" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Julkaisu" @@ -13372,25 +13884,29 @@ msgstr "Julkaisu" msgid "To" msgstr "Minne" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "Lopeta emulaatio kirjautuaksesi" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Minne:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Koko ruudun tila päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "3D-anaglyfi päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Rinnakkainen 3D päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Päällekkäinen 3D päälle/pois" @@ -13398,28 +13914,28 @@ msgstr "Päällekkäinen 3D päälle/pois" msgid "Toggle All Log Types" msgstr "Kaikki lokityypit päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Kuvasuhteen vaihto" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Keskeytyskohta päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Rajaus päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Muokatut tekstuurit päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "EFB-kopiot päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Sumu päälle/pois" @@ -13431,35 +13947,39 @@ msgstr "Koko ruudun tila päälle/pois" msgid "Toggle Pause" msgstr "Käynnistä/keskeytä" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "SD-kortti päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "EFB-käytön ohitus päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Tekstuurivedostus päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "USB-näppäimistö päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "XFB-kopiot päälle/pois" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Välitön XFB päälle/pois" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Tokenisointi epäonnistui." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "Työkalun toiminnot" @@ -13467,7 +13987,7 @@ msgstr "Työkalun toiminnot" msgid "Toolbar" msgstr "Työkalupalkki" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Yläreuna" @@ -13475,7 +13995,7 @@ msgstr "Yläreuna" msgid "Top-and-Bottom" msgstr "Päällekkäin" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Osumia yhteensä" @@ -13513,12 +14033,12 @@ msgstr "Matkaetäisyys yhteensä." msgid "Touch" msgstr "Kosketus" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Lelukoodi:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Perinteinen kiina" @@ -13538,8 +14058,8 @@ msgstr "Ansamestari" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Läpikulkuvirhe" @@ -13547,7 +14067,7 @@ msgstr "Läpikulkuvirhe" msgid "Traversal Server" msgstr "Läpikulkupalvelin" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Läpikulkupalvelimen yhteys isäntäkoneeseen aikakatkaistiin" @@ -13578,7 +14098,7 @@ msgid "Trophy" msgstr "Palkinto" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13604,11 +14124,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "USB-laitteiden emulointi" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB-emulointi" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "USB-emuloinnin laitteet" @@ -13622,7 +14142,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB-hyväksyntävirhe" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13634,7 +14154,7 @@ msgstr "" "

Ellet ole varma, valitse tämä tila." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13647,7 +14167,7 @@ msgstr "" "hybridi-Uber-varjostimilla ja ellei sinulla ole erittäin suorituskykyinen " "grafiikkasuoritin." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13661,23 +14181,23 @@ msgstr "" "kokonaan pätkinnän ja aiheuttaa häviävän pieniä suorituskykyvaikutuksia, " "mutta tämä riippuu grafiikka-ajurien toiminnasta." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "RSO-moduulin tunnistus epäonnistui" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "Yhteys päivityspalvelimeen epäonnistui." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "Kopion luominen päivittimestä epäonnistui." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Skylanderin muokkaus ei onnistunut!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Tiedoston avaaminen epäonnistui." @@ -13706,11 +14226,11 @@ msgstr "" "\n" "Haluatko ohittaa tämän rivin ja jatkaa jäsentämistä?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Tiedoston lukeminen epäonnistui." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "Päivittimen kopion käyttöoikeuksien asettaminen epäonnistui." @@ -13733,11 +14253,11 @@ msgstr "Pakkaamattomat GC-/Wii-levykuvat (*.iso *.gcm)" msgid "Undead" msgstr "Epäkuolema" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Kumoa tilan palauttaminen" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Kumoa tilan tallentaminen" @@ -13758,23 +14278,23 @@ msgstr "" "version NAND-muistista poistamatta kuitenkaan sen tallennustiedostoa. " "Jatketaanko?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Yhdysvallat" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Tuntematon" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Tuntematon (Tunnus:%1 Muuttuja:%2)" @@ -13783,11 +14303,11 @@ msgstr "Tuntematon (Tunnus:%1 Muuttuja:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Tuntematon DVD-komento {0:08x} - vakava virhe" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Tuntematon SYNC_CODES-viesti saapui tunnisteella {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13795,11 +14315,11 @@ msgstr "" "Tuntematon SYNC_GECKO_CODES-viesti saapui tunnisteella {0} pelaajalta {1}. " "Pelaaja tulee poistetuksi!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Tuntematon SYNC_SAVE_DATA-viesti saapui tunnisteella {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13807,7 +14327,7 @@ msgstr "" "Tuntematon SYNC_SAVE_DATA-viesti tunnisteella {0} saapui pelaajalta {1}. " "Pelaaja tulee poistetuksi!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Tuntematon Skylanderin tyyppi!" @@ -13827,11 +14347,11 @@ msgstr "Tuntematon tietotyyppi" msgid "Unknown disc" msgstr "Tuntematon levy" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Tapahtui tuntematon virhe." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Tuntematon virhe {0:x}" @@ -13839,11 +14359,11 @@ msgstr "Tuntematon virhe {0:x}" msgid "Unknown error." msgstr "Tuntematon virhe." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Saapui tuntematon viesti tunnisteella {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Saapui tuntematon viesti tunnisteella {0} pelaajalta {1}. Pelaaja tulee " @@ -13860,11 +14380,11 @@ msgstr "Tuntematon(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Tuntematon(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Rajoittamaton" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Poista ROMin lataus" @@ -13872,9 +14392,14 @@ msgstr "Poista ROMin lataus" msgid "Unlock Cursor" msgstr "Poista hiiren osoittimen lukitus" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Avattu" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" -msgstr "" +msgstr "Avattu %1" #: Source/Core/DiscIO/FileBlob.cpp:87 msgid "Unpacking" @@ -13904,7 +14429,7 @@ msgstr "Etumerkitön 8-bittinen" msgid "Unsigned Integer" msgstr "Etumerkitön kokonaisluku" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13915,7 +14440,7 @@ msgid "Up" msgstr "Ylös" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Päivitä" @@ -13972,7 +14497,7 @@ msgstr "Pystysuuntaisuus päälle/pois" msgid "Upright Wii Remote" msgstr "Pystysuuntainen Wii Remote" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Käyttötilastojen raportointi" @@ -13982,15 +14507,19 @@ msgstr "" "Käytä osoitetta 8.8.8.8 saadaksesi tavallisen nimipalvelimen, tai anna oma " "valinta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Käytä kaikkia Wiin tallennustiedostoja" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Käytä sisäänrakennettua pelien nimien tietokantaa" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "Käytä kummallekin silmälle täyttä tarkkuutta" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Käytä häviötöntä koodekkia (FFV1)" @@ -13998,21 +14527,24 @@ msgstr "Käytä häviötöntä koodekkia (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Käytä hiirellä ohjattua osoitusta" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Käytä PAL60-tilaa (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Käytä paniikkikäsittelijöitä" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" +"Näyttää RetroAchievements-palvelun lisätiedot Discord-tilassasi." +"

Tällöin myös \"Näytä peli Discordissa\" -asetuksen tulee olla " +"valittu." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -14021,22 +14553,10 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" -"Käytä erillistä tekstuuriotannan toteutusta hahmontimen sisäänrakennen " -"toiminnon sijaan.

Tämä asetus voi korjata grafiikkaongelmia tietyillä " -"grafiikkasuorittimilla, tavallisimmin pystyraitoja FMV-videoissa. Tämän " -"lisäksi manuaalisen tekstuuriotanannan käyttöön ottaminen sallii tekstuurien " -"ympärikierron erityistapauksien tarkan emuloinnin (alkuperäisellä " -"kuvatarkkuudella tai kun skaalattu EFB on pois käytöstä, ja kun omia " -"tekstuureja ei käytetä) ja yksityiskohtaisuuden tason tarkemmin emuloidun " -"laskennan.

Tämä voi huonontaa suorituskykyä, etenkin korkeilla " -"sisäisillä kuvatarkkuuksilla; lisäksi anisotrooppinen suodatus ei tällä " -"hetkellä sovi yhteen manuaalisen tekstuuriotannan kanssa." -"

Ellet ole varma, jätä tämä valitsematta." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -14078,18 +14598,21 @@ msgstr "" "Niitä voi käyttää arvojen hakemiseksi ja tallentamiseksi saman ohjaimen " "syötteiden ja ulostulojen kesken." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Käyttäjänimi" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" +"Käyttää Dolphinin ylläpitämää pelien nimien tietokantaa pelilistan Julkaisu-" +"sarakkeessa.

Ellet ole varma, jätä tämä valituksi." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -14102,7 +14625,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valituksi." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -14112,7 +14635,7 @@ msgstr "" "erillinen hahmonnusikkuna luodaan sen sijaan.

Ellet " "ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
Muussa tapauksessa, ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14409,8 +14936,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Varoitus" @@ -14531,7 +15058,18 @@ msgstr "Länsimainen (Windows-1252)" msgid "Whammy" msgstr "Vibrakampi" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" +"Valitsee, näkyykö pelin kuva millekin silmälle täydellä vai puolikkaalla " +"kuvatarkkuudella, kun käytössä on vierekkäinen tai päällekkäinen " +"kolmiulotteisuus.

Ellet ole varma, jätä tämä " +"valitsematta." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14544,7 +15082,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valituksi." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14557,7 +15095,7 @@ msgstr "" "Parannuksissa.

Ellet ole varma, jätä tämä valituksi." "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Hyväksyttyjen laitteiden lista USB-läpipäästöön" @@ -14565,7 +15103,7 @@ msgstr "Hyväksyttyjen laitteiden lista USB-läpipäästöön" msgid "Widescreen Hack" msgstr "Laajakuvaniksi" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14589,7 +15127,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14607,7 +15145,7 @@ msgstr "Wii Remoten painikkeet" msgid "Wii Remote Gyroscope" msgstr "Wii Remoten gyroskooppi" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii Remote -asetukset" @@ -14627,7 +15165,7 @@ msgstr "Wiin TAS-syöte %1 - Wii Remote" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wiin TAS-syöte %1 - Wii Remote + Nunchuk" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii ja Wii Remote" @@ -14635,15 +15173,15 @@ msgstr "Wii ja Wii Remote" msgid "Wii data is not public yet" msgstr "Wii-data ei ole vielä julkista" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii-tallennustiedostot (*.bin);;Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiTools-allekirjoituksen MEGA-tiedosto" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Ikkunan kuvatarkkuus" @@ -14652,11 +15190,19 @@ msgstr "Ikkunan kuvatarkkuus" msgid "Window Size" msgstr "Ikkunan koko" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "Poista &tutkimusdata" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "Poista viimeaikaiset osumat" @@ -14670,11 +15216,11 @@ msgstr "Maailma" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Kirjoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Kirjoita JIT-lohkojen lokivedos" @@ -14707,27 +15253,27 @@ msgstr "Kirjoita lokiin ja keskeytä" msgid "Write to Window" msgstr "Kirjoita ikkunaan" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Väärä levyn numero" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Väärä tiiviste" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Väärä alue" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Väärä revisio" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "Kirjoitettu kohteeseen \"%1\"." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "Kirjoitettu kohteeseen \"{0}\"." @@ -14778,7 +15324,7 @@ msgstr "Kyllä" msgid "Yes to &All" msgstr "Kyllä k&aikkiin" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14787,7 +15333,7 @@ msgstr "" "Olet muuntamassa tiedoston %2 sisällön kansioon %1. Kaikki kansion nykyinen " "sisältö poistetaan. Oletko varma, että haluat jatkaa?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14839,7 +15385,7 @@ msgstr "" "\"Phantasy Star Online Episode I & II\" varten. Ellet ole varma, palaa " "takaisin ja määritä \"Vakio-ohjain\"." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "Käytössä on tämän julkaisukanavan uusin versio." @@ -14898,7 +15444,7 @@ msgstr "Istunnolle on annettava nimi!" msgid "You must provide a region for your session!" msgstr "Istunnolle on annettava alue!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Dolphin vaatii uudelleenkäynnistyksen, jotta muutos tulee voimaan." @@ -14926,7 +15472,7 @@ msgstr "" "Haluatko lopettaa nyt korjataksesi ongelman?\n" "Jos valitset \"Ei\", ääni voi olla pätkivää." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14946,7 +15492,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3 -koodia ei tueta" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "Nolla ehdokasta jäljellä." @@ -14995,7 +15541,7 @@ msgid "default" msgstr "oletus" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "ei yhteydessä" @@ -15011,7 +15557,8 @@ msgstr "virhekoodi" msgid "fake-completion" msgstr "näennäisläpäisy" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "false" @@ -15078,7 +15625,8 @@ msgstr "sRGB" msgid "this value:" msgstr "tämä arvo:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "true" @@ -15098,23 +15646,23 @@ msgstr "kohdistamaton" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Masterpiece)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "IPL {0} löytyi kansiosta {1}. Levy ei välttämättä tule tunnistetuksi." -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "Koodien synkronointi pelaajan {0} kanssa ei onnistunut." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "Pelaajan {0} kanssa synkronointi ei onnistunut." @@ -15127,7 +15675,7 @@ msgstr "" " Tarkista kirjoitusoikeudet tai siirrä tiedosto Dolphinin ulkopuolella" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} lohkoa, yhteensä {1}. Pakkaussuhde {2} %" @@ -15148,6 +15696,8 @@ msgid "" "© 2003-2024+ Dolphin Team. “GameCube” and “Wii” are trademarks of Nintendo. " "Dolphin is not affiliated with Nintendo in any way." msgstr "" +"© 2003-2024+ Dolphin-tiimi. ”GameCube” ja ”Wii” ovat Nintendon " +"tavaramerkkejä. Dolphin ei ole sidoksissa Nintendoon millään tavalla." #. i18n: The symbol/abbreviation for degrees (unit of angular measure). #. i18n: The degrees symbol. diff --git a/Languages/po/fr.po b/Languages/po/fr.po index e77c292fcc..3f9a80c814 100644 --- a/Languages/po/fr.po +++ b/Languages/po/fr.po @@ -16,11 +16,11 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Pascal , 2013-2024\n" -"Language-Team: French (http://app.transifex.com/delroth/dolphin-emu/language/" -"fr/)\n" +"Language-Team: French (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/fr/)\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +28,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -40,7 +40,7 @@ msgstr "" "Comme les images de disques GameCube contiennent peu de données de contrôle, " "il peut y avoir des problèmes que Dolphin ne peut détecter." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -53,6 +53,12 @@ msgstr "" "Dolphin ne peut pas s'assurer qu'il n'a pas été modifié, bien que les " "signatures semblent valides." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr " %1 %2 (%3% fragmenté)" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "(Disque %1)" @@ -61,7 +67,7 @@ msgstr "(Disque %1)" msgid "! Not" msgstr "! Non" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" "\"{0}\" n'est pas un fichier GCM/ISO valide, ou n'est pas une ISO GC/Wii." @@ -99,16 +105,16 @@ msgstr "" "%1\n" "souhaite rejoindre la partie." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -124,16 +130,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "Copie de %1" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Disque %2, Révision %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Révision %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (préréglage)" @@ -153,7 +159,7 @@ msgstr "%1 (lent)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -167,11 +173,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "Configuration des graphismes %1" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -184,11 +190,11 @@ msgstr "%1 révision(s) après %2" msgid "%1 doesn't support this feature on your system." msgstr "%1 ne prend pas en charge cette fonctionnalité sur votre système." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 ne prend pas en charge cette fonctionnalité." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -198,27 +204,27 @@ msgstr "" "%2 objet(s)\n" "Image actuelle : %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 s'est connecté" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 s'est déconnecté" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 a débloqué %2/%3 succès, ce qui vaut %4/%5 points" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 n'est pas une ROM valide" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 est en mode golf" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 joue à %2" @@ -226,13 +232,13 @@ msgstr "%1 joue à %2" msgid "%1 memory ranges" msgstr "%1 zones de mémoire" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 points" @@ -244,30 +250,30 @@ msgstr "%1 session trouvée" msgid "%1 sessions found" msgstr "%1 sessions trouvées" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Vitesse normale)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "La valeur de %1 est changée" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "La valeur de %1 est atteinte" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "La valeur de %1 est utilisée" @@ -275,13 +281,17 @@ msgstr "La valeur de %1 est utilisée" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1 : %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" -msgstr "" +msgstr "%1

%2" #: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:141 msgid "%1[%2]: %3" @@ -295,7 +305,7 @@ msgstr "%1[%2] : %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2] : %3/%4 Mio" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -308,25 +318,25 @@ msgstr "%1x la réso. native (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Natif (%2x%3) pour %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n adresse(s) n'ont pu être accédées dans la mémoire émulée." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n adresse(s) restante(s)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -352,36 +362,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&À propos" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Ajouter une Fonction" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&&Ajouter un point d'arrêt mémoire" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Ajouter un nouveau code..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Ajouter une fonction" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Ajouter..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembleur" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Paramètres &audio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "Mise à jour &automatique :" @@ -389,15 +399,19 @@ msgstr "Mise à jour &automatique :" msgid "&Borderless Window" msgstr "Fenêtre sans &bordures" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "Type de &branche" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "Arrêt &si atteint" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Points d'arrêt" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "Suivi des &bugs" @@ -405,15 +419,15 @@ msgstr "Suivi des &bugs" msgid "&Cancel" msgstr "&Annuler" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "Gestionnaire de &cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "Rechercher des &mises à jour..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Effacer les symboles" @@ -421,50 +435,51 @@ msgstr "&Effacer les symboles" msgid "&Clone..." msgstr "&Cloner..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Code" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "&Condition" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Connecté" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Paramètres des &manettes" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copier l'adresse" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Copier l'adresse" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Créer..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Supprimer..." #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Effacer la surveillance" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Supprimer les observations" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Modifier le code" @@ -472,14 +487,18 @@ msgstr "&Modifier le code" msgid "&Edit..." msgstr "&Éditer..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Éjecter le disque" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Émulation" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "&Effacer le(s) bloc(s)" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exporter" @@ -496,41 +515,41 @@ msgstr "&Exporter l'état..." msgid "&Export as .gci..." msgstr "&Exporter comme .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Police..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avancement d'image" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "Réglages de la &Vue libre" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Générer les symboles depuis" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Dépôt &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Paramètres &graphiques" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Aide" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Paramètres des &Raccouris clavier" @@ -550,19 +569,19 @@ msgstr "&Importer l'état..." msgid "&Import..." msgstr "&Importer..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinity Base" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Insérer blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "&Insérer BLR" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "Fusion &inter-images" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -570,15 +589,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Langue :" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "&Charger la surveillance de Branche" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Charger l'état" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Charger une Carte de Symboles" @@ -588,23 +607,27 @@ msgstr "&Charger le fichier à l'adresse actuelle" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Verrouiller les observations" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "Verrouiller l'emplacement des &Widgets" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" +msgstr "&Journaliser si atteint" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Mémoire" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "Contrôles &divers" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "Fil&m" @@ -612,7 +635,7 @@ msgstr "Fil&m" msgid "&Mute" msgstr "&Couper le son" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Réseau" @@ -621,23 +644,27 @@ msgid "&No" msgstr "&Non" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Ouvrir..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Options" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "&Origine et destination" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Patcher les fonctions HLE" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pause" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Démarrer" @@ -645,7 +672,7 @@ msgstr "&Démarrer" msgid "&Properties" msgstr "&Propriétés" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Mode &Lecture seule" @@ -653,7 +680,7 @@ msgstr "Mode &Lecture seule" msgid "&Refresh List" msgstr "&Actualiser la liste" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registres" @@ -661,29 +688,29 @@ msgstr "&Registres" msgid "&Remove" msgstr "&Retirer" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Retirer le Code" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Renommer symbole" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "&Renommer le symbole" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Reset" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "Gestionnaire de Packs de &Ressources" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "&Sauvegarder la surveillance de Branche" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Sauvegarder la carte des symboles" @@ -691,31 +718,35 @@ msgstr "&Sauvegarder la carte des symboles" msgid "&Scan e-Reader Card(s)..." msgstr "&Lire la ou les carte(s) e-Reader..." -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Portail Skylanders" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Limite de vitesse :" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Stop" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Thème :" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Threads" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "&Outil" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "&Visibilité de la barre d'outils" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Outils" @@ -725,21 +756,21 @@ msgstr "&Décharger la ROM" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "&Déverrouiller les observations" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Affichage" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Regarder" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "Site &web" @@ -751,38 +782,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Oui" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' introuvable, aucun nom de symbole généré" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' introuvable, recherche de fonctions communes à la place" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Sombre)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Clair)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Système)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(hôte)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(aucun)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Multiplier" @@ -799,7 +822,7 @@ msgstr ", Virgule" msgid "- Subtract" msgstr "- Soustraire" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -808,7 +831,7 @@ msgid "--Unknown--" msgstr "--Inconnu--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -869,7 +892,7 @@ msgstr "Entier 16 bits signé" msgid "16-bit Unsigned Integer" msgstr "Entier 16 bits non signé" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16/9" @@ -877,7 +900,7 @@ msgstr "16/9" msgid "16x Anisotropic" msgstr "Anisotropique 16x" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -889,7 +912,7 @@ msgstr "2 Gio" msgid "256 MiB" msgstr "256 Mio" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -925,19 +948,19 @@ msgid "32-bit Unsigned Integer" msgstr "Entier 32 bits non signé" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Profondeur 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -953,7 +976,7 @@ msgstr "4 Gio (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blocs)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4/3" @@ -961,7 +984,7 @@ msgstr "4/3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1050,16 +1073,16 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "Désactivé en mode Hardcore." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1098,8 +1121,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Supérieur à" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Une session NetPlay est en cours !" @@ -1124,7 +1147,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Un disque est déjà sur le point d'être inséré." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1139,7 +1162,7 @@ msgstr "" "Une sauvegarde d'état ne peut être chargée sans avoir spécifié quel jeu " "démarrer." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1162,7 +1185,7 @@ msgstr "" "Une synchronisation ne peut être faite que lorsqu'un jeu Wii est entrain de " "fonctionner." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "Sauvegarde a&uto" @@ -1201,7 +1224,7 @@ msgstr "" "considérée comme fonctionnelle.\n" "Utilisez-les à vos risques.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "Code AR" @@ -1243,8 +1266,8 @@ msgstr "Précision :" msgid "Achievement Settings" msgstr "Paramètres des succès" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Succès" @@ -1338,7 +1361,7 @@ msgstr "Action Replay : Code Normal {0} : Sous-type non valide {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "Activer le Chat NetPlay" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Actif" @@ -1354,7 +1377,7 @@ msgstr "File d'attente de threads actifs" msgid "Active threads" msgstr "Threads actifs" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adaptateur" @@ -1362,7 +1385,7 @@ msgstr "Adaptateur" msgid "Adapter Detected" msgstr "Adaptateur détecté" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Carte :" @@ -1389,11 +1412,11 @@ msgstr "Ajouter un nouveau périphérique USB" msgid "Add Shortcut to Desktop" msgstr "Ajouter un raccourci sur le Bureau" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Ajouter un point d'arrêt" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Ajouter un point d'arrêt à la mémoire" @@ -1412,28 +1435,27 @@ msgstr "Ajouter un point d'arrêt mémoire" msgid "Add to &watch" msgstr "Ajouter à la surveillance" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Ajouter pour observation" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Ajouter..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1452,24 +1474,16 @@ msgstr "Espace d'adresse par état de CPU" msgid "Address:" msgstr "Adresse :" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" -"Ajuste le filtrage de texture. Le filtrage anisotropique améliore la qualité " -"visuelle des texture qui sont à des angles de vue obliques. Forcer au plus " -"proche et Forcer linéaire remplacent le filtre de mise à l'échelle " -"sélectionné par le jeu.

Toutes les options exceptée \"Par défaut\" " -"altéreront le look des textures du jeu et peuvent provoquer des pépins dans " -"un petit nombre de jeux.

Cette option est incompatible avec " -"l'échantillonnage manuel de texture.

Dans le doute, " -"sélectionnez \"Par défaut\". " #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1491,7 +1505,7 @@ msgstr "" "

Dans le doute, utilisez la valeur la plus à " "droite. " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1503,7 +1517,7 @@ msgstr "" "ATTENTION : Activer ceci va faire planter la plupart des jeux. Seul un petit " "nombre d'entre eux peuvent en bénéficier." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1538,7 +1552,7 @@ msgstr "Avancé" msgid "Advanced Settings" msgstr "Réglages avancés" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1618,7 +1632,7 @@ msgstr "Tout Double" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1626,7 +1640,7 @@ msgid "All Files" msgstr "Tous les fichiers" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Tous les fichiers (*)" @@ -1635,7 +1649,7 @@ msgstr "Tous les fichiers (*)" msgid "All Float" msgstr "Tout Flottant" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Tous les fichiers GC/Wii" @@ -1644,8 +1658,8 @@ msgstr "Tous les fichiers GC/Wii" msgid "All Hexadecimal" msgstr "Tout Hexadécimal" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Tous les états sauvegardés (*.sav *.s##);; Tous les fichiers (*)" @@ -1657,27 +1671,27 @@ msgstr "Tout Entier Signé" msgid "All Unsigned Integer" msgstr "Tout Entier Non-signé" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Tous les fichiers (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Les codes de tous les joueurs ont été synchronisés." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Les sauvegardes de tous les joueurs ont été synchronisées." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Autoriser des réglages pour région différente" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Autoriser l'envoi des statistiques d'utilisation" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Autoriser les écritures sur la carte SD" @@ -1697,7 +1711,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Sources alternatives d'entrées" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Toujours" @@ -1719,7 +1733,7 @@ msgstr "Un disque devrait déjà être inséré mais n'a pas été trouvé." msgid "Anaglyph" msgstr "Anaglyphe" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analyser" @@ -1733,7 +1747,7 @@ msgstr "Angle" msgid "Angular velocity to ignore and remap." msgstr "Vélocité angulaire à ignorer et remapper." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Anti-Aliasing" @@ -1745,19 +1759,19 @@ msgstr "Anti-Aliasing :" msgid "Any Region" msgstr "Toutes régions" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "Ajouter la signature à" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "Ajouter une signature à" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Ajouter à un fichier de signature &existant..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "A&ppliquer un fichier de signature" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1766,7 +1780,7 @@ msgstr "" "

Dans le doute, sélectionnez (aucun)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Date de l'Apploader :" @@ -1774,19 +1788,19 @@ msgstr "Date de l'Apploader :" msgid "Apply" msgstr "Appliquer" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "Appliquer un fichier de signature" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Détection de mipmap arbitraire" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Êtes-vous sûr de vouloir supprimer \"%1\" ?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Êtes-vous sûr de vouloir supprimer ce fichier ?" @@ -1794,10 +1808,18 @@ msgstr "Êtes-vous sûr de vouloir supprimer ce fichier ?" msgid "Are you sure you want to delete this pack?" msgstr "Êtes-vous sûr de vouloir supprimer ce pack ?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Êtes-vous sûr de vouloir quitter NetPlay ?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Êtes-vous sûr ?" @@ -1806,16 +1828,16 @@ msgstr "Êtes-vous sûr ?" msgid "Area Sampling" msgstr "Échantillonnage de zone" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Format d'écran" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Résolution interne corrigée du ratio hauteur/largeur" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Format d'écran :" @@ -1823,9 +1845,9 @@ msgstr "Format d'écran :" msgid "Assemble" msgstr "Assembler" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "Assembler l'instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "Instruction d'assemblage" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1835,7 +1857,7 @@ msgstr "Assembleur" msgid "Assembly File" msgstr "Fichier Assembleur" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Attribuer les ports des manettes" @@ -1858,11 +1880,11 @@ msgstr "Attacher le MotionPlus" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Moteur audio :" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Paramètres d'étirement audio" @@ -1878,7 +1900,7 @@ msgstr "Auteur" msgid "Authors" msgstr "Auteurs" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1887,11 +1909,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (Multiple de 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Mise à jour automatique" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Paramètres de mise à jour automatique" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1903,7 +1929,7 @@ msgstr "" "\n" "Veuillez choisir une résolution interne spécifique." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Ajuster auto. la taille de la fenêtre" @@ -1911,15 +1937,15 @@ msgstr "Ajuster auto. la taille de la fenêtre" msgid "Auto-Hide" msgstr "Cacher automatiquement" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Détecter automatiquement les modules RSO ?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Synchroniser automatiquement avec le dossier" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1928,6 +1954,25 @@ msgstr "" "

Dans le doute, décochez cette case." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" +"Change automatiquement le disque du jeu lorsqu'un jeu avec deux disques le " +"demande. Cette fonctionnalité requiert à ce que le jeu soit démarré d'une de " +"ces manières :
- Depuis la liste de jeux, avec les deux disques présents " +"dans la liste.
- En faisant Fichier > Ouvrir ou via l'interface de ligne " +"de commande, avec les chemins vers les deux disques fournis.
- En " +"démarrant le fichier M3U via Fichier > Ouvrir ou l'interface de ligne de " +"commande.

Dans le doute, décochez cette case." + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Mettre à jour automatiquement les valeurs actuelles" @@ -1939,7 +1984,7 @@ msgid "Auxiliary" msgstr "Auxiliaire" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "o" @@ -1973,19 +2018,19 @@ msgstr "Registres BP" msgid "Back Chain" msgstr "Back Chain" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Moteur" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Multithreading du moteur" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Paramètres de l'interface audio" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Moteur :" @@ -1994,20 +2039,20 @@ msgstr "Moteur :" msgid "Background Input" msgstr "Entrée en arrière-plan" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Arrière" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Mauvaise valeur entrée" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Mauvaise adresse fournie." @@ -2015,28 +2060,28 @@ msgstr "Mauvaise adresse fournie." msgid "Bad dump" msgstr "Mauvais dump" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Mauvais offset fourni." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Mauvaise valeur fournie." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Bannière" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Détails de la bannière" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Bannière :" @@ -2052,11 +2097,11 @@ msgstr "Adresse de base" msgid "Base priority" msgstr "Priorité de base" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Paramètres généraux" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Paramètres de base" @@ -2104,7 +2149,7 @@ msgstr "Binaire SSL (lecture)" msgid "Binary SSL (write)" msgstr "Binaire SSL (écriture)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bitrate (kbps) :" @@ -2120,13 +2165,13 @@ msgstr "" "\n" "Veuillez réessayer avec un personnage différent." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Taille des blocs" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Taille des blocs :" @@ -2160,68 +2205,68 @@ msgstr "" "Le mode pour passer outre le Bluetooth est activé, mais Dolphin a été " "compilé sans libusb. Ce mode ne peut donc pas être utilisé." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Démarrer sur Pause" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" "Fichier de sauvegarde BootMii de la NAND (*.bin);;Tous les fichiers (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "Fichier de clés BootMii (*.bin);;Tous les fichiers (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Plein écran sans bords" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Bas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "Branche" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Branche (LR sauvegardé)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Branche Conditionnelle" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "Branche Conditionnelle (LR sauvegardé)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "Branche Conditionnelle vers Registre de comptage" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "Branche Conditionnelle vers Registre de comptage (LR sauvegardé)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "Branche Conditionnelle vers Registre de Lien" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "Branche Conditionnelle vers Registre de Lien (LR sauvegardé)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "Branche non écrasée" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Type de branche" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "La branche a été écrasée" @@ -2233,23 +2278,23 @@ msgstr "Surveillance de Branche" msgid "Branch Watch Tool" msgstr "Outil de surveillance de Branche" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "Aide de l'outil de surveillance de Branche (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "Aide de l'outil de surveillance de Branche (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "Aide de l'outil de surveillance de Branche (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "Aide de l'outil de surveillance de Branche (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2282,7 +2327,7 @@ msgstr "" "\"Effacer la surveillance de Branche\" pour effacer toutes les candidates et " "retourner à la phase de liste noire." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2299,19 +2344,19 @@ msgstr "" "fois, la surveillance de Branche va basculer à la phase de réduction, et la " "table va se remplir avec toutes les candidates éligibles." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "Branche vers Registre de comptage" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "Branche vers Registre de comptage (LR sauvegardé)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "Branche vers Registre de liens" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "Branche vers Registre de liens (LR sauvegardé)" @@ -2320,30 +2365,30 @@ msgstr "Branche vers Registre de liens (LR sauvegardé)" msgid "Branch: %1" msgstr "Branche : %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Branches" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Arrêt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" +msgstr "Arrêter &et Journaliser si atteint" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Point d'arrêt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Point d'arrêt rencontré ! Sortie abandonnée." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Points d'arrêt" @@ -2377,24 +2422,24 @@ msgstr "Erreur d'adaptateur réseau" msgid "Broadband Adapter MAC Address" msgstr "Adresse MAC de l'adaptateur réseau" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Parcourir les sessions &NetPlay..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Taille du tampon :" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Taille de buffer changée à %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer :" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2442,7 +2487,7 @@ msgstr "Par : %1" msgid "C Stick" msgstr "Stick C" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "&Créer un Fichier Signature..." @@ -2450,11 +2495,11 @@ msgstr "&Créer un Fichier Signature..." msgid "CP register " msgstr "Registre CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "Moteur d'émulation du CPU :" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Options du CPU" @@ -2462,11 +2507,11 @@ msgstr "Options du CPU" msgid "CRC32:" msgstr "CRC32 :" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Interpréteur avec cache (lent)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2481,7 +2526,7 @@ msgstr "" msgid "Calculate" msgstr "Calculer" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2494,11 +2539,11 @@ msgstr "" "ou pépins graphiques.

Dans le doute, décochez cette " "case." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Étalonner" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Étalonnage" @@ -2534,26 +2579,26 @@ msgstr "" "Champ de vue de la caméra (agit sur la sensibilité du pointeur de la " "Wiimote)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" "Peut générer un code AR pour les valeurs dans la mémoire virtuelle " "uniquement." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Ne peut pas encore être modifié !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Impossible d'éditer les méchants pour ce trophée !" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Impossible de trouver la Wiimote par la gestion de connexion {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" "Impossible de démarrer une session NetPlay pendant qu'un jeu est en cours " @@ -2561,28 +2606,28 @@ msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Annuler" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Annuler l'étalonnage" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "Candidates : %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "Candidates : %1 | Exclues : %2 | Restantes : %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "Candidates : %1 | Filtrées : %2 | Restantes : %3" @@ -2597,25 +2642,25 @@ msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" "Impossible de démarrer ce WAD car il ne peut être installé dans la NAND." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" "Il n'est pas possible de comparer avec la dernière valeur lors d'une " "première recherche." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Impossible de trouver l'IPL de GC" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Impossible de générer un code AR pour cette adresse." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Impossible de rafraîchir lorsqu'il n'y a pas de résultat." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "Impossible d'attribuer un chemin vide pour le dossier GCI." @@ -2623,13 +2668,13 @@ msgstr "Impossible d'attribuer un chemin vide pour le dossier GCI." msgid "Cannot set memory card to an empty path." msgstr "Vous devez indiquer un dossier valide pour la carte mémoire." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Impossible de démarrer le jeu car l'IPL de GC n'a pas pu être trouvé." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Méchant %1 capturé :" @@ -2647,7 +2692,7 @@ msgstr "Centre" msgid "Center Mouse" msgstr "Centrer la souris" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Centrer et étalonner" @@ -2655,7 +2700,7 @@ msgstr "Centrer et étalonner" msgid "Change &Disc" msgstr "&Changer de disque" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "&Changer de disque..." @@ -2663,7 +2708,7 @@ msgstr "&Changer de disque..." msgid "Change Disc" msgstr "Changer de disque" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Changer automatiquement les disques" @@ -2671,13 +2716,16 @@ msgstr "Changer automatiquement les disques" msgid "Change the disc to {0}" msgstr "Changer le disque par {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" +"Change l'apparence et la couleur des boutons de Dolphin." +"

Dans le doute, sélectionnez Clean." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2708,7 +2756,7 @@ msgstr "" "seulement et pas de mouvement latéral, et vous pouvez zoomer jusqu'à " "l'emplacement d'origine de la caméra." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" "Le changement des cheats ne fonctionnera qu'après le redémarrage du jeu." @@ -2721,7 +2769,7 @@ msgstr "Partition de Chaîne (%1)" msgid "Character entered is invalid!" msgstr "Le personnage entré est invalide !" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2729,7 +2777,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "Editeur de cheat codes" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Rechercher un cheat" @@ -2737,7 +2785,7 @@ msgstr "Rechercher un cheat" msgid "Cheats Manager" msgstr "Gestionnaire de Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Vérifier la NAND..." @@ -2749,7 +2797,7 @@ msgstr "Rechercher en arrière-plan les changements dans la liste des jeux" msgid "Check for updates" msgstr "Rechercher des mises à jour" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2757,7 +2805,7 @@ msgstr "" "Vérifie si vous avez la permission de supprimer le fichier ou s'il est en " "cours d'utilisation." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Somme de contrôle" @@ -2769,30 +2817,30 @@ msgstr "Chine" msgid "Choose" msgstr "Choisissez" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "Choisir le dossier de destination de l'extraction" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 +msgid "Choose GCI Base Folder" +msgstr "Choisissez le dossier racine du GCI" + +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "Choisir le fichier d'entrée prioritaire." + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "Choisir le fichier d'entrée secondaire." + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" msgstr "Choisir un fichier à ouvrir" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +msgid "Choose a File to Open or Create" msgstr "Choisissez un fichier à ouvrir ou créer" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Choisir le fichier d'entrée prioritaire." - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Choisir le fichier d'entrée secondaire." - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "Choisissez le dossier racine du GCI" - -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Choisir le dossier de destination de l'extraction" - #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 msgid "Clamping of rotation about the yaw axis." @@ -2810,17 +2858,18 @@ msgstr "Manette classique" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Effacer" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "Effacer la surveillance de Branche" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Effacer le cache" @@ -2828,11 +2877,11 @@ msgstr "Effacer le cache" msgid "Clear Slot" msgstr "Effacer le slot" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Changement de vitesse" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "&Cloner et modifier le Code..." @@ -2841,7 +2890,7 @@ msgstr "&Cloner et modifier le Code..." msgid "Close" msgstr "Fermer" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfiguration" @@ -2849,11 +2898,20 @@ msgstr "Co&nfiguration" msgid "Code" msgstr "Code" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "\"Chemin de code non pris\"" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "\"Le chemin de code a été pris\"" @@ -2861,11 +2919,11 @@ msgstr "\"Le chemin de code a été pris\"" msgid "Code:" msgstr "Code :" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Codes reçus !" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Correction de couleur" @@ -2881,11 +2939,11 @@ msgstr "Correction de couleur :" msgid "Color Space" msgstr "Espace de couleur" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "&Visibilité de la colonne" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combiner &deux fichiers de signature..." @@ -2898,7 +2956,7 @@ msgstr "Tous" msgid "Comparand:" msgstr "Comparer :" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2908,7 +2966,7 @@ msgstr "" "ont été détectés. Malgré cela, il est possible que ce soit un bon dump " "comparé à la version eShop de Wii U du jeu. Dolphin ne peut pas le vérifier." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2918,7 +2976,7 @@ msgstr "" "cela, il est possible que ce soit un bon dump comparé à la version eShop de " "Wii U du jeu. Dolphin ne peut pas le vérifier." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Compiler les Shaders avant le démarrage" @@ -2926,9 +2984,9 @@ msgstr "Compiler les Shaders avant le démarrage" msgid "Compiling Shaders" msgstr "Compilation des Shaders" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compression" @@ -2936,7 +2994,7 @@ msgstr "Compression" msgid "Compression Level:" msgstr "Niveau de compression :" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Compression :" @@ -2949,11 +3007,11 @@ msgstr "Cond." #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condition" @@ -3027,6 +3085,61 @@ msgid "" "possible for them to go out of range or to become NaN. A warning will be " "given if NaN is returned, and the var that became NaN will be logged." msgstr "" +"Conditions :\n" +"Définit une expression qui est évaluée lorsqu'un point d'arrêt est atteint. " +"Si l'expression fausse ou 0, le point d'arrêt est ignoré jusqu'à ce qu'il " +"soit à nouveau atteint. Les déclarations doivent être séparées d'une " +"virgule. Seule la dernière déclaration sera utilisée pour déterminer ce " +"qu'il faut faire.\n" +"\n" +"Registres qui peuvent être référencés :\n" +"GPRs : r0..r31\n" +"FPRs : f0..f31\n" +"SPRs : xer, lr, ctr, dsisr, dar, dec, sdr1, srr0, srr1, tbl, tbu, pvr, " +"sprg0..sprg3, ear, ibat0u..ibat7u, ibat0l..ibat7l, dbat0u..dbat7u, dbat0l.." +"dbat07, gqr0..gqr7, hid0, hid1, hid2, hid4, iabr, dabr, wpar, dmau, dmal, " +"ecid_u, ecid_m, ecid_l, upmc1..upmc4, usia, sia, l2cr, ictc, mmcr0, mmcr1, " +"pmc1..pmc4, thrm1..thrm3\n" +"Other : pc, msr\n" +"\n" +"Fonctions :\n" +"Définir un registre : r1 = 8\n" +"Casts: s8(0xff). Disponible : s8, u8, s16, u16, s32, u32\n" +"Callstack : callstack(0x80123456), callstack(\"anim\")\n" +"Comparer le texte: streq(r3, \"abc\"). Chaque paramètre peut être une " +"adresse ou des constantes de texte.\n" +"Lire en mémoire : read_u32(0x80000000). Disponible : u8, s8, u16, s16, u32, " +"s32, f32, f64\n" +"Écrire en mémoire : write_u32(r3, 0x80000000). Disponible : u8, u16, u32, " +"f32, f64\n" +"*l'écriture est actuellement toujours déclenchée\n" +"\n" +"Opérations :\n" +"Unary: -u, !u, ~u\n" +"Math: * / + -, power: **, remainder: %, shift: <<, >>\n" +"Comparer : <, <=, >, >=, ==, !=, &&, ||\n" +"Bitwise: &, |, ^\n" +"\n" +"Exemples :\n" +"r4 == 1\n" +"f0 == 1.0 && f2 < 10.0\n" +"r26 <= r0 && ((r5 + 3) & -4) * ((r6 + 3) & -4)* 4 > r0\n" +"p = r3 + 0x8, p == 0x8003510 && read_u32(p) != 0\n" +"Écrire et pause: r4 = 8, 1\n" +"Écrire et continuer : f3 = f1 + f2, 0\n" +"La condition doit toujours être à la fin\n" +"\n" +"Les valeurs doivent toujours être utilisées dans callstack() ou streq() et " +"\"quoted\". Ne pas assigner une valeur à une variable.\n" +"Toutes les variables seront affichées dans le journal de la mémoire " +"d'interface, si elle est atteinte ou un résultat NaN. Pour vérifier s'il y a " +"un problème, assignez une variable à votre équation pour qu'elle puisse être " +"affichée.\n" +"\n" +"Note: Toutes les valeurs sont converties en interne en Doubles par les " +"calculs. Il leur est possible de sortir des limites ou devenir un NaN. Un " +"avertissement sera affiché si un NaN est retourné, et la variable qui est " +"devenue un NaN sera journalisée." #: Source/Core/DolphinQt/ToolBar.cpp:130 msgid "Config" @@ -3043,7 +3156,7 @@ msgstr "Configurer" msgid "Configure Controller" msgstr "Configurer la manette" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Configurer Dolphin" @@ -3056,27 +3169,35 @@ msgstr "Configurer l'entrée" msgid "Configure Output" msgstr "Configurer la sortie" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Confirmer" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "Confirmer la déconnexion" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Confirmez le changement de moteur" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Confirmer l'arrêt de l'émulation" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Confirmation" @@ -3086,35 +3207,35 @@ msgstr "Confirmation" msgid "Connect" msgstr "Connecter" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Connecter la Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Connecter le clavier USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Connecter la Wiimote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Connecter la Wiimote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Connecter la Wiimote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Connecter la Wiimote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Connecter la Wiimote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Connecter les Wiimotes" @@ -3130,7 +3251,7 @@ msgstr "Se connecter à Internet et rechercher une mise à jour ?" msgid "Connected" msgstr "Connecté" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Connexion en cours" @@ -3138,7 +3259,7 @@ msgstr "Connexion en cours" msgid "Connection Type:" msgstr "Type de connexion :" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Le contenu {0:08x} est corrompu." @@ -3155,23 +3276,23 @@ msgstr "Contrôler le mode Golf de NetPlay" msgid "Control Stick" msgstr "Stick de contrôle" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Config de manette" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Profil de la manette 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Profil de la manette 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Profil de la manette 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Profil de la manette 4" @@ -3183,6 +3304,23 @@ msgstr "Paramètres des manettes" msgid "Controllers" msgstr "Manettes" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" +"Contrôle la vitesse de l'émulation comparée à la console d'origine." +"

Des valeurs supérieures à 100% seront plus rapides que ce que la " +"console d'origine peut faire, si votre matériel est capable de suivre. Des " +"valeurs inférieures à 100% vont au contraire ralentir l'émulation. Illimité " +"va émuler aussi vite que votre matériel peut le faire." +"

Dans le doute, sélectionnez 100%." + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3196,7 +3334,7 @@ msgstr "" "effet.

Dans le doute, laissez la valeur sur 203." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3208,7 +3346,7 @@ msgstr "" "l'impression que les objets sortent de l'écran, une valeur basse est plus " "confortable." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3223,7 +3361,7 @@ msgstr "" "

Dans le doute, sélectionnez Résolution native " -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3258,17 +3396,17 @@ msgstr "" "Contrôle le fait d'utiliser une émulation de haut ou bas niveau du DSP. Par " "défaut réglé sur True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Convergence" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Convergence :" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Échec de la conversion." @@ -3276,9 +3414,9 @@ msgstr "Échec de la conversion." msgid "Convert" msgstr "Convertir" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Convertir le fichier en dossier maintenant" @@ -3286,9 +3424,9 @@ msgstr "Convertir le fichier en dossier maintenant" msgid "Convert File..." msgstr "Convertir le fichier..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Convertir le dossier en fichier maintenant" @@ -3311,8 +3449,8 @@ msgstr "" "conversion vers un ISO. Voulez-vous tout de même continuer ?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Conversion..." @@ -3357,45 +3495,45 @@ msgstr "" "temps 2,2.

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Copier" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "Copier la &fonction" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Copier l'&hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "Copier l'&Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Copier l'adresse" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "Copier la &ligne de code" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Échec de la copie" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Copier l'Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "Copier l'adresse &cible" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copier la valeur" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Copier la &ligne de code" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Copier l'adresse &cible" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Copier vers A" @@ -3410,11 +3548,6 @@ msgstr "Copier vers B" msgid "Core" msgstr "Core" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "Le noyau n'est pas initialisé." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Corriger l'espace de couleurs" @@ -3423,21 +3556,16 @@ msgstr "Corriger l'espace de couleurs" msgid "Correct SDR Gamma" msgstr "Corriger le gamma SDR" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Coût" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Impossible de communiquer avec l'hôte" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Impossible de créer le client." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Impossible de créer le pair." @@ -3457,7 +3585,7 @@ msgstr "" "Impossible de télécharger les informations de mise à jour de Nintendo. " "Vérifiez votre connexion à Internet puis réessayez." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3467,7 +3595,7 @@ msgstr "" "\n" "La console émulée va maintenant s'arrêter." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3514,16 +3642,16 @@ msgstr "" "Impossible de démarrer le titre {0:016x} car il est absent de la NAND.\n" "Le logiciel émulé va probablement s'arrêter maintenant." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Fichier {0} non reconnu" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Impossible d'enregistrer vos changements !" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Impossible de démarrer le processus de la mise à jour : {0}" @@ -3547,7 +3675,7 @@ msgstr "" "Dans ce cas, vous devez à nouveau spécifier l'emplacement du fichier de " "sauvegarde dans les options." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Impossible de trouver le serveur central" @@ -3559,7 +3687,7 @@ msgstr "Impossible d'ouvrir le fichier." msgid "Couldn't read file." msgstr "Impossible de lire le fichier." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Pays :" @@ -3592,7 +3720,7 @@ msgid "Create..." msgstr "Créer..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Créateur :" @@ -3600,11 +3728,11 @@ msgstr "Créateur :" msgid "Critical" msgstr "Critique" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Recadrer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3620,11 +3748,11 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Affecter le calcul de sommet au CPU" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3635,11 +3763,11 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Région actuelle" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Valeur actuelle" @@ -3647,7 +3775,7 @@ msgstr "Valeur actuelle" msgid "Current context" msgstr "Contexte acutel" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Jeu en cours" @@ -3655,11 +3783,11 @@ msgstr "Jeu en cours" msgid "Current thread" msgstr "Thread actuel" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Personnalisé" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Personnalisé (étirer)" @@ -3667,19 +3795,19 @@ msgstr "Personnalisé (étirer)" msgid "Custom Address Space" msgstr "Espace d'adresse personnalisé" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Hauteur personnalisée" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Largeur personnalisée" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Format d'affichage personnalisé :" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Options pour l'horloge personnalisée" @@ -3691,6 +3819,32 @@ msgstr "Personnalisé :" msgid "Customize" msgstr "Personnaliser" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "% cycles" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "Moyenne de cycles" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "Moy. cycles" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "Pourcentage de cycles" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "Cycles utilisés" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3720,7 +3874,7 @@ msgstr "Tourne-disque DJ" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "Moteur d'émulation du DSP (Audio)" @@ -3728,15 +3882,15 @@ msgstr "Moteur d'émulation du DSP (Audio)" msgid "DSP HLE (fast)" msgstr "DSP en HLE (rapide)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (recommandé)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "Interpréteur du DSP en LLE (très lent)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "Recompilateur du DSP en LLE (lent)" @@ -3767,7 +3921,7 @@ msgstr "Tapis de danse" msgid "Dark" msgstr "Ténèbres" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Données" @@ -3795,7 +3949,7 @@ msgstr "Données dans un format non reconnu ou corrompues." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "Incohérence de données dans GCMemcardManager, abandon de l'action." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Données reçues !" @@ -3812,8 +3966,8 @@ msgstr "Zone morte" msgid "Debug" msgstr "Débug" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Débogage" @@ -3822,40 +3976,40 @@ msgstr "Débogage" msgid "Decimal" msgstr "Décimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Qualité de décodage :" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Réduction" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Réduire la convergence" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Réduire la profondeur" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Réduire" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Baisser" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Décrémenter l'emplacement de l'état sélectionné" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Réduire X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Réduire Y" @@ -3869,7 +4023,7 @@ msgstr "Par défaut" msgid "Default Config (Read Only)" msgstr "Configuration par défaut (lecture seule)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Appareil par défaut" @@ -3885,7 +4039,7 @@ msgstr "ISO par défaut :" msgid "Default thread" msgstr "Thread par défaut" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Différer l'invalidation du cache EFB" @@ -3893,7 +4047,7 @@ msgstr "Différer l'invalidation du cache EFB" msgid "Defer EFB Copies to RAM" msgstr "Reporter les copies EFB vers la RAM" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3909,8 +4063,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Supprimer" @@ -3928,7 +4082,7 @@ msgstr "Supprimer les fichiers sélectionnées..." msgid "Delete the existing file '{0}'?" msgstr "Supprimer le fichier '{0}' ?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Profondeur" @@ -3936,22 +4090,22 @@ msgstr "Profondeur" msgid "Depth Percentage:" msgstr "Pourcentage de la profondeur :" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Profondeur :" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Description" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Description :" @@ -3959,7 +4113,7 @@ msgstr "Description :" msgid "Description: %1" msgstr "Description : %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "Destination" @@ -3972,16 +4126,16 @@ msgstr "Destination (chemin de socket UNIX ou adresse:port) :" msgid "Destination (address:port):" msgstr "Destination (addresse:port) :" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Destination Max" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "Destination Min" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "Symbole de destination" @@ -3994,7 +4148,7 @@ msgstr "Détaché" msgid "Detect" msgstr "Détecter" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Détection des modules RSO" @@ -4002,7 +4156,7 @@ msgstr "Détection des modules RSO" msgid "Deterministic dual core:" msgstr "Double cœur déterministe :" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Dev (plusieurs fois par jour)" @@ -4024,7 +4178,7 @@ msgstr "Paramètres de la console émulée" msgid "Device VID (e.g., 057e)" msgstr "VID de l'appareil (ex : 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Appareil" @@ -4032,7 +4186,7 @@ msgstr "Appareil" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "%1 non reconnu comme un fichier XML valide de Riivolution." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Assombrit l'écran après 5 minutes d'inactivité." @@ -4056,19 +4210,19 @@ msgstr "Désactiver Bounding Box" msgid "Disable Copy Filter" msgstr "Désactiver le filtre de copie" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Désactiver les copies EFB dans la VRAM" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Désactiver la limite de vitesse" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Désactiver Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Désactiver Fastmem Arena" @@ -4076,11 +4230,11 @@ msgstr "Désactiver Fastmem Arena" msgid "Disable Fog" msgstr "Désactiver le brouillard" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Désactiver le cache JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Désactiver la carte des grands points d'entrée" @@ -4088,7 +4242,7 @@ msgstr "Désactiver la carte des grands points d'entrée" msgid "Disabled" msgstr "Désactivé" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4099,7 +4253,7 @@ msgstr "" "

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Dans le doute, " "décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4124,11 +4278,14 @@ msgstr "" "

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." msgstr "" +"Désactive votre économiseur d'écran lorsque vous jouez à un jeu." +"

Dans le doute, cochez cette case." #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:97 msgid "Disc" @@ -4138,9 +4295,10 @@ msgstr "Disque" msgid "Discard" msgstr "Fermer" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" -msgstr "" +msgstr "Réglages de l'affichage" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:183 msgid "Display Type" @@ -4174,15 +4332,15 @@ msgstr "Distance" msgid "Distance of travel from neutral position." msgstr "Distance parcourue depuis la position neutre." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Autorisez-vous Dolphin à envoyer des informations à ses développeurs ?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Voulez-vous ajouter \"%1\" à la liste des dossiers de jeux ?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Voulez-vous effacer la liste des noms de symboles ?" @@ -4192,7 +4350,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "Voulez-vous supprimer %n fichier(s) de sauvegarde sélectionné(s) ?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Voulez-vous arrêter l'émulation en cours ?" @@ -4200,12 +4358,12 @@ msgstr "Voulez-vous arrêter l'émulation en cours ?" msgid "Do you want to try to repair the NAND?" msgstr "Souhaitez-vous essayer de réparer la NAND ?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Décodeur Dolby Pro Logic II" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Journal FIFO de Dolphin (*.dff)" @@ -4213,22 +4371,22 @@ msgstr "Journal FIFO de Dolphin (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Préréglage de mod de jeu pour Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Fichier de carte pour Dolphin (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Fichier CSV de signature de Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Fichier de signature de Dolphin" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Films TAS Dolphin (*.dtm)" @@ -4271,11 +4429,11 @@ msgstr "Dolphin n'a pas pu exécuter l'action demandée." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin est un émulateur de GameCube et Wii, libre et open-source." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin est trop ancien pour le serveur traversal" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4283,19 +4441,11 @@ msgstr "" "Dolphin ne peut vérifier les fichiers TGC typiques, car ce ne sont pas des " "dumps de disques." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin ne peut vérifier les disques non licenciés." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin utilisera ceci pour les titres dont la région ne peut être " -"automatiquement déterminée." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Le système de Dolphin pour les cheats est actuellement désactivé." @@ -4304,7 +4454,7 @@ msgstr "Le système de Dolphin pour les cheats est actuellement désactivé." msgid "Domain" msgstr "Domaine" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Ne pas mettre à jour" @@ -4329,7 +4479,7 @@ msgstr "Portes bloquées." msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4339,37 +4489,44 @@ msgstr "Double" msgid "Down" msgstr "Bas" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Télécharger des codes" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Télécharger des codes de WiiRD" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" "Télécharger les jaquettes des jeux depuis GameTDB.com pour l'affichage en " "mode Grille" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Téléchargement terminé" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 codes ont été téléchargés. (%2 ajoutés)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" +"Télécharge les jaquettes complètes des jeux depuis GameTDB.com pour être " +"affichées dans la vue de grille de jeux. Si cette option est décochée, la " +"liste de jeux affiche la bannière récupérée des fichiers de sauvegarde des " +"jeux, et si le jeu n'a aucune sauvegarde une bannière générique sera " +"affichée.

La vue en liste utilisera toujours la bannière de " +"sauvegarde des jeux.

Dans le doute, cochez cette " +"case." #. i18n: The "Drawsome" (combination of "Draw" and "Awesome") tablet wiimote extension by Ubisoft. #: Source/Core/Core/HW/WiimoteEmu/Extension/DrawsomeTablet.cpp:25 @@ -4410,19 +4567,19 @@ msgstr "Dumper &FakeVMEM" msgid "Dump &MRAM" msgstr "Dumper la &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Enregistrer le son" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Copier les textures de base" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Copier l'EFB cible" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Enregistrer les images" @@ -4430,7 +4587,7 @@ msgstr "Enregistrer les images" msgid "Dump GameCube BBA traffic" msgstr "Dumper le trafic BBA de la GameCube" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Copier les Mip maps" @@ -4438,7 +4595,7 @@ msgstr "Copier les Mip maps" msgid "Dump Path:" msgstr "Dossier de dump :" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Copier l'XFB cible" @@ -4463,7 +4620,7 @@ msgstr "Enregistrer les certificats des pairs" msgid "Dump root CA certificates" msgstr "Enregistrer les certificats CA racine" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Dans le doute, " "décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4482,7 +4639,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4501,15 +4658,15 @@ msgstr "Durée de relâchement du bouton Turbo (en images) :" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Néerlandais" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Quitter" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "Copie %1 d'EFB" @@ -4525,7 +4682,7 @@ msgstr "" "distribution de Dolphin, un redémarrage est probablement nécessaire pour que " "Windows charge le nouveau pilote." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4537,7 +4694,7 @@ msgstr "" "Convient pour les jeux de compétition où l'égalité et une latence minimale " "sont les plus importantes." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Premières mises à jour de mémoire" @@ -4556,16 +4713,16 @@ msgstr "Asie de l'Est" msgid "Edit Breakpoint" msgstr "Modifier le point d'arrêt" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" -msgstr "" +msgstr "Modifier Conditionnel" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" -msgstr "" +msgstr "Modifier l'expression conditionnelle" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Modifier..." @@ -4574,6 +4731,11 @@ msgstr "Modifier..." msgid "Editor" msgstr "Éditeur" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4585,11 +4747,20 @@ msgstr "Effets" msgid "Effective" msgstr "Effective" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Priorité effective" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "Eio" @@ -4611,7 +4782,7 @@ msgstr "Buffer d'image embarqué (Embedded Frame Buffer - EFB)" msgid "Empty" msgstr "Vide" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Thread d'émulation déjà en cours d'exécution" @@ -4639,7 +4810,7 @@ msgstr "" "Émule la vitesse de lecture du lecteur de disques de la console. Désactiver " "ceci peut provoquer des instabilités. Activé par défaut." -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Appareils USB émulés" @@ -4657,27 +4828,27 @@ msgstr "" "Actuel : MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF : MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Vitesse de l'émulation" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Activer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Activer les couches de validation d'API" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Activer l'étirement du son" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Activer les Cheats" @@ -4685,35 +4856,35 @@ msgstr "Activer les Cheats" msgid "Enable Controller Inpu&t" msgstr "Activer l'entrée de la manette" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Activer l'horloge personnalisée" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Activer l'interface de débogage" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" -msgstr "" +msgstr "Activer la Présence sur Discord" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:87 msgid "Enable Dual Core" msgstr "Activer le double cœur" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" msgstr "Activer le double cœur (plus rapide)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Activer le changement de vitesse du CPU" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Modifier la taille de la mémoire émulée" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Activer les succès Encore" @@ -4721,15 +4892,15 @@ msgstr "Activer les succès Encore" msgid "Enable FPRF" msgstr "Activer le FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Activer les mods graphiques" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Activer le mode Hardcore" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4763,33 +4934,33 @@ msgstr "" "
Notez que si vous désactivez le mode Hardcore pendant qu'un jeu est en " "cours, vous devrez quitter le jeu pour réactiver ce mode." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "Activer le profilage de bloc de JIT" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Activer le MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Activer les notifications de progression" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Activer le balayage progressif" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Activer l'intégration de RetroAchievements.org" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Activer le vibreur" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Activer l'économiseur d'écran" @@ -4797,27 +4968,27 @@ msgstr "Activer l'économiseur d'écran" msgid "Enable Speaker Data" msgstr "Activer les données du haut-parleur" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" -msgstr "" +msgstr "Activer le mode Spectateur" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Activer les succès non officiels" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Activer l'envoi des statistiques d'utilisation" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Activer WiiConnect24 via WiiLink" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Activer le rendu en fil de fer" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Activer le cache en écriture différée (lent)" @@ -4830,7 +5001,7 @@ msgstr "" "peut provoquer des plantages et autres soucis dans certains jeux. (ACTIF = " "Compatible, INACTIF = Débloqué)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4843,7 +5014,7 @@ msgstr "" "Dolphin ne sauvegarde pas votre mot de passe sur votre appareil et utilise " "un jeton d'API pour maintenir votre connection. " -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4853,7 +5024,7 @@ msgstr "" "message en popup lorsque le joueur progresse sur un succès qui suit une " "valeur qui augmente, telle que 60 étoiles sur 120." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4861,8 +5032,13 @@ msgid "" "speedrun criteria or simply for fun.

Setting takes effect on next " "game load." msgstr "" +"Active le déblocage des succès dans le mode Encore.

Ce mode ré-active " +"les succès que le joueur a déjà débloqués sur le site pour que le joueur " +"soit informé si il remplit à nouveau les conditions de déblocage, utile pour " +"les critères personnalisés de speedrun ou juste pour le fun.

Ce " +"réglage prendra effet lors du prochain lancement d'un jeu." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4871,16 +5047,27 @@ msgid "" "RetroAchievements session will not be created.

If this is off at game " "launch, it can be toggled freely while the game is running." msgstr "" +"Active le déblocage des succès en mode Spectateur.

Dans ce mode, les " +"succès et tableaux des vainqueurs seront traités et affichés à l'écran, mais " +"ne seront pas envoyés au serveur.

Si c'est activé au démarrage du " +"jeu, il ne sera désactivé qu'à la l'arrêt du jeu, car une session " +"RetroAchievements ne sera pas créée.

Si désactivé au lancement d'un " +"jeu, il peut être activé librement pendant le jeu." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " "that have not been deemed official by RetroAchievements and may be useful " "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" +"Active le déblocage des succès non officiels ainsi que les officiels." +"

Les succès non officiels peuvent être optionnels ou des succès non " +"terminés qui n'ont pas été reconnus comme officiels par RetroAchievements et " +"peuvent être utiles pour tester ou pour le fun.

Ce réglage prendra " +"effet lors du prochain lancement d'un jeu." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4896,27 +5083,18 @@ msgstr "" "Active le calcul du résultat du drapeau de la virgule flottante, requis pour " "quelques jeux. (Activé = compatible, Désactivé = rapide)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -"Active la détection des mipmaps arbitraires, que certains jeux utilisent " -"pour des effets spéciaux basés sur la distance.

Il peut y avoir avoir " -"des faux positifs qui produiront des textures floues dans une résolution " -"interne élevée, par exemple pour des jeux qui utilisent des mipmaps dans une " -"résolution très basse.\n" -"Désactiver ceci peut aussi réduire les saccades dans les jeux qui chargent " -"fréquemment de nouvelles textures. Cette fonctionnalité n'est pas compatible " -"avec le décodage des textures par le GPU.

Dans le " -"doute, décochez cette case." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4929,7 +5107,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4943,7 +5121,7 @@ msgstr "" "

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4954,7 +5132,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4972,7 +5150,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" "Active l'étirement du son pour qu'il corresponde à la vitesse de l'émulation." @@ -4981,15 +5159,10 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" -"Active le décodage des textures par le GPU à la place du CPU.

Ceci " -"peut entraîner des gains de performance dans certains cas, ou pour les " -"systèmes où le CPU n'est pas assez puissant.

Cette option est " -"incompatible avec la détection des mipmaps arbitraires." -"Dans le doute, décochez cette case." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 msgid "" @@ -4999,7 +5172,7 @@ msgstr "" "Activer le Memory Management Unit (unité de gestion de la mémoire), requis " "pour certains jeux. (ON = Compatible, OFF = Vitesse)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -5022,7 +5195,21 @@ msgstr "" "désormais disparues telles que la Météo ou les Chaînes Nintendo.\n" "Lisez les Termes de service sur : https://www.wiilink24.com/fr/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" +"Active l'utilisation de la RA et les cheat codes Gecko qui permettent de " +"modifier le comportement des jeux. Ces codes peuvent être configurés avec le " +"Gestionnaire de cheats dans le menu Outils.

Ce réglage ne peut pas " +"être changé lorsque l'émulation est en cours.

Dans " +"le doute, décochez cette case." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -5035,7 +5222,7 @@ msgstr "" "compilés.

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -5062,17 +5249,17 @@ msgstr "" "\n" "Abandon de l'importation." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" -msgstr "" +msgstr "Addr Fin" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet ne s'est pas initialisé" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Anglais" @@ -5089,7 +5276,7 @@ msgstr "Entrez l'adresse IP de l'appareil exécutant le client XLink Kai :" msgid "Enter USB device ID" msgstr "Entrez l'identifiant du périphérique USB" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Entrez l'adresse à surveiller :" @@ -5115,78 +5302,77 @@ msgstr "" "Entrez l'adresse IP et le port de l'instance tapserver à laquelle vous " "voulez vous connecter." -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Entrer l'adresse du module RSO :" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5197,10 +5383,10 @@ msgstr "Entrer l'adresse du module RSO :" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Erreur" @@ -5212,7 +5398,7 @@ msgstr "Rapport d'erreurs" msgid "Error Opening Adapter: %1" msgstr "Erreur lors de l'ouverture de l'adaptateur : %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Erreur lors de la récupération des données de sauvegarde !" @@ -5222,7 +5408,7 @@ msgstr "Erreur lors de la récupération des données de sauvegarde !" msgid "Error converting value" msgstr "Erreur lors de la conversion de la valeur" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Erreur lors du chargement de la langue sélectionnée. Retour à la langue par " @@ -5232,16 +5418,16 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Erreur lors de l'obtention de la liste des sessions : %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" "Une erreur est survenue lors de l'ouverture de certains packs de texture" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Erreur lors du traitement des codes." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Erreur lors du traitement des données." @@ -5249,11 +5435,11 @@ msgstr "Erreur lors du traitement des données." msgid "Error reading file: {0}" msgstr "Erreur de lecture du fichier : {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Erreur lors de la synchronisation des cheat codes !" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Erreur lors de la synchronisation des données !" @@ -5297,7 +5483,7 @@ msgstr "Erreur : GBA{0} n'a pas pu ouvrir la ROM dans {1}" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Erreur : GBA{0} n'a pas pu ouvrir la sauvegarde dans {1}" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Erreur : Cette version ne prend pas en charge les manettes GBA émulées" @@ -5319,11 +5505,11 @@ msgstr "" "chargées. Les jeux peuvent ne pas afficher les polices correctement, ou " "planter." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Des erreurs ont été trouvées dans {0} blocs de la partition n°{1}." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" "Des erreurs ont été trouvées dans {0} blocs inutilisés de la partition n°{1}." @@ -5333,12 +5519,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphorie" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europe" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Ubershaders exclusifs" @@ -5346,15 +5532,15 @@ msgstr "Ubershaders exclusifs" msgid "Exit" msgstr "Quitter" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "+ ou fermeture de parenthèse attendue" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Arguments attendus :" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "Arguments attendus : {0}" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Fermeture de parenthèse attendu." @@ -5366,27 +5552,27 @@ msgstr "Virgule attendue." msgid "Expected end of expression." msgstr "Fin d'expression attendue." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Nom d'entrée attendu" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Ouverture de parenthèse attendue" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Début d'expression attendu" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Nom de variable attendu." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Expérimental" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exporter toutes les sauvegardes Wii" @@ -5397,11 +5583,11 @@ msgstr "Exporter toutes les sauvegardes Wii" msgid "Export Failed" msgstr "L'exportation a échoué" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exporter l'enregistrement..." -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exporter l'enregistrement..." @@ -5429,14 +5615,14 @@ msgstr "Exporter comme .&gcs..." msgid "Export as .&sav..." msgstr "Exporter comme .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n sauvegarde(s) exportée(s)" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Extension" @@ -5449,7 +5635,7 @@ msgstr "Entrée d'extension de mouvement" msgid "Extension Motion Simulation" msgstr "Simulation d'extension de mouvement" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Externe" @@ -5457,35 +5643,35 @@ msgstr "Externe" msgid "External Frame Buffer (XFB)" msgstr "Buffer externe d'image (External Frame Buffer - XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extraire les certificats de la NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Extraire l'intégralité du disque..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Extraire l'intégralité de la partition..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extraire le fichier..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Extraire les fichiers..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Extraire les données du Système..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Extraction de tous les fichiers..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Extraction du dossier..." @@ -5495,7 +5681,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Lecteur FIFO" @@ -5511,15 +5697,15 @@ msgstr "" "Impossible d'ouvrir la carte mémoire :\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Impossible d'ajouter cette session à l'index NetPlay : %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Impossible d'ajouter cela au fichier de signature '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "Impossible d'obtenir une interface pour l'accès direct Bluetooth : {0}" @@ -5535,7 +5721,7 @@ msgstr "Impossible d'effacer le Skylander du slot %1 !" msgid "Failed to connect to Redump.org" msgstr "Impossible de se connecter à Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Impossible de se connecter au serveur : %1" @@ -5576,36 +5762,36 @@ msgstr "" "\n" "Le Skylander est peut-être déjà sur le portail." -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "Impossible de supprimer le fichier de sauvegarde NetPlay GBA{0}. Vérifiez " "que vous avez les droits d'écriture." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Impossible de créer la carte mémoire pour NetPlay. Vérifier vos permissions " "en écriture." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Impossible de supprimer le fichier sélectionné." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "Impossible de détacher le driver du Kernel pour l'adaptateur BT : {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Impossible de télécharger les codes." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Impossible de dumper %1 : impossible d'ouvrir le fichier" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Impossible de dumper %1 : impossible d'écrire vers le fichier" @@ -5618,15 +5804,15 @@ msgstr "Échec de l'exportation de %n sur %1 fichier(s) de sauvegarde." msgid "Failed to export the following save files:" msgstr "Échec de l'exportation des fichiers de sauvegarde suivants :" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Impossible d'extraire les certificats depuis la NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Impossible d'extraire le fichier." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Impossible d'extraire les données du système." @@ -5648,14 +5834,14 @@ msgstr "Impossible de trouver un ou plusieurs symboles D3D" msgid "Failed to import \"%1\"." msgstr "Impossible d'importer \"%1\"." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Impossible d'importer le fichier de sauvegarde. Veuillez démarrer le jeu une " "fois, puis réessayez." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5663,7 +5849,7 @@ msgstr "" "Impossible d'importer le fichier de sauvegarde. Le fichier indiqué semble " "corrompu ou n'est pas une sauvegarde valide de Wii." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5674,7 +5860,7 @@ msgstr "" "Essayez de réparer votre NAND (Outils -> Gestion de NAND -> Vérifier la " "NAND...), et importez à nouveau la sauvegarde." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Impossible d'initialiser la base" @@ -5688,7 +5874,7 @@ msgstr "" "Vérifiez que votre carte graphique prend au minimum en charge D3D 10.0\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Impossible d'initialiser les classes du moteur de rendu" @@ -5697,11 +5883,11 @@ msgid "Failed to install pack: %1" msgstr "Impossible d'installer le pack %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Impossible d'installer ce titre dans la NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5709,8 +5895,8 @@ msgstr "" "Impossible d'écouter le port %1. Est-ce qu'une autre instance de serveur " "Netplay est en exécution ?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Impossible de charger le module RSO à %1" @@ -5722,7 +5908,7 @@ msgstr "Impossible de charger d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "Impossible de charger dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Impossible d'ouvrir le fichier de carte '%1'" @@ -5738,7 +5924,7 @@ msgstr "" "Impossible de charger le fichier Skylander :\n" "%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Impossible de charger l'exécutable en mémoire." @@ -5754,25 +5940,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Impossible de modifier Skylander !" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "Impossible d'ouvrir \"%1\" en écriture." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "Impossible d'ouvrir \"{0}\" en écriture." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Impossible d'ouvrir \"%1\"" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Impossible d'utiliser l'appareil Bluetooth : {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "Impossible d'ouvrir l'instantané de surveillance de Branche \"%1\"" @@ -5805,7 +5991,7 @@ msgstr "" msgid "Failed to open file." msgstr "Impossible d'ouvrir le fichier." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Impossible d'accéder au serveur" @@ -5846,7 +6032,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Impossible d'ouvrir le fichier source \"%1\"." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5861,7 +6047,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Impossible de traiter les données de Redump.org" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "Impossible d'analyser la valeur donnée dans le type de données cible." @@ -5874,7 +6060,7 @@ msgid "Failed to read from file." msgstr "Impossible de lire le fichier." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Impossible de lire depuis le fichier source \"{0}\"." @@ -5896,6 +6082,10 @@ msgid "" "\n" "The file was too small." msgstr "" +"Impossible de lire le fichier Infinity :\n" +"%1\n" +"\n" +"Le fichier était trop petit." #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:818 msgid "Failed to read the Skylander file!" @@ -5943,51 +6133,51 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Impossible de supprimer ce titre de la NAND." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Impossible de réinitialiser le dossier GCI pour NetPlay. Vérifiez vos " "permissions d'écriture." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Impossible de réinitialiser le dossier NAND pour NetPlay. Vérifiez vos " "permissions d'écriture." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "Impossible de réinitialiser le dossier de redirection de NetPlay. Vérifiez " "vos droits d'écriture." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" "Échec de la sauvegarde de l'instantané de la surveillance de la branche " "\"%1\"" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Echec de l'enregistrement du journal FIFO." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Impossible de sauvegarder la carte du code vers le dossier '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Impossible de sauvegarder le fichier de signature '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Impossible de sauvegarder la carte des symboles vers le dossier '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Impossible de sauvegarder vers le fichier de signature '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -6006,11 +6196,11 @@ msgstr "Impossible de désinstaller le pack %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Impossible d'écrire BT.DINF vers SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Impossible d'écrire les données du Mii." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Impossible d'écrire la sauvegarde Wii." @@ -6024,7 +6214,7 @@ msgstr "Impossible d'écrire le fichier de configuration !" msgid "Failed to write modified memory card to disk." msgstr "Impossible d'écrire la carte mémoire modifiée sur le disque." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "Impossible d'écrire la sauvegarde redirigée." @@ -6033,7 +6223,7 @@ msgid "Failed to write savefile to disk." msgstr "Impossible d'écrire le fichier de sauvegarde sur le disque." #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -6043,20 +6233,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Échec" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Délai d'entrée des commandes égalisé" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Région de remplacement" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Région de remplacement :" @@ -6077,7 +6268,7 @@ msgstr "" "Désynchro fatale. Abandon de la lecture. (Erreur dans Play Wiimote : {0} != " "{1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Champ de vision" @@ -6090,46 +6281,46 @@ msgstr "Numéro de figurine :" msgid "Figure type" msgstr "Type de jouet" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Détails du fichier" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Format du fichier" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Format du fichier :" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Infos du fichier" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nom du fichier" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Chemin du fichier" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Taille du fichier" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Taille du fichier :" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Le fichier ne contient pas de code." @@ -6141,7 +6332,7 @@ msgstr "Nom de fichier" msgid "Files opened, ready to compress." msgstr "Fichiers ouverts, prêt à compresser." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6176,7 +6367,7 @@ msgstr "Chercher le &suivant" msgid "Find &Previous" msgstr "Chercher le &précédent" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Terminer l'étalonnage" @@ -6211,12 +6402,6 @@ msgstr "Échec de la correction des sommes de contrôle" msgid "Fixed Alignment" msgstr "Alignement fixé" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Drapeaux" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6226,11 +6411,11 @@ msgstr "Drapeaux" msgid "Float" msgstr "Flottant" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "Suivre la &branche" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Pour de meilleurs résultats, bougez lentement votre entrée dans toutes les " @@ -6252,7 +6437,7 @@ msgstr "" "Pour des instructions d'installation, consultez cette page." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forcer 16/9è" @@ -6260,7 +6445,7 @@ msgstr "Forcer 16/9è" msgid "Force 24-Bit Color" msgstr "Forcer les couleurs en 24 bit" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forcer 4/3" @@ -6292,15 +6477,15 @@ msgstr "Forcer l'écoute du port :" msgid "Force Nearest" msgstr "Forcer au plus proche" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "Désactivé car %1 ne prend pas en charge les extensions VS." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "Activé car %1 ne prend pas en charge les shaders géométriques." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6316,7 +6501,7 @@ msgstr "" "jeu sont préférables à ceci, si disponibles.

Dans " "le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6329,17 +6514,19 @@ msgstr "" "graphiques.

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." msgstr "" +"Force la fenêtre de rendu à rester au-dessus des autres fenêtres et " +"applications.

Dans le doute, décochez cette case." #: Source/Core/DolphinQt/ConvertDialog.cpp:60 msgid "Format:" msgstr "Format :" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6354,38 +6541,38 @@ msgstr "Faire suivre le port (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "1% résultats trouvés pour \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "%n adresse(s) trouvée(s)." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Image %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Avancer d'une image" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Réduire la vitesse d'avancement de l'image" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Accélérer la vitesse d'avancement de l'image" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Réinitialiser la vitesse d'avancement de l'image" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Capture d'image" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Plage d'images :" @@ -6393,7 +6580,7 @@ msgstr "Plage d'images :" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "La/Les capture(s) d'image '{0}' existe déjà. Remplacer ?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Images à enregistrer :" @@ -6413,7 +6600,7 @@ msgstr "%1 fichiers libres" msgid "Free Look Control Type" msgstr "Type de contrôle de la vue libre" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Manette %1 pour la Vue libre" @@ -6433,22 +6620,26 @@ msgstr "" "instructions détaillées, reportez-vous à cette page." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "Mémoire libre :" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Vue libre" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Vue libre" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Activer la vue libre" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Français" @@ -6467,8 +6658,8 @@ msgid "From" msgstr "De" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "De :" @@ -6476,13 +6667,14 @@ msgstr "De :" msgid "FullScr" msgstr "Plein écran" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Fonction" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" -msgstr "" +msgstr "Réglages de fonctionnalité" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" @@ -6500,7 +6692,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "Dossier de la carte GBA :" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "Cœur GBA" @@ -6516,19 +6708,19 @@ msgstr "Réglages GBA" msgid "GBA TAS Input %1" msgstr "Entrée TAS %1 de GBA" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "Volume GBA" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "Taille de la fenêtre GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1 ROM changée en \"%2\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM désactivée" @@ -6554,7 +6746,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "Images GC/Wii en GCZ (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6578,7 +6770,7 @@ msgstr "GL_MAX_TEXTURE_SIZE est de {0} - il doit être au minimum de 1024." msgid "GPU Texture Decoding" msgstr "Décodage des textures par GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6593,7 +6785,7 @@ msgstr "" "GPU : ERREUR OGL : Est-ce que votre carte graphique prend en charge OpenGL " "2.0 ?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6601,7 +6793,7 @@ msgstr "" "GPU : ERREUR OGL : Nécessite GL_ARB_map_buffer_range.\n" "GPU : Est-ce que votre carte graphique prend en charge OpenGL 3.0 ?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6609,7 +6801,7 @@ msgstr "" "GPU : ERREUR OGL : Nécessite GL_ARB_sampler_objects.\n" "GPU : Est-ce que votre carte graphique prend en charge OpenGL 3.3 ?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6617,7 +6809,7 @@ msgstr "" "GPU : ERREUR OGL : Nécessite GL_ARB_uniform_buffer_object.\n" "GPU : Est-ce que votre carte graphique prend en charge OpenGL 3.1 ?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6633,7 +6825,7 @@ msgstr "" "GPU : ERREUR OGL : Nécessite OpenGL version 3.\n" "GPU : Est-ce que votre carte graphique prend en charge OpenGL 3 ?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6656,16 +6848,16 @@ msgstr "" msgid "Game" msgstr "Jeu" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Cartes Game Boy Advance (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6673,7 +6865,7 @@ msgstr "" "ROM de Game Boy Advance (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *." "bin);;Tous les fichiers (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance sur le Port %1" @@ -6685,7 +6877,7 @@ msgstr "Espace de couleurs du jeu :" msgid "Game Config" msgstr "Configuration du jeu" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Détails du jeu" @@ -6701,25 +6893,25 @@ msgstr "Gamma du jeu" msgid "Game Gamma:" msgstr "Gamma du jeu :" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID du jeu" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Identifiant du jeu :" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Etat du jeu" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Jeu changé en \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6728,15 +6920,15 @@ msgstr "" "sélectionnez Propriétés, cliquer sur l'onglet Vérifier, et sélectionnez " "Vérifier l'intégrité pour vérifier le hash." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "Le jeu a un numéro de disque différent" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "Le jeu a une révision différente" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Le jeu est déjà en cours d'émulation !" @@ -6747,7 +6939,7 @@ msgstr "" "Leu jeu a écrasé la sauvegarde d'un autre jeu, corruption de données " "probable. {0:#x}, {1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "La région du jeu ne concorde pas" @@ -6767,11 +6959,11 @@ msgstr "Adaptateur GameCube pour Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "Adaptateur GameCube pour Wii U sur le Port %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "Manette GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "Manette GameCube sur le port %1" @@ -6779,11 +6971,11 @@ msgstr "Manette GameCube sur le port %1" msgid "GameCube Controllers" msgstr "Manettes GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "Clavier pour GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "Clavier pour GameCube sur le Port %1" @@ -6800,7 +6992,7 @@ msgstr "Cartes mémoire de GameCube" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "Cartes mémoire de GameCube (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "Micro pour GameCube, Slot %1" @@ -6828,45 +7020,56 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Codes Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Général" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Général et Options" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "Générer un/des code(s) Action Replay" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Générer une nouvelle identité pour les statistiques" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" +"Générer un nouvel identifiant anonyme pour les statistiques de votre " +"utilisation. Cela aura pour effet dissocier vos futures statistiques des " +"anciennes." + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Code(s) AR généré(s)." -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Nom des symboles générés à partir de '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Allemand" @@ -6874,11 +7077,11 @@ msgstr "Allemand" msgid "Germany" msgstr "Allemagne" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "Échec de GetDeviceList : {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "Gio" @@ -6893,7 +7096,7 @@ msgstr "Giant" msgid "Giants" msgstr "Giants" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Mode Golf" @@ -6902,7 +7105,7 @@ msgid "Good dump" msgstr "Dump OK" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Graphismes" @@ -6911,7 +7114,7 @@ msgstr "Graphismes" msgid "Graphics Mods" msgstr "Mods graphiques" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Options graphiques" @@ -6920,7 +7123,7 @@ msgstr "Options graphiques" msgid "Graphics mods are currently disabled." msgstr "Les mods graphiques sont actuellement désactivés." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6947,7 +7150,7 @@ msgstr "Vert Gauche" msgid "Green Right" msgstr "Vert Droite" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Grille" @@ -6992,7 +7195,7 @@ msgstr "Head" msgid "Help" msgstr "Aide" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Niveau du héros :" @@ -7025,11 +7228,11 @@ msgstr "Hexadécimal" msgid "Hide" msgstr "Cacher" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "Cacher les &contrôles" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Tout masquer" @@ -7041,23 +7244,26 @@ msgstr "Masquer les sessions en cours" msgid "Hide Incompatible Sessions" msgstr "Masquer les sessions incompatibles" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Masquer les GBA distantes" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" +"Cache le curseur de la souris lorsqu'il est dans la fenêtre de rendu et que " +"celle-ci a le focus.

Dans le doute, sélectionnez " +""Si mouvement"." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Haute" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "La meilleure" @@ -7080,15 +7286,39 @@ msgstr "Hôte" msgid "Host Code:" msgstr "Code de l'hôte :" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Autorité de l'hôte sur les entrées" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Taille de l'hôte" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -7101,14 +7331,22 @@ msgstr "" "Convient pour des jeux casual de 3 joueurs et plus, peut-être sur des " "connexions instables ou avec une forte latence." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Autorité de l'hôte sur les entrées désactivée" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Autorité de l'hôte sur les entrées activée" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Hôte avec Netplay" @@ -7117,21 +7355,21 @@ msgstr "Hôte avec Netplay" msgid "Hostname" msgstr "Nom de l'hôte" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Paramètres des Raccouris clavier" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Raccourcis clavier" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Les touches de raccourci requièrent que la fenêtre soit sélectionnée" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Ubershaders hybrides" @@ -7158,7 +7396,7 @@ msgstr "L'identifiant entré est invalide !" msgid "ID:" msgstr "Identifiant :" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "Version d'IOS :" @@ -7195,7 +7433,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Sensibilité de l'IR :" @@ -7237,7 +7475,7 @@ msgstr "" msgid "Icon" msgstr "Icône" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7248,11 +7486,11 @@ msgstr "" "Pratique pour les jeux à tour de rôle qui ont des contrôles demandant de la " "précision, comme le golf." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Génération d'une identité" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7277,7 +7515,7 @@ msgstr "" "Cette autorisation peut être révoquée à tout moment via les réglages de " "Dolphin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7297,7 +7535,7 @@ msgstr "" "Si décochée, l'état de la connexion de la manette émulée est lié\n" "à l'état de la connexion du périphérique physique par défaut (s'il existe)." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7308,7 +7546,25 @@ msgstr "" "de fifologs, mais peut être utile pour tester.

Dans " "le doute, décochez cette case." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" +"Si l'option est cochée, Dolphin va collecter des données sur ses " +"performances, utilisation des fonctionnalités, jeux émulés, configuration, " +"ainsi que des données sur votre matériel et système d'exploitation." +"

Aucune donnée personnelle n'est collectée. Ces données nous aident à " +"comprendre comment les personnes et les jeux émulés utilisent Dolphin afin " +"de prioriser nos efforts. Cela nous aide également à identifier des " +"configurations rares qui provoquent des bugs, problèmes de performances ou " +"de stabilité." + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7324,7 +7580,7 @@ msgstr "" msgid "Ignore" msgstr "Ignorer" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "Ignorer les its de Branche d'&Apploader" @@ -7354,19 +7610,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"Ignore les requêtes de lecture ou d'écriture du CPU vers l'EFB." -"

Améliore les performances dans certains jeux, mais désactivera tous " -"les effets graphiques ou fonctionnalités de gameplay basés sur l'EFB." -"

Dans le doute, décochez cette case." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Présenter immédiatement l'XFB" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7381,7 +7632,7 @@ msgstr "" "abaissant légèrement les performances.

Dans le " "doute, décochez cette case." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importer une sauvegarde BootMii de la NAND..." @@ -7396,15 +7647,15 @@ msgstr "L'importation a échoué" msgid "Import Save File(s)" msgstr "Importer le(s) fichier(s) de sauvegarde" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importer une sauvegarde Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importation de la sauvegarde de la NAND..." -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7413,7 +7664,7 @@ msgstr "" "Importation de la sauvegarde de la NAND...\n" "Temps écoulé : %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7421,12 +7672,18 @@ msgid "" "notified.

If unsure, leave this checked." msgstr "" +"Si une erreur arrive, Dolphin va se mettre en pause pour vous informer de " +"l'erreur et vous présenter les choix sur la manière de procéder. Lorsque " +"cette option est désactivée, Dolphin va \"ignorer\" toutes les erreurs. " +"L'émulation ne sera pas suspendue et vous n'en sera pas averti(e)." +"

Dans le doute, cochez cette case." #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 msgid "In-Game?" msgstr "En cours ?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7440,64 +7697,64 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Valeur de niveau de héros incorrecte !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "Heure de dernier placement incorrecte !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "Heure de dernière réinitialisation incorrecte !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Valeur d'argent incorrecte !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Pseudo incorrect !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Valeur de temps de jeu incorrecte !" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Augmentation" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Augmenter la convergence" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Augmenter la profondeur" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Accélérer" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Augmenter" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Incrémenter l'emplacement de l'état sélectionné" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Augmenter X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Augmenter Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Rotation incrémentale" @@ -7537,12 +7794,12 @@ msgstr "Information" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Information" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Désactiver l'écran de veille pendant l'émulation" @@ -7551,11 +7808,11 @@ msgid "Inject" msgstr "Injecter" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Entrée" @@ -7569,19 +7826,16 @@ msgstr "Force d'appui requise pour l'activation." msgid "Input strength to ignore and remap." msgstr "Force de l'entrée à ignorer et remapper." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "Insérer &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Insérer &NOP" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Insérer &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Insérer une carte SD" @@ -7598,7 +7852,7 @@ msgstr "Partition d'installation (%1)" msgid "Install Update" msgstr "Installer la mise à jour" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installer un WAD..." @@ -7606,13 +7860,14 @@ msgstr "Installer un WAD..." msgid "Install to the NAND" msgstr "Installer dans la NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instruction" @@ -7621,7 +7876,7 @@ msgstr "Instruction" msgid "Instruction Breakpoint" msgstr "Point d'arrêt instruction" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruction :" @@ -7630,7 +7885,7 @@ msgstr "Instruction :" msgid "Instruction: %1" msgstr "Instruction : %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7700,8 +7955,8 @@ msgstr "" "Erreur interne LZO - impossible d'analyser le texte de la version " "décompressée ({0} / {1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Résolution interne" @@ -7710,15 +7965,15 @@ msgstr "Résolution interne" msgid "Internal Resolution:" msgstr "Résolution interne :" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Erreur interne lors de la génération du code AR." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpréteur (TRÈS lent)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7726,7 +7981,7 @@ msgstr "Interpreter Core" msgid "Invalid Expression." msgstr "Expression non valide." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "JSON invalide reçu du service d'auto-update : {0}" @@ -7734,7 +7989,7 @@ msgstr "JSON invalide reçu du service d'auto-update : {0}" msgid "Invalid Mixed Code" msgstr "Code mixte non valide" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Pack %1 non valide indiqué : %2" @@ -7743,11 +7998,11 @@ msgstr "Pack %1 non valide indiqué : %2" msgid "Invalid Player ID" msgstr "ID joueur non valide" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Adresse du module RSO non valide : %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Pile d'exécution non valide" @@ -7759,7 +8014,7 @@ msgstr "Sommes de contrôle non valides." msgid "Invalid game." msgstr "Jeu non valide." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Hôte non valide" @@ -7768,7 +8023,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Entrée non valide pour le champ \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Entrée indiquée non valide" @@ -7776,7 +8031,7 @@ msgstr "Entrée indiquée non valide" msgid "Invalid literal." msgstr "Expression non valide." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Paramètres de recherche non valides." @@ -7806,13 +8061,21 @@ msgstr "" msgid "Invalid title ID." msgstr "ID du titre non valide." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Adresse à surveiller non valide : %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italien" @@ -7825,80 +8088,81 @@ msgstr "Italie" msgid "Item" msgstr "Objet" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT Block Linking Off" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "Blocs JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Paired Off" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "Recompilateur JIT pour ARM64 (recommandé)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "Recompilateur JIT pour x86-64 (recommandé)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Cache de registre JIT désactivé" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7907,16 +8171,17 @@ msgstr "" "ne devrait jamais arriver. Veuillez transmettre cet incident au suivi de " "bugs. Dolphin va maintenant quitter." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT n'est pas actif" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japon" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japonais" @@ -7927,7 +8192,7 @@ msgstr "Japonais" msgid "Japanese (Shift-JIS)" msgstr "Japonais (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -7935,12 +8200,12 @@ msgstr "" "Kaos est le seul méchant pour ce trophée et est toujours débloqué. Il n'est " "donc pas utile d'éditer quoi que ce soit !" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Continuer l'exécution" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Toujours au premier plan" @@ -7970,20 +8235,20 @@ msgstr "Clavier" msgid "Keys" msgstr "Touches" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "Kio" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Sortir le joueur" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Corée" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Coréen" @@ -8012,41 +8277,41 @@ msgstr "Sauvegarde LR" msgid "Label" msgstr "Étiquette" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" -msgstr "" +msgstr "Langue" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Dernière valeur" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Dernier emplacement :" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Dernière réinitialisation :" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Latence :" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Latence : ~10ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Latence : ~20ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Latence : ~40ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Latence : ~80ms" @@ -8054,11 +8319,11 @@ msgstr "Latence : ~80ms" msgid "Launching these titles may also fix the issues." msgstr "Ce souci peut être corrigé en démarrant ces titres." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Tableaux de classements" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -8117,6 +8382,19 @@ msgstr "" "Clic gauche/droit pour configurer la sortie.\n" "Clic sur molette pour effacer." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" +"Vous permet d'utiliser des langues et d'autres réglages liés à la région " +"auxquels le jeu peut ne pas être conçu. Peut provoquer divers plantages et " +"bugs.

Ce réglage ne peut être modifié lorsque l'émulation est en " +"cours.

Dans le doute, décochez cette case." + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -8150,11 +8428,11 @@ msgstr "Lumière" msgid "Limit Chunked Upload Speed:" msgstr "Limite de vitesse d'envoi de parcelles de données :" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Colonnes de la liste" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Liste" @@ -8164,29 +8442,29 @@ msgstr "Écoute" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Charger" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Charger un fichier de carte de &défauts..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Charger un &Autre fichier de carte..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "Charger la surveillance de Branche &depuis..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "Charger l'instantané de surveillance de Branche" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Charger textures personnalisées" @@ -8194,24 +8472,29 @@ msgstr "Charger textures personnalisées" msgid "Load File" msgstr "Charger le fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Charger le Menu Principal de la GameCube" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Charger uniquement les données de sauvegarde de l'hôte." -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Charger le dernier état" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "Charger un fichier de carte" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Charger le dossier :" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Charger une ROM" @@ -8219,137 +8502,132 @@ msgstr "Charger une ROM" msgid "Load Slot" msgstr "Charger le slot" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Charger un état" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Dernier état 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Dernier état 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Dernier état 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Dernier état 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Dernier état 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Dernier état 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Dernier état 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Dernier état 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Dernier état 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Dernier état 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Charger l'état du Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Charger l'état du Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Charger l'état du Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Charger l'état du Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Charger l'état du Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Charger l'état du Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Charger l'état du Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Charger l'état du Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Charger l'état du Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Charger l'état du Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Charger un état depuis un fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Charge l'état depuis l'emplacement sélectionné" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Charger un état depuis un slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Charger le Menu Système Wii %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Charger et enregistrer les données de sauvegarde chez l'hôte." -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Charger depuis l'emplacement sélectionné" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Chargement depuis le Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Charger un fichier de carte" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Charger le menu %1 du système vWii" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Charger..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Symboles chargés à partir de '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8360,7 +8638,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8369,28 +8647,32 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Local" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Verrouiller le curseur de la souris" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Verrouillé" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" +"Verrouille le curseur de la souris dans le Widget de rendu tant qu'il a le " +"focus. Vous pouvez définir un raccourci clavier pour le débloquer." +"

Dans le doute, décochez cette case." #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Journal" @@ -8399,19 +8681,20 @@ msgstr "Journal" msgid "Log Configuration" msgstr "Configuration de la journalisation" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Connexion" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Log JIT Instruction Coverage" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Déconnexion" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Noter le temps de rendu dans un fichier" @@ -8423,11 +8706,23 @@ msgstr "Types de journaux" msgid "Logger Outputs" msgstr "Sorties des journalisations" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Échec de la connection" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8438,20 +8733,20 @@ msgstr "" "performances de Dolphin.

Dans le doute, décochez " "cette case." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Boucle" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Connexion au serveur NetPlay perdue !" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Faible" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "La moins bonne" @@ -8481,29 +8776,33 @@ msgstr "Magie" msgid "Main Stick" msgstr "Stick principal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" "Vérifiez que la valeur du niveau du héros est comprise entre 0 et 100 !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "Vérifiez que l'heure de dernier placement est valide !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "Vérifiez que l'heure de dernière réinitialisation est valide !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "Vérifiez que la valeur de l'argent est comprise entre 0 et 65 000 !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" "Vérifiez que la longueur du pseudo est comprise entre 0 et 15 caractères !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "Vérifiez que la valeur de temps de jeu est valide !" @@ -8511,18 +8810,18 @@ msgstr "Vérifiez que la valeur de temps de jeu est valide !" msgid "Make sure there is a Skylander in slot %1!" msgstr "Vérifiez qu'il y a un Skylander dans le slot %1 !" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Concepteur" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Concepteur :" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8535,16 +8834,16 @@ msgstr "" "

\n" "Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Gestion de NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Échantillonnage manuel de la texture" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Mappage" @@ -8552,15 +8851,19 @@ msgstr "Mappage" msgid "Mask ROM" msgstr "ROM masque" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Correspondance trouvée" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Tampon maxi :" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Taille maximum du tampon changée à %1" @@ -8569,12 +8872,12 @@ msgstr "Taille maximum du tampon changée à %1" msgid "Maximum tilt angle." msgstr "Angle maximum d'inclinaison." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Ceci peut ralentir le Menu Wii et quelques jeux." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Moyen" @@ -8590,7 +8893,7 @@ msgstr "Point d'arrêt mémoire" msgid "Memory Card" msgstr "Carte mémoire" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Gestionnaire de cartes mémoires" @@ -8598,7 +8901,7 @@ msgstr "Gestionnaire de cartes mémoires" msgid "Memory Card Path:" msgstr "Dossier de la carte mémoire :" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Modification de la mémoire" @@ -8622,7 +8925,7 @@ msgstr "" "MemoryCard : l'écriture a été appelée avec une mauvaise adresse de " "destination ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8634,33 +8937,41 @@ msgstr "" "irréversible, il est donc recommandé de conserver des sauvegardes de chacune " "des NAND. Êtes-vous sûr de vouloir continuer ?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "Mio" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Micro" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Divers" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Paramètres divers" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Contrôles divers" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8671,7 +8982,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Non concordance entre les structures de données internes." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8698,7 +9009,7 @@ msgstr "Adaptateur modem (tapserver)" msgid "Modifier" msgstr "Modif." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8714,20 +9025,20 @@ msgid "Modify Slot" msgstr "Modifier le slot" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Modification de Skylander : %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Modules trouvés : %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Argent :" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8739,11 +9050,11 @@ msgstr "Ombres monoscopiques" msgid "Monospaced Font" msgstr "Police mono-espacée." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Entrée des mouvements" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Simulation des mouvements" @@ -8752,16 +9063,16 @@ msgstr "Simulation des mouvements" msgid "Motor" msgstr "Vibreur" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Visibilité du curseur de la souris" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Déplacement" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Film" @@ -8774,7 +9085,7 @@ msgstr "" "Le film {0} indique qu'il démarre à partir d'un état de sauvegarde, mais {1} " "n'existe pas. Le film ne va probablement pas être synchro !" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "Plusieurs erreurs lors de la génération de codes AR." @@ -8783,14 +9094,24 @@ msgstr "Plusieurs erreurs lors de la génération de codes AR." msgid "Multiplier" msgstr "Multiplicateur" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "Non à &tout" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "Vérification de la NAND" @@ -8799,8 +9120,8 @@ msgstr "Vérification de la NAND" msgid "NKit Warning" msgstr "Avertissement pour NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8809,7 +9130,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8832,8 +9153,8 @@ msgstr "" "

Dans le doute, laissez la valeur à 2.35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8846,11 +9167,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Nom" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Nom du nouveau tag :" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Nom du tag à retirer :" @@ -8859,10 +9180,10 @@ msgid "Name of your session shown in the server browser" msgstr "Le nom de votre session qui est affichée dans le navigateur de serveur" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nom :" @@ -8876,7 +9197,7 @@ msgstr "Résolution native (640x528)" msgid "Native GCI File" msgstr "Fichier GCI natif" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8892,7 +9213,7 @@ msgstr "Configuration de NetPlay" msgid "Netherlands" msgstr "Pays-bas" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8901,7 +9222,7 @@ msgstr "" "toutes les données de sauvegardes créées ou modifiées pendant la session " "Netplay seront faites chez l'hôte." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8911,7 +9232,7 @@ msgstr "" "toute sauvegarde de données créée ou modifiée pendant la session Netplay " "sera supprimée à la fin de la session." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8920,7 +9241,7 @@ msgstr "" "sauvegardes créées seront supprimées à la fin de la session Netplay." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Réseau" @@ -8928,7 +9249,7 @@ msgstr "Réseau" msgid "Network dump format:" msgstr "Format d'enregistrement du réseau :" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Jamais" @@ -8937,7 +9258,7 @@ msgid "Never Auto-Update" msgstr "Ne jamais mettre à jour" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nouveau" @@ -8962,7 +9283,7 @@ msgstr "Nouvelle recherche" msgid "New Tag..." msgstr "Nouveau tag..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Nouvelle identité générée." @@ -8970,30 +9291,32 @@ msgstr "Nouvelle identité générée." msgid "New instruction:" msgstr "Nouvelle instruction :" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Nouveau tag" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Profil de jeu suivant" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Rechercher le suivant" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Profil suivant" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Le pseudo est trop long." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Pseudo :" @@ -9015,21 +9338,21 @@ msgstr "Aucun alignement" msgid "No Audio Output" msgstr "Pas de sortie audio" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Aucune compression" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Aucune correspondance trouvée" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Aucune donnée sauvegardée" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Pas de donnée à modifier !" @@ -9050,15 +9373,15 @@ msgstr "Pas d'erreur." msgid "No extension selected." msgstr "Aucune extension sélectionnée" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Aucun fichier chargé / enregistré" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Aucun jeu en fonctionnement." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Aucun jeu en fonctionnement." @@ -9071,23 +9394,23 @@ msgstr "Aucun mod de graphique sélectionné" msgid "No input" msgstr "Aucune entrée" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Aucun souci n'a été détecté" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "Aucun jeu correspondant n'a été trouvé" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "Aucun chemin trouvé dans le fichier M3U \"{0}\"" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Aucun problème n'a été trouvé." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -9102,7 +9425,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Aucun profil trouvé pour les réglages du jeu '{0}'" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Aucun enregistrement chargé." @@ -9118,7 +9441,7 @@ msgstr "" "pour empêcher une désynchronisation du film" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -9136,7 +9459,7 @@ msgstr "Amérique du Nord" msgid "Not Set" msgstr "Non défini" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" "Tous les joueurs ne possèdent pas ce jeu. Voulez-vous quand même démarrer ?" @@ -9161,7 +9484,7 @@ msgstr "" "Pas assez de fichiers libres sur la carte mémoire cible. Au moins %n " "fichier(s) libre(s) requis." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Introuvable" @@ -9190,11 +9513,6 @@ msgstr "Message important" msgid "Null" msgstr "Null" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9220,13 +9538,13 @@ msgid "Nunchuk Stick" msgstr "Stick du Nunchuk" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objet %1" @@ -9278,7 +9596,7 @@ msgstr "Objet 4 : X" msgid "Object 4 Y" msgstr "Objet 4 : Y" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Plage d'objets :" @@ -9299,11 +9617,11 @@ msgstr "Offset" msgid "On" msgstr "Marche" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Si mouvement" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9313,7 +9631,7 @@ msgstr "" "et les shaders vertex pour étendre des points et des lignes, utiliser le " "shader vertex. Peut affecter les performances.

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9340,7 +9658,7 @@ msgstr "" "fonction et les chemins de code conditionnel qui ne sont empruntés que " "lorsqu'une action est faite dans le logiciel émulé." -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentation en ligne" @@ -9348,7 +9666,7 @@ msgstr "&Documentation en ligne" msgid "Only Show Collection" msgstr "Afficher uniquement la Collection" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9356,7 +9674,7 @@ msgstr "" "Uniquement ajouter les symboles avec le préfixe :\n" "(Vide pour tous les symboles) " -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9375,17 +9693,21 @@ msgstr "Ouvrir" msgid "Open &Containing Folder" msgstr "Ouvrir l'emplacement du fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Ouvrir le dossier &utilisateur" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "Ouvrir les succès" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Ouvrir le dossier..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "Charger le journal FIFO" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -9450,34 +9772,34 @@ msgstr "Orange" msgid "Orbital" msgstr "Orbite" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "Origine" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "Origine maxi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "Origine mini" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "Symbole d'origine" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "Origine et destination" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9487,16 +9809,16 @@ msgstr "Autres" msgid "Other Partition (%1)" msgstr "Autre partition (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Autres raccourcis clavier" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Autres manipulations des états" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Autres jeux..." @@ -9504,7 +9826,7 @@ msgstr "Autres jeux..." msgid "Output" msgstr "Sortie" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Rééchantillonnage de la sortie" @@ -9512,16 +9834,16 @@ msgstr "Rééchantillonnage de la sortie" msgid "Output Resampling:" msgstr "Rééchantillonnage de la sortie :" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Écrasé" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Jouer l'enregistrement..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9534,23 +9856,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "Niveau de compression en PNG" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "Niveau de compression en PNG :" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "Fichier d'image PNG (*.png);; Tous le fichiers (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "Taille PPC" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Hôte" @@ -9563,7 +9894,7 @@ msgstr "Manette" msgid "Pads" msgstr "Manettes" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Paramètres" @@ -9584,7 +9915,7 @@ msgstr "Passive" msgid "Passthrough a Bluetooth adapter" msgstr "Utiliser un adaptateur Bluetooth tiers" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Mot de passe" @@ -9609,7 +9940,7 @@ msgstr "Nom du patch" msgid "Patches" msgstr "Patchs" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Chemin :" @@ -9622,23 +9953,23 @@ msgstr "Dossiers" msgid "Pause" msgstr "Pause" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "Mettre en pause la surveillance de la branche" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pause à la fin du Film" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pause lorsque la fenêtre n'est plus sélectionnée" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Pause lors d'un Panic" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9650,11 +9981,14 @@ msgstr "" "ci est la même qu'activer le MMU.

Dans le doute, " "décochez cette case." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." msgstr "" +"Met le jeu en pause dès lors que la fenêtre de rendu n'a plus le focus." +"

Dans le doute, décochez cette case." #. i18n: Refers to tilting an emulated Wii Remote. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:40 @@ -9675,7 +10009,7 @@ msgstr "Vitesse maximale des mouvements de va-et-vient." msgid "Per-Pixel Lighting" msgstr "Eclairage par pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Effectuer une mise à jour en ligne" @@ -9683,15 +10017,15 @@ msgstr "Effectuer une mise à jour en ligne" msgid "Perform System Update" msgstr "Exécuter une mise à jour du Système" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Fenêtre d'échantillon de performances (en ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Fenêtre d'échantillon de performances (en ms) :" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Statistiques de performances" @@ -9705,15 +10039,15 @@ msgstr "Physique" msgid "Physical address space" msgstr "Espace d'adresse physique" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "Pio" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Choisissez une police pour le débogage" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9725,8 +10059,8 @@ msgstr "Baisser" msgid "Pitch Up" msgstr "Monter" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plateforme" @@ -9734,11 +10068,11 @@ msgstr "Plateforme" msgid "Play" msgstr "Démarrer" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Lecture / Enregistrement" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Jouer l'enregistrement..." @@ -9746,11 +10080,11 @@ msgstr "Jouer l'enregistrement..." msgid "Play Set/Power Disc" msgstr "Jouer au plateau / Mettre en route le disque" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Options de lecture" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Joueur" @@ -9779,18 +10113,23 @@ msgid "Player Two Ability Two" msgstr "Joueur Deux Capacité Deux" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Joueurs" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Temps de jeu :" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9798,7 +10137,7 @@ msgstr "" "Veuillez changer le paramètre de \"SyncOnSkipIdle\" pour \"True\" ! Il est " "actuellement désactivé, ce qui fait que ce problème va probablement arriver." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9833,13 +10172,13 @@ msgstr "Port :" msgid "Portal Slots" msgstr "Slots de portail" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Possible désynchronisation détectée : %1 peut s'être désynchronisé à l'image " "%2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Effet de Post-processing" @@ -9853,18 +10192,18 @@ msgstr "Configuration du post-traitement des Shaders" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:86 msgid "Power Disc Three" -msgstr "" +msgstr "Allumer avec le Disque 3" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:84 msgid "Power Disc Two" -msgstr "" +msgstr "Allumer avec le Disque 2" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Préférer VS pour l'extension Point/Ligne" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Précharger textures personnalisées" @@ -9892,7 +10231,7 @@ msgstr "" msgid "Presets" msgstr "Pré-réglages" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Appuyer sur le bouton Sync" @@ -9901,7 +10240,7 @@ msgstr "Appuyer sur le bouton Sync" msgid "Pressure" msgstr "Pression" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9915,18 +10254,19 @@ msgstr "" "dans les effets.

Non recommandé, à n'utiliser que " "si les autres options donnent de mauvais résultats." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Profil de jeu précédent" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Rechercher le précédent" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Profil précédent" @@ -9948,7 +10288,7 @@ msgstr "Privée et publique" msgid "Problem" msgstr "Problème" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9956,7 +10296,7 @@ msgstr "" "Des problèmes d'une haute importance ont été trouvés. Le jeu ne fonctionnera " "probablement pas." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9964,7 +10304,7 @@ msgstr "" "Des problèmes de faible importance ont été trouvés. Ils n'empêcheront " "probablement pas le jeu de fonctionner." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9976,34 +10316,37 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Progression" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." msgstr "" +"Vous demande confirmation d'arrêter l'émulation lorsque vous appuyez sur " +"Stop.

Dans le doute, cochez cette case." #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:99 msgid "Public" msgstr "Publique" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Purger le cache de la liste de jeu" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Placez les ROM d'IPL dans User/GC/." @@ -10015,15 +10358,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "La Qualité de Service (QoS) n'a pas pu être activée." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "La Qualité de Service (QoS) a été activée avec succès." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "Qualité du décodeur Dolby Pro Logic II. Plus la latence est haute, meilleure " @@ -10032,11 +10375,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Question" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Quitter" @@ -10057,11 +10400,11 @@ msgstr "R Analog." msgid "READY" msgstr "PRÊT" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Modules RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Détection automatique du RSO" @@ -10094,17 +10437,21 @@ msgstr "Rang %1" msgid "Raw" msgstr "Raw (brut)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Résolution interne brute" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" msgstr "Rem&placer l'instruction" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" + #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lire" @@ -10127,7 +10474,7 @@ msgstr "Uniquement lu" msgid "Read or Write" msgstr "Lu ou écrit" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Mode Lecture seule" @@ -10143,7 +10490,7 @@ msgstr "Wiimote physique" msgid "Received invalid Wii Remote data from Netplay." msgstr "Données invalides de Wiimote reçues depuis le Netplay." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "Hits récents" @@ -10153,23 +10500,27 @@ msgstr "Hits récents" msgid "Recenter" msgstr "Recentrer" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Enregistrer" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Enregistrer les entrées" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Enregistrement" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Options d'enregistrement" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Enregistrement..." @@ -10186,7 +10537,7 @@ msgstr "Rouge Gauche" msgid "Red Right" msgstr "Rouge Droite" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10211,7 +10562,6 @@ msgstr "État de Redump.org :" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10226,13 +10576,13 @@ msgstr "Rafraîchir les valeurs actuelles" msgid "Refresh Game List" msgstr "Rafraîchir la liste des jeux" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" "Impossible de rafraîchir. Exécutez le jeu pendant un moment et essayez à " "nouveau." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Valeurs actuelles actualisées." @@ -10241,8 +10591,8 @@ msgstr "Valeurs actuelles actualisées." msgid "Refreshing..." msgstr "Actualisation..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Région" @@ -10263,9 +10613,10 @@ msgstr "Entrée relative" msgid "Relative Input Hold" msgstr "Maintien de l'entrée relative" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" -msgstr "" +msgstr "Versions officielles (tous les quelques mois)" #: Source/Core/DolphinQt/Updater.cpp:86 msgid "Remind Me Later" @@ -10275,7 +10626,7 @@ msgstr "Me rappeler plus tard" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Retirer" @@ -10292,7 +10643,7 @@ msgstr "Retirer les données inutiles (irréversible) :" msgid "Remove Tag..." msgstr "Supprimer le tag..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Supprimer le tag" @@ -10306,20 +10657,20 @@ msgstr "" "l'espace lors de la conversion en ISO (sauf si vous compressez ensuite le " "fichier ISO en ZIP par exemple). Voulez-vous tout de même continuer ?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Renommer le symbole" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "&Renommer le symbole" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Fenêtre de rendu" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Rendu dans la fenêtre principale" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10327,6 +10678,16 @@ msgstr "" "Fait un rendu de la scène en fil de fer.

Dans le " "doute, décochez cette case." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Rapport : GCIFolder écrit vers le bloc non alloué {0:#x}" @@ -10335,15 +10696,18 @@ msgstr "Rapport : GCIFolder écrit vers le bloc non alloué {0:#x}" msgid "Request to Join Your Party" msgstr "Quelqu'un demande à rejoindre votre partie" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" +"Requiert que la fenêtre de rendu ait le focus pour que les touches de " +"raccourci fonctionnent.

Dans le doute, cochez cette " +"case." -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10354,7 +10718,7 @@ msgstr "Reset" msgid "Reset All" msgstr "Tout réinitialiser" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Réinitialiser Ignorer le gestionnaire de panique" @@ -10378,7 +10742,7 @@ msgstr "Réinitialiser les paramètres traversal" msgid "Reset Values" msgstr "Réinitialiser les valeurs" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Réinitialiser la vue" @@ -10386,7 +10750,7 @@ msgstr "Réinitialiser la vue" msgid "Reset all saved Wii Remote pairings" msgstr "Réinitialiser tous les jumelages sauvegardés des Wiimotes" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Type de résolution :" @@ -10398,7 +10762,7 @@ msgstr "Gestionnaire de Packs de Ressources" msgid "Resource Pack Path:" msgstr "Dossier du Pack de Ressources :" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Redémarrage requis" @@ -10406,11 +10770,11 @@ msgstr "Redémarrage requis" msgid "Restore Defaults" msgstr "Restaurer les valeurs par défaut" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "Restaurer l'instruction" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Réessayer" @@ -10419,7 +10783,7 @@ msgstr "Réessayer" msgid "Return Speed" msgstr "Vitesse du retour" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Révision" @@ -10427,7 +10791,7 @@ msgstr "Révision" msgid "Revision: %1" msgstr "Révision : %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10478,11 +10842,11 @@ msgstr "Enrouler vers la gauche" msgid "Roll Right" msgstr "Enrouler vers la droite" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "ID Room" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Rotation" @@ -10491,7 +10855,7 @@ msgstr "Rotation" msgid "Rotation applied at extremities of swing." msgstr "Rotation appliquée aux extrémités du balancement" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10505,7 +10869,7 @@ msgstr "" "utilisez la résolution interne native.

Dans le " "doute, décochez cette case." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10517,6 +10881,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10542,20 +10915,25 @@ msgstr "" msgid "Rumble" msgstr "Vibreur" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" msgstr "Exécu&ter jusqu'ici" +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" + #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Exécuter les cœurs de GBA sur des threads dédiés" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "Exécuter jusqu'à" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "Exécuter jusqu'à (ignorer les points d'arrêts)" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -10566,23 +10944,23 @@ msgstr "Exécuter jusqu'à ce que ce soit atteint (ignorer les points d'arrêts) msgid "Russia" msgstr "Russie" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "Carte SD" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "Taille du fichier de la carte SD :" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "Image de carte SD (*.raw);;Tous les fichiers (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "Carte SD :" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "Réglages de la carte SD" @@ -10590,7 +10968,7 @@ msgstr "Réglages de la carte SD" msgid "SD Root:" msgstr "Racine de la carte SD :" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "Dossier de synchronisation SD :" @@ -10625,11 +11003,11 @@ msgstr "Contexte SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sau&vegarder le code" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sau&vegarder l'état" @@ -10641,7 +11019,7 @@ msgstr "Sûr " #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10651,27 +11029,39 @@ msgstr "Sauver" msgid "Save All" msgstr "Tout enregistrer" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "Sauvegarder la surveillance de Branche &sous..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" msgstr "Sauvegarder l'instantané de surveillance de Branche" +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "Sauvegarder le fichier de sortie combinée sous" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "Sauvegarder l'image convertie" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "Sauvegarder les images converties" + #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Exportation de la sauvegarde" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "Enregistrer le journal FIFO" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "Sauvegarder le fichier sous" #. i18n: Noun (i.e. the data saved by the game) @@ -10683,15 +11073,19 @@ msgstr "Sauvegarde du jeu" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Fichiers de sauvegarde de jeu (*.sav);;Tous les fichiers (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Importation de la sauvegarde" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "Sauvegarder le fichier de carte" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Sauvegarder l'ancien état" @@ -10699,73 +11093,77 @@ msgstr "Sauvegarder l'ancien état" msgid "Save Preset" msgstr "Enregistrer le préréglage" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Sauvegarder le fichier d'enregistrement sous" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "Sauvegarder le fichier de signature" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Sauvegarder l'état" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Sauvegarder l'état vers le Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Sauvegarder l'état vers le Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Sauvegarder l'état vers le Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Sauvegarder l'état vers le Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Sauvegarder l'état vers le Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Sauvegarder l'état vers le Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Sauvegarder l'état vers le Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Sauvegarder l'état vers le Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Sauvegarder l'état vers le Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Sauvegarder l'état vers le Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Sauvegarder l'état dans un fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Sauvegarder l'état dans le slot le plus ancien" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Sauvegarder l'état dans l'emplacement sélectionné" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Sauvegarder l'état dans le slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Sauvegarder la carte des symboles &sous..." @@ -10773,7 +11171,7 @@ msgstr "Sauvegarder la carte des symboles &sous..." msgid "Save Texture Cache to State" msgstr "Enreg. le cache de texture dans la sauveg. de l'état" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Sauvegarder et Charger un état" @@ -10781,15 +11179,11 @@ msgstr "Sauvegarder et Charger un état" msgid "Save as Preset..." msgstr "Enregistrer sous le préréglage..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Enregistrer sous..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Sauvegarder le fichier de sortie combinée sous" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10803,23 +11197,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Placer la sauvegarde dans le même dossier que la ROM" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Sauvegarder le fichier de carte" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Sauvegarder le fichier de signature" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Sauvegarder vers l'emplacement sélectionné" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Sauvegarder dans le slot %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Sauvegarder..." @@ -10843,7 +11229,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Copie à l'échelle de l'EFB" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Recherche terminée." @@ -10852,8 +11238,8 @@ msgid "ScrShot" msgstr "Capt écran" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Rechercher" @@ -10862,7 +11248,7 @@ msgstr "Rechercher" msgid "Search Address" msgstr "Rechercher l'adresse" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Chercher l'objet actuel" @@ -10874,7 +11260,7 @@ msgstr "Chercher dans les sous-dossiers" msgid "Search and Filter" msgstr "Rechercher et Filtrer" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10882,7 +11268,7 @@ msgstr "" "La recherche n'est pour l'instant pas possible dans l'espace d'adresse " "virtuelle. Exécutez le jeu pendant un moment et essayez à nouveau." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Rechercher une instruction" @@ -10890,7 +11276,7 @@ msgstr "Rechercher une instruction" msgid "Search games..." msgstr "Rechercher des jeux..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Rechercher une instruction" @@ -10925,9 +11311,9 @@ msgstr "Sélectionner" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" "Sélectionner un fichier de sauvegarde automatique d'instantané de " @@ -10938,7 +11324,7 @@ msgid "Select Dump Path" msgstr "Sélectionner le dossier pour le dump :" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Sélectionner le dossier d'exportation" @@ -10946,18 +11332,22 @@ msgstr "Sélectionner le dossier d'exportation" msgid "Select Figure File" msgstr "Sélectionner le fichier de Figurine" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Sélectionner le BIOS de la GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Sélectionner la ROM GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Sélectionner le dossier des sauvegardes GBA" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "Sélectionner le fichier des clés (dump OTP/SEEPROM)" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Sélectionner le dernier état" @@ -10966,6 +11356,10 @@ msgstr "Sélectionner le dernier état" msgid "Select Load Path" msgstr "Sélectionner le dossier à charger" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "Sélectionner une sauvegarde de NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Sélectionner le dossier des Packs de Ressources" @@ -10974,6 +11368,14 @@ msgstr "Sélectionner le dossier des Packs de Ressources" msgid "Select Riivolution XML file" msgstr "Sélectionner le fichier XML Riivolution" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "Sélectionner une image de carte SD" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "Sélectionner un fichier de sauvegarde" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Sélectionner la collection Skylander" @@ -10982,58 +11384,62 @@ msgstr "Sélectionner la collection Skylander" msgid "Select Skylander File" msgstr "Sélectionnez un fichier Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Sélectionner le slot %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Sélectionner l'état" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Sélectionner l'emplacement de l'état" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Emplacement 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Emplacement 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Emplacement 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Emplacement 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Emplacement 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Emplacement 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Emplacement 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Emplacement 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Emplacement 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Emplacement 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "Sélectionner un titre à installer dans la NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Sélectionner le chemin de WFS" @@ -11047,29 +11453,25 @@ msgstr "Sélectionner le dossier racine de la NAND Wii" msgid "Select a Directory" msgstr "Sélectionner un dossier" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Sélectionner un fichier" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "Sélectionnez un dossier à synchroniser avec l'image de la carte SD" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Sélectionner un Jeu" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Sélectionner une image de carte SD" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Sélectionner un fichier" @@ -11077,19 +11479,15 @@ msgstr "Sélectionner un fichier" msgid "Select a game" msgstr "Sélectionner un jeu" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Sélectionner un titre à installer dans la NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Sélectionner les cartes e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Sélectionner l'adresse du module RSO :" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Sélectionnez le fichier d'enregistrement à lire" @@ -11097,36 +11495,19 @@ msgstr "Sélectionnez le fichier d'enregistrement à lire" msgid "Select the Virtual SD Card Root" msgstr "Sélectionner le dossier racine de la carte SD virtuelle" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Sélectionner le fichier des clés (dump OTP/SEEPROM)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Sélectionner le fichier à enregistrer" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Sélectionner le dossier où sera enregistrée l'image convertie" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Sélectionner le dossier où seront enregistrées les images converties" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Police sélectionnée" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Le profil de contrôleur sélectionné n'existe pas" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Le jeu sélectionné ne figure pas dans la liste des jeux !" @@ -11138,7 +11519,7 @@ msgstr "Pile d'appels du thread sélectionné" msgid "Selected thread context" msgstr "Contexte du thread sélectionné" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -11146,7 +11527,7 @@ msgstr "" "Sélectionne l'adaptateur matériel à utiliser.

%1 " "ne prend pas en charge cette fonctionnalité." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -11154,7 +11535,7 @@ msgstr "" "Sélectionne la carte graphique à utiliser.

Dans le " "doute, sélectionnez la première." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -11191,7 +11572,7 @@ msgstr "" "

Dans le doute, utilisez \"Résolution interne " "corrigée par le rapport hauteur/largeur." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -11211,7 +11592,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11251,31 +11632,79 @@ msgstr "" "être utilisé en temps normal.

Dans le doute, " "sélectionnez Auto." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Sélectionne le moteur graphique à utiliser.

Le Rendu logiciel est " -"très lent et uniquement utilisé à des fins de débogage, donc n'importe quel " -"autre moteur est recommandé. Certains jeux et certains GPU ont un " -"comportement différent selon le moteur choisi, pour obtenir le meilleur " -"résultat il est recommandé de tester chaque moteur et de choisir celui qui " -"convient le mieux.

Dans le doute, sélectionnez " -"OpenGL." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" +"Sélectionne le type de mise à jour que Dolphin va chercher au démarrage. Si " +"une mise à jour est disponible, Dolphin affichera la liste des changements " +"depuis votre version actuelle et vous demandera si vous souhaitez mettre à " +"jour.

Le type Dev permet d'avoir la dernière version de Dolphin, il y " +"en a souvent plusieurs par jour. Sélectionnez ce type si vous souhaitez " +"avoir les dernières fonctionnalités et corrections.

Le type Releases " +"et mis à jour tous les quelques mois. Voici pourquoi vous devriez " +"l'utiliser :
- Ces versions font l'objet de davantage de tests.
- " +"NetPlay requiert que tous les joueurs aient la même version de Dolphin, il y " +"aura plus de joueurs qui ont la version Releases.
- Si vous utilisez " +"régulièrement le système de sauvegarde d'état de Dolphin, une compatibilité " +"entre les différentes versions n'est pas garantie. Dans ce cas, assurez-vous " +"de faire une sauvegarde dans le jeu avant de faire une mise à jour (faites " +"une sauvegarde de la même manière que vous le feriez sur une GameCube ou une " +"Wii), puis chargez-la après avoir mis à jour Dolphin et avant de faire une " +"nouvelle sauvegarde d'état.

Sélectionner \"Ne pas mettre à jour\" " +"empêchera Dolphin de vérifier s'il existe des mises à jour." +"

Dans le doute, sélectionnez Releases." + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Envoyer" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Position de la Sensor Bar :" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" +"Sépare le travail d'émulation du CPU et du GPU dans des threads séparés. " +"Réduit la charge d'un thread en répartissant les charges lourdes de Dolphin " +"sur deux coeurs, ce qui améliore habituellement les performances. Cependant, " +"cela peut provoquer des pépins et des plantages.

Ce réglage ne peut " +"être modifié lorsque l'émulation est en cours.

Dans " +"le doute, cochez cette case." + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11296,7 +11725,7 @@ msgstr "Adresse IP du serveur" msgid "Server Port" msgstr "Port du serveur" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Le serveur a rejeté la tentative traversal" @@ -11304,44 +11733,40 @@ msgstr "Le serveur a rejeté la tentative traversal" msgid "Set &Value" msgstr "Définir &Valeur" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" -msgstr "" +msgstr "Définir un &point d'arrêt" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "Sélectionner un fichier de carte mémoire pour le Slot A" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "Sélectionner un fichier de carte mémoire pour le Slot B" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Définir PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "Définir l'adresse de &fin du symbole" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "Définir la taille du &symbole" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "Définir l'adresse de &fin du symbole" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Définir comme l'ISO par &défaut" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Sélectionner un fichier de carte mémoire pour le Slot A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Sélectionner un fichier de carte mémoire pour le Slot B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Définir l'adresse de &fin du symbole" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Définir la taille du &symbole" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Définir l'adresse de fin du symbole" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Entrer la taille du symbole (%1) :" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11351,19 +11776,23 @@ msgstr "" "pour les jeux.\n" "Peut ne pas fonctionner pour tous les jeux." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Définit la langue du système de la Wii." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" +"Définit la langue utilisée dans l'interface utilisateur de Dolphin." +"

Le changement ne sera effectif qu'après le redémarrage de Dolphin." +"

Dans le doute, sélectionnez <Langue du " +"système>." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11371,12 +11800,26 @@ msgstr "" "Définit la latence en millisecondes. Des valeurs élevées peuvent réduire le " "craquement du son. Pour certains moteurs uniquement." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" +"Définit la région qui doit être utilisée pour les titres dont la région ne " +"peut être automatiquement détectée.

Ce réglage ne peut être changé " +"pendant que l'émulation est en cours." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" +"Définit le style de l'interface utilisateur de Dolphin. Tous les styles " +"personnalisés que vous aurez chargés seront présentés ici, vous permettant " +"d'en changer.

Dans le doute, sélectionnez (Système)." +"" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:54 msgid "" @@ -11387,13 +11830,13 @@ msgstr "" "Wii) MEM2 dans l'adressage de la mémoire virtuelle. Ceci fonctionnera pour " "la grande majorité des jeux." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Réglages" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory : Impossible de créer le fichier setting.txt" @@ -11401,7 +11844,7 @@ msgstr "SetupWiiMemory : Impossible de créer le fichier setting.txt" msgid "Severity" msgstr "Importance" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Compilation de Shader" @@ -11423,228 +11866,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Manette Shinkansen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Afficher le % de vitesse" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Afficher le &journal" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Afficher la barre d'&outils" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Affiche le titre en cours dans le nom de la fenêtre" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Tout afficher" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Afficher Australie" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Afficher le jeu en cours sur Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Afficher d'abord les codes désactivés" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Afficher les ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "Afficher d'abord les codes activés" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Afficher le nombre de FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Afficher le compteur d'images" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Afficher le temps de rendu par image" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Afficher France" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Afficher GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Afficher Allemagne" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Afficher le Mode golf en surimpression" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Afficher la Base Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Afficher les entrées du contrôleur" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Afficher Italie" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Afficher JPN" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Afficher Corée" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Afficher le compteur de lags" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Afficher en :" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Afficher la config. de journalisation" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Afficher les messages NetPlay" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Afficher le ping du NetPlay" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Afficher Pays-bas" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Afficher les messages informatifs" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Afficher PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Afficher PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Afficher les graphiques de performance" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Afficher les plateformes" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "Afficher les statistiques de projection" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Afficher les régions" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Afficher le compteur de réenregistrements" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Afficher Russie" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Afficher le Portail Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Afficher Espagne" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Afficher les couleurs selon la vitesse" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Afficher les statistiques" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Afficher l'heure du système" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Afficher Taïwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "Afficher la cible dans la &mémoire" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Afficher USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Afficher les inconnus" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "Afficher les durées de VBlank" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "Afficher les VPS" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Afficher les WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Afficher Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Afficher Monde" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Afficher dans la &mémoire" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "Afficher dans la mémoire" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Afficher dans le code" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Afficher dans la mémoire" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Afficher dans le &code" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Afficher dans la mémoire" @@ -11652,19 +12099,20 @@ msgstr "Afficher dans la mémoire" msgid "Show in server browser" msgstr "Afficher dans le navigateur de serveurs" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "Afficher la &mémoire cible" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" +"Affiche l'interface utilisateur de déboggage de Dolphin. Cela vous permet de " +"voir et modifier le code du jeu et le contenu de la mémoire, définir des " +"points d'arrêt, examiner les requêtes réseau, et plus encore." +"

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11674,7 +12122,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" +"Affiche des messages en surimpression de la fenêtre de rendu. Ces messages " +"disparaissent au bout de quelques secondes.

Dans le " +"doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11702,25 +12153,16 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" +"Affiche le titre du jeu en cours dans la barre de titre de la fenêtre de " +"rendu.

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11730,7 +12172,7 @@ msgstr "" "une déviation standard.

Dans le doute, décochez " "cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11740,7 +12182,24 @@ msgstr "" "standard.

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" +"Affiche le curseur de la souris en permanence.

Dans " +"le doute, sélectionnez "Si mouvement"." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" +"Affiche brièvement le curseur de la souris lorsqu'il a été déplacé, puis le " +"masque.

Dans le doute, sélectionnez ce mode." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11750,7 +12209,7 @@ msgstr "" "fluidité visuelle.

Dans le doute, décochez cette " "case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11769,7 +12228,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11777,7 +12236,7 @@ msgstr "" "Affiche diverses statistiques de projection.

Dans " "le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11785,6 +12244,18 @@ msgstr "" "Affiche diverses statistiques de rendu.

Dans le " "doute, décochez cette case." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" +"Affiche le jeu en cours et le temps de votre session de jeu dans votre " +"statut Discord.

Ce réglage ne peut être changé lorsque l'émulation " +"est en cours.

Dans le doute, cochez cette case." + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Côte-à-côte" @@ -11801,7 +12272,7 @@ msgstr "Utiliser à l'horizontale" msgid "Sideways Wii Remote" msgstr "Wiimote à l'horizontale" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Base de données de Signatures" @@ -11825,7 +12296,7 @@ msgid "Signed Integer" msgstr "Entier signé" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Chinois simplifié" @@ -11842,7 +12313,7 @@ msgstr "Six axes" msgid "Size" msgstr "Taille" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11850,11 +12321,11 @@ msgstr "" "Taille du tampon d'étirement en millisecondes. De faibles valeurs " "provoqueront un craquement du son." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Sauter" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Saute le dessin" @@ -11870,7 +12341,7 @@ msgstr "Passer le Menu Principal" msgid "Skip Presenting Duplicate Frames" msgstr "Ne pas afficher d'images en doublon" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11913,7 +12384,7 @@ msgstr "Skylander %1" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:557 msgid "Skylander (*.sky *.bin *.dmp *.dump);;All Files (*)" -msgstr "" +msgstr "Skylander (*.sky *.bin *.dmp *.dump);;Tous les fichiers (*)" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:626 msgid "Skylander (*.sky);;All Files (*)" @@ -11967,11 +12438,11 @@ msgstr "Table des sockets" msgid "Software Renderer" msgstr "Rendu logiciel" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Des données n'ont pu être lues." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11987,12 +12458,12 @@ msgstr "" "Certaines valeurs que vous avez entrées ne sont pas valides.\n" "Veuillez vérifier les valeurs en surbrillance." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Trier par ordre alphabétique" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Son :" @@ -12006,7 +12477,7 @@ msgstr "Espagne" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Espagnol" @@ -12014,11 +12485,11 @@ msgstr "Espagnol" msgid "Speaker Pan" msgstr "Volume du haut-parleur" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volume du haut-parleur :" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Spécialisé (par défaut)" @@ -12026,7 +12497,7 @@ msgstr "Spécialisé (par défaut)" msgid "Specific" msgstr "Spécifique" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -12050,12 +12521,16 @@ msgstr "" "compresser.

Dans le doute, sélectionnez 6." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Vitesse" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "Limite de vitesse" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -12074,33 +12549,37 @@ msgstr "Début de pile" msgid "Standard Controller" msgstr "Contrôleur standard" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Démarrer &NetPlay..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "Démarrer la surveillance de la Branche" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Démarrer une nouvelle recherche de cheat" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Démarrer l'enregistrement de l'entrée" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Commencer l'enregistrement" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Démarrer en Plein écran" @@ -12112,7 +12591,7 @@ msgstr "Démarrer avec les patchs Riivolution" msgid "Start with Riivolution Patches..." msgstr "Démarrer avec les patchs Riivolution..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Jeu démarré" @@ -12135,52 +12614,52 @@ msgstr "Pas à pas" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Step Into" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Step Out" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Step Over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Sortie avec succès !" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Temps écoulé pour la sortie !" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Saut en cours..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Pas à pas réussi !" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Pas à pas" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stéréo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Mode de stéréoscopie 3D" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Mode de stéréoscopie 3D :" @@ -12201,16 +12680,20 @@ msgid "Stick" msgstr "Stick" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Arrêter" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Arrêter de jouer/enregistrer l'entrée" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Jeu arrêté" @@ -12252,11 +12735,11 @@ msgstr "" "RAM (et Texture)

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Étirer à la fenêtre" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Synchronisation stricte des paramètres" @@ -12270,11 +12753,11 @@ msgstr "Texte" msgid "Strum" msgstr "Gratter" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" -msgstr "" +msgstr "Style" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Style :" @@ -12285,18 +12768,18 @@ msgstr "Style :" msgid "Stylus" msgstr "Style" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Succès !" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Ajouté avec succès à l'index de NetPlay" @@ -12306,7 +12789,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n image(s) convertie(s) avec succès." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Suppression réussie de \"%1\"." @@ -12319,24 +12802,24 @@ msgstr "Exportation avec succès de %n sur %1 fichier(s) de sauvegarde." msgid "Successfully exported save files" msgstr "Fichiers de sauvegarde exportés avec succès." -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certificats extraits avec succès depuis la NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Fichier extrait avec succès." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Extraction avec succès des données du système." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Fichier de sauvegarde importé avec succès." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Ce titre a été installé avec succès dans la NAND." @@ -12359,13 +12842,13 @@ msgstr "Aide" msgid "Supported file formats" msgstr "Formats de fichiers pris en charge" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" "Prend en charge les cartes SD et SDHC. La taille par défaut est de 128 Mo." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround" @@ -12373,7 +12856,7 @@ msgstr "Surround" msgid "Suspended" msgstr "Suspendu" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Inverser les yeux" @@ -12388,7 +12871,7 @@ msgstr "Swap Forces" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12411,22 +12894,31 @@ msgstr "Basculer vers A" msgid "Switch to B" msgstr "Basculer vers B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbole" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "Adresse de fin du symbole (%1) :" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "Nom du symbole :" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "Taille du symbole (%1) :" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboles" @@ -12434,7 +12926,7 @@ msgstr "Symboles" msgid "Sync" msgstr "Synchroniser" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Synchronise les codes AR/Gecko" @@ -12454,7 +12946,7 @@ msgstr "" "Synchronise les tâches entre le GPU et le CPU pour éviter des blocages " "aléatoires en mode Dual Core. (Coché = Compatible, Décoché = Rapide)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12462,37 +12954,37 @@ msgstr "" "Synchronise la carte SD avec le dossier de synchronisation de carte SD lors " "du démarrage et l'arrêt de l'émulation." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "Synchronisation des codes AR..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Synchronisation des codes Gecko..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Synchronisation des données de sauvegarde..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Langue du système :" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Entrée TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "Outils TAS" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tags" @@ -12510,15 +13002,15 @@ msgstr "Tail" msgid "Taiwan" msgstr "Taïwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Capture d'écran" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "La zone d'adresse cible n'est pas valide." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12536,9 +13028,9 @@ msgstr "Tech" msgid "Test" msgstr "Test" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "Fichier texte (*.txt);;Tous les fichiers (*)" @@ -12547,15 +13039,15 @@ msgstr "Fichier texte (*.txt);;Tous les fichiers (*)" msgid "Texture Cache" msgstr "Cache de texture" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Précision du cache de texture" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Copie des textures" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Filtrage de texture" @@ -12563,7 +13055,7 @@ msgstr "Filtrage de texture" msgid "Texture Filtering:" msgstr "Filtrage de texture :" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Infos de format de texture" @@ -12591,11 +13083,11 @@ msgstr "" "Souhaitez-vous vraiment utiliser Direct3D 11 ? Dans le doute, sélectionnez " "'Non'." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "Le table de hash H3 pour la partition {0} n'est pas correcte." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "Le fichier IPL n'est pas connu comme un dump correct. (CRC32 : {0:x})" @@ -12605,11 +13097,11 @@ msgstr "Le fichier IPL n'est pas connu comme un dump correct. (CRC32 : {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "La partition des Chefs-d'œuvre est manquante." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12617,11 +13109,11 @@ msgstr "" "Impossible de réparer la NAND. Il est recommandé de sauvegarder vos données " "actuelles et de recommencer avec une nouvelle NAND." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "La NAND a été réparée." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12631,12 +13123,12 @@ msgstr "" "vers la carte SD, le menu système de la Wii ne démarrera plus et refusera " "également de le recopier ou le redéplacer vers la NAND." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" "La quantité d'argent que ce Skylander possède. Compris entre 0 et 65000." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12656,7 +13148,7 @@ msgstr "La partition des chaînes est manquante." msgid "The data partition is missing." msgstr "La partition des données est manquante." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12666,7 +13158,7 @@ msgstr "" "les temps de chargement. Vous ne pourrez pas partager vos enregistrements " "d'entrées ni utiliser NetPlay avec une personne utilisant un bon dump." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12773,7 +13265,7 @@ msgstr "" "Le fichier %1 existe déjà.\n" "Voulez-vous le remplacer ?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12807,7 +13299,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Le système de fichiers n'est pas valide ou ne peut être lu." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12817,22 +13309,22 @@ msgstr "" "les dossiers GCI. Veuillez renommer ce dossier en %2, %3, ou %4, " "correspondant à la région des sauvegardes qu'il contient." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" "Le format dans lequel l'image-disque est sauvegardée n'indique pas sa taille." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "L'ID du jeu est incohérent." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "L'ID du jeu est anormalement court." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "L'ID du jeu est {0} au lieu de {1}" @@ -12840,7 +13332,7 @@ msgstr "L'ID du jeu est {0} au lieu de {1}" msgid "The game disc does not contain any usable update information." msgstr "Le disque ne contient aucune information de mise à jour utilisable." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Le jeu est déjà en cours d'émulation." @@ -12854,7 +13346,7 @@ msgstr "" "soucis avec le Menu Système, il n'est pas possible de mettre à jour la " "console émulée avec ce disque." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12868,15 +13360,15 @@ msgstr "" "\n" "(MSAA avec {0} échantillons trouvés dans le tampon vidéo par défaut)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Les hashs ne correspondent pas !" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Les hashs correspondent !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -12884,7 +13376,7 @@ msgstr "" "Le niveau du héros de ce Skylander. Uniquement vu dans Skylanders: Spyro's " "Adventure. Compris entre 0 et 100." -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12896,11 +13388,11 @@ msgstr "" msgid "The install partition is missing." msgstr "La partition d'installation est manquante." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "La dernière fois que la figurine a été placée sur le portail" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12920,7 +13412,7 @@ msgstr "" "correctement synchronisé, veuillez changer l'appareil sélectionné vers Carte " "mémoire ou Dossier GCI." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "Le pseudo pour ce Skylander. Limité à 15 caractères." @@ -12930,8 +13422,8 @@ msgstr "" "Les patchs dans %1 ne sont pas conçus pour le jeu sélectionné ou cette " "révision du jeu." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Le profil \"%1\" n'existe pas." @@ -12940,7 +13432,7 @@ msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" "Le jeu enregistré ({0}) n'est pas le même que le jeu sélectionné ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12962,22 +13454,22 @@ msgstr "" "Un même fichier ne peut être utilisé sur plusieurs emplacements, il est déjà " "utilisé sur le slot %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "Un même dossier ne peut être utilisé pour de multiples slots ; il est déjà " "utilisé par %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "Les versions serveur et client de NetPlay ne sont pas compatibles." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "Le serveur est plein." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "Le serveur a envoyé un message d'erreur inconnu" @@ -12995,15 +13487,15 @@ msgstr "" "'Non'." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "L'index de la clé commune spécifiée est {0} au lieu de {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "Le fichier spécifié \"{0}\" n'existe pas" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13016,34 +13508,34 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "La carte mémoire cible contient déjà un fichier nommé \"%1\"." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "Le ticket n'est pas correctement signé." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" "Le temps total où cette figurine a été utilisée dans un jeu, en secondes." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" "Le code jouet pour cette figurine. Disponible uniquement pour les vraies " "figurines." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Le type de partition ne peut être lu." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "Ce type de Skylander n'a aucune donnée qui peut être modifiée !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "Ce type de Skylander est inconnu !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "Ce type de Skylander est inconnu, ou ne peut pas encore être modifié !" @@ -13056,7 +13548,7 @@ msgstr "" "La mise à jour a été annulée. Il est vivement recommandé de la terminer afin " "d'éviter des conflits de versions du logiciel système." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" "La partition de mise à jour ne contient pas l'IOS utilisé par ce titre." @@ -13065,11 +13557,11 @@ msgstr "" msgid "The update partition is missing." msgstr "La partition des mises à jour est manquante." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "La partition des mises à jour n'est pas à sa position normale." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13077,25 +13569,25 @@ msgstr "" "La partie de votre NAND accessible à l'utilisateur contient %1 blocs (%2 " "Kio) de données, sur un maximum alloué de %3 blocs (%4 Kio)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "La partition n°{0} n'a pas de système de fichiers valide." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "La partition n°{0} ne semble pas contenir de données valides." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "La partition n°{0} n'est pas correctement signée." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "La partition n°{0} n'est pas correctement alignée." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" -msgstr "" +msgstr "Thème" #: Source/Core/DiscIO/VolumeVerifier.cpp:445 msgid "There are too many partitions in the first partition table." @@ -13111,8 +13603,8 @@ msgstr "" "\n" "Souhaitez-vous sauvegarder avant de fermer ?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "Il n'y a rien à sauvegarder !" @@ -13150,7 +13642,7 @@ msgstr "Ce code Gecko ne contient aucune ligne." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -13159,7 +13651,7 @@ msgstr "" "utilisé sur les consoles coréennes. Cela va vraisemblablement mener au " "message ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Ce type de Skylander ne peut pas encore être modifié !" @@ -13183,7 +13675,7 @@ msgstr "" "Ce simulateur d'Action Replay ne prend pas en charge les codes qui modifient " "l'Action Replay lui-même." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -13191,21 +13683,21 @@ msgstr "" "Cette build de Dolphin n'est pas nativement compatible avec votre CPU.\n" "Veuillez exécuter la version ARM64 de Dolphin pour une meilleure expérience." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Ceci est irréversible !" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "L'image-disque de débug a la taille d'une image d'un disque commercialisé." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "L'image du disque n'a pas une taille habituelle." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -13215,7 +13707,7 @@ msgstr "" "de chargement plus longs. Vous ne pourrez pas partager vos enregistrements " "d'entrées ni utiliser NetPlay avec une personne utilisant un bon dump." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -13227,7 +13719,7 @@ msgstr "" "peut correspondre au CRC32 d'un bon dump même si les fichiers ne sont pas " "identiques." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -13236,7 +13728,7 @@ msgstr "" "de dump a sauvegardé l'image-disque en plusieurs parties, vous devez les " "rassembler en un seul fichier." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -13245,7 +13737,7 @@ msgstr "" "probablement du fait que ce disque soit un double-couche et qu'il a été " "dumpé comme un simple couche." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -13256,7 +13748,7 @@ msgstr "" "pas en cause. Si cette erreur arrête le jeu ou le fait planter, informez les " "développeurs." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13277,7 +13769,7 @@ msgstr "Ce fichier ne contient pas de système de fichiers Wii valide." msgid "This file does not look like a BootMii NAND backup." msgstr "Ce fichier ne ressemble pas à une sauvegarde BootMii de la NAND." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13288,7 +13780,7 @@ msgstr "" "entiers du jeu ne fonctionneront pas. Ce problème n'existe généralement que " "sur des copies illégales de jeux." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13299,11 +13791,11 @@ msgstr "" "en charge. Par conséquent, vous pourrez rencontrer des bugs ou blocages " "pendant l'émulation de ce jeu." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Ceci est un dump incorrect." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13311,7 +13803,7 @@ msgstr "" "C'est un mauvais dump. Cela ne veut pas forcément dire que le jeu ne va pas " "fonctionner." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13319,11 +13811,11 @@ msgstr "" "C'est un bon dump, d'après le site Redump.org ; mais Dolphin a repéré des " "problèmes. Ceci peut être un bug dans Dolphin." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Ceci est un dump correct." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "Ceci s'applique uniquement au boot initial du logiciel émulé." @@ -13331,7 +13823,7 @@ msgstr "Ceci s'applique uniquement au boot initial du logiciel émulé." msgid "This session requires a password:" msgstr "Cette session requiert un mot de passe :" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13353,12 +13845,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Ce titre ne peut pas être démarré." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Ce titre est réglé pour utiliser un IOS qui n'est pas valide." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Ce titre est réglé pour utiliser une clé partagée non valide." @@ -13401,7 +13893,7 @@ msgstr "" "Cette valeur est multipliée par la profondeur définie dans la configuration " "des graphiques." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13419,7 +13911,7 @@ msgstr "" "Ceci va limiter la vitesse d'envoi de parcelles de données par client, qui " "est utilisée pour synchroniser la sauvegarde." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13444,7 +13936,7 @@ msgstr "Flux" msgid "Threshold" msgstr "Seuil" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "Tio" @@ -13454,6 +13946,31 @@ msgstr "Tio" msgid "Tilt" msgstr "Tilt" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13465,10 +13982,10 @@ msgstr "" msgid "Timed Out" msgstr "Délai dépassé" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titre" @@ -13476,25 +13993,29 @@ msgstr "Titre" msgid "To" msgstr "À" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "Pour vous connecter, arrêtez d'abord l'émulation en cours." + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "jusqu'à :" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Activer le &plein écran" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Active la 3D par anaglyphe" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Active la 3D en côte-à-côte" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Active la 3D en haut-bas" @@ -13502,28 +14023,28 @@ msgstr "Active la 3D en haut-bas" msgid "Toggle All Log Types" msgstr "Activer tous les types de journaux" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Activer le ratio hauteur/largeur" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Activer Point d'arrêt" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Activer le recadrage" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Activer les textures personnalisées" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Activer les copies EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Activer le brouillard" @@ -13535,35 +14056,39 @@ msgstr "Activer le plein écran" msgid "Toggle Pause" msgstr "Mettre en pause" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Activer la carte SD" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Activer Ignorer l'accès à l'EFB" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Activer l'enregistrement des textures" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "Activer le clavier USB" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Activer les copies XFB" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Activer le mode XFB immédiat" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Échec du jetonnage." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "Contrôles des outils" @@ -13571,7 +14096,7 @@ msgstr "Contrôles des outils" msgid "Toolbar" msgstr "Barre d'outils" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Haut" @@ -13579,7 +14104,7 @@ msgstr "Haut" msgid "Top-and-Bottom" msgstr "Dessus-dessous" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Nombre de concordances" @@ -13617,12 +14142,12 @@ msgstr "Distance totale parcourue" msgid "Touch" msgstr "Toucher" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Code du jouet :" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chinois traditionnel" @@ -13642,8 +14167,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Erreur de Traversal" @@ -13651,7 +14176,7 @@ msgstr "Erreur de Traversal" msgid "Traversal Server" msgstr "Traversal Server" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Le serveur traveral n'a pas répondu lors de la connexion à l'hôte" @@ -13682,7 +14207,7 @@ msgid "Trophy" msgstr "Trophée" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13708,11 +14233,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "Émulation d'un appareil USB" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "Émulation de l'USB" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "Émulation d'appareils USB" @@ -13726,7 +14251,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "Erreur dans la liste blanche des USB" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13738,7 +14263,7 @@ msgstr "" "

Dans le doute, sélectionnez ce mode." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13751,7 +14276,7 @@ msgstr "" "saccades avec les Ubershaders hybrides et que vous avez un GPU puissant." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13766,23 +14291,23 @@ msgstr "" "impact minimal sur les performances, mais cela dépend du comportement du " "driver de la carte graphique." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Impossible de détecter automatiquement le module RSO" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "Impossible de contacter le serveur de mises à jour." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "Impossible de créer une copie de l'Updater." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Impossible de modifier Skylander !" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Impossible d'ouvrir le fichier." @@ -13810,11 +14335,11 @@ msgstr "" "\n" "Voulez-vous ignorer cette ligne et continuer le traitement ?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Impossible de lire le fichier." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "Impossible de définir les permissions pour la copie de l'Updater." @@ -13837,11 +14362,11 @@ msgstr "Images GC/Wii non compressées (*.iso *.gcm)" msgid "Undead" msgstr "Mort-vivant" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "&Annuler le lancement d'état" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Annuler la sauvegarde de l'état" @@ -13861,23 +14386,23 @@ msgstr "" "Désinstaller le WAD va supprimer la version actuellement installée de ce " "titre dans la NAND sans supprimer ses données de sauvegarde. Continuer ?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "États-Unis" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Inconnu" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Inconnu (Id :%1 Var :%2)" @@ -13886,11 +14411,11 @@ msgstr "Inconnu (Id :%1 Var :%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Commande DVD inconnue {0:08x} - erreur fatale" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Message SYNC_CODES inconnu reçu avec l'id : {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13898,11 +14423,11 @@ msgstr "" "Message SYNC_GECKO_CODES inconnu avec comme ID : {0}, reçu du joueur {1} . " "Exclusion du joueur !" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Message SYNC_SAVE_DATA inconnu reçu avec l'ID : {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13910,7 +14435,7 @@ msgstr "" "Message SYNC_SAVE_DATA inconnu avec l'ID : {0} reçu du joueur : {1}. Sortie " "du joueur !" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Type de Skylander inconnu !" @@ -13930,11 +14455,11 @@ msgstr "Type de données inconnu" msgid "Unknown disc" msgstr "Disque inconnu" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Une erreur inconnue est survenue." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Erreur inconnue {0:x}" @@ -13942,11 +14467,11 @@ msgstr "Erreur inconnue {0:x}" msgid "Unknown error." msgstr "Erreur inconnue." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Reception d'un message inconnu avec l'ID : {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Message inconnu avec l'ID {0} reçu du joueur {1}. Exclusion du joueur !" @@ -13962,11 +14487,11 @@ msgstr "Inconnu(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Inconnu(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Illimitée" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Décharger la ROM" @@ -13974,9 +14499,14 @@ msgstr "Décharger la ROM" msgid "Unlock Cursor" msgstr "Débloquer le curseur" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Débloqué" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" -msgstr "" +msgstr "Débloqué le %1" #: Source/Core/DiscIO/FileBlob.cpp:87 msgid "Unpacking" @@ -14006,7 +14536,7 @@ msgstr "Non signé 8" msgid "Unsigned Integer" msgstr "Entier non signé" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -14017,7 +14547,7 @@ msgid "Up" msgstr "Haut" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Mettre à jour" @@ -14074,7 +14604,7 @@ msgstr "Utiliser à la verticale" msgid "Upright Wii Remote" msgstr "Wiimote debout" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Paramètres de l'envoi des données statistiques" @@ -14083,15 +14613,19 @@ msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" "Utilisez 8.8.8.8 pour un DNS normal, ou sinon entrez un DNS personnalisé" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Utiliser toutes les données de sauvegarde de la Wii" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Utiliser la base de données interne des noms de jeux" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "Utiliser la pleine résolution pour chaque œil." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Utiliser un codec sans perte (FFV1)" @@ -14099,21 +14633,23 @@ msgstr "Utiliser un codec sans perte (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Utiliser le pointage contrôlé par la souris" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Utiliser le mode PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Utiliser les gestionnaires de panique" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" +"Utiliser les RetroAchievements Rich Presence dans votre statut Discord." +"

Vous devez avoir activé Afficher le jeu en cours sur Discord." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -14122,21 +14658,10 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" -"Utilise une implémentation manuelle d'échantillonnage de texture au lieu de " -"celle intégrée au moteur graphique.

Ce réglage peut corriger des " -"problèmes graphiques dans quelques jeux sur certains GPU, la plupart du " -"temps des lignes verticales sur des FMV. De plus, activer l'Échantillonnage " -"manuel de texture va permettre une émulation correcte de cas particuliers " -"d'emballage de texture (à 1x IR ou lorsque la mise à l'échelle de l'EFB est " -"désactivée) et émule mieux les calculs de niveaux de détail.

Cela " -"peut entraîner des pertes de performance, particulièrement à des résolutions " -"internes élevées ; et le Filtrage anisotropique n'est pas actuellement " -"compatible avec l'Échantillonnage manuel de texture. Dans " -"le doute, décochez cette case." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -14180,18 +14705,22 @@ msgstr "" "Vous pouvez les utiliser pour enregistrer ou récupérer des valeurs\n" "entre les entrées et les sorties de la manette parente." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Nom d'utilisateur" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" +"Utilise la base de données de Dolphin de noms proprement nommés des jeux " +"dans la colonne des Titres de la Liste des jeux." +"

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -14204,7 +14733,7 @@ msgstr "" "

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -14215,7 +14744,7 @@ msgstr "" "créée.

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
Dans le cas " "contraire et dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14519,8 +15052,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Avertissement" @@ -14643,7 +15176,17 @@ msgstr "Occidental (Windows-1252)" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" +"Chaque œil recevra la moitié ou la pleine résolution lors de l'utilisation " +"de la 3D en côte-à-côte ou dessus-dessous.

Dans le " +"doute, décochez cette case." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14656,7 +15199,7 @@ msgstr "" "

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14669,7 +15212,7 @@ msgstr "" "

Dans le doute, cochez cette case." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Périphériques USB autorisés pour une connexion directe à la Wii émulée" @@ -14677,7 +15220,7 @@ msgstr "Périphériques USB autorisés pour une connexion directe à la Wii ému msgid "Widescreen Hack" msgstr "Hack écran large (16/9è)" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14701,7 +15244,7 @@ msgstr "Wiimote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14719,7 +15262,7 @@ msgstr "Boutons de la Wiimote" msgid "Wii Remote Gyroscope" msgstr "Gyroscope de la Wiimote" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Paramètres de la Wiimote" @@ -14739,7 +15282,7 @@ msgstr "Entrée TAS %1 pour Wii - Wiimote" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Entrée TAS %1 pour Wii - Wiimote + Nunchuk" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii et Wiimote" @@ -14747,15 +15290,15 @@ msgstr "Wii et Wiimote" msgid "Wii data is not public yet" msgstr "Données Wii pas encore publiques" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Fichiers de sauvegarde de Wii (*.bin);;Tous les fichiers (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "Fichier MEGA de signature de WiiTools" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Résolution de la fenêtre" @@ -14764,11 +15307,19 @@ msgstr "Résolution de la fenêtre" msgid "Window Size" msgstr "Taille de la fenêtre" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "Effacer les données d'&inspection" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "Effacer les Hits récents" @@ -14782,11 +15333,11 @@ msgstr "Monde" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Écrire" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Écrire le vidage du journal du bloc JIT" @@ -14819,27 +15370,27 @@ msgstr "Ecrire dans le journal, puis pause" msgid "Write to Window" msgstr "Écrire dans la fenêtre" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Mauvais numéro de disque" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Mauvais hash" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Mauvaise région" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Mauvaise révision" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "Écrit vers \"%1\"." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "Écrit vers \"{0}\"." @@ -14890,7 +15441,7 @@ msgstr "Oui" msgid "Yes to &All" msgstr "Oui à to&ut" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14899,7 +15450,7 @@ msgstr "" "Vous allez convertir le contenu du fichier dans %2 vers un dossier dans %1. " "Tout le contenu du dossier sera supprimé. Souhaitez-vous continuer ?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14954,7 +15505,7 @@ msgstr "" "uniquement dans \"Phantasy Star Online Épisodes I & II\". Dans le doute, " "revenez en arrière et sélectionnez \"Contrôleur standard\"." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "Vous utilisez la dernière version disponible pour cette branche." @@ -15017,7 +15568,7 @@ msgstr "Vous devez entrer un nom pour votre session !" msgid "You must provide a region for your session!" msgstr "Vous devez entrer une région pour votre session !" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Vous devez redémarrer Dolphin pour que ce changement prenne effet." @@ -15045,7 +15596,7 @@ msgstr "" "Souhaitez-vous corriger maintenant le problème ?\n" "Si vous sélectionnez \"Non\", le son risque d'être détérioré." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15065,7 +15616,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Code Zero 3 non pris en charge" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "Aucun candidat restant." @@ -15114,7 +15665,7 @@ msgid "default" msgstr "par défaut" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "déconnecté" @@ -15130,7 +15681,8 @@ msgstr "errno" msgid "fake-completion" msgstr "Faux achèvement" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "faux" @@ -15197,7 +15749,8 @@ msgstr "sRGB" msgid "this value:" msgstr "cette valeur :" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "vrai" @@ -15217,23 +15770,23 @@ msgstr "non aligné" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Chefs-d'œuvre)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "IPL {0} trouvé dans le dossier {1}. Le disque peut ne pas être reconnu" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} n'a pas pu synchroniser les codes." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} n'a pas pu synchroniser." @@ -15246,7 +15799,7 @@ msgstr "" "Vérifiez vos droits d'écriture ou déplacez le fichier hors de Dolphin" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} blocs sur {1}. Ratio de compression : {2}%" @@ -15267,6 +15820,8 @@ msgid "" "© 2003-2024+ Dolphin Team. “GameCube” and “Wii” are trademarks of Nintendo. " "Dolphin is not affiliated with Nintendo in any way." msgstr "" +"© 2003-2024+ Dolphin Team. « GameCube » et « Wii » sont des marques déposées " +"de Nintendo. Dolphin n'est affiliée d'aucune manière à Nintendo. " #. i18n: The symbol/abbreviation for degrees (unit of angular measure). #. i18n: The degrees symbol. diff --git a/Languages/po/hr.po b/Languages/po/hr.po index d574455f79..24ffe4cd6a 100644 --- a/Languages/po/hr.po +++ b/Languages/po/hr.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Alberto Poljak , 2013-2014\n" -"Language-Team: Croatian (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Croatian (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/hr/)\n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -28,7 +28,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -36,6 +36,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -44,7 +50,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -79,16 +85,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -104,16 +110,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -133,7 +139,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -144,11 +150,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -161,38 +167,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -200,13 +206,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -218,30 +224,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -249,11 +255,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -269,7 +279,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -282,25 +292,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -326,36 +336,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -363,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Pauze" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -379,15 +393,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -395,50 +409,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -446,14 +461,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulacija" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -470,41 +489,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Datoteka" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Upravljač sličica po sekundi" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Postavke Grafike" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Pomoć" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Postavke prečica na tipkovnici" @@ -524,19 +543,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -544,15 +563,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Učitaj stanje igre" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -562,23 +581,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memorija" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -586,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -595,23 +618,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Otvori..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcije" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauza" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Pokreni igru" @@ -619,7 +646,7 @@ msgstr "&Pokreni igru" msgid "&Properties" msgstr "&Svojstva" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -627,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registri" @@ -635,29 +662,29 @@ msgstr "&Registri" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Resetiraj" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -665,31 +692,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Zaustavi igru" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Alati" @@ -699,21 +730,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Pogled" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -725,38 +756,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(isključeno)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -773,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -782,7 +805,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -843,7 +866,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -851,7 +874,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -863,7 +886,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -899,19 +922,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -927,7 +950,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -935,7 +958,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1024,15 +1047,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1062,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1081,7 +1104,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1091,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1107,7 +1130,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1132,7 +1155,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1174,8 +1197,8 @@ msgstr "Kvaliteta:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1251,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1267,7 +1290,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1275,7 +1298,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter:" @@ -1302,11 +1325,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1325,28 +1348,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Dodaj..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1365,14 +1387,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1390,7 +1412,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1398,7 +1420,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1425,7 +1447,7 @@ msgstr "Napredno" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1481,7 +1503,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1489,7 +1511,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1498,7 +1520,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1507,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1520,27 +1542,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1558,7 +1580,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1580,7 +1602,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analiziraj" @@ -1594,7 +1616,7 @@ msgstr "Kut" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1606,25 +1628,25 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1632,19 +1654,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1652,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1664,16 +1694,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Omjer Slike:" @@ -1681,8 +1711,8 @@ msgstr "Omjer Slike:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1693,7 +1723,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1714,11 +1744,11 @@ msgstr "" msgid "Audio" msgstr "Zvuk" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Upravljač zvuka:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1734,7 +1764,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automatski" @@ -1743,11 +1773,15 @@ msgstr "Automatski" msgid "Auto (Multiple of 640x528)" msgstr "Automatski (Višestruko od 640*528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1755,7 +1789,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1763,20 +1797,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1788,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1819,19 +1864,19 @@ msgstr "BP registar" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Upravljač zvuka- Postavke" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Upravljač:" @@ -1840,20 +1885,20 @@ msgstr "Upravljač:" msgid "Background Input" msgstr "Prati unos podataka i u pozadini" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Natrag" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1861,28 +1906,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Transparent" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detalji Transparenta" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Transparent:" @@ -1898,11 +1943,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Osnovno" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Osnovne postavke" @@ -1950,7 +1995,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1962,13 +2007,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2000,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Dno" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2072,23 +2117,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2105,7 +2150,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2115,19 +2160,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2136,30 +2181,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2193,24 +2238,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Međuspremnik:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2255,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "C Gljiva" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2263,11 +2308,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "" @@ -2275,11 +2320,11 @@ msgstr "" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2290,7 +2335,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2298,11 +2343,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2336,51 +2381,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2392,23 +2437,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2416,13 +2461,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2440,7 +2485,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2448,7 +2493,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Promjeni &Disk..." @@ -2456,7 +2501,7 @@ msgstr "Promjeni &Disk..." msgid "Change Disc" msgstr "Promjeni disk" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2464,13 +2509,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2488,7 +2533,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2500,7 +2545,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Čavrljanje" @@ -2508,7 +2553,7 @@ msgstr "Čavrljanje" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Tražilica" @@ -2516,7 +2561,7 @@ msgstr "Tražilica" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2528,13 +2573,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2546,29 +2591,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Odaberite datoteku za otvaranje" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Odaberite direktorij u kojega želite raspakirati datoteke" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2587,17 +2632,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Očisti" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2605,11 +2651,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2618,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Zatvori" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2626,11 +2672,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2638,11 +2693,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2658,11 +2713,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2675,21 +2730,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2697,9 +2752,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2707,7 +2762,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2720,11 +2775,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2814,7 +2869,7 @@ msgstr "Podesi" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2827,27 +2882,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Potvrdite zaustavljanje igre" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2857,35 +2920,35 @@ msgstr "" msgid "Connect" msgstr "Spoji" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Priključite USB tipkovnicu" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2901,7 +2964,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2909,7 +2972,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2926,23 +2989,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2954,6 +3017,16 @@ msgstr "" msgid "Controllers" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2962,7 +3035,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2970,7 +3043,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2979,7 +3052,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3004,17 +3077,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3022,9 +3095,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3032,9 +3105,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3054,8 +3127,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3084,45 +3157,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3137,11 +3210,6 @@ msgstr "" msgid "Core" msgstr "Jezgra" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3150,21 +3218,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3180,14 +3243,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3220,16 +3283,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3245,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3257,7 +3320,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Država:" @@ -3290,7 +3353,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3298,11 +3361,11 @@ msgstr "" msgid "Critical" msgstr "Kritično" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Podrezati" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3314,22 +3377,22 @@ msgstr "" msgid "Crossfade" msgstr "Prijelaz" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3337,7 +3400,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3345,11 +3408,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3357,19 +3420,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3381,6 +3444,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3408,7 +3497,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3416,15 +3505,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3450,7 +3539,7 @@ msgstr "" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3478,7 +3567,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3495,8 +3584,8 @@ msgstr "Mrtva Zona" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Traženje/ispravljanje pogrešaka" @@ -3505,40 +3594,40 @@ msgstr "Traženje/ispravljanje pogrešaka" msgid "Decimal" msgstr "Decimalan" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3552,7 +3641,7 @@ msgstr "Standardne vrijednosti" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3568,7 +3657,7 @@ msgstr "Uobičajeni ISO:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3576,7 +3665,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3586,8 +3675,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Obriši" @@ -3605,7 +3694,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3613,22 +3702,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Opis" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3636,7 +3725,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3649,16 +3738,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3671,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Otkrij" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3679,7 +3768,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3701,7 +3790,7 @@ msgstr "Postavke Uređaja" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3709,7 +3798,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3733,19 +3822,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3753,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Onemogući maglu" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3765,21 +3854,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3788,7 +3877,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3802,7 +3891,8 @@ msgstr "Disk" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3832,15 +3922,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3850,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Želite li zaustaviti emulaciju?" @@ -3858,12 +3948,12 @@ msgstr "Želite li zaustaviti emulaciju?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3871,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Filmovi (*.dtm)" @@ -3919,27 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3948,7 +4032,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3973,7 +4057,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3983,33 +4067,33 @@ msgstr "" msgid "Down" msgstr "Dolje" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4052,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Dumpiraj Zvuk" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Dumpiraj odabranu EFB metu" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dumpiraj Slike" @@ -4072,7 +4156,7 @@ msgstr "Dumpiraj Slike" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4080,7 +4164,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4105,20 +4189,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4134,15 +4218,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Nizozemski" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "I&zlaz" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4154,7 +4238,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4162,7 +4246,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Rana Ažuriranja Memorije" @@ -4181,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4199,6 +4283,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4210,11 +4299,20 @@ msgstr "Efekt" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4236,7 +4334,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Emu Thread je već pokrenut" @@ -4262,7 +4360,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4277,27 +4375,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Omogućite kodove za varanje" @@ -4305,15 +4403,15 @@ msgstr "Omogućite kodove za varanje" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4321,19 +4419,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Omogućite korištenje dvije jezgre" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Omogućite korištenje dvije jezgre (ubrzanje)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4341,15 +4439,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4367,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Omogući MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Omogućite Progresivno Skeniranje" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Omogućite Čuvar Zaslona" @@ -4401,27 +4499,27 @@ msgstr "Omogućite Čuvar Zaslona" msgid "Enable Speaker Data" msgstr "Omogući Zvučne Podatke" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Omogući Žičani Okvir" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4431,7 +4529,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4439,14 +4537,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4455,7 +4553,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4465,7 +4563,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4473,7 +4571,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4485,18 +4583,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4504,7 +4602,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4512,14 +4610,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4529,7 +4627,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4537,9 +4635,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4550,14 +4648,14 @@ msgstr "" "Omogućuje Jedinicu za Upravljanje Memorijom, koja je potrebna za nekoliko " "igrica. (UKLJUČENO= Kompatibilnost, ISKLJUČENO= Ubrzanje)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4565,7 +4663,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4573,7 +4680,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4592,17 +4699,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Engleski" @@ -4619,7 +4726,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4643,78 +4750,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4725,10 +4831,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Pogreška" @@ -4740,7 +4846,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4750,7 +4856,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Pogreška u čitanju odabranoga jezika. Vraćam na standardne vrijednosti." @@ -4759,15 +4865,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4775,11 +4881,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4821,7 +4927,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4837,11 +4943,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4850,12 +4956,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforija" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4863,15 +4969,15 @@ msgstr "" msgid "Exit" msgstr "Izlaz" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4883,27 +4989,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4914,11 +5020,11 @@ msgstr "" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Izvedi Snimku Videa" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Izvedi Snimku Videa..." @@ -4946,14 +5052,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Produžetak" @@ -4966,7 +5072,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4974,35 +5080,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Raspakirati Datoteku..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5012,7 +5118,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO Pokretač Datoteka" @@ -5026,15 +5132,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5050,7 +5156,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5087,32 +5193,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Neuspjeh u preuzimanju kodova." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5125,15 +5231,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5152,25 +5258,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5181,7 +5287,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5190,18 +5296,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5213,7 +5319,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5227,7 +5333,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5241,25 +5347,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5289,7 +5395,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5322,7 +5428,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5334,7 +5440,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5347,7 +5453,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5405,43 +5511,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5456,11 +5562,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Neuspjeh u pisanju BT.DINF u SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5474,7 +5580,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5483,7 +5589,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5491,20 +5597,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5523,7 +5630,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5536,46 +5643,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Informacije o Datoteci" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Datoteka ne sadržava ni jedan kod." @@ -5587,7 +5694,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5617,7 +5724,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5650,12 +5757,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5665,11 +5766,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5685,7 +5786,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Prisili 16:9" @@ -5693,7 +5794,7 @@ msgstr "Prisili 16:9" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Prisili 4:3" @@ -5725,15 +5826,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5743,7 +5844,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5751,7 +5852,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5761,7 +5862,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5776,38 +5877,38 @@ msgstr "" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Napredovanje Slike" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Domet Slike" @@ -5815,7 +5916,7 @@ msgstr "Domet Slike" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5835,7 +5936,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5851,22 +5952,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francuski" @@ -5885,8 +5990,8 @@ msgid "From" msgstr "Iz" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5894,11 +5999,12 @@ msgstr "" msgid "FullScr" msgstr "CijeliZaslon" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5918,7 +6024,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5934,19 +6040,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5970,7 +6076,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5988,7 +6094,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -5998,25 +6104,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6028,7 +6134,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6046,22 +6152,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6073,7 +6179,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6089,39 +6195,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Identifikacija Igre:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Igra je već pokrenuta!" @@ -6130,7 +6236,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6150,11 +6256,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6162,11 +6268,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6183,7 +6289,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6211,45 +6317,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko Kodovi" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Opće" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Njemački" @@ -6257,11 +6371,11 @@ msgstr "Njemački" msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6276,7 +6390,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6285,7 +6399,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafika" @@ -6294,7 +6408,7 @@ msgstr "Grafika" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6303,7 +6417,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6325,7 +6439,7 @@ msgstr "Zelena Lijevo" msgid "Green Right" msgstr "Zelena Desno" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6370,7 +6484,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6403,11 +6517,11 @@ msgstr "" msgid "Hide" msgstr "Sakrij" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6419,23 +6533,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6458,15 +6572,39 @@ msgstr "Domaćin" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6474,14 +6612,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6490,21 +6636,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Brze Tipke" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6531,7 +6677,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6562,7 +6708,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR Osjetljivost:" @@ -6588,18 +6734,18 @@ msgstr "" msgid "Icon" msgstr "Ikona" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6612,7 +6758,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6626,14 +6772,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6645,7 +6801,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6670,14 +6826,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6686,7 +6842,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6701,22 +6857,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6729,7 +6885,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6737,64 +6893,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6831,12 +6987,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informacije" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6845,11 +7001,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Unos" @@ -6863,19 +7019,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Umetni SD karticu" @@ -6892,7 +7045,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6900,13 +7053,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6915,7 +7069,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6924,7 +7078,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6983,8 +7137,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6993,15 +7147,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "Interna Rezolucija:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7009,7 +7163,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7017,7 +7171,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7026,11 +7180,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7042,7 +7196,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7051,7 +7205,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7059,7 +7213,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7087,13 +7241,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Talijanski" @@ -7106,95 +7268,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japanski" @@ -7205,18 +7369,18 @@ msgstr "Japanski" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7246,20 +7410,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korejski" @@ -7288,41 +7452,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7330,11 +7494,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7387,6 +7551,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7420,11 +7592,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7434,29 +7606,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Učitaj" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Učitaj Posebne Teksture" @@ -7464,24 +7636,29 @@ msgstr "Učitaj Posebne Teksture" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7489,171 +7666,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "&Mjesto učitavanja" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Mjesto za učitavanje stanja igre 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Mjesto za učitavanje stanja igre 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Mjesto za učitavanje stanja igre 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Mjesto za učitavanje stanja igre 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Mjesto za učitavanje stanja igre 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Mjesto za učitavanje stanja igre 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Mjesto za učitavanje stanja igre 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Učitaj Stanje Igre 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Mjesto za učitavanje stanja igre 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Učitaj Stanje Igre 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Učitaj Stanje Igre 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Učitaj Stanje Igre 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Učitaj Stanje Igre 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Učitaj Stanje Igre 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Učitaj Stanje Igre 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Učitaj Stanje Igre 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Zapis" @@ -7662,19 +7834,20 @@ msgstr "Zapis" msgid "Log Configuration" msgstr "Konfiguracija Zapisa" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7686,31 +7859,43 @@ msgstr "Tipovi Zapisa" msgid "Logger Outputs" msgstr "Ispisi Bilježenja" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7740,27 +7925,31 @@ msgstr "" msgid "Main Stick" msgstr "Glavna Gljiva" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7768,18 +7957,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Tvorac:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7787,16 +7976,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7804,15 +7993,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7821,12 +8014,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7842,7 +8035,7 @@ msgstr "" msgid "Memory Card" msgstr "Memorijska Kartica" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7850,7 +8043,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7870,7 +8063,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7878,33 +8071,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Razno" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Razne Postavke" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7913,7 +8114,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7933,7 +8134,7 @@ msgstr "" msgid "Modifier" msgstr "Modifikator" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7945,20 +8146,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7970,11 +8171,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7983,16 +8184,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -8003,7 +8204,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8012,14 +8213,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8028,8 +8239,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8038,7 +8249,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8055,8 +8266,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8069,11 +8280,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8082,10 +8293,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Ime:" @@ -8099,7 +8310,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8115,27 +8326,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8143,7 +8354,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8152,7 +8363,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8177,7 +8388,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8185,30 +8396,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8230,21 +8443,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8265,15 +8478,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8286,23 +8499,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8313,7 +8526,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8327,7 +8540,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8345,7 +8558,7 @@ msgstr "" msgid "Not Set" msgstr "Nije Postavljeno" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8365,7 +8578,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8392,11 +8605,6 @@ msgstr "Napomena" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8422,13 +8630,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8480,7 +8688,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Domet Objekta" @@ -8501,18 +8709,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8527,7 +8735,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8535,13 +8743,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8558,17 +8766,21 @@ msgstr "Otvori" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8633,34 +8845,34 @@ msgstr "Narančasti" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8670,16 +8882,16 @@ msgstr "Drugo" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8687,7 +8899,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8695,16 +8907,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8717,23 +8929,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8746,7 +8967,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pad-ovi" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8767,7 +8988,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8792,7 +9013,7 @@ msgstr "" msgid "Patches" msgstr "Zakrpe" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8805,23 +9026,23 @@ msgstr "Mape" msgid "Pause" msgstr "Pauza" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8829,7 +9050,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8854,7 +9075,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Osvjetljenje po pikselu" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8862,15 +9083,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8884,15 +9105,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8904,8 +9125,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8913,11 +9134,11 @@ msgstr "" msgid "Play" msgstr "Pokreni" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Pokreni Video Snimak" @@ -8925,11 +9146,11 @@ msgstr "Pokreni Video Snimak" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Postavke Reprodukcije" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8958,24 +9179,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Igrači" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9008,11 +9234,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9033,11 +9259,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9063,7 +9289,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9072,7 +9298,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9081,18 +9307,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9114,19 +9341,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9136,20 +9363,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9159,11 +9386,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9175,26 +9402,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pitanje" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Izlaz" @@ -9215,11 +9442,11 @@ msgstr "R-Analogan" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9252,17 +9479,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9285,7 +9516,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9301,7 +9532,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9311,23 +9542,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Snimi Video" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opcije Snimanja Videa" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9344,7 +9579,7 @@ msgstr "Crvena Lijevo" msgid "Red Right" msgstr "Crvena Desno" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9362,7 +9597,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9377,11 +9611,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9390,8 +9624,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9412,7 +9646,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9424,7 +9659,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Ukloni" @@ -9441,7 +9676,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9452,25 +9687,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Obrađivati u Glavnom prozoru" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9479,15 +9724,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9498,7 +9743,7 @@ msgstr "Resetiraj" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9522,7 +9767,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9530,7 +9775,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9542,7 +9787,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9550,11 +9795,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9563,7 +9808,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9571,7 +9816,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9622,11 +9867,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9635,7 +9880,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9644,7 +9889,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9656,6 +9901,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9681,20 +9935,25 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9705,23 +9964,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9729,7 +9988,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9764,11 +10023,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sn&imi stanje igre" @@ -9780,7 +10039,7 @@ msgstr "Sigurno" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9790,27 +10049,39 @@ msgstr "Snimi" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9822,15 +10093,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "" @@ -9838,73 +10113,77 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Mjesta Snimanja" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Snimi Stanje Igre 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Mjesto za Stanje Snimanja 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Snimi Stanje Igre 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Snimi Stanje Igre 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Snimi Stanje Igre 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Snimi Stanje Igre 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Snimi Stanje Igre 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Snimi Stanje Igre 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Snimi Stanje Igre 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Mjesto za Stanje Snimanja 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9912,7 +10191,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9920,15 +10199,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Snimi kao..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9939,23 +10214,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9975,7 +10242,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Umanjena EFB kopija" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9984,8 +10251,8 @@ msgid "ScrShot" msgstr "UslikajZaslon" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Traži" @@ -9994,7 +10261,7 @@ msgstr "Traži" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10006,13 +10273,13 @@ msgstr "Pretraži Podmape" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10020,7 +10287,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10054,9 +10321,9 @@ msgstr "Odaberi" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10065,7 +10332,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10073,18 +10340,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10093,6 +10364,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10101,6 +10376,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10109,58 +10392,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10174,29 +10461,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10204,19 +10487,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10224,36 +10503,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Odaberite snimak igre" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Odabrani profil kontrolera ne postoji." -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10265,19 +10527,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10296,7 +10558,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10307,7 +10569,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10329,24 +10591,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Poslati" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Pozicija Senzora:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10363,7 +10655,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10371,72 +10663,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10446,13 +10741,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10460,7 +10755,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10482,228 +10777,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Pokaži &Zapis" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Pokaži &Alatnu Traku" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Pokaži FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Pokaži Francusku" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Pokaži GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Pokaži Unos Tipki" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Pokaži Italiju" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Pokaži Koreju" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Pokaži Jezik:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Pokaži Konfiguraciju za &Zapis" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Pokaži PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Pokaži Platforme" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Pokaži Regije" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Pokaži Statistike" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Pokaži Taivan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Pokaži SAD" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Pokaži Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10711,109 +11010,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10830,7 +11133,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10854,7 +11157,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Pojednostavljeni Kineski" @@ -10871,17 +11174,17 @@ msgstr "" msgid "Size" msgstr "Veličina" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10897,7 +11200,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10977,11 +11280,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10993,12 +11296,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11012,7 +11315,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Španjolski" @@ -11020,11 +11323,11 @@ msgstr "Španjolski" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Glasnoća Zvučnika:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11032,7 +11335,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11045,12 +11348,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11069,33 +11376,37 @@ msgstr "" msgid "Standard Controller" msgstr "Standardni Kontroler" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Počni Snimati Video" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11107,7 +11418,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11130,52 +11441,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11196,16 +11507,20 @@ msgid "Stick" msgstr "Gljiva" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Zaustavi" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11237,11 +11552,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Rastegni do Prozora" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11255,11 +11570,11 @@ msgstr "" msgid "Strum" msgstr "Drndanje " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11270,18 +11585,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11291,7 +11606,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11304,24 +11619,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11344,12 +11659,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11357,7 +11672,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11372,7 +11687,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11392,22 +11707,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11415,7 +11739,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11433,43 +11757,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Jezik Sustava:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS Unos" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11487,15 +11811,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Uslikaj Ekran" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11511,9 +11835,9 @@ msgstr "" msgid "Test" msgstr "Testirati" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11522,15 +11846,15 @@ msgstr "" msgid "Texture Cache" msgstr "Predmemorija za Teksture" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11538,7 +11862,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Prekriti Format Teksture" @@ -11557,11 +11881,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11571,32 +11895,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11612,14 +11936,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11705,7 +12029,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11732,28 +12056,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11761,7 +12085,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11772,7 +12096,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11781,21 +12105,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11805,11 +12129,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11823,7 +12147,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11831,8 +12155,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11840,7 +12164,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11856,20 +12180,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11882,15 +12206,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11901,31 +12225,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11936,7 +12260,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11944,33 +12268,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11985,8 +12309,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12018,13 +12342,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12046,33 +12370,33 @@ msgid "" "Replay itself." msgstr "AR simulator ne podržava kodove koje utječu na njega samog." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12080,26 +12404,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12117,41 +12441,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12159,7 +12483,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12175,12 +12499,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12211,7 +12535,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12224,7 +12548,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12244,7 +12568,7 @@ msgstr "" msgid "Threshold" msgstr "Prag" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12254,6 +12578,31 @@ msgstr "" msgid "Tilt" msgstr "Nagib" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12263,10 +12612,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Naslov" @@ -12274,25 +12623,29 @@ msgstr "Naslov" msgid "To" msgstr "Do" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12300,28 +12653,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "" @@ -12333,35 +12686,39 @@ msgstr "Omogući/Onemogući Cijeli Zaslon" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12369,7 +12726,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Vrh" @@ -12377,7 +12734,7 @@ msgstr "Vrh" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12415,12 +12772,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Tradicionalni Kineski" @@ -12440,8 +12797,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12449,7 +12806,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12478,7 +12835,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12504,11 +12861,11 @@ msgstr "SAD" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12522,14 +12879,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12537,7 +12894,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12546,23 +12903,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12582,11 +12939,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12609,11 +12966,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Poništi Posljednje Učitavanje" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12631,23 +12988,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Nepoznato" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12656,27 +13013,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12696,11 +13053,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12708,11 +13065,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12727,11 +13084,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12739,7 +13096,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12771,7 +13133,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12782,7 +13144,7 @@ msgid "Up" msgstr "Gore" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Ažuriraj" @@ -12837,7 +13199,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12845,15 +13207,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12861,21 +13227,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Koristi Rješavanje Panike" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12884,8 +13250,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12924,18 +13290,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12943,14 +13309,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13213,8 +13583,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Upozorenje" @@ -13302,7 +13672,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13310,7 +13687,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13318,7 +13695,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13326,7 +13703,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "Prisili Široki Ekran " -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13350,7 +13727,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13368,7 +13745,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13388,7 +13765,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13396,15 +13773,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13413,11 +13790,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13431,11 +13816,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13468,27 +13853,27 @@ msgstr "" msgid "Write to Window" msgstr "Pisati na Prozor" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13539,14 +13924,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13579,7 +13964,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13623,7 +14008,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Morate ponovno pokrenuti Dolphin da bi promjene imale efekta." @@ -13643,7 +14028,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13661,7 +14046,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "Zero 3 kod nije podržan" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13710,7 +14095,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13726,7 +14111,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13791,7 +14177,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13811,23 +14198,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13838,7 +14225,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/hu.po b/Languages/po/hu.po index fb972afd0f..5c6d553a4b 100644 --- a/Languages/po/hu.po +++ b/Languages/po/hu.po @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Péter Patkós, 2023-2024\n" -"Language-Team: Hungarian (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Hungarian (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/hu/)\n" "Language: hu\n" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -34,7 +34,7 @@ msgstr "" "Mivel a GameCube lemezképfájlok kevés hitelesítő adatot tartalmaznak, ezért " "előfordulhatnak olyan hibák, amiket a Dolphin nem képes észlelni." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -42,6 +42,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Lemez %1)" @@ -50,7 +56,7 @@ msgstr " (Lemez %1)" msgid "! Not" msgstr "! Nem" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" egy érvénytelen GCM/ISO fájl, vagy nem GC/Wii ISO." @@ -87,16 +93,16 @@ msgstr "" "%1\n" "csatlakozni szeretne a partidhoz." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -112,16 +118,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (másolat)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Lemez %2, Revízió %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revízió %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (alap)" @@ -141,7 +147,7 @@ msgstr "%1 (lassú)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -155,11 +161,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Grafikai beállítások" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -172,38 +178,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 nem támogatja ezt a funkciót a rendszereden." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 nem támogatja ezt a funkciót." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 csatlakozott" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 kilépett" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" -msgstr "" +msgstr "%1 feloldott %4/%5 pontot érő %2/%3 teljesítményt" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 nem egy valid ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 éppen golfozik" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 ezzel játszik: %2" @@ -211,13 +217,13 @@ msgstr "%1 ezzel játszik: %2" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 pont" @@ -229,30 +235,30 @@ msgstr "%1 játékmenet található" msgid "%1 sessions found" msgstr "%1 játékmenet található" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normál sebesség)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "%1 értéke megváltozott" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -260,13 +266,17 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" -msgstr "" +msgstr "%1

%2" #: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:141 msgid "%1[%2]: %3" @@ -280,7 +290,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -293,25 +303,25 @@ msgstr "%1x Natív (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Natív (%2x%3) %4-hez/hoz" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -337,36 +347,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Névjegy" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Funkció hozzáadása" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Új memória töréspont hozzáadása" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Új kód hozzáadása..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Funkció hozzáadása" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Hozzáadás..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Audió beállítások" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Automatikus frissítés:" @@ -374,15 +384,19 @@ msgstr "&Automatikus frissítés:" msgid "&Borderless Window" msgstr "&Szegély nélküli ablak" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Töréspontok" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -390,15 +404,15 @@ msgstr "" msgid "&Cancel" msgstr "&Mégse" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Csaláskezelő" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Frissítések keresése..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -406,50 +420,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Kód" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "&Kondíció" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Csatlakoztatva" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Vezérlő beállítások" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Cím másolása" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Cím másolása" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Létrehozás..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Törlés" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Kód szerkesztése..." @@ -457,14 +472,18 @@ msgstr "&Kód szerkesztése..." msgid "&Edit..." msgstr "&Szerkesztés..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Lemez kiadása" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emuláció" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "&Blokk(ok) törlése" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exportálás" @@ -481,41 +500,41 @@ msgstr "&Állapot exportálása..." msgid "&Export as .gci..." msgstr "&Exportálás, mint .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fájl" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Képkocka léptetése" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Szabad nézet beállítások" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub tárház" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafikai beállítások" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Súgó" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Gyorsbillentyű beállítások" @@ -535,19 +554,19 @@ msgstr "&Állapot importálása..." msgid "&Import..." msgstr "&Importálás..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -555,41 +574,45 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Nyelv:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Állapot betöltése" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:255 msgid "&Load file to current address" -msgstr "" +msgstr "&Fájl betöltése a jelenlegi címre" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memória" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "&Egyéb vezérlők" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -597,7 +620,7 @@ msgstr "&Film" msgid "&Mute" msgstr "&Némítás" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Hálózat" @@ -606,23 +629,27 @@ msgid "&No" msgstr "&Nem" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Megnyitás..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Beállítások" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&HLE funkciók javítása" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Szünet" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Indítás" @@ -630,7 +657,7 @@ msgstr "&Indítás" msgid "&Properties" msgstr "&Tulajdonságok" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Írásvédett mód" @@ -638,7 +665,7 @@ msgstr "&Írásvédett mód" msgid "&Refresh List" msgstr "&Lista frissítése" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Regiszterek" @@ -646,29 +673,29 @@ msgstr "&Regiszterek" msgid "&Remove" msgstr "&Törlés" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Kód törlése" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "&Szimbólum átnevezése" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Alapbeállítások" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -676,31 +703,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Sebességkorlát:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Stop" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Téma:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Szálak" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "&Eszköz" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "&Eszköztár láthatósága" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Eszközök" @@ -710,21 +741,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Nézet" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Figyelés" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Weboldal" @@ -736,38 +767,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Igen" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Sötét)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Világos)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Rendszer)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(ki)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Szorzás" @@ -784,7 +807,7 @@ msgstr ", vessző" msgid "- Subtract" msgstr "- Kivonás" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -793,7 +816,7 @@ msgid "--Unknown--" msgstr "--Ismeretlen--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -854,7 +877,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -862,7 +885,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x Anizotróp" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -874,7 +897,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -910,19 +933,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D mélység" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -938,7 +961,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blokk)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -946,7 +969,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1035,16 +1058,16 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." -msgstr "" +msgstr "Hardcore módban le van tiltva." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Ha bizonytalan vagy, hagyd üresen." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1076,10 +1099,10 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" -msgstr "" +msgstr "Egy NetPlay játékmenet már folyamatban van!" #: Source/Core/Core/WiiUtils.cpp:173 msgid "" @@ -1095,7 +1118,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Egy lemez már behelyezés alatt." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1105,7 +1128,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1116,12 +1139,14 @@ msgid "" "A supported Bluetooth device could not be found.\n" "You must manually connect your Wii Remote." msgstr "" +"Nem található támogatott Bluetooth eszköz.\n" +"Manuálisan kell csatlakoztatnod a Wii távirányítót." #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:234 msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "A&uto mentés" @@ -1146,7 +1171,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR kód" @@ -1188,8 +1213,8 @@ msgstr "Pontosság:" msgid "Achievement Settings" msgstr "Teljesítmény beállítások" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Teljesítmények" @@ -1265,7 +1290,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "NetPlay Chat aktiválása" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktív" @@ -1281,7 +1306,7 @@ msgstr "" msgid "Active threads" msgstr "Aktív szálak" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adapter" @@ -1289,7 +1314,7 @@ msgstr "Adapter" msgid "Adapter Detected" msgstr "Adapter érzékelve" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter:" @@ -1316,11 +1341,11 @@ msgstr "USB eszköz hozzáadása" msgid "Add Shortcut to Desktop" msgstr "Parancsikon hozzáaadása az Asztalhoz" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Töréspont hozzáadása" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1339,28 +1364,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Hozzáadás" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Cím" @@ -1379,14 +1403,14 @@ msgstr "" msgid "Address:" msgstr "Cím:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1404,7 +1428,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1412,7 +1436,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1439,7 +1463,7 @@ msgstr "Haladó" msgid "Advanced Settings" msgstr "Haladó beállítások" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1495,7 +1519,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1503,7 +1527,7 @@ msgid "All Files" msgstr "Minden fájl" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Minden fájl (*)" @@ -1512,7 +1536,7 @@ msgstr "Minden fájl (*)" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Minden GC/Wii fájl" @@ -1521,8 +1545,8 @@ msgstr "Minden GC/Wii fájl" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "All Save States (*.sav *.s##);; Minden fájl (*)" @@ -1534,27 +1558,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Minden fájl (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." -msgstr "" +msgstr "Minden játékos kódjai szinkronizálva." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." -msgstr "" +msgstr "Minden játékos mentései szinkronizálva." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Eltérő régióbeállítások engedélyezése" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" -msgstr "" +msgstr "Használati statisztikák jelentésének engedélyezése" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "SD kártyára írás engedélyezése" @@ -1572,7 +1596,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Mindig" @@ -1594,7 +1618,7 @@ msgstr "A behelyezni próbált lemez nem található." msgid "Anaglyph" msgstr "Anaglif" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Elemzés" @@ -1608,7 +1632,7 @@ msgstr "Szög" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Élsimítás" @@ -1620,25 +1644,25 @@ msgstr "Élsimítás:" msgid "Any Region" msgstr "Bármilyen régió" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "Aláírás csatolása ide" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." -msgstr "" +msgstr "&Aláírásfájl alkalmazása..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Betöltőprogram dátuma:" @@ -1646,19 +1670,19 @@ msgstr "Betöltőprogram dátuma:" msgid "Apply" msgstr "Alkalmaz" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "Aláírásfájl alkalmazása" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Biztosan törölni szeretnéd: '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Biztosan törlöd ezt a fájlt?" @@ -1666,28 +1690,36 @@ msgstr "Biztosan törlöd ezt a fájlt?" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "Biztosan kijelentkezel a RetroAchievementsből?" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Biztosan ki akarsz lépni a NetPlay-ből?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "Biztosan ki szeretnéd kapcsolni a hardcore módot?" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Biztos vagy benne?" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:142 msgid "Area Sampling" -msgstr "" +msgstr "Területi mintavételezés" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Képarány" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Képarány-korrigált belső felbontás" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Képarány:" @@ -1695,9 +1727,9 @@ msgstr "Képarány:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "Összeállítási utasítás" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1707,7 +1739,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Vezérlő portjainak társítása" @@ -1728,11 +1760,11 @@ msgstr "" msgid "Audio" msgstr "Audió" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Audió feldolgozó:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Hangnyújtás beállítások" @@ -1748,7 +1780,7 @@ msgstr "Szerző" msgid "Authors" msgstr "Készítők" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automatikus" @@ -1757,11 +1789,15 @@ msgstr "Automatikus" msgid "Auto (Multiple of 640x528)" msgstr "Automatikus (640x528 többszöröse)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Automatikus frissítés" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Automatikus frissítés beállításai" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1769,7 +1805,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Ablak automatikus méretezése" @@ -1777,20 +1813,31 @@ msgstr "Ablak automatikus méretezése" msgid "Auto-Hide" msgstr "Automatikus elrejtés" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Automatikus szinkronizálás a mappával" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Jelenlegi értékek automatikus frissítése" @@ -1802,9 +1849,9 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" -msgstr "" +msgstr "B" #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:602 msgid "BAT incorrect. Dolphin will now exit" @@ -1819,7 +1866,7 @@ msgstr "" #: Source/Core/DolphinQt/Settings/BroadbandAdapterSettingsDialog.cpp:73 msgid "BBA destination address" -msgstr "" +msgstr "BBA célcím" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:209 msgid "BIOS:" @@ -1833,19 +1880,19 @@ msgstr "BP regiszter " msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Háttéralkalmazás beállításai" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Háttéralkalmazás:" @@ -1854,20 +1901,20 @@ msgstr "Háttéralkalmazás:" msgid "Background Input" msgstr "Háttér bemenet" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Hátra" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Rossz érték lett megadva" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Rossz cím lett megadva." @@ -1875,28 +1922,28 @@ msgstr "Rossz cím lett megadva." msgid "Bad dump" msgstr "Rossz kimentés" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Rossz érték lett megadva." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Banner részletek" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -1912,11 +1959,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Alap" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Alapok beállítása" @@ -1938,15 +1985,15 @@ msgstr "BetterJoy, DS4Windows, stb." #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:134 msgid "Bicubic: B-Spline" -msgstr "" +msgstr "Bikubikus: B-Spline" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:138 msgid "Bicubic: Catmull-Rom" -msgstr "" +msgstr "Bikubikus: Catmull-Rom" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:136 msgid "Bicubic: Mitchell-Netravali" -msgstr "" +msgstr "Bikubikus: Mitchell-Netravali" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:132 msgid "Bilinear" @@ -1964,7 +2011,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bitráta (kbps):" @@ -1976,13 +2023,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Blokk méret" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Blokk mérete:" @@ -2014,67 +2061,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND backup fájl(*.bin);;Minden fájl (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii keys fájl (*.bin);;Minden fájl (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Szegély nélküli teljes képernyő" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Lent" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2086,23 +2133,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2119,7 +2166,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2129,19 +2176,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2150,30 +2197,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Töréspont" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Töréspontok" @@ -2207,24 +2254,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "&NetPlay játékmenetek böngészése...." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Pufferméret:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Pufferméret megváltozott erre: %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Puffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2269,19 +2316,19 @@ msgstr "" msgid "C Stick" msgstr "C kar" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." -msgstr "" +msgstr "&Aláírás fájl létrehozása..." #: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:551 msgid "CP register " msgstr "CP regiszter " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU emulációs motor:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU beállítások" @@ -2289,11 +2336,11 @@ msgstr "CPU beállítások" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Gyorsítótáras értelmező (lassabb)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2304,7 +2351,7 @@ msgstr "" msgid "Calculate" msgstr "Kiszámítás" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2312,11 +2359,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibrálás" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibráció" @@ -2350,51 +2397,51 @@ msgstr "Kamera 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Nem indítható NetPlay munkamenet, amíg egy játék fut!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Mégse" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Kalibrálás megszakítása" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2407,23 +2454,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "A GC IPL nem található." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Nem generálható AR kód ehhez a címhez." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Eredmények nélkül nem lehet frissíteni." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "Nem állítható be üres útvonalra a GCI mappa." @@ -2431,13 +2478,13 @@ msgstr "Nem állítható be üres útvonalra a GCI mappa." msgid "Cannot set memory card to an empty path." msgstr "Nem állítható be üres útvonalra a memóriakártya." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Nem indítható el a játék, mert a GC IPL nem található." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2455,7 +2502,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2463,7 +2510,7 @@ msgstr "" msgid "Change &Disc" msgstr "Lemez&váltás" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Lemez&váltás..." @@ -2471,7 +2518,7 @@ msgstr "Lemez&váltás..." msgid "Change Disc" msgstr "Lemezváltás" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Automatikus lemezváltás" @@ -2479,13 +2526,16 @@ msgstr "Automatikus lemezváltás" msgid "Change the disc to {0}" msgstr "Lemez váltása erre: {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" +"Megváltoztatja a Dolphin gombok megjelenését és színét." +"

Ha bizonytalan vagy, válaszd a Clean opciót." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2506,7 +2556,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2516,9 +2566,9 @@ msgstr "" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:274 msgid "Character entered is invalid!" -msgstr "" +msgstr "A megadott karakter érvénytelen!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2526,7 +2576,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "Csaláskód szerkesztő" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Csalás keresése" @@ -2534,7 +2584,7 @@ msgstr "Csalás keresése" msgid "Cheats Manager" msgstr "Csalás kezelő" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND ellenőrzése..." @@ -2546,13 +2596,13 @@ msgstr "" msgid "Check for updates" msgstr "Frissítések keresése" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Ellenőrzőösszeg" @@ -2564,30 +2614,30 @@ msgstr "Kína" msgid "Choose" msgstr "Válassz" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "Válassz mappát a kitömörítéshez" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 +msgid "Choose GCI Base Folder" +msgstr "GCI Base mappa kiválasztása" + +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "Válassz elsődleges bemeneti fájlt" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "Válassz másodlagos bemeneti fájlt" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" msgstr "Válassz megnyitandó fájlt" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +msgid "Choose a File to Open or Create" msgstr "Válassz megnyitandó vagy létrehozandó fájlt" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "" - -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Válassz mappát a kitömörítéshez" - #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 msgid "Clamping of rotation about the yaw axis." @@ -2605,17 +2655,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Törlés" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Gyorsítótár törlése" @@ -2623,11 +2674,11 @@ msgstr "Gyorsítótár törlése" msgid "Clear Slot" msgstr "Foglalat törlése" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2636,7 +2687,7 @@ msgstr "" msgid "Close" msgstr "Bezárás" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguráció" @@ -2644,11 +2695,20 @@ msgstr "Ko&nfiguráció" msgid "Code" msgstr "Kód" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2656,11 +2716,11 @@ msgstr "" msgid "Code:" msgstr "Kód:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Színkorrekció" @@ -2676,13 +2736,13 @@ msgstr "Színkorrekció:" msgid "Color Space" msgstr "Színtér" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." -msgstr "" +msgstr "&Két aláírás fájl egyesítése..." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" #: Source/Core/DolphinQt/Config/CommonControllersWidget.cpp:33 @@ -2693,31 +2753,31 @@ msgstr "Közös" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" -msgstr "" +msgstr "Árnyékolók kiszámítása indítás előtt" #: Source/Core/VideoCommon/ShaderCache.cpp:174 msgid "Compiling Shaders" msgstr "Árnyékolók összeállítása" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Tömörítés" @@ -2725,7 +2785,7 @@ msgstr "Tömörítés" msgid "Compression Level:" msgstr "Tömörítés szintje:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Tömörítés:" @@ -2738,11 +2798,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2832,7 +2892,7 @@ msgstr "Beállítások" msgid "Configure Controller" msgstr "Vezérlő konfigurálása" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Dolphin konfigurálása" @@ -2845,27 +2905,35 @@ msgstr "Bemenet konfigurálása" msgid "Configure Output" msgstr "Kimenet konfigurálása" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Megerősítés" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "Hardcore kikapcsolásának megerősítése" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "Kijelentkezés megerősítése" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Megerősítés leállításkor" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Megerősítés" @@ -2875,35 +2943,35 @@ msgstr "Megerősítés" msgid "Connect" msgstr "Csatlakozás" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Balance Board csatlakoztatása" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "USB billentyűzet csatlakoztatása" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii Remote %1 csatlakoztatása" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Wii Remote 1 csatlakoztatása" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Wii Remote 2 csatlakoztatása" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Wii Remote 3 csatlakoztatása" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Wii Remote 4 csatlakoztatása" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wii Remote-ok csatlakoztatása" @@ -2919,7 +2987,7 @@ msgstr "" msgid "Connected" msgstr "Csatlakoztatva" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Csatlakozás" @@ -2927,7 +2995,7 @@ msgstr "Csatlakozás" msgid "Connection Type:" msgstr "Csatlakozás típusa:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Sérült {0:08x} tartalom." @@ -2944,23 +3012,23 @@ msgstr "" msgid "Control Stick" msgstr "Vezérlő kar" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Vezérlő profil" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Vezérlő profil 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Vezérlő profil 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Vezérlő profil 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Vezérlő profil 4" @@ -2972,6 +3040,16 @@ msgstr "Vezérlőbeállítások" msgid "Controllers" msgstr "Vezérlők" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2980,7 +3058,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2988,7 +3066,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2997,7 +3075,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3022,17 +3100,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Konvergencia" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Konvergencia:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Sikertelen átalakítás." @@ -3040,9 +3118,9 @@ msgstr "Sikertelen átalakítás." msgid "Convert" msgstr "Konvertálás" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Fájl mappává konvertálása" @@ -3050,9 +3128,9 @@ msgstr "Fájl mappává konvertálása" msgid "Convert File..." msgstr "Fájl konvertálása..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Mappa fájllá konvertálása " @@ -3072,8 +3150,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Konvertálás..." @@ -3104,52 +3182,52 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Másolás" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "&Funkció másolása" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "&Hex másolása" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Cím másolása" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "&Kódsor másolása" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Másolás sikertelen" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" +msgstr "Hex másolása" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Érték másolása" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" -msgstr "" +msgstr "A-ba másolás" #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to B" -msgstr "" +msgstr "B-be másolás" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:208 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:83 @@ -3157,11 +3235,6 @@ msgstr "" msgid "Core" msgstr "Mag" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Színtér korrekció" @@ -3170,21 +3243,16 @@ msgstr "Színtér korrekció" msgid "Correct SDR Gamma" msgstr "SDR Gamma korrekció" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Kliens létrehozása sikertelen." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Peer létrehozása sikertelen." @@ -3204,14 +3272,14 @@ msgstr "" "Nem sikerült letölteni a frissítési információkat a Nintendótól. Ellenőrizd " "az internetkapcsolatod, majd próbáld újra." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3244,16 +3312,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "A {0} fájl nem ismerhető fel" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Nem sikerült menteni a változtatásokat!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Nem sikerült elindítani a frissítési folyamatot: {0}" @@ -3269,7 +3337,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "A központi szerver nem található" @@ -3281,7 +3349,7 @@ msgstr "A fájl nem nyitható meg." msgid "Couldn't read file." msgstr "A fájl nem olvasható." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Ország:" @@ -3293,7 +3361,7 @@ msgstr "Létrehozás" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:294 msgid "Create Infinity File" -msgstr "" +msgstr "Infinity fájl létrehozása" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:62 #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:74 @@ -3314,7 +3382,7 @@ msgid "Create..." msgstr "Létrehozás..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Készítő:" @@ -3322,11 +3390,11 @@ msgstr "Készítő:" msgid "Critical" msgstr "Kritikus" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Levágás" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3338,22 +3406,22 @@ msgstr "" msgid "Crossfade" msgstr "Átúsztatás" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Jelenlegi régió" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Jelenlegi érték" @@ -3361,7 +3429,7 @@ msgstr "Jelenlegi érték" msgid "Current context" msgstr "Jelenlegi kontextus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Jelenlegi játék" @@ -3369,11 +3437,11 @@ msgstr "Jelenlegi játék" msgid "Current thread" msgstr "Jelenlegi szál" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Egyéni" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Egyéni (nyújtott)" @@ -3381,19 +3449,19 @@ msgstr "Egyéni (nyújtott)" msgid "Custom Address Space" msgstr "Egyéni címtartomány" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Egyéni képarány magassága" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Egyéni képarány szélessége" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Egyéni képarány:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Egyéni RTC beállítások" @@ -3405,6 +3473,32 @@ msgstr "Egyéni:" msgid "Customize" msgstr "Testreszabás" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3432,23 +3526,23 @@ msgstr "DJ pult" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" -msgstr "" +msgstr "DSP emulációs motor" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:92 msgid "DSP HLE (fast)" msgstr "DSP HLE (gyors)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (ajánlott)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE Interpreter (nagyon lassú)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE Recompiler (lassú)" @@ -3474,7 +3568,7 @@ msgstr "Dance Mat" msgid "Dark" msgstr "Sötét" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Adat" @@ -3502,7 +3596,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3519,8 +3613,8 @@ msgstr "Holtsáv" msgid "Debug" msgstr "Hibakeresés" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Hibakeresés" @@ -3529,40 +3623,40 @@ msgstr "Hibakeresés" msgid "Decimal" msgstr "Decimális" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Dekódolás minősége:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Csökkentés" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Konvergencia csökkentése" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Mélység csökkentése" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Emulációs sebesség csökkentése" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "IR csökkentése" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Kiválasztott állapot foglalatának csökkentése" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "X csökkentése" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Y csökkentése" @@ -3576,7 +3670,7 @@ msgstr "Alapértelmezett" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Alapértelmezett eszköz" @@ -3592,7 +3686,7 @@ msgstr "Alapértelmezett ISO:" msgid "Default thread" msgstr "Alapértelmezett szál" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3600,7 +3694,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3610,8 +3704,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Törlés" @@ -3629,7 +3723,7 @@ msgstr "Kiválasztott fájlok törlése..." msgid "Delete the existing file '{0}'?" msgstr "Törlöd a meglévő '{0}' fájlt?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Mélység" @@ -3637,22 +3731,22 @@ msgstr "Mélység" msgid "Depth Percentage:" msgstr "Mélység százalékos értéke:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Mélység:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Leírás" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Leírás:" @@ -3660,7 +3754,7 @@ msgstr "Leírás:" msgid "Description: %1" msgstr "Leírás: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3673,16 +3767,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3695,7 +3789,7 @@ msgstr "Leválasztva" msgid "Detect" msgstr "Észlelés" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO modulok észlelése" @@ -3703,7 +3797,7 @@ msgstr "RSO modulok észlelése" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Fejlesztői (naponta többször)" @@ -3725,7 +3819,7 @@ msgstr "Eszköz beállítások" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Eszköz:" @@ -3733,7 +3827,7 @@ msgstr "Eszköz:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Képernyő sötétítése öt perc inaktivitás után." @@ -3757,19 +3851,19 @@ msgstr "Határolókeret kikapcsolása" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Emulációs sebességkorlát kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Fastmem Arena kikapcsolása" @@ -3777,11 +3871,11 @@ msgstr "Fastmem Arena kikapcsolása" msgid "Disable Fog" msgstr "Köd kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT gyorsítótár kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3789,21 +3883,21 @@ msgstr "" msgid "Disabled" msgstr "Letiltva" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3812,11 +3906,13 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." msgstr "" +"Letiltja a képernyőkímélőt játék közben.

Ha " +"bizonytalan vagy, hagyd kipipálva." #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:97 msgid "Disc" @@ -3826,9 +3922,10 @@ msgstr "Lemez" msgid "Discard" msgstr "Elvetés" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" -msgstr "" +msgstr "Megjelenési beállítások" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:183 msgid "Display Type" @@ -3856,15 +3953,15 @@ msgstr "Távolság" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3874,7 +3971,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Biztos leállítod az aktuális emulációt?" @@ -3882,12 +3979,12 @@ msgstr "Biztos leállítod az aktuális emulációt?" msgid "Do you want to try to repair the NAND?" msgstr "Szeretnéd helyreállítani a NAND-ot?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" -msgstr "" +msgstr "Dolby Pro Logic II dekóder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO napló (*.dff)" @@ -3895,22 +3992,22 @@ msgstr "Dolphin FIFO napló (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS videók (*.dtm)" @@ -3943,29 +4040,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "A Dolphin egy szabad, nyílt forráskódú GameCube és Wii emulátor." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "A Dolphin túl régi az átjárási szerverhez" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"A Dolphin ezt fogja használni azokhoz a játékokhoz, amelyek régióját nem " -"tudja megállapítani automatikusan." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3974,7 +4063,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Ne frissítsen" @@ -3999,7 +4088,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4009,33 +4098,33 @@ msgstr "" msgid "Down" msgstr "Le" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Kódok letöltése" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Kódok letöltése a WiiRD adatbázisból" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Játékborítók letöltése a GameTDB.com-ról Rács módban való használatra" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Letöltés sikeres" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 kód letöltve. (%2 hozzáadva)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4078,19 +4167,19 @@ msgstr "&FakeVMEM kimentése" msgid "Dump &MRAM" msgstr "&MRAM kimentése" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Hang kimentése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Alap textúrák kimentése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "EFB cél kimentése" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Képkockák kimentése" @@ -4098,7 +4187,7 @@ msgstr "Képkockák kimentése" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4106,7 +4195,7 @@ msgstr "" msgid "Dump Path:" msgstr "Kimentési út:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "XFB cél kimentése" @@ -4131,20 +4220,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4160,15 +4249,15 @@ msgstr "Turbógomb felengedésének időtartama (képkocka):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Holland" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "K&ilépés" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4180,7 +4269,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4188,7 +4277,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Korai memória frissítés" @@ -4207,16 +4296,16 @@ msgstr "Kelet-Ázsia" msgid "Edit Breakpoint" msgstr "Töréspont módosítása" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Szerkesztés..." @@ -4225,6 +4314,11 @@ msgstr "Szerkesztés..." msgid "Editor" msgstr "Szerkesztő" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4236,11 +4330,20 @@ msgstr "Effekt" msgid "Effective" msgstr "Effektív" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4262,7 +4365,7 @@ msgstr "Beágyazott képkocka puffer (EFB)" msgid "Empty" msgstr "Üres" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Az emulációs szál már fut" @@ -4272,7 +4375,7 @@ msgstr "Lemezsebesség emulálása" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:64 msgid "Emulate Infinity Base" -msgstr "" +msgstr "Infinity Base emulálása" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:144 msgid "Emulate Skylander Portal" @@ -4288,7 +4391,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Emulált USB esközök" @@ -4303,27 +4406,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Emuláció sebessége" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Engedélyezés" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "API-érvényesítési rétegek használata" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Hangnyújtás engedélyezése" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Csalások használata" @@ -4331,51 +4434,51 @@ msgstr "Csalások használata" msgid "Enable Controller Inpu&t" msgstr "Vezérlőbemenet engedélyezése" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Egyéni RTC használata" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Hibakereső felület engedélyezése" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" -msgstr "" +msgstr "Discord jelenlét engedélyezése" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:87 msgid "Enable Dual Core" msgstr "Kétmagos mód használata" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Kétmagos mód használata (gyorsítás)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "Kétmagos mód használata (gyorshack)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" -msgstr "" +msgstr "Encore teljesítmények engedélyezése" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:89 msgid "Enable FPRF" msgstr "FPRF használata" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Grafikai modok engedélyezése" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Hardcore mód engedélyezése" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4393,33 +4496,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "MMU használata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Előrehaladási értesítések engedélyezése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Progresszív pásztázás használata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" -msgstr "" +msgstr "RetroAchievements.org integráció engedélyezése" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Rumble engedélyezése" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Képernyővédő használata" @@ -4427,27 +4530,27 @@ msgstr "Képernyővédő használata" msgid "Enable Speaker Data" msgstr "Hangszóró adatok bekapcsolása" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" -msgstr "" +msgstr "Szemlélő mód engedélyezése" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Nem hivatalos teljesítmények engedélyezése" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Használati statisztika jelentése" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" -msgstr "" +msgstr "WiiConnect24 engedélyezése WiiLinken keresztül" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Vonalháló használata" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4457,7 +4560,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4465,14 +4568,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4481,7 +4584,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4491,7 +4594,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4499,7 +4602,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4513,18 +4616,18 @@ msgstr "" "Bekapcsolja a lebegőpontos eredményjelzős számolást (Floating Point Result " "Flag), mely kevés játékhoz szükséges. (BE = Kompatibilis, KI = Gyors)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4532,7 +4635,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4540,14 +4643,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4557,7 +4660,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "Hangnyújtás engedélyezése az emuláció sebességének igazításához." @@ -4565,9 +4668,9 @@ msgstr "Hangnyújtás engedélyezése az emuláció sebességének igazításáh msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4578,14 +4681,14 @@ msgstr "" "Bekapcsolja a memória kezelő egységet (Memory Management Unit), mely néhány " "játékhoz szükséges. (BE = Kompatibilis, KI = Gyors)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4593,7 +4696,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4601,7 +4713,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4620,17 +4732,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet nincs inicializálva" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Angol" @@ -4647,7 +4759,7 @@ msgstr "XLink Kai klienst futtató eszköz IP címének megadása:" msgid "Enter USB device ID" msgstr "USB eszköz ID megadása" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Figyelendő cím megadása:" @@ -4671,78 +4783,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "RSO modul címének megadása:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4753,10 +4864,10 @@ msgstr "RSO modul címének megadása:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Hiba" @@ -4768,7 +4879,7 @@ msgstr "Hibanapló" msgid "Error Opening Adapter: %1" msgstr "Hiba az adapter megnyitásakor: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4778,7 +4889,7 @@ msgstr "" msgid "Error converting value" msgstr "Érték konvertálási hiba" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Hiba a kiválasztott nyelv betöltésekor. Rendszer alapértelmezett " @@ -4788,15 +4899,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Kódfeldolgozási hiba." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Adatfeldolgozási hiba." @@ -4804,11 +4915,11 @@ msgstr "Adatfeldolgozási hiba." msgid "Error reading file: {0}" msgstr "Hiba a fájl olvasása közben: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Hiba a csaláskódok szinkronizálása közben!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Hiba a mentett adatok szinkronizálása közben!" @@ -4850,7 +4961,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4866,11 +4977,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4879,12 +4990,12 @@ msgstr "" msgid "Euphoria" msgstr "Eufória" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Európa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4892,15 +5003,15 @@ msgstr "" msgid "Exit" msgstr "Kilépés" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4912,27 +5023,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Kísérleti" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Minden Wii mentés exportálása" @@ -4943,11 +5054,11 @@ msgstr "Minden Wii mentés exportálása" msgid "Export Failed" msgstr "Sikertelen exportálás" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Felvétel exportálása" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Felvétel exportálása..." @@ -4975,14 +5086,14 @@ msgstr "Exportálás, mint .&gcs..." msgid "Export as .&sav..." msgstr "Exportálás, mint .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n mentés exportálva" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Kiegészítő" @@ -4995,7 +5106,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Külső" @@ -5003,35 +5114,35 @@ msgstr "Külső" msgid "External Frame Buffer (XFB)" msgstr "Küldő képkockapuffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Teljes lemez kibontása..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Teljes partíció kibontása..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Fájl kibontása..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Fájlok kibontása..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Rendszeradatok kibontása..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Összes fájl kibontása..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Könyvtár kibontása..." @@ -5041,7 +5152,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO lejátszó" @@ -5057,15 +5168,15 @@ msgstr "" "Memóriakártya megnyitása sikertelen:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5081,7 +5192,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Nem sikerült kapcsolódni ehhez: Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Nem sikerült kapcsolódni a szerverhez: %1" @@ -5104,7 +5215,7 @@ msgstr "" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:304 msgid "Failed to create Infinity file" -msgstr "" +msgstr "Nem sikerült létrehozni az Infinity fájlt" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:788 msgid "Failed to create Skylander file!" @@ -5118,32 +5229,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Kódok letöltése sikertelen." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5156,15 +5267,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Fájl kibontása sikertelen." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Rendszeradatok kibontása sikertelen." @@ -5183,12 +5294,12 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "\"%1\" importálása sikertelen." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5196,14 +5307,14 @@ msgstr "" "Mentési fájl importálása sikertelen. A megadott fájl sérült, vagy nem " "érvényes Wii mentés." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5214,7 +5325,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5223,20 +5334,20 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" -msgstr "" +msgstr "Nem sikerült betölteni az RSO modult: %1" #: Source/Core/VideoBackends/D3D/D3DBase.cpp:46 msgid "Failed to load d3d11.dll" @@ -5246,7 +5357,7 @@ msgstr "d3d11.dll betöltése sikertelen" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll betöltése sikertelen" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5260,7 +5371,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5274,25 +5385,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Nem sikerült módosítani a Skylander-t!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "'%1' megnyitása sikertelen" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Nem sikerült megnyitni a Bluetooth eszközt: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5322,7 +5433,7 @@ msgstr "" msgid "Failed to open file." msgstr "Nem sikerült megnyitni a fájlt." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Nem sikerült megnyitni a szervert" @@ -5355,7 +5466,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Nem sikerült megnyitni a bemeneti fájlt \"%1\"." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5367,7 +5478,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5380,7 +5491,7 @@ msgid "Failed to read from file." msgstr "Nem sikerült a fájlból olvasni." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Nem sikerült beolvasni a \"{0}\" bemeneti fájlt." @@ -5400,6 +5511,10 @@ msgid "" "\n" "The file was too small." msgstr "" +"Nem sikerült beolvasni az Infinity fájlt:\n" +"%1\n" +"\n" +"A fájl túl kicsi." #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:818 msgid "Failed to read the Skylander file!" @@ -5438,43 +5553,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Nem sikerült eltávolítani ezt a játékot a NAND-ról." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "FIFO napló mentése sikertelen." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5489,11 +5604,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "A BT.DINF írása a SYSCONF fájlba sikertelen" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Mii adat írása sikertelen." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Wii mentés írása sikertelen." @@ -5507,7 +5622,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5516,7 +5631,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5524,20 +5639,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" -msgstr "" +msgstr "Hiba" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5556,7 +5672,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Látómező" @@ -5569,46 +5685,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Fájl részletei" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Fájlformátum" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Fájl formátuma:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Fájl információ" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Fájlnév" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Fájl útvonala:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Fájlméret" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Fájl mérete:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "A fájl nem tartalmazott kódokat." @@ -5620,7 +5736,7 @@ msgstr "Fájlnév" msgid "Files opened, ready to compress." msgstr "Fájlok megnyitva, tömörítésre kész." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5644,13 +5760,13 @@ msgstr "Szűrők" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:153 msgid "Find &Next" -msgstr "" +msgstr "&Következő keresése" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:154 msgid "Find &Previous" -msgstr "" +msgstr "&Előző keresése" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Kalibrálás befejezése" @@ -5685,12 +5801,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5700,11 +5810,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5720,7 +5830,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "16:9 kényszerítése" @@ -5728,7 +5838,7 @@ msgstr "16:9 kényszerítése" msgid "Force 24-Bit Color" msgstr "24-Bites szín kényszerítése" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "4:3 kényszerítése" @@ -5738,19 +5848,19 @@ msgstr "Lineáris kényszerítése" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:126 msgid "Force Linear and 16x Anisotropic" -msgstr "" +msgstr "Lineáris és 16x anizotróp kényszerítése" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:120 msgid "Force Linear and 2x Anisotropic" -msgstr "" +msgstr "Lineáris és 2x anizotróp kényszerítése" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:122 msgid "Force Linear and 4x Anisotropic" -msgstr "" +msgstr "Lineáris és 4x anizotróp kényszerítése" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:124 msgid "Force Linear and 8x Anisotropic" -msgstr "" +msgstr "Lineáris és 8x anizotróp kényszerítése" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:139 msgid "Force Listen Port:" @@ -5760,15 +5870,15 @@ msgstr "" msgid "Force Nearest" msgstr "Legközelebbi kényszerítése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5778,7 +5888,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5786,7 +5896,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5796,7 +5906,7 @@ msgstr "" msgid "Format:" msgstr "Formátum:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5811,38 +5921,38 @@ msgstr "Port forward (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "%1 találat erre: \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "%n cím található." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" -msgstr "" +msgstr "Képkocka %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Képkocka léptetés" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Képkocka léptetés lassítás" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Képkocka léptetés gyorsítás" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Képkocka léptetés alap sebesség" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Képkocka kimentés" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Képkocka hatókör" @@ -5850,7 +5960,7 @@ msgstr "Képkocka hatókör" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Rögzítendő képkockák:" @@ -5870,7 +5980,7 @@ msgstr "Szabad fájlok: %1" msgid "Free Look Control Type" msgstr "Szabad nézet vezérlőtípus" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Szabad nézet vezérlő %1" @@ -5890,22 +6000,26 @@ msgstr "" "útmutatóért látogass el ide." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "Szabad memória:" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Szabad nézet" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Szabad nézet" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Szabad nézet kapcsoló" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francia" @@ -5924,8 +6038,8 @@ msgid "From" msgstr "Ettől:" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Ettől:" @@ -5933,13 +6047,14 @@ msgstr "Ettől:" msgid "FullScr" msgstr "Teljes képernyő" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funkció" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" -msgstr "" +msgstr "Funkció beállítások" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" @@ -5957,7 +6072,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "GBA kazetta útvonal:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "GBA mag" @@ -5973,19 +6088,19 @@ msgstr "GBA beállítások" msgid "GBA TAS Input %1" msgstr "GBA TAS bemenet %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA hangerő" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA ablakméret" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1 ROM megváltozott erre: \"%2\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM letiltva" @@ -6009,7 +6124,7 @@ msgstr "GCMemcardDirectory: ClearBlock érvénytelen blokkcímmel lett meghívva msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ GC/Wii képfájlok (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6027,7 +6142,7 @@ msgstr "GL_MAX_TEXTURE_SIZE mérete {0} - legalább 1024-nek kell lennie." msgid "GPU Texture Decoding" msgstr "GPU textúra dekódolás" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6037,7 +6152,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL ERROR: Támogatja az OpenGL 2.0-t a videokártyád?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6045,7 +6160,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Támogatja az OpenGL 3.0-t a videokártyád?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6053,7 +6168,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Támogatja az OpenGL 3.3-at a videokártyád?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6061,7 +6176,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Támogatja az OpenGL 3.1-et a videokártyád?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6077,7 +6192,7 @@ msgstr "" "GPU: OGL ERROR: Need OpenGL version 3.\n" "GPU: Támogatja az OpenGL 3-at a videokártyád?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6095,16 +6210,16 @@ msgstr "" msgid "Game" msgstr "Játék" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance kártyák (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6112,7 +6227,7 @@ msgstr "" "Game Boy Advance ROMok (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "Minden fájl (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6124,7 +6239,7 @@ msgstr "Játék színtér:" msgid "Game Config" msgstr "Játék konfiguráció" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Játék részletek" @@ -6140,39 +6255,39 @@ msgstr "Játék gamma" msgid "Game Gamma:" msgstr "Játék gamma:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Játék azonosító" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Játék azonosító:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Játék állapot" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "A játéknak eltér a lemezszáma." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "A játéknak eltér a verziója" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "A játék már fut!" @@ -6181,7 +6296,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "A játék régiója nem egyezik." @@ -6201,11 +6316,11 @@ msgstr "GameCube adapter Wii U-hoz" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube vezérlő" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6213,11 +6328,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "GameCube vezérlők" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube billentyűzet" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6234,9 +6349,9 @@ msgstr "GameCube memóriakártyák" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "GameCube memóriakártyák (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" -msgstr "" +msgstr "GameCube mikrofon foglalat %1" #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:27 msgid "GameCube TAS Input %1" @@ -6262,45 +6377,53 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko kódok" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Általános" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Általános és beállítások" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" -msgstr "" +msgstr "Action Replay kód(ok) generálása" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Új statisztikai azonosító generálása" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 -msgid "Generated AR code(s)." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 +msgid "Generated AR code(s)." +msgstr "AR-kód(ok) generálva." + +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Német" @@ -6308,11 +6431,11 @@ msgstr "Német" msgid "Germany" msgstr "Németország" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6327,7 +6450,7 @@ msgstr "Óriás" msgid "Giants" msgstr "Óriások" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golf mód" @@ -6336,7 +6459,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafika" @@ -6345,7 +6468,7 @@ msgstr "Grafika" msgid "Graphics Mods" msgstr "Grafikai modok" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Grafikai kapcsolók" @@ -6354,7 +6477,7 @@ msgstr "Grafikai kapcsolók" msgid "Graphics mods are currently disabled." msgstr "A grafikai modok jelenleg ki vannak kapcsolva." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6376,7 +6499,7 @@ msgstr "Zöld balra" msgid "Green Right" msgstr "Zöld jobbra" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rács nézet" @@ -6421,7 +6544,7 @@ msgstr "" msgid "Help" msgstr "Segítség" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Hős szintje:" @@ -6454,11 +6577,11 @@ msgstr "Hexadecimális" msgid "Hide" msgstr "Elrejtés" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "&Vezérlők elrejtése" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Összes elrejtése" @@ -6470,23 +6593,23 @@ msgstr "Már játékban lévők elrejtése" msgid "Hide Incompatible Sessions" msgstr "Nem kompatibilisek elrejtése" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Távoli GBAk elrejtése" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Magas" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Legmagasabb" @@ -6509,15 +6632,39 @@ msgstr "Gazda" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6525,14 +6672,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6541,21 +6696,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Gyorsbillentyű beállítások" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Gyorsbillentyűk" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6582,7 +6737,7 @@ msgstr "A megadott azonosító érvénytelen!" msgid "ID:" msgstr "Azonosító:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOS verzió:" @@ -6613,7 +6768,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR érzékenysége:" @@ -6639,18 +6794,18 @@ msgstr "" msgid "Icon" msgstr "Ikon" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6663,7 +6818,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6677,14 +6832,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6694,9 +6859,9 @@ msgstr "" #: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:55 #: qtbase/src/gui/kernel/qplatformtheme.cpp:728 msgid "Ignore" -msgstr "" +msgstr "Mellőzés" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6721,14 +6886,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" -msgstr "" +msgstr "XFB azonnali prezentálása" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6737,7 +6902,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6752,22 +6917,22 @@ msgstr "Importálás sikertelen" msgid "Import Save File(s)" msgstr "Mentési fájl(ok) importálása" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii mentés importálása..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6780,7 +6945,7 @@ msgstr "" msgid "In-Game?" msgstr "Játékban?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6788,64 +6953,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Helytelen hősszint érték!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Helytelen pénz érték!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Helytelen becenév!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Helytelen játékidő érték!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Növelés" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Konvergencia növelése" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Mélység növelése" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Emulációs sebesség növelése" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "IR növelése" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Kiválasztott állapot foglalatának növelése" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "X növelése" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Y növelése" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6860,7 +7025,7 @@ msgstr "" #. i18n: Window for managing Disney Infinity figures #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:41 msgid "Infinity Manager" -msgstr "" +msgstr "Infinity kezelő" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:295 msgid "Infinity Object (*.bin);;" @@ -6882,25 +7047,25 @@ msgstr "Infó" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Információk" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:370 msgid "Inject" -msgstr "" +msgstr "Beszúrás" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Bemenet" @@ -6914,19 +7079,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD kártya behelyezése" @@ -6943,7 +7105,7 @@ msgstr "" msgid "Install Update" msgstr "Frissítés telepítése" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD telepítése..." @@ -6951,13 +7113,14 @@ msgstr "WAD telepítése..." msgid "Install to the NAND" msgstr "Telepítés a NAND-ra" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Utasítás" @@ -6966,7 +7129,7 @@ msgstr "Utasítás" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Utasítás:" @@ -6975,7 +7138,7 @@ msgstr "Utasítás:" msgid "Instruction: %1" msgstr "Utasítás: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7034,8 +7197,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Belső felbontás" @@ -7044,15 +7207,15 @@ msgstr "Belső felbontás" msgid "Internal Resolution:" msgstr "Belső felbontás:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Értelmező (leglassabb)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7060,7 +7223,7 @@ msgstr "" msgid "Invalid Expression." msgstr "Érvénytelen kifejezés." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7068,7 +7231,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7077,11 +7240,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "Érvénytelen játékos ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Érvénytelen RSO modulcím: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7093,7 +7256,7 @@ msgstr "" msgid "Invalid game." msgstr "Érvénytelen játék." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Érvénytelen gazda" @@ -7102,7 +7265,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Érvénytelen bemenet" @@ -7110,7 +7273,7 @@ msgstr "Érvénytelen bemenet" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Érvénytelen paraméterek kerültek megadásra a kereséshez." @@ -7139,13 +7302,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "&Kondíció invertálása" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Olasz" @@ -7158,95 +7329,97 @@ msgstr "Olaszország" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "A JIT nem aktív" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japán" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japán" @@ -7257,18 +7430,18 @@ msgstr "Japán" msgid "Japanese (Shift-JIS)" msgstr "Japán (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Ablak mindig felül" @@ -7298,20 +7471,20 @@ msgstr "Billentyűzet vezérlő" msgid "Keys" msgstr "Gombok" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Játékos kirúgása" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korea" @@ -7340,41 +7513,41 @@ msgstr "" msgid "Label" msgstr "Címke" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" -msgstr "" +msgstr "Nyelv" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Legutóbbi érték" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Késleltetés:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Késleltetés: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Késleltetés: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Késleltetés: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Késleltetés: ~80 ms" @@ -7382,11 +7555,11 @@ msgstr "Késleltetés: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Ranglisták" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7439,6 +7612,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7472,11 +7653,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Oszlopok megjelenítése a listában" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Lista nézet" @@ -7486,29 +7667,29 @@ msgstr "Figyelés" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Betöltés" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Egyedi textúrák betöltése" @@ -7516,24 +7697,29 @@ msgstr "Egyedi textúrák betöltése" msgid "Load File" msgstr "Fájl betöltése" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube főmenü betöltése" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Legutóbbi állapot betöltése" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Betöltési útvonal:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "ROM betöltése" @@ -7541,171 +7727,169 @@ msgstr "ROM betöltése" msgid "Load Slot" msgstr "Foglalat betöltése" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Állapot betöltése" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Állapot betöltése, utolsó 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Állapot betöltése, utolsó 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Állapot betöltése, utolsó 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Állapot betöltése, utolsó 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Állapot betöltése, utolsó 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Állapot betöltése, utolsó 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Állapot betöltése, utolsó 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Állapot betöltése, utolsó 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Állapot betöltése, utolsó 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Állapot betöltése, utolsó 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Állapot betöltése, foglalat 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Állapot betöltése, foglalat 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Állapot betöltése, foglalat 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Állapot betöltése, foglalat 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Állapot betöltése, foglalat 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Állapot betöltése, foglalat 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Állapot betöltése, foglalat 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Állapot betöltése, foglalat 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Állapot betöltése, foglalat 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Állapot betöltése, foglalat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Állapot betöltése fájlból" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Állapot betöltése a választott foglalatból" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Állapot betöltése foglalatból" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii rendszermenü betöltése %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Betöltés a kiválasztott foglalatból" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Betöltés a foglalatból %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" -msgstr "" +msgstr "Wii rendszermenü betöltése %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Betöltés..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" +"Betölti a grafikai modokat innen: User/Load/GraphicsMods/" +"

Ha bizonytalan vagy, hagyd üresen." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Helyi" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Napló" @@ -7714,19 +7898,20 @@ msgstr "Napló" msgid "Log Configuration" msgstr "Napló beállítások" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Bejelentkezés" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Kijelentkezés" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Renderidő naplózása fájlba" @@ -7738,31 +7923,43 @@ msgstr "Naplótípus" msgid "Logger Outputs" msgstr "Napló kimenetek" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Sikertelen bejelentkezés" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "Sikertelen bejelentkezés - Érvénytelen felhasználónév/jelszó" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "Sikertelen bejelentkezés - Nincs internetkapcsolat" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "Sikertelen bejelentkezés - Szerverhiba" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Ismétlés" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." -msgstr "" +msgstr "Elveszett a kapcsolat a NetPlay szerverrel..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Alacsony" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Legalacsonyabb" @@ -7792,27 +7989,31 @@ msgstr "" msgid "Main Stick" msgstr "Főkar" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7820,18 +8021,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Készítő" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Készítő:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7839,16 +8040,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "NAND kezelése" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7856,15 +8057,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Egyezés található" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Max puffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "A maximális pufferméret %1 értékre változott" @@ -7873,12 +8078,12 @@ msgstr "A maximális pufferméret %1 értékre változott" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Talán lassulást okoz a Wii menüben és néhány játéknál." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Közepes" @@ -7894,7 +8099,7 @@ msgstr "Memória töréspont" msgid "Memory Card" msgstr "Memóriakártya" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Memóriakártya kezelő" @@ -7902,7 +8107,7 @@ msgstr "Memóriakártya kezelő" msgid "Memory Card Path:" msgstr "Memóriakártya útvonal:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7922,7 +8127,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7930,33 +8135,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Egyebek" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Egyéb beállítások" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Egyéb vezérlők" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7965,7 +8178,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7985,7 +8198,7 @@ msgstr "" msgid "Modifier" msgstr "Módosító" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7997,20 +8210,20 @@ msgid "Modify Slot" msgstr "Foglalat módosítása" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Skylander módosítása: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Pénz:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -8022,11 +8235,11 @@ msgstr "Monoszkóp árnyékok" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -8035,16 +8248,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Egérkurzor láthatósága" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Mozgás" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Film" @@ -8055,23 +8268,35 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." -msgstr "" +msgstr "Több hiba történt az AR-kódok generálásakor." #. i18n: Controller input values are multiplied by this percentage value. #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:342 msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "Némítás a sebességkorlátozás letiltásakor" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" +"Elnémítja a hangot az emulációs sebességkorlátozás felülbírálásakor " +"(alapértelmezett gyorsgomb: Tab)." + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "N&em mindre" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND ellenőrzés" @@ -8080,8 +8305,8 @@ msgstr "NAND ellenőrzés" msgid "NKit Warning" msgstr "NKit figyelmeztetés" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8090,7 +8315,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8107,8 +8332,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8121,11 +8346,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Név" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Új címke neve:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Eltávolítandó címke neve:" @@ -8134,10 +8359,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Név:" @@ -8151,7 +8376,7 @@ msgstr "Natív (640x528)" msgid "Native GCI File" msgstr "Natív GCI fájl" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8167,27 +8392,27 @@ msgstr "NetPlay beállítás" msgid "Netherlands" msgstr "Hollandia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Hálózat" @@ -8195,7 +8420,7 @@ msgstr "Hálózat" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Soha" @@ -8204,7 +8429,7 @@ msgid "Never Auto-Update" msgstr "Ne frissítsen automatikusan" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Új" @@ -8229,7 +8454,7 @@ msgstr "Új keresés" msgid "New Tag..." msgstr "Új címke..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Új azonosító generálva." @@ -8237,30 +8462,32 @@ msgstr "Új azonosító generálva." msgid "New instruction:" msgstr "Új utasítás:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Új címke" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Következő játékprofil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Következő egyezés" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Következő profil" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "A becenév túl hosszú." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Becenév:" @@ -8282,21 +8509,21 @@ msgstr "" msgid "No Audio Output" msgstr "Nincs hangkimenet" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Nincs tömörítés" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Nincs egyezés" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Nincs mentett adat" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Nincs módosítható adat!" @@ -8317,15 +8544,15 @@ msgstr "Nincs hiba." msgid "No extension selected." msgstr "Nincs kiterjesztés kiválasztva." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Nincs betöltött / rögzített fájl." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Nincs futó játék." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Nincs futó játék." @@ -8338,23 +8565,23 @@ msgstr "Nincs kiválasztva grafikai mod" msgid "No input" msgstr "Nincs bemenet" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Nem található probléma." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "Nem található útvonal az M3U fájlban \"{0}\"" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Nem találtunk problémát." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8365,7 +8592,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Nincs betöltött felvétel." @@ -8381,7 +8608,7 @@ msgstr "" "szinkronvesztésének elkerüléséhez" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8399,7 +8626,7 @@ msgstr "Észak-Amerika" msgid "Not Set" msgstr "Nincs megadva" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Nem minden játékos rendelkezik a játékkal. Biztos elindítod?" @@ -8419,7 +8646,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Nem található" @@ -8446,11 +8673,6 @@ msgstr "Megjegyzés" msgid "Null" msgstr "Null" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8476,13 +8698,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8534,7 +8756,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Objektum hatókör" @@ -8555,18 +8777,18 @@ msgstr "" msgid "On" msgstr "Be" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Mozgatáskor" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8581,7 +8803,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &dokumentáció" @@ -8589,13 +8811,13 @@ msgstr "Online &dokumentáció" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8612,17 +8834,21 @@ msgstr "Megnyitás" msgid "Open &Containing Folder" msgstr "&Tartalmazó mappa megnyitása" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "&Felhasználói mappa megnyitása" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "Teljesítmények megnyitása" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Könyvtár megnyitása..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "FIFO napló megnyitása" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8687,34 +8913,34 @@ msgstr "Narancs" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8724,16 +8950,16 @@ msgstr "Egyéb" msgid "Other Partition (%1)" msgstr "Egyéb partíció (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Egyéb állapot menedzsment" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Egyéb játék..." @@ -8741,7 +8967,7 @@ msgstr "Egyéb játék..." msgid "Output" msgstr "Kimenet" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Kimeneti mintavételezés" @@ -8749,16 +8975,16 @@ msgstr "Kimeneti mintavételezés" msgid "Output Resampling:" msgstr "Kimeneti mintavételezés:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Felülírva" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Bemeneti fe&lvétel lejátszása..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8771,23 +8997,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG tömörítési szint" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG tömörítés szintje:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG képfájl (*.png);; Minden fájl (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC méret" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8800,7 +9035,7 @@ msgstr "Irányító" msgid "Pads" msgstr "Irányítók" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Paraméterek" @@ -8821,7 +9056,7 @@ msgstr "Passzív" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Jelszó" @@ -8846,7 +9081,7 @@ msgstr "Patch név" msgid "Patches" msgstr "Javítások" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Útvonal:" @@ -8859,23 +9094,23 @@ msgstr "Elérési utak" msgid "Pause" msgstr "Szünet" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Szünet a videó végén" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Szünet fókuszvesztéskor" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8883,11 +9118,14 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." msgstr "" +"Szünetelteti a játékot, ha a renderablak nincs fókuszban." +"

Ha bizonytalan vagy, hagyd üresen." #. i18n: Refers to tilting an emulated Wii Remote. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:40 @@ -8908,7 +9146,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Képpont alapú megvilágítás" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Online rendszerfrissítés végrehajtása" @@ -8916,15 +9154,15 @@ msgstr "Online rendszerfrissítés végrehajtása" msgid "Perform System Update" msgstr "Rendszerfrissítés végrehajtása" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Teljesítménystatisztikák" @@ -8938,15 +9176,15 @@ msgstr "Fizikai" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -8958,8 +9196,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -8967,11 +9205,11 @@ msgstr "Platform" msgid "Play" msgstr "Indítás" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Indítás / Felvétel" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Felvétel lejátszása" @@ -8979,11 +9217,11 @@ msgstr "Felvétel lejátszása" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Visszajátszási beállítások" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Játékos" @@ -9012,24 +9250,31 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Játékosok" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Játékidő:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" +"Változtasd meg a \"SyncOnSkipIdle\" beállítást \"True\" értékre! Jelenleg ki " +"van kapcsolva, ezért a probléma nagy valószínűséggel előfordulhat." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9062,11 +9307,11 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Utófeldolgozási effektus" @@ -9087,11 +9332,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Egyedi textúrák előzetes lehívása" @@ -9119,7 +9364,7 @@ msgstr "" msgid "Presets" msgstr "Előbeállítások" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9128,7 +9373,7 @@ msgstr "" msgid "Pressure" msgstr "Nyomás" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9137,18 +9382,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Előző játékos profil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Előző egyezés" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Előző profil" @@ -9170,19 +9416,19 @@ msgstr "Privát és Nyilvános" msgid "Problem" msgstr "Probléma" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9192,34 +9438,37 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Haladás" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." msgstr "" +"Leállításkor megerősítést kér az emuláció befejezéséről." +"

Ha bizonytalan vagy, hagyd kipipálva." #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:99 msgid "Public" msgstr "Nyilvános" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Játéklista gyorsítótár ürítése" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9231,26 +9480,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." -msgstr "" +msgstr "A Quality of Service (QoS) sikeresen engedélyezve." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Kérdés" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Kilépés" @@ -9271,11 +9520,11 @@ msgstr "Jobb analóg" msgid "READY" msgstr "KÉSZ" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO modulok" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO auto-felismerés" @@ -9308,17 +9557,21 @@ msgstr "" msgid "Raw" msgstr "Nyers" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Nyers belső felbontás" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "&Utasítás helyettesítése" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9341,9 +9594,9 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" -msgstr "" +msgstr "Írásvédett mód" #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:114 msgid "Real Balance Board" @@ -9357,7 +9610,7 @@ msgstr "Valódi Wii Remote" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9367,23 +9620,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Rögzítés" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Rögzítés" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Rögzítési beállítások" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Rögzítés..." @@ -9400,7 +9657,7 @@ msgstr "Vörös balra" msgid "Red Right" msgstr "Vörös jobbra" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9418,7 +9675,6 @@ msgstr "Redump.org állapot:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9433,12 +9689,12 @@ msgstr "Jelenlegi értékek frissítése" msgid "Refresh Game List" msgstr "Játéklista frissítése" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" "Sikertelen frissítés. Kérjük, futtasd a játékot egy kicsit és próbáld újra." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Jelenlegi értékek frissítve." @@ -9447,8 +9703,8 @@ msgstr "Jelenlegi értékek frissítve." msgid "Refreshing..." msgstr "Frissítés..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Régió" @@ -9469,9 +9725,10 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" -msgstr "" +msgstr "Releasek (néhány havonta)" #: Source/Core/DolphinQt/Updater.cpp:86 msgid "Remind Me Later" @@ -9481,7 +9738,7 @@ msgstr "Emlékeztessen később" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Törlés" @@ -9498,7 +9755,7 @@ msgstr "Felesleges adatok törlése (visszavonhatatlan):" msgid "Remove Tag..." msgstr "Címke eltávolítása..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Címke eltávolítása" @@ -9509,25 +9766,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "Szimbólum átnevezése" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Render ablak" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Megjelenítés a főablakban" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "Utasítások ismétlése" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9536,15 +9803,18 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" +"A renderablaknak fókuszban kell lennie a gyorsgombok működéséhez." +"

Ha bizonytalan vagy, hagyd kipipálva." -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9555,7 +9825,7 @@ msgstr "Alapbeállítások" msgid "Reset All" msgstr "Összes visszaállítása" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9579,7 +9849,7 @@ msgstr "Átjárási beállítások visszaállítása" msgid "Reset Values" msgstr "Értékek visszaállítása" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Nézet visszaállítása" @@ -9587,7 +9857,7 @@ msgstr "Nézet visszaállítása" msgid "Reset all saved Wii Remote pairings" msgstr "Mentett Wii Remote párosítások visszaállítása" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Felbontás típusa:" @@ -9599,7 +9869,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Újraindítás szükséges" @@ -9607,11 +9877,11 @@ msgstr "Újraindítás szükséges" msgid "Restore Defaults" msgstr "Alapértelmezettek visszaállítása" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "Utasítás visszaállítása" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Újra" @@ -9620,7 +9890,7 @@ msgstr "Újra" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revízió" @@ -9628,7 +9898,7 @@ msgstr "Revízió" msgid "Revision: %1" msgstr "Revízió: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9679,11 +9949,11 @@ msgstr "Balra gurulás" msgid "Roll Right" msgstr "Jobbra gurulás" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "Szoba ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9692,7 +9962,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9701,7 +9971,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9713,6 +9983,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9738,20 +10017,25 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "GBA-magok futtatása dedikált szálakban" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9762,23 +10046,23 @@ msgstr "" msgid "Russia" msgstr "Oroszország" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD kártya" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SD kártya fájlméret:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD kártya képfájl (*.raw);;Minden fájl (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD kártya elérési út:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD kártya beállítások" @@ -9786,7 +10070,7 @@ msgstr "SD kártya beállítások" msgid "SD Root:" msgstr "SD gyökér:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9821,11 +10105,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "K&ód mentése" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Á&llapot mentése" @@ -9837,7 +10121,7 @@ msgstr "Biztonságos" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9847,27 +10131,39 @@ msgstr "Mentés" msgid "Save All" msgstr "Összes mentése" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "Konvertált kép mentése" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "Konvertált képek mentése" + #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "FIFO napló mentése" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "Fájl mentése ide" #. i18n: Noun (i.e. the data saved by the game) @@ -9879,15 +10175,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Mentési fájlok (*.sav);;Minden fájl (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Legrégebbi állapot mentése" @@ -9895,73 +10195,77 @@ msgstr "Legrégebbi állapot mentése" msgid "Save Preset" msgstr "Előbeállítás mentése" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Rögzített fájl mentése, mint" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "Aláírásfájl mentése" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Állapot mentése" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Állapot mentése, foglalat 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Állapot mentése, foglalat 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Állapot mentése, foglalat 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Állapot mentése, foglalat 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Állapot mentése, foglalat 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Állapot mentése, foglalat 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Állapot mentése, foglalat 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Állapot mentése, foglalat 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Állapot mentése, foglalat 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Állapot mentése, foglalat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Állapot mentése fájlba" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Állapot mentése a legrégebbi foglalatba" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Állapot mentése a választott foglalatba" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Állapot mentése a foglalatba" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9969,7 +10273,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Állapot mentése és betöltése" @@ -9977,15 +10281,11 @@ msgstr "Állapot mentése és betöltése" msgid "Save as Preset..." msgstr "Mentés előbeállításként..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Mentés másként..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9996,23 +10296,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Mentés a ROM-mal azonos könyvtárba" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Mentés a kiválasztott foglalatba" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Mentés foglalatba %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Mentés..." @@ -10032,7 +10324,7 @@ msgstr " {0} állapotmentés videó sérült, a felvétel leáll..." msgid "Scaled EFB Copy" msgstr "Méretezett EFB másolat" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Sikeres szkennelés." @@ -10041,8 +10333,8 @@ msgid "ScrShot" msgstr "Pillanatkép" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Keresés" @@ -10051,7 +10343,7 @@ msgstr "Keresés" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Aktuális elem keresése" @@ -10063,13 +10355,13 @@ msgstr "Keresés az almappákban" msgid "Search and Filter" msgstr "Keresés és szűrés" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Utasítás keresése" @@ -10077,7 +10369,7 @@ msgstr "Utasítás keresése" msgid "Search games..." msgstr "Játékok keresése..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Keresési utasítás" @@ -10111,9 +10403,9 @@ msgstr "Kiválaszt" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10122,7 +10414,7 @@ msgid "Select Dump Path" msgstr "Kimentési útvonal kiválasztása" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Exportálási könyvtár kiválasztása" @@ -10130,18 +10422,22 @@ msgstr "Exportálási könyvtár kiválasztása" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "GBA BIOS kiválasztása" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "GBA ROM kiválasztása" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "GBA mentési útvonal kiválasztása" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Legutóbbi állapot kiválasztása" @@ -10150,6 +10446,10 @@ msgstr "Legutóbbi állapot kiválasztása" msgid "Select Load Path" msgstr "Betöltési útvonal kiválasztása" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "NAND Backup kiválasztása" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10158,6 +10458,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "Riivolution XML fájl kiválasztása" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "SD kártya képfájl kiválasztása" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "Mentési fájl kiválasztása" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Skylander Collection kiválasztása" @@ -10166,58 +10474,62 @@ msgstr "Skylander Collection kiválasztása" msgid "Select Skylander File" msgstr "Skylander fájl kiválasztása" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Foglalat kiválasztása %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Állapot kiválasztása" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Állapot kiválasztása, foglalat" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Állapot kiválasztása, foglalat 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Állapot kiválasztása, foglalat 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Állapot kiválasztása, foglalat 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Állapot kiválasztása, foglalat 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Állapot kiválasztása, foglalat 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Állapot kiválasztása, foglalat 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Állapot kiválasztása, foglalat 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Állapot kiválasztása, foglalat 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Állapot kiválasztása, foglalat 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Állapot kiválasztása, foglalat 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "WFS útvonal kiválasztása" @@ -10231,29 +10543,25 @@ msgstr "Wii NAND gyökér kiválasztása" msgid "Select a Directory" msgstr "Válassz egy könyvtárat" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Válassz egy fájlt" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "Az SD kártya képfájllal szinkronizálandó mappa kiválasztása" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Válassz egy játékot" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Válassz egy SD kártya képfájlt" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Válassz egy fájlt" @@ -10261,19 +10569,15 @@ msgstr "Válassz egy fájlt" msgid "Select a game" msgstr "Válassz egy játékot" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Válaszd ki az RSO modul címét:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Válaszd ki a lejátszandó felvételt" @@ -10281,36 +10585,19 @@ msgstr "Válaszd ki a lejátszandó felvételt" msgid "Select the Virtual SD Card Root" msgstr "Virtuális SD kártya gyökér kiválasztása" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Válassz mentési fájlt" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Válaszd ki, hova szeretnéd menteni a konvertált képet." - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Válaszd ki, hova szeretnéd menteni a konvertált képeket." - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Kiválasztott betűtípus" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "A megadott vezérlő profil nem létezik" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "A kiválasztott játék nem létezik a játéklistában!" @@ -10322,19 +10609,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10353,7 +10640,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10364,7 +10651,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10386,24 +10673,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Küldés" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Érzékelősáv helyzete:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10420,7 +10737,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "A szerver elutasította az átjárási kérelmet" @@ -10428,44 +10745,40 @@ msgstr "A szerver elutasította az átjárási kérelmet" msgid "Set &Value" msgstr "&Érték beállítása" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" +msgstr "&Töréspont megadása" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" msgstr "" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "&Szimbólumméret megadása" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "&Beállítás alapértelmezett ISO-ként" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Szimbólum méret beállítása (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10475,28 +10788,35 @@ msgstr "" "helyett.\n" "Nem biztos, hogy minden játékkal működik." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "A Wii rendszer nyelve." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10506,13 +10826,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Beállítások" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: setting.txt fájl nem hozható létre" @@ -10520,7 +10840,7 @@ msgstr "SetupWiiMemory: setting.txt fájl nem hozható létre" msgid "Severity" msgstr "Súlyosság" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Árnyékoló összeállítás" @@ -10542,228 +10862,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Sebesség % megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Nap&ló megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Eszközt&ár megjelenítése" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Összes megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Ausztrália megjelenítése" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Jelenlegi játék megjelenítése Discordon" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" -msgstr "" +msgstr "Kikapcsolt kódok megjelenítése először" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL megjelenítése" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" -msgstr "" +msgstr "Bekapcsolt kódok megjelenítése először" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "FPS megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Képkockaszámoló megjelenítése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Képkockaidők megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Franciaország megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Németország megjelenítése" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Golf mód átfedés megjelenítése" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Bemeneti kijelző megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Olaszország megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "JPN megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korea megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Eltérési szám megjelenítése" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Nyelv megjelenítése:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Naplózási &beállítások megjelenítése" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "NetPlay üzenetek mgejelenítése" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "NetPlay ping mgejelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Hollandia megjelenítése" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Képernyőn megjelenő üzenetek megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL megjelenítése" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Teljesítmény grafikonok megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Platformok megjelenítése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Régiók megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Oroszország megjelenítése" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Spanyolország megjelenítése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Statisztikák megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Rendszeróra megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Tajvan megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "Cél megjelenítése a &Memóriában" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Ismeretlen megjelenítése" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "VPS megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Világ megjelenítése" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Megjelenítés a &memóriában" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "Megjelenítés a &Memóriában" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Megjelenítés a Kódban" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Megjelenítés a Memóriában" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Megjelenítés a kódban" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Megjelenítés a memóriában" @@ -10771,109 +11095,122 @@ msgstr "Megjelenítés a memóriában" msgid "Show in server browser" msgstr "Megjelenítés a szerver böngészőben" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" +"Megjeleníti az aktív játék címét a renderablak tetején." +"

Ha bizonytalan vagy, hagy kipipálva." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" +"Mindig mutatja az egérkurzort.

Ha bizonytalan vagy, " +"válaszd a "Mozgatáskor" lehetőséget. " + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" +"Megjeleníti az éppen aktuális játékmenetet- és időt a Discord állapotodban." +"

Ez a beállítás nem változtatható meg aktív emuláció közben." +"

Ha bizonytalan vagy, hagyd kipipálva." + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Egymás mellett" @@ -10890,9 +11227,9 @@ msgstr "Oldalra tartás kapcsoló" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" -msgstr "" +msgstr "Aláírás adatbázis" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:145 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:196 @@ -10914,7 +11251,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" @@ -10931,17 +11268,17 @@ msgstr "" msgid "Size" msgstr "Méret" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Átugrás" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10957,7 +11294,7 @@ msgstr "Főmenü átugrása" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10986,7 +11323,7 @@ msgstr "Skylander %1" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:557 msgid "Skylander (*.sky *.bin *.dmp *.dump);;All Files (*)" -msgstr "" +msgstr "Skylander (*.sky *.bin *.dmp *.dump);;Minden fájl (*)" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:626 msgid "Skylander (*.sky);;All Files (*)" @@ -11037,11 +11374,11 @@ msgstr "" msgid "Software Renderer" msgstr "Szoftveres renderer" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Az adat egy része nem olvasható." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11053,12 +11390,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Alfabetikus rendezés" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Hang:" @@ -11072,7 +11409,7 @@ msgstr "Spanyolország" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spanyol" @@ -11080,11 +11417,11 @@ msgstr "Spanyol" msgid "Speaker Pan" msgstr "Hangszóró pásztázás" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Hangszóró hangerő:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11092,7 +11429,7 @@ msgstr "" msgid "Specific" msgstr "Specifikus" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11105,12 +11442,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Sebesség" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "Sebességkorlát" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11129,33 +11470,37 @@ msgstr "" msgid "Standard Controller" msgstr "Szabványos vezérlő" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "&NetPlay indítása..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Bemenet rögzítésének indítása" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Felvétel indítása" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Indítás teljes képernyőn" @@ -11167,7 +11512,7 @@ msgstr "Indítás Riivolution Patchekkel" msgid "Start with Riivolution Patches..." msgstr "Indítás Riivolution Patchekkel..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Elindított játék" @@ -11190,52 +11535,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Sztereó" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Sztereoszkópikus 3D mód" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Sztereoszkópikus 3D mód:" @@ -11256,16 +11601,20 @@ msgid "Stick" msgstr "Kar" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Stop" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Játék/felvétel leállítása" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "Profilozás leállítása" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Megállított játék" @@ -11297,11 +11646,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Ablakméretűvé nyújtás" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11315,11 +11664,11 @@ msgstr "" msgid "Strum" msgstr "Pengetés" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" -msgstr "" +msgstr "Stílus" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Stílus:" @@ -11330,18 +11679,18 @@ msgstr "Stílus:" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Siker" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11351,7 +11700,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n kép sikeresen konvertálva." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Sikeresen törölve '%1'." @@ -11364,24 +11713,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "Sikeresen exportált mentési fájlok" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Tanúsítványok sikeresen kivonva a NAND-ból" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." -msgstr "" +msgstr "Fájl sikeresen kibontva." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." -msgstr "" +msgstr "Rendszeradatok sikeresen kibontva." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Mentett fájl sikeresen importálva." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11404,12 +11753,12 @@ msgstr "Támogatás" msgid "Supported file formats" msgstr "Támogatott fájlformátumok" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Támogatja az SD és SDHC formátumot. Az alapértelmezett méret 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Térhangzás" @@ -11417,7 +11766,7 @@ msgstr "Térhangzás" msgid "Suspended" msgstr "Felfüggesztve" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Szemcsere" @@ -11432,7 +11781,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11449,28 +11798,37 @@ msgstr "Lengetés" #: Source/Core/DolphinQt/GCMemcardManager.cpp:243 msgid "Switch to A" -msgstr "" +msgstr "A-ra váltás" #: Source/Core/DolphinQt/GCMemcardManager.cpp:243 msgid "Switch to B" -msgstr "" +msgstr "B-re váltás" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "Szimbólum neve:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "Szimbólum mérete (%1):" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11478,7 +11836,7 @@ msgstr "" msgid "Sync" msgstr "Szinkronizálás" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "AR/Gecko kódok szinkronizálása" @@ -11496,43 +11854,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "AR kódok szinkronizálása..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Gecko kódok szinkronizálása..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Mentett adatok szinkronizálása..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Rendszer nyelve:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS bemenet" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS eszközök" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Címkék" @@ -11550,15 +11908,15 @@ msgstr "" msgid "Taiwan" msgstr "Tajvan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Pillanatkép készítése" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11574,9 +11932,9 @@ msgstr "" msgid "Test" msgstr "Teszt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "Szöveges fájl (*.txt);;Minden fájl (*)" @@ -11585,15 +11943,15 @@ msgstr "Szöveges fájl (*.txt);;Minden fájl (*)" msgid "Texture Cache" msgstr "Textúra gyorsítótár" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Textúra gyorsítótár pontosság" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Textúra kimentés" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Textúraszűrés" @@ -11601,7 +11959,7 @@ msgstr "Textúraszűrés" msgid "Texture Filtering:" msgstr "Textúraszűrés:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Textúra formátum átfedés" @@ -11620,11 +11978,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11634,32 +11992,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "Ennek a Skylandernek a pénzösszege. 0 és 65000 között" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11675,14 +12033,14 @@ msgstr "" msgid "The data partition is missing." msgstr "Az adatpartíció hiányzik." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11774,7 +12132,7 @@ msgstr "" "A fájl már létezik: %1.\n" "Le szeretnéd cserélni?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11801,28 +12159,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "A fájlrendszer érvénytelen, vagy nem olvasható." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "A játék azonosítója inkonzisztens." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "A játék azonosítója szokatlanul rövid." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "A játék azonosítója {0}, de ennyinek kellene lennie: {1}." @@ -11830,7 +12188,7 @@ msgstr "A játék azonosítója {0}, de ennyinek kellene lennie: {1}." msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "A játék éppen fut." @@ -11841,7 +12199,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11850,15 +12208,15 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "A hashek nem egyeznek!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "A hashek megegyeznek!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -11866,7 +12224,7 @@ msgstr "" "Ennek a Skylandernek a hős szintje. Csak a Skylanders: Spyro's Adventuresben " "látható. 0 és 100 között" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11876,11 +12234,11 @@ msgstr "" msgid "The install partition is missing." msgstr "A telepítési partíció hiányzik." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11894,7 +12252,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "Ennek a Skylandernek a beceneve. Maximum 15 karakter" @@ -11902,8 +12260,8 @@ msgstr "Ennek a Skylandernek a beceneve. Maximum 15 karakter" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "A profil '%1' nem létezik" @@ -11911,7 +12269,7 @@ msgstr "A profil '%1' nem létezik" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "A rögzített játék ({0}) nem egyezik meg a kiválasztott játékkal ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11928,21 +12286,21 @@ msgid "" msgstr "" "Nem használható ugyanaz a fájl több foglalatban; már használatban van: %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "Nem használható ugyanaz a mappa több foglalatban; már használatban van: %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "A szerver és a kliens NetPlay verziói nem kompatibilisek." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "A szerver megtelt." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "A szerver egy ismeretlen hibaüzenetet küldött." @@ -11955,15 +12313,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "A megadott fájl \"{0}\" nem létezik." -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11974,34 +12332,34 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" -msgstr "" +msgstr "A Skylander típusa ismeretlen!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" -msgstr "" +msgstr "A Skylander típusa ismeretlen, vagy jelenleg nem módosítható!" #: Source/Core/DolphinQt/WiiUpdate.cpp:60 msgid "" @@ -12009,7 +12367,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -12017,35 +12375,35 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "A {0} partíció aláírása nem megfelelő." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" -msgstr "" +msgstr "Téma" #: Source/Core/DiscIO/VolumeVerifier.cpp:445 msgid "There are too many partitions in the first partition table." @@ -12057,9 +12415,12 @@ msgid "" "\n" "Do you want to save before closing?" msgstr "" +"Nem mentett változások :\"%1\".\n" +"\n" +"Szeretnéd elmenteni kilépés előtt?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "Nincs mit elmenteni!" @@ -12093,13 +12454,13 @@ msgstr "Ez a Gecko kód nem tartalmaz egyetlen sort sem." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Ez a Skylander típus jelenleg nem módosítható!" @@ -12123,33 +12484,33 @@ msgstr "" "Az action replay szimulátor nem támogat olyan kódokat, amelyek magát az " "Action Replayt módosítják." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Ez nem vonható vissza!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "A lemezkép szokatlan méretű." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12157,26 +12518,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12184,7 +12545,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/HardcoreWarningWidget.cpp:38 msgid "This feature is disabled in hardcore mode." -msgstr "" +msgstr "Ez a funkció nem elérhető hardcore módban." #: Source/Core/DiscIO/NANDImporter.cpp:116 msgid "This file does not contain a valid Wii filesystem." @@ -12194,41 +12555,41 @@ msgstr "Ez a fájl nem tartalmaz érvényes Wii fájlrendszert." msgid "This file does not look like a BootMii NAND backup." msgstr "Ez a fájl nem tűnik BootMii NAND biztonsági másolatnak." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Ez egy rossz kimentés." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Ez egy jó kimentés." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "Ez a beállítás csak az emulált szoftver első indítására vonatkozik." @@ -12236,7 +12597,7 @@ msgstr "Ez a beállítás csak az emulált szoftver első indítására vonatkoz msgid "This session requires a password:" msgstr "Ez a játékmenet jelszót igényel:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12253,12 +12614,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12293,7 +12654,7 @@ msgstr "" "Ez az érték összeszorzódik a grafikai beállításokban megadott mélység " "értékkel." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12306,7 +12667,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12326,7 +12687,7 @@ msgstr "Szálak" msgid "Threshold" msgstr "Küszöbérték" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12336,6 +12697,31 @@ msgstr "" msgid "Tilt" msgstr "Billenés" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "Idő %" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "Eltöltött idő (ns)" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12345,10 +12731,10 @@ msgstr "" msgid "Timed Out" msgstr "Lejárt az idő" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Cím" @@ -12356,25 +12742,29 @@ msgstr "Cím" msgid "To" msgstr "Eddig:" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "A bejelentkezéshez le kell állítanod a jelenlegi emulációt." + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Eddig:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Teljes képernyő kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "3D anaglif kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Egymás-mellett 3D kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Egymás-alatt 3D kapcsoló" @@ -12382,28 +12772,28 @@ msgstr "Egymás-alatt 3D kapcsoló" msgid "Toggle All Log Types" msgstr "Minden naplótípus kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Képarány kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Töréspont kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Levágás kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Egyedi textúrák kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "EFB másolatok kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Köd kapcsoló" @@ -12415,35 +12805,39 @@ msgstr "Teljes képernyő kapcsoló" msgid "Toggle Pause" msgstr "Szünet kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "SD kártya kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Textúra kimentés kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "USB billentyűzet kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" -msgstr "" +msgstr "XFB másolatok kapcsoló" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Sikertelen tokenizálás." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12451,7 +12845,7 @@ msgstr "" msgid "Toolbar" msgstr "Eszköztár" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Fent" @@ -12459,7 +12853,7 @@ msgstr "Fent" msgid "Top-and-Bottom" msgstr "Egymás alatt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12497,12 +12891,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" -msgstr "" +msgstr "Játékkód:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Hagyományos kínai" @@ -12522,8 +12916,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12531,7 +12925,7 @@ msgstr "" msgid "Traversal Server" msgstr "Átjárási szerver" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Időtúllépés az átjárási szerver és a gazda csatlakozásakor" @@ -12560,7 +12954,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12586,11 +12980,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "USB eszköz emuláció" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB emuláció" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "USB emulációs eszközök" @@ -12604,14 +12998,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB engedélyezési hiba" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12619,7 +13013,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12628,23 +13022,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Nem lehet módosítani a Skylander-t!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Nem sikerült megnyitni a fájlt." @@ -12664,11 +13058,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Nem sikerült beolvasni a fájlt." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12691,11 +13085,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Állapot betöltésének visszavonása" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Állapot mentésének visszavonása" @@ -12713,23 +13107,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Egyesült Államok" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Ismeretlen" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Ismeretlen (Id:%1 Var:%2)" @@ -12738,27 +13132,27 @@ msgstr "Ismeretlen (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Ismeretlen DVD parancs {0:08x} - végzetes hiba" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Ismeretlen SYNC_CODES üzenet érkezett az alábbi azonosítóval: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Ismeretlen SYNC_SAVE_DATA üzenet érkezett az alábbi azonosítóval: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Ismeretlen Skylander típus!" @@ -12778,11 +13172,11 @@ msgstr "Ismeretlen adattípus" msgid "Unknown disc" msgstr "Ismeretlen lemez" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Ismeretlen hiba lépett fel." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Ismeretlen hiba {0:x}" @@ -12790,11 +13184,11 @@ msgstr "Ismeretlen hiba {0:x}" msgid "Unknown error." msgstr "Ismeretlen hiba." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Ismeretlen üzenet érkezett az alábbi azonosítóval: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12809,11 +13203,11 @@ msgstr "Ismeretlen(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Ismeretlen(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Végtelen" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "ROM ürítése" @@ -12821,9 +13215,14 @@ msgstr "ROM ürítése" msgid "Unlock Cursor" msgstr "Kurzor feloldása" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Feloldva" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" -msgstr "" +msgstr "Feloldva ekkor: %1" #: Source/Core/DiscIO/FileBlob.cpp:87 msgid "Unpacking" @@ -12853,7 +13252,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12864,7 +13263,7 @@ msgid "Up" msgstr "Fel" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Frissítés" @@ -12921,7 +13320,7 @@ msgstr "Függőleges kapcsoló" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Használati statisztika-jelentés beállítások" @@ -12929,15 +13328,19 @@ msgstr "Használati statisztika-jelentés beállítások" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "Használd a 8.8.8.8-at a normál DNS-hez, vagy adj meg egy sajátot." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "Teljes felbontás szemenként" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Veszteségmentes kodek használata (FFV1)" @@ -12945,21 +13348,24 @@ msgstr "Veszteségmentes kodek használata (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "PAL60 mód használata (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Hibakezelők használata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" +"RetroAchievements jelenlét használata a Discord állapotodban." +"

Jelenlegi játék megjelenítése Discordon opció engedélyezve kell, " +"hogy legyen." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12968,8 +13374,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13009,18 +13415,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Felhasználónév" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13028,14 +13434,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13298,8 +13708,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Figyelem" @@ -13387,7 +13797,14 @@ msgstr "Western (Windows-1252)" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13395,7 +13812,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13403,7 +13820,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Engedélyezett USB átjáró eszközök" @@ -13411,7 +13828,7 @@ msgstr "Engedélyezett USB átjáró eszközök" msgid "Widescreen Hack" msgstr "Szélesvásznú hangolás" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13435,7 +13852,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13443,7 +13860,7 @@ msgstr "Wii Remote %1" #: Source/Core/DolphinQt/TAS/WiiTASInputWindow.cpp:113 msgid "Wii Remote Accelerometer" -msgstr "" +msgstr "Wii Remote gyorsulásmérő" #: Source/Core/DolphinQt/TAS/WiiTASInputWindow.cpp:271 msgid "Wii Remote Buttons" @@ -13453,7 +13870,7 @@ msgstr "Wii Remote gombok" msgid "Wii Remote Gyroscope" msgstr "Wii Remote Giroszkóp" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii Remote beállítások" @@ -13473,7 +13890,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii és Wii Remote" @@ -13481,15 +13898,15 @@ msgstr "Wii és Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii mentési fájlok (*.bin);;Minden fájl (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Ablakfelbontás" @@ -13498,11 +13915,19 @@ msgstr "Ablakfelbontás" msgid "Window Size" msgstr "Ablakméret" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13516,11 +13941,11 @@ msgstr "Világ" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13553,27 +13978,27 @@ msgstr "" msgid "Write to Window" msgstr "Ablakba írás" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Helytelen lemezszám" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Helytelen hash" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Helytelen régió" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Helytelen revízió" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13624,14 +14049,14 @@ msgstr "Igen" msgid "Yes to &All" msgstr "&Igen mindre" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13664,7 +14089,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "A legfrissebb verziót használod ezen a frissítési csatornán." @@ -13708,7 +14133,7 @@ msgstr "Meg kell adnod egy nevet a játékmenethez!" msgid "You must provide a region for your session!" msgstr "Meg kell adnod egy régiót a játékmenethez!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "" "Újra kell indítanod a Dolphin emulátort a változtatások érvényesítéséhez." @@ -13729,7 +14154,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13747,7 +14172,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3 kód nem támogatott" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13796,7 +14221,7 @@ msgid "default" msgstr "alapértelmezett" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13812,7 +14237,8 @@ msgstr "errno" msgid "fake-completion" msgstr "fake-completion" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "hamis" @@ -13879,7 +14305,8 @@ msgstr "sRGB" msgid "this value:" msgstr "ez az érték:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "igaz" @@ -13899,23 +14326,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} kódok szinkronizálása sikertelen." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} szinkronizálása sikertelen." @@ -13928,7 +14355,7 @@ msgstr "" "Ellenőrizd az írási jogokat vagy mozgasd a fájlokat a Dolphinen kívülre" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} / {1} blokk. Tömörítési arány: {2}%" @@ -13949,6 +14376,8 @@ msgid "" "© 2003-2024+ Dolphin Team. “GameCube” and “Wii” are trademarks of Nintendo. " "Dolphin is not affiliated with Nintendo in any way." msgstr "" +"© 2003-2024+ Dolphin csapat. A “GameCube” és a “Wii” a Nintendo védjegyei. A " +"Dolphin semmilyen módon nem áll kapcsolatban a Nintendóval." #. i18n: The symbol/abbreviation for degrees (unit of angular measure). #. i18n: The degrees symbol. diff --git a/Languages/po/it.po b/Languages/po/it.po index bef5e6f6f5..3fa881332b 100644 --- a/Languages/po/it.po +++ b/Languages/po/it.po @@ -10,10 +10,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Mewster , 2023-2024\n" -"Language-Team: Italian (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Italian (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/it/)\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -34,7 +34,7 @@ msgstr "" "Poiché le immagini disco GameCube contengono pochi dati di controllo, " "potrebbero esserci problemi che Dolphin non è in grado di rilevare." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -47,6 +47,12 @@ msgstr "" "grado di assicurare che non sia stato manomesso, anche se la firma sembra " "valida." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr " %1 %2 (%3% frammentato)" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Disco %1)" @@ -55,7 +61,7 @@ msgstr " (Disco %1)" msgid "! Not" msgstr "! Not" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" è un file GCM/ISO non valido, oppure non è un ISO GC/Wii." @@ -92,16 +98,16 @@ msgstr "" "%1\n" "vuole entrare nel party." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -117,16 +123,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (copia)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (disco %2, revisione %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (revisione %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (predefinito)" @@ -146,7 +152,7 @@ msgstr "%1 (lento)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -160,11 +166,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "Configurazione Video %1" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -177,11 +183,11 @@ msgstr "%1 commit più avanti rispetto %2" msgid "%1 doesn't support this feature on your system." msgstr "%1 non supporta questa funzionalità sul tuo sistema." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 non supporta questa funzionalità." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -191,27 +197,27 @@ msgstr "" "%2 oggetto/i\n" "Frame corrente: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 è entrato" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 è uscito" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 ha sbloccato %2/%3 achievement del valore di %4/%5 punti" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 non è una ROM valida" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 è in modalità golf" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 sta giocando a %2" @@ -219,13 +225,13 @@ msgstr "%1 sta giocando a %2" msgid "%1 memory ranges" msgstr "%1 range di memoria" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 punti" @@ -237,30 +243,30 @@ msgstr "Trovata %1 sessione" msgid "%1 sessions found" msgstr "Trovate %1 sessioni" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (velocità normale)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "Il valore di %1 è cambiato" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "Il valore di %1 è stato raggiunto" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Il valore di %1 è stato usato" @@ -268,11 +274,15 @@ msgstr "Il valore di %1 è stato usato" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "%1

%2" @@ -288,7 +298,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -301,25 +311,25 @@ msgstr "%1x Nativo (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Nativo (%2x%3) per %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "Non è stato possibile accede a %n indirizzo/i nella memoria emulata." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "Indirizzi rimanenti: %n" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -345,36 +355,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&A proposito di..." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Aggiungi funzione" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Aggiungi punto di interruzione dei dati" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Aggiungi nuovo codice..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Aggiungi funzione" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Aggiungi..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Impostazioni &audio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Aggiornamento automatico:" @@ -382,15 +392,19 @@ msgstr "&Aggiornamento automatico:" msgid "&Borderless Window" msgstr "&Finestra senza bordi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "&Tipologia branch" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" msgstr "&Interrompi al raggiungimento" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Punti di interruzione" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug Tracker" @@ -398,15 +412,15 @@ msgstr "&Bug Tracker" msgid "&Cancel" msgstr "&Annulla" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Gestore trucchi" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Controlla la presenza di aggiornamenti..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Pulisci simboli" @@ -414,50 +428,51 @@ msgstr "&Pulisci simboli" msgid "&Clone..." msgstr "&Clona..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Codice" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "&Condizione" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Connesso" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Impostazioni &Controller" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copia indirizzo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Copia indirizzo" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Nuovo..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Elimina" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Elimina espressione di controllo" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Elimina espressioni di controllo" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Modifica codice..." @@ -465,14 +480,18 @@ msgstr "&Modifica codice..." msgid "&Edit..." msgstr "&Modifica..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Espelli disco" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulazione" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "&Elimina blocco/i" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Esporta" @@ -489,41 +508,41 @@ msgstr "&Esporta stato..." msgid "&Export as .gci..." msgstr "&Esporta come .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&File" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Font..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avanza per fotogramma" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Impostazioni camera libera" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Genera simboli da" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Repository &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Impostazioni video" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Aiuto" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Impostazioni tasti di scelta rapida" @@ -543,19 +562,19 @@ msgstr "&Importa stato..." msgid "&Import..." msgstr "&Importa..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Base Infinity" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Inserisci blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "&Inserisci BLR" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Blending Interframe" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -563,15 +582,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Lingua:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "&Carica Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Carica stato di gioco" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Carica mappa dei simboli" @@ -581,23 +600,27 @@ msgstr "&Carica file all'indirizzo corrente" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Blocca espressioni di controllo" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Blocca widget" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "&Logga al raggiungimento" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "&Controlli vari" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Filmato" @@ -605,7 +628,7 @@ msgstr "&Filmato" msgid "&Mute" msgstr "&Muto" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Network" @@ -614,23 +637,27 @@ msgid "&No" msgstr "&No" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Apri..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opzioni" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "&Origine e destinazione" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Patch funzioni HLE" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Gioca" @@ -638,7 +665,7 @@ msgstr "&Gioca" msgid "&Properties" msgstr "&Proprietà" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Modalità sola-lettura" @@ -646,7 +673,7 @@ msgstr "&Modalità sola-lettura" msgid "&Refresh List" msgstr "&Aggiorna elenco" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registri" @@ -654,29 +681,29 @@ msgstr "&Registri" msgid "&Remove" msgstr "&Rimuovi" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Rimuovi codice" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "&Rinomina simbolo" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Resetta" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Gestione Resource Pack" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "&Salva Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Salva mappa dei simboli" @@ -684,31 +711,35 @@ msgstr "&Salva mappa dei simboli" msgid "&Scan e-Reader Card(s)..." msgstr "&Scansiona carte e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Skylanders Portal" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Limite velocità" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Arresta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Thread" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "&Strumenti" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "&Visibilità barra degli strumenti" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Strumenti" @@ -718,21 +749,21 @@ msgstr "&Rimuovi ROM" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "&Sblocca espressioni di controllo" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Visualizza" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Espressione di controllo" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Sito Web" @@ -744,38 +775,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sì" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' non trovato, non sono stati generati nomi dei simboli" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' non trovato, ora cercherò nomi di funzioni comuni" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Buio)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Luce)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Sistema)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(host)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(nessuno)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Moltiplica" @@ -792,7 +815,7 @@ msgstr ", Virgola" msgid "- Subtract" msgstr "- Sottrai" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -801,7 +824,7 @@ msgid "--Unknown--" msgstr "--Sconosciuto--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -862,7 +885,7 @@ msgstr "Signed Integer 16-bit" msgid "16-bit Unsigned Integer" msgstr "Unsigned Integer 16-bit" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -870,7 +893,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "Anisotropico 16x" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -882,7 +905,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -918,19 +941,19 @@ msgid "32-bit Unsigned Integer" msgstr "Unsigned Integer 32-bit" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Profondità 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -946,7 +969,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blocchi)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -954,7 +977,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1043,16 +1066,16 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" "Disabilitato in Modalità Hardcore." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1091,8 +1114,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Maggiore-di" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Una sessione NetPlay è già in corso!" @@ -1117,7 +1140,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Un disco è già in inserimento." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1130,7 +1153,7 @@ msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" "Uno stato salvato non può essere caricato senza indicare quale gioco avviare." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1152,7 +1175,7 @@ msgstr "" "La sincronizzazione è possibile soltanto durante l'esecuzione di un gioco " "Wii." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "&Salvataggio automatico" @@ -1191,7 +1214,7 @@ msgstr "" "non funzionare correttamente.\n" "Usalo a tuo rischio e pericolo.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "Codice AR" @@ -1233,8 +1256,8 @@ msgstr "Precisione:" msgid "Achievement Settings" msgstr "Impostazioni achievement" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Achievement" @@ -1328,7 +1351,7 @@ msgstr "Action Replay: Normal Code {0}: sottotipo {1:08x} ({2}) non valido" msgid "Activate NetPlay Chat" msgstr "Attiva chat NetPlay" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Attivo" @@ -1344,7 +1367,7 @@ msgstr "Coda thread attivo" msgid "Active threads" msgstr "Thread attivi" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adattatore" @@ -1352,7 +1375,7 @@ msgstr "Adattatore" msgid "Adapter Detected" msgstr "Rilevato adattatore" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adattatore:" @@ -1379,11 +1402,11 @@ msgstr "Aggiungi un nuovo dispositivo USB" msgid "Add Shortcut to Desktop" msgstr "Aggiungi collegamento su Desktop" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Aggiungi un punto di interruzione" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Aggiungi un punto di interruzione dei dati" @@ -1402,28 +1425,27 @@ msgstr "Aggiungi punto di interruzione dei dati" msgid "Add to &watch" msgstr "Aggiungi &espressione di controllo" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Aggiungi espressione di controllo" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Aggiungi..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Indirizzo" @@ -1442,14 +1464,14 @@ msgstr "Spazio di indirizzo per stato CPU" msgid "Address:" msgstr "Indirizzo:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" "Imposta il filtraggio per le texture. Il filtro anisotropico migliora la " @@ -1457,8 +1479,8 @@ msgstr "" "Forza Lineare sovrascrivono il filtro di scaling texture selezionato dal " "gioco.

Tutte le opzioni eccetto 'Default' cambieranno l'aspetto delle " "texture di gioco e potrebbero causare problemi in un ristretto numero di " -"giochi.

Questa opzione non è compatibile con il Texture sampling " -"manuale.

Nel dubbio, seleziona 'Defaut'.
Questa opzione è disabilitata quando Texture sampling manuale " +"è abilitato.

Nel dubbio, seleziona 'Defaut'." #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. @@ -1481,7 +1503,7 @@ msgstr "" "

Nel dubbio, utilizza il valore più a destra." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1493,7 +1515,7 @@ msgstr "" "ATTENZIONE: L'abilitazione impedirà il funzionamento di molti giochi. Solo " "pochi possono beneficiarne correttamente." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1531,7 +1553,7 @@ msgstr "Avanzate" msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1608,7 +1630,7 @@ msgstr "Tutto Double" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1616,7 +1638,7 @@ msgid "All Files" msgstr "Tutti i file" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Tutti i file (*)" @@ -1625,7 +1647,7 @@ msgstr "Tutti i file (*)" msgid "All Float" msgstr "Tutto Float" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Tutti i file GC/Wii" @@ -1634,8 +1656,8 @@ msgstr "Tutti i file GC/Wii" msgid "All Hexadecimal" msgstr "Tutto Esadecimale" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Tutti i salvataggi di stati di gioco (*.sav *.s##);; Tutti i file (*)" @@ -1647,27 +1669,27 @@ msgstr "Tutto Signed Integer" msgid "All Unsigned Integer" msgstr "Tutto Unsigned Integer" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Tutti i file (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Tutti i codici dei giocatori sono sincronizzati." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Tutti i salvataggi dei giocatori sono sincronizzati." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Permetti diverse impostazioni regione" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Permetti report statistiche d'uso" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Permetti scrittura su scheda SD" @@ -1687,7 +1709,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Sorgenti di input alternative" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Sempre" @@ -1709,7 +1731,7 @@ msgstr "Impossibile trovare il disco di cui si era in attesa." msgid "Anaglyph" msgstr "Anaglifo" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analizza" @@ -1723,7 +1745,7 @@ msgstr "Angolo" msgid "Angular velocity to ignore and remap." msgstr "Velocità angolare da ignorare e rimappare." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Anti-Aliasing" @@ -1735,19 +1757,19 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Qualunque regione" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "Accoda signature a" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Accoda ad un fil&e di signature preesistente..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "A&pplica file signature..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1755,7 +1777,7 @@ msgstr "" "Applica un effetto di post-processing dopo il rendering di un frame.

Nel dubbio, seleziona (off)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Data Apploader" @@ -1763,19 +1785,19 @@ msgstr "Data Apploader" msgid "Apply" msgstr "Applica" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "Applica file di signature" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Mipmap Detection arbitraria" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Sei sicuro di voler eliminare '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Sei sicuro di voler eliminare questo file?" @@ -1783,10 +1805,18 @@ msgstr "Sei sicuro di voler eliminare questo file?" msgid "Are you sure you want to delete this pack?" msgstr "Sei sicuro di voler disinstallare questo pack?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "Vuoi davvero fare log out da RetroAchievements?" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Sei sicuro di voler chiudere NetPlay?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "Vuoi davvero spegnere la modalità hardcore?" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Sei sicuro?" @@ -1795,16 +1825,16 @@ msgstr "Sei sicuro?" msgid "Area Sampling" msgstr "Campionamento ad Area" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Rapporto d'aspetto" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Risoluzione interna corretta per il rapporto d'aspetto" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Rapporto d'aspetto:" @@ -1812,9 +1842,9 @@ msgstr "Rapporto d'aspetto:" msgid "Assemble" msgstr "Converti" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "Converti istruzione" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "Istruzione assembly" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1824,7 +1854,7 @@ msgstr "Assembler" msgid "Assembly File" msgstr "File assembly" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Assegna porte Controller" @@ -1846,11 +1876,11 @@ msgstr "Collega MotionPlus" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Motore audio:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Impostazioni stretching audio" @@ -1866,7 +1896,7 @@ msgstr "Autore" msgid "Authors" msgstr "Autori" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1875,11 +1905,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (Multiplo di 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Aggiornamento automatico" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Impostazioni aggiornamento automatico" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1891,7 +1925,7 @@ msgstr "" "\n" "Seleziona una specifica risoluzione interna." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Ridimensiona automaticamente la finestra" @@ -1899,15 +1933,15 @@ msgstr "Ridimensiona automaticamente la finestra" msgid "Auto-Hide" msgstr "Nascondi automaticamente" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Individua automaticamente i moduli RSO?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Sincronizza automaticamente con la cartella" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1916,6 +1950,25 @@ msgstr "" "interna.

Nel dubbio, lascia deselezionato." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" +"Cambia automaticamente il disco di gioco quando richiesto da un gioco con " +"due dischi. È necessario che il gioco venga lanciato in uno dei seguenti " +"modi:
- Dalla lista dei giochi, con entrambi i dischi presenti nella " +"lista.
- Tramite File > Apri o con l'interfaccia a linea di comando, " +"fornendo il percorso a entrambi i dischi.
- Lanciando un file M3U tramite " +"File > Apri o tramite l'interfaccia a linea di comando." +"

Nel dubbio, lascia deselezionato." + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Aggiorna automaticamente i valori attuali" @@ -1927,7 +1980,7 @@ msgid "Auxiliary" msgstr "Ausiliario" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1961,19 +2014,19 @@ msgstr "Registro BP" msgid "Back Chain" msgstr "Back Chain" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Motore" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Multithreading backend" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Impostazioni motore" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Motore:" @@ -1982,20 +2035,20 @@ msgstr "Motore:" msgid "Background Input" msgstr "Input in background" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "All'indietro" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Inserito valore non valido" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Indirizzo non valido." @@ -2003,28 +2056,28 @@ msgstr "Indirizzo non valido." msgid "Bad dump" msgstr "Dump invalido" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Offset non valido." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Valore non valido." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Dettagli banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -2040,11 +2093,11 @@ msgstr "Indirizzo base" msgid "Base priority" msgstr "Priorità base" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Impostazioni di base" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Impostazioni di base" @@ -2093,7 +2146,7 @@ msgstr "Binary SSL (lettura)" msgid "Binary SSL (write)" msgstr "Binary SSL (scrittura)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bitrate (kbps):" @@ -2109,13 +2162,13 @@ msgstr "" "\n" "Riprova con un personaggio diverso" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Dimensione blocco" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Dimensione blocco:" @@ -2149,67 +2202,67 @@ msgstr "" "La modalità ponte Bluetooth è abilitata, ma Dolphin è stato compilato senza " "libusb. La modalità ponte non può essere utilizzata." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Avvia in pausa" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "File di backup NAND BootMII (*.bin);;Tutti i file (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "File chiavi BootMii (*.bin);;Tutti i file (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Schermo intero senza bordi" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Sotto" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Branch (LR saved)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Branch Conditional" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "Branch Conditional (LR saved)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "Branch Conditional to Count Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "Branch Conditional to Count Register (LR saved)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "Branch Conditional to Link Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "Branch Conditional to Link Register (LR saved)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "Branch non sovrascritto" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Tipologia branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "Branch sovrascritto" @@ -2221,23 +2274,23 @@ msgstr "Controllo branch" msgid "Branch Watch Tool" msgstr "Branch Watch Tool" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "Aiuto Branch Watch Tool (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "Aiuto Branch Watch Tool (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "Aiuto Branch Watch Tool (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "Aiuto Branch Watch Tool (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2268,7 +2321,7 @@ msgstr "" "l'esecuzione. Premi il pulsante \"Pulisci Branch Watch\" per rimuovere tutti " "i candidati e tornare alla fase di blacklisting." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2284,19 +2337,19 @@ msgstr "" "non percorso\" per la prima volta, Branch Watch passa alla fase di " "filtraggio, e la tabella verrà popolata con tutti i candidati compatibili." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "Branch to Count Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "Branch to Count Register (LR saved)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "Branch to Link Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "Branch to Link Register (LR saved)" @@ -2305,31 +2358,31 @@ msgstr "Branch to Link Register (LR saved)" msgid "Branch: %1" msgstr "Branch: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Branch" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Interrompi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "Interrompi &e logga al raggiungimento" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Punto di interruzione" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" "Raggiunto punto di interruzione! Comando di uscita dall'istruzione annullato." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Punti di interruzione" @@ -2363,24 +2416,24 @@ msgstr "Errore adattatore Broadband" msgid "Broadband Adapter MAC Address" msgstr "Indirizzo MAC adattatore Broadband" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Sfoglia sessioni &NetPlay..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Dimensione buffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Dimensione del buffer cambiata a %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2428,7 +2481,7 @@ msgstr "Da: %1" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "C&rea file di signature..." @@ -2436,11 +2489,11 @@ msgstr "C&rea file di signature..." msgid "CP register " msgstr "Registro CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU Emulation Engine:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Opzioni CPU" @@ -2448,11 +2501,11 @@ msgstr "Opzioni CPU" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Cached Interpreter (lento)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2467,7 +2520,7 @@ msgstr "" msgid "Calculate" msgstr "Calcola" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2480,11 +2533,11 @@ msgstr "" "grafici.

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Calibra" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Calibrazione" @@ -2520,52 +2573,52 @@ msgstr "" "Campo di visione della telecamera (influisce sulla sensibilità del " "puntamento)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "È possibile generare codici AR solo per valori nella memoria virtuale" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Non può essere ancora modificato!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Impossibile modificare i cattivi per questo trofeo!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Impossibile trovare Wii Remote con handle di connessione {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" "Non è possibile avviare una sessione NetPlay se un gioco è in esecuzione!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Annulla" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Annulla calibrazione" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "Candidati: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "Candidati: %1 | Esclusi: %2 | Rimasti: %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "Candidati: %1 | Filtrati: %2 | Rimasti: %3" @@ -2579,23 +2632,23 @@ msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" "Impossibile avviare questo WAD, non è stato possibile installarlo nella NAND." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "Non è possibile confrontare con l'ultimo valore della prima ricerca." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Impossibile trovare l'IPL GC" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Non è possibile generare un codice AR per questo indirizzo." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Non è possibile aggiornare senza risultati." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "Impossibile impostare la cartella GCI con un percorso vuoto." @@ -2603,13 +2656,13 @@ msgstr "Impossibile impostare la cartella GCI con un percorso vuoto." msgid "Cannot set memory card to an empty path." msgstr "Impossibile impostare la memory card con un percorso vuoto." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Impossibile avviare il gioco, l'IPL GC non è stato trovato" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Catturato cattivo %1:" @@ -2627,7 +2680,7 @@ msgstr "Centro" msgid "Center Mouse" msgstr "Centra mouse" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Centra e calibra" @@ -2635,7 +2688,7 @@ msgstr "Centra e calibra" msgid "Change &Disc" msgstr "Cambia &disco" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Cambia &disco..." @@ -2643,7 +2696,7 @@ msgstr "Cambia &disco..." msgid "Change Disc" msgstr "Cambia disco" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Cambia automaticamente disco" @@ -2651,7 +2704,7 @@ msgstr "Cambia automaticamente disco" msgid "Change the disc to {0}" msgstr "Inserire il disco {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." @@ -2659,7 +2712,7 @@ msgstr "" "Cambia la presentazione e il colore dei pulsanti di Dolphin." "

Nel dubbio, seleziona Clean." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2688,7 +2741,7 @@ msgstr "" "ha movimento laterale, ma solo rotazione e zoom fino al punto di origine " "della telecamera." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Cambiare i trucchi avrà effetto soltanto dopo aver riavviato il gioco." @@ -2700,7 +2753,7 @@ msgstr "Partizione Canale (%1)" msgid "Character entered is invalid!" msgstr "Il personaggio inserito non è valido!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2708,7 +2761,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "Editor di codici" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Cerca codice" @@ -2716,7 +2769,7 @@ msgstr "Cerca codice" msgid "Cheats Manager" msgstr "Gestione codici" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Controlla NAND..." @@ -2728,7 +2781,7 @@ msgstr "Controlla cambiamenti nella lista dei giochi in background" msgid "Check for updates" msgstr "Controlla la presenza di aggiornamenti" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2736,7 +2789,7 @@ msgstr "" "Controlla di avere i permessi per eliminare il file o se il file è " "attualmente in uso." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Checksum" @@ -2748,30 +2801,30 @@ msgstr "Cina" msgid "Choose" msgstr "Scegli" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "Scegli la cartella in cui estrarre" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 +msgid "Choose GCI Base Folder" +msgstr "Scegli la cartella base GCI" + +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "Scegli file di input prioritario" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "Scegli file di input secondario" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" msgstr "Scegli un file da aprire" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +msgid "Choose a File to Open or Create" msgstr "Scegli un file da aprire o creare" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Scegli file di input prioritario" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Scegli file di input secondario" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "Scegli la cartella base GCI" - -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Scegli la cartella in cui estrarre" - #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 msgid "Clamping of rotation about the yaw axis." @@ -2789,17 +2842,18 @@ msgstr "Controller tradizionale" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Pulisci" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "Pulisci Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Pulisci cache" @@ -2807,11 +2861,11 @@ msgstr "Pulisci cache" msgid "Clear Slot" msgstr "Pulisci slot" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Override della frequenza" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "&Clona e modifica codice" @@ -2820,7 +2874,7 @@ msgstr "&Clona e modifica codice" msgid "Close" msgstr "Chiudi" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfigurazione" @@ -2828,11 +2882,20 @@ msgstr "Co&nfigurazione" msgid "Code" msgstr "Codice" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "Dim. buff. codice" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "Dimensione buffer codice" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "Code Path non percorso" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "Code Path percorso" @@ -2840,11 +2903,11 @@ msgstr "Code Path percorso" msgid "Code:" msgstr "Codice:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Codici ricevuti!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Correzione Colore" @@ -2860,11 +2923,11 @@ msgstr "Correzione colore:" msgid "Color Space" msgstr "Spazio dei colori" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "&Visibilità colonna" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combina &due file signature..." @@ -2877,7 +2940,7 @@ msgstr "Condiviso" msgid "Comparand:" msgstr "Comparando:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2888,7 +2951,7 @@ msgstr "" "buon dump nei confronti della versione eShop Wii U del gioco. Dolphin non è " "in grado di verificarlo." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2898,7 +2961,7 @@ msgstr "" "dump. Ciononostante, è possibile che si tratti di un buon dump nei confronti " "della versione eShop Wii U del gioco. Dolphin non è in grado di verificarlo." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Compila gli shader prima dell'avvio" @@ -2906,9 +2969,9 @@ msgstr "Compila gli shader prima dell'avvio" msgid "Compiling Shaders" msgstr "Compilazione degli shader" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compressione" @@ -2916,7 +2979,7 @@ msgstr "Compressione" msgid "Compression Level:" msgstr "Livello di compressione:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Compressione:" @@ -2929,11 +2992,11 @@ msgstr "Cond." #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condizione" @@ -3076,7 +3139,7 @@ msgstr "Configura" msgid "Configure Controller" msgstr "Configura controller" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Configura Dolphin" @@ -3089,27 +3152,35 @@ msgstr "Configura input" msgid "Configure Output" msgstr "Configura output" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Conferma" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "Conferma hardcore off" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "Conferma logout" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Conferma cambio backend" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Arresto su conferma" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Conferma" @@ -3119,35 +3190,35 @@ msgstr "Conferma" msgid "Connect" msgstr "Collega" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Collega Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Collega tastiera USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Collega Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Collega Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Collega Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Collega Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Collega Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Connetti Wii Remote" @@ -3163,7 +3234,7 @@ msgstr "Connettersi a internet per avviare l'aggiornamento online di sistema?" msgid "Connected" msgstr "Connesso" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Connessione" @@ -3171,7 +3242,7 @@ msgstr "Connessione" msgid "Connection Type:" msgstr "Tipo di connessione" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Il contenuto {0:08x} è corrotto." @@ -3188,23 +3259,23 @@ msgstr "Controlla modalità golf NetPlay" msgid "Control Stick" msgstr "Control Stick" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Profilo controller" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Profilo controller 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Profilo controller 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Profilo controller 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Profilo controller 4" @@ -3216,6 +3287,22 @@ msgstr "Impostazioni controller" msgid "Controllers" msgstr "Controller" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" +"Controlla la velocità di emulazione rispetto l'hardware originale." +"

Valori maggiori di 100% emuleranno a velocità maggiori, a patto che " +"il tuo sistema lo permetta. Valori minori di 100% rallenteranno " +"l'emuiazione. Illimitato emulerà alla massima velocità permessa dal tuo " +"hardware.

Nel dubbio, seleziona 100%. " + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3228,7 +3315,7 @@ msgstr "" "HDR.

L'output HDR è richiesto perché questa funzione abbia effetto." "

Nel dubbio, lascia a 203." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3240,7 +3327,7 @@ msgstr "" "valore alto crea un maggiore effetto di fuori-dallo-schermo, mentre un " "valore più basso potrebbe risultare meno fastidioso." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3254,7 +3341,7 @@ msgstr "" "risoluzione interna, migliori saranno le prestazioni." "

Nel dubbio, seleziona Nativo." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3288,17 +3375,17 @@ msgstr "" "Controlla se usare l'emulazione DSP di alto o basso livello. Il default è " "Attivo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Convergenza" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Convergenza:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Conversione fallita." @@ -3306,9 +3393,9 @@ msgstr "Conversione fallita." msgid "Convert" msgstr "Converti" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Converti ora file in cartella" @@ -3316,9 +3403,9 @@ msgstr "Converti ora file in cartella" msgid "Convert File..." msgstr "Converti file..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Converti ora cartella in file" @@ -3341,8 +3428,8 @@ msgstr "" "Vuoi continuare lo stesso?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Conversione in corso..." @@ -3386,45 +3473,45 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Copia" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "Copia &funzione" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "Copia &esadecimale" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Copia indirizzo" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "Copia &riga di codice" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Copia non riuscita" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Copia esadecimale" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "Copia indirizzo tar&get" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copia valore" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "(&l) Copia riga di codice" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Copia indirizzo tar&get" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Copia su A" @@ -3439,11 +3526,6 @@ msgstr "Copia su B" msgid "Core" msgstr "Core" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "Core non inizializzato." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Correzione spazio colore" @@ -3452,21 +3534,16 @@ msgstr "Correzione spazio colore" msgid "Correct SDR Gamma" msgstr "Correzione gamma SDR" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Costo" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Impossibile comunicare con l'host." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Impossibile creare il client." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Impossibile creare il peer." @@ -3486,7 +3563,7 @@ msgstr "" "Impossibile recuperare informazioni sull'aggiornamento da Nintendo. " "Controlla la connettività, quindi riprova." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3497,7 +3574,7 @@ msgstr "" "\n" "La console emulata terminerà." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3544,16 +3621,16 @@ msgstr "" "Impossibile avviare il titolo {0:016x} in quanto mancante dalla NAND.\n" "Il software attualmente emulato probabilmente ora si bloccherà." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Impossibile riconoscere il file {0}" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Impossibile salvare i cambiamenti!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Impossibile avviare processo di aggiornamento: {0}" @@ -3577,7 +3654,7 @@ msgstr "" "Se è così, allora potresti dover reimpostare la posizione della memory card " "nelle opzioni." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Impossibile raggiungere il server centrale" @@ -3589,7 +3666,7 @@ msgstr "Impossibile aprire il file." msgid "Couldn't read file." msgstr "Impossibile leggere il file." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Paese:" @@ -3622,7 +3699,7 @@ msgid "Create..." msgstr "Crea..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Autore: " @@ -3630,11 +3707,11 @@ msgstr "Autore: " msgid "Critical" msgstr "Critico" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Taglia immagine lungo i bordi" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3650,11 +3727,11 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Riduci vertici sulla CPU" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3665,11 +3742,11 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Regione corrente" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Valore attuale" @@ -3677,7 +3754,7 @@ msgstr "Valore attuale" msgid "Current context" msgstr "Contesto corrente" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Gioco corrente" @@ -3685,11 +3762,11 @@ msgstr "Gioco corrente" msgid "Current thread" msgstr "Thread corrente" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Personalizzato" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Personalizzato (allarga)" @@ -3697,19 +3774,19 @@ msgstr "Personalizzato (allarga)" msgid "Custom Address Space" msgstr "Spazio degli indirizzi personalizzato" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Altezza rapporto d'aspetto personalizzato" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Larghezza rapporto d'aspetto personalizzato" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Rapporto d'aspetto personalizzato:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Opzioni RTC personalizzato" @@ -3721,6 +3798,32 @@ msgstr "Personalizzato:" msgid "Customize" msgstr "Personalizza" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "Cicli %" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "Media cicli" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "Md. cicli" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "Percentuale cicli" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "Cicli trascorsi" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3751,7 +3854,7 @@ msgstr "Console DJ" msgid "DK Bongos" msgstr "Bongo DK" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP Emulation Engine" @@ -3759,15 +3862,15 @@ msgstr "DSP Emulation Engine" msgid "DSP HLE (fast)" msgstr "DSP HLE (veloce)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (consigliato)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "Interpreter DSP LLE (molto lento)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "Ricompilatore DSP LLE (lento)" @@ -3797,7 +3900,7 @@ msgstr "Dance Mat" msgid "Dark" msgstr "Buio" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Dati" @@ -3825,7 +3928,7 @@ msgstr "Dati in un formato non riconosciuto o corrotti." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "Inconsistenza nei dati in GCMemcardManager, azione annullata." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Dati ricevuti!" @@ -3842,8 +3945,8 @@ msgstr "Zona morta" msgid "Debug" msgstr "Debug" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Debugging" @@ -3852,40 +3955,40 @@ msgstr "Debugging" msgid "Decimal" msgstr "Decimale" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Qualità decodifica:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Riduci" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Riduci convergenza" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Riduci profondità" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Diminuisci velocità di emulazione" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Riduci IR" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Slot stato selezionato precedente" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Riduci X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Riduci Y" @@ -3899,7 +4002,7 @@ msgstr "Default" msgid "Default Config (Read Only)" msgstr "Configurazione di default (sola lettura)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Dispositivo predefinito" @@ -3915,7 +4018,7 @@ msgstr "ISO predefinita:" msgid "Default thread" msgstr "Thread predefinito" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Posponi invalidazione cache EFB" @@ -3923,7 +4026,7 @@ msgstr "Posponi invalidazione cache EFB" msgid "Defer EFB Copies to RAM" msgstr "Posponi copie EFB su RAM" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3939,8 +4042,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Elimina" @@ -3958,7 +4061,7 @@ msgstr "Elimina i file selezionati..." msgid "Delete the existing file '{0}'?" msgstr "Eliminare il file esistente '{0}'?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Profondità" @@ -3966,22 +4069,22 @@ msgstr "Profondità" msgid "Depth Percentage:" msgstr "Percentuale profondità:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Profondità:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Descrizione" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Descrizione:" @@ -3989,7 +4092,7 @@ msgstr "Descrizione:" msgid "Description: %1" msgstr "Descrizione: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "Destinazione" @@ -4002,16 +4105,16 @@ msgstr "Destinazione (percorso socket UNIX o indirizzo:porta)" msgid "Destination (address:port):" msgstr "Destinazione (indirizzo:porta):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Max destinazione" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "Min destinazione" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "Simbolo di destinazione" @@ -4024,7 +4127,7 @@ msgstr "Scollegato" msgid "Detect" msgstr "Rileva" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Individuazione moduli RSO" @@ -4032,7 +4135,7 @@ msgstr "Individuazione moduli RSO" msgid "Deterministic dual core:" msgstr "Dual core deterministico:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Dev (più volte al giorno)" @@ -4054,7 +4157,7 @@ msgstr "Impostazioni periferica" msgid "Device VID (e.g., 057e)" msgstr "Device VID (es. 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Dispositivo:" @@ -4063,7 +4166,7 @@ msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" "Non è stato possibile riconoscere %1 come un file Riivolution XML valido." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Oscura lo schermo dopo cinque minuti di inattività." @@ -4087,19 +4190,19 @@ msgstr "Disabilita Bounding Box" msgid "Disable Copy Filter" msgstr "Disabilita copia filtro" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Disattiva copie EFB VRAM" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Disabilita limite velocità di emulazione" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Disabilita Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Disabilita Fastmem Arena" @@ -4107,11 +4210,11 @@ msgstr "Disabilita Fastmem Arena" msgid "Disable Fog" msgstr "Disabilita nebbia" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Disabilita cache JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Disabilita grandi mappe degli entry point" @@ -4119,7 +4222,7 @@ msgstr "Disabilita grandi mappe degli entry point" msgid "Disabled" msgstr "Disabilitato" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4130,7 +4233,7 @@ msgstr "" "alcuni giochi.

Nel dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Nel dubbio, lascia " "deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4154,7 +4257,7 @@ msgstr "" "in immagini più nitide. Causa alcuni difetti grafici." "

Nel dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4170,7 +4273,8 @@ msgstr "Disco" msgid "Discard" msgstr "Annulla" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Impostazioni di visualizzazione" @@ -4205,15 +4309,15 @@ msgstr "Distanza" msgid "Distance of travel from neutral position." msgstr "Distanza di movimento dalla posizione neutrale." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Autorizzi Dolphin a inviare informazioni agli sviluppatori di Dolphin?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Vuoi aggiungere \"%1\" alla lista dei Percorsi di Gioco?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Vuoi cancellare la lista dei nomi dei simboli?" @@ -4223,7 +4327,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "Vuoi eliminare %n file di salvataggio selezionato/i?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vuoi interrompere l'emulazione in corso?" @@ -4231,12 +4335,12 @@ msgstr "Vuoi interrompere l'emulazione in corso?" msgid "Do you want to try to repair the NAND?" msgstr "Vuoi provare a correggere la NAND?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Decoder Dolby Pro Logic II" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Log FIFO Dolphin (*.dff)" @@ -4244,22 +4348,22 @@ msgstr "Log FIFO Dolphin (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Preset Dolphin Game Mod" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "File mappa Dolphin (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "File signature CSV Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "File signature Dolphin" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Filmati TAS Dolphin (*.dtm)" @@ -4302,11 +4406,11 @@ msgstr "Dolphin non è riuscito a completare l'azione richiesta." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin è un emulatore di GameCube e Wii gratuito e open-source." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin è troppo vecchio per il server traversal" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4314,19 +4418,11 @@ msgstr "" "Dolphin non è in grado di verificare correttamente i file TGC, in quanto non " "sono dump di dischi effettivi." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin non è in grado di verificare dischi senza licenza." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolhin userà questa impostazione per i titoli di cui non potrà riconoscere " -"automaticamente la regione." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Il sistema codici di Dolphin è attualmente disabilitato." @@ -4335,7 +4431,7 @@ msgstr "Il sistema codici di Dolphin è attualmente disabilitato." msgid "Domain" msgstr "Dominio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Non aggiornare" @@ -4360,7 +4456,7 @@ msgstr "Porte bloccate" msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4370,40 +4466,40 @@ msgstr "Double" msgid "Down" msgstr "Giù" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Scarica codici" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Scarica codici dal Database WiiRD" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Scarica le Copertine dei Giochi da GameTDB.com per la Modalità Griglia" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Download completato" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Scaricati %1 codici. (aggiunti %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" "Scarica le cover di gioco da GameTDB.com per visualizzarle nella " "visualizzazione a griglia della lista di giochi. Se quest'opzione è " -"deselezionata, la lista giochi visualizzerà un logo generato dai file di " -"salvataggio del gioco, o un logo generico in loro assenza.

La " -"visualizzazione a lista userà sempre il logo del file di salvataggio." +"deselezionata, la lista giochi visualizzerà un logo dai dati di salvataggio " +"del gioco, o un logo generico in loro assenza.

La visualizzazione a " +"lista userà sempre il logo del file di salvataggio." "

Nel dubbio, lascia selezionato." #. i18n: The "Drawsome" (combination of "Draw" and "Awesome") tablet wiimote extension by Ubisoft. @@ -4445,19 +4541,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Dump audio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Dump texture base" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Dump del target EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump dei frame" @@ -4465,7 +4561,7 @@ msgstr "Dump dei frame" msgid "Dump GameCube BBA traffic" msgstr "Scarica traffico GameCube BBA" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Dump Mip Map" @@ -4473,7 +4569,7 @@ msgstr "Dump Mip Map" msgid "Dump Path:" msgstr "Percorso dump:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Dump del Target XFB" @@ -4498,7 +4594,7 @@ msgstr "Dump certificati peer" msgid "Dump root CA certificates" msgstr "Dump certificati root CA" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Nel dubbio, " "lascia deselezionato.
" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4517,7 +4613,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4536,15 +4632,15 @@ msgstr "Durata rilascio pulsante turbo (in frame):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Olandese" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Esci" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "Copia EFB %1" @@ -4560,7 +4656,7 @@ msgstr "" "potrebbe essere necessario un riavvio per permettere a Windows di " "riconoscere il nuovo driver." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4572,7 +4668,7 @@ msgstr "" "Adatto ai giochi competitivi dove l'imparzialità e la latenza minima sono " "più importanti." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Aggiornamenti anticipati della memoria" @@ -4591,16 +4687,16 @@ msgstr "Est Asia" msgid "Edit Breakpoint" msgstr "Modifica punto di interruzione" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Modifica condizionale" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Modifica espressione condizionale" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Modifica..." @@ -4609,6 +4705,11 @@ msgstr "Modifica..." msgid "Editor" msgstr "Editor" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "Ind. reale" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4620,11 +4721,20 @@ msgstr "Effetto" msgid "Effective" msgstr "Effettivo" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "Indirizzo reale" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "L'indirizzo reale %1 non ha un corrispondente indirizzo fisico" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Priorità effettiva" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4646,7 +4756,7 @@ msgstr "Embedded Frame Buffer (EFB)" msgid "Empty" msgstr "Vuoto" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Thread dell'emulatore già in esecuzione" @@ -4674,7 +4784,7 @@ msgstr "" "Emula la velocità disco dell'hardware reale. Disabilitarlo potrebbe causare " "instabilità. L'impostazione predefinita è Abilitato" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Dispositivi USB emulati" @@ -4692,27 +4802,27 @@ msgstr "" "Attuale: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Velocità di emulazione" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Attiva" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Abilita layer di validazione API" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Abilita audio stretching" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Abilita trucchi" @@ -4720,15 +4830,15 @@ msgstr "Abilita trucchi" msgid "Enable Controller Inpu&t" msgstr "Abilita Inpu&t Controller" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Abilita RTC personalizzato" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Abilita UI debugging" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "Abilita presenza Discord" @@ -4736,19 +4846,19 @@ msgstr "Abilita presenza Discord" msgid "Enable Dual Core" msgstr "Abilita Dual Core" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Abilita Dual Core (aumenta la velocità)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "Abilita Dual Core (speedhack)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Abilita override del clock della CPU emulata" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Abilità override dimensione memoria emulata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Abilita Achievement Encore" @@ -4756,15 +4866,15 @@ msgstr "Abilita Achievement Encore" msgid "Enable FPRF" msgstr "Abilita FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Abilita mod grafiche" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Abilita modalità hardcore" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4798,33 +4908,33 @@ msgstr "" "disattivazione della Modalità Hardcore durante il gioco ne richiede la " "chiusura prima che possa essere riabilitata nuovamente." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "Abilita JIT Block Profiling" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Abilita MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Abilita Notifica Avanzamento" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Abilita scansione progressiva" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Abilita integrazione RetroAchievements.org" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Abilita vibrazione" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Abilita screen saver" @@ -4832,27 +4942,27 @@ msgstr "Abilita screen saver" msgid "Enable Speaker Data" msgstr "Abilita dati altoparlante" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "Abilita modalità spettatore" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Abilita achievement non ufficiali" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Abilita report statistiche d'uso" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Abilita WiiConnect24 tramite WiiLink" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Abilita wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Abilita cache write-back (lento)" @@ -4865,7 +4975,7 @@ msgstr "" "causare crash e diversi problemi in alcuni giochi. (ON = Compatibilità, OFF " "= Sbloccato)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4877,7 +4987,7 @@ msgstr "" "RetroAchievements. Dolphin non salva la password localmente e usa un token " "API per mantenere l'autenticazione." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4887,7 +4997,7 @@ msgstr "" "messaggio a scomparsa ogni volta che il giocatore avanza nel progresso " "cumulativo di un achievement, come la raccolta di 60 stelle su 120." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4901,7 +5011,7 @@ msgstr "" "condizioni, utile per speedrun custom o anche solo per divertimento." "

L'impostazione avrà effetto dal prossimo gioco caricato." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4918,7 +5028,7 @@ msgstr "" "altrimenti.

Se è spento all'avvio di un gioco, è possibile abilitarlo " "o disabilitarlo liberamente durante l'esecuzione." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4931,7 +5041,7 @@ msgstr "" "potrebbero essere utili per testing o anche solo per divertimento." "

L'impostazione avrà effetto dal prossimo gioco caricato." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4947,26 +5057,26 @@ msgstr "" "Abilita il calcolo rapido delle unità a virgola mobile, necessario per " "alcuni giochi. (ON = Compatibilità, OFF = Velocità)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" "Abilita il riconoscimento di mipmap arbitrarie, usate da alcuni giochi per " "ottenere effetti dipendenti dalla distanza.

Potrebbe ottenere falsi " "positivi, causando texture sfocate a maggiori risoluzioni interne, come in " "giochi che utilizzano mipmap di risoluzioni molto basse. Disabilitandolo, " -"potrebbe ridursi lo stutter in giochi che caricano spesso nuove texture. " -"Questa funzione non è compatibile con Decodifica Texture GPU." -"

Nel dubbio, lascia deselezionato.
Questa funzione è disabilitata quando Decodifica texture GPU è " +"abilitato.

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4978,7 +5088,7 @@ msgstr "" "meno che non sia assolutamente necessaria.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4990,7 +5100,7 @@ msgstr "" "solo il backend Vulkan ne trarrebbe beneficio.

Nel " "dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -5000,7 +5110,7 @@ msgstr "" "La maggior parte dei giochi ne è compatibile.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -5017,7 +5127,7 @@ msgstr "" "giochi continueranno a renderizzare in SDR.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" "Attiva lo stretching dell'audio affinché corrisponda alla velocità " @@ -5027,14 +5137,14 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" "Abilita la decodifica delle texture usando la GPU al posto della CPU." "

Potrebbe aumentare le perfomance in alcuni casi, soprattutto se la " -"CPU fa da collo di bottiglia.

Questa opzione non è compatibile con " -"Mipmap Detection arbitraria.

Nel dubbio, lascia " +"CPU fa da collo di bottiglia.

Se abilitato, Mipmap detection " +"arbitraria verrà disabilitato.

Nel dubbio, lascia " "deselezionato." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -5045,7 +5155,7 @@ msgstr "" "Abilita l'Unità di Gestione della Memoria (MMU), necessaria per alcuni " "giochi. (ON = Compatibilità, OFF = Velocità)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
Nel dubbio, lascia " "deselezionato." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -5067,7 +5177,21 @@ msgstr "" "Meteo e i Canali Nintendo\n" "Leggi i Termini del Servizio su: https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" +"Abilita l'uso dei codici AR e Gecko, che possono essere usati per modificare " +"il comportamento dei giochi. Questi codici possono essere configurati con il " +"Cheat Manager nel menu Strumenti.

L'impostazione non può essere " +"modificata a emulazione avviata.

Nel dubbio, lascia " +"deselezionato." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -5079,7 +5203,7 @@ msgstr "" "simboli di debug per gli shader compilati.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -5105,17 +5229,17 @@ msgstr "" "\n" "Importazione annullata." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Fine Ind" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet non è stato inizializzato" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Inglese" @@ -5134,7 +5258,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "Inserisci ID del dispositivo USB" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Inserisci indirizzo da controllare:" @@ -5160,78 +5284,77 @@ msgstr "" "Inserisci l'indirizzo IP e la porta dell'istanza tapserver a cui vuoi " "connetterti." -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Inserisci l'indirizzo del modulo RSO:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5242,10 +5365,10 @@ msgstr "Inserisci l'indirizzo del modulo RSO:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Errore" @@ -5257,7 +5380,7 @@ msgstr "Log errori" msgid "Error Opening Adapter: %1" msgstr "Errore apertura adattatore: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Errore recuperando i salvataggi!" @@ -5267,7 +5390,7 @@ msgstr "Errore recuperando i salvataggi!" msgid "Error converting value" msgstr "Errore nella conversione del valore" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Errore nel caricamento della lingua selezionata. Ritorno alla lingua di " @@ -5277,15 +5400,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Errore durante l'ottenimento della lista delle sessioni: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Si è verificato un errore durante il caricamento dei texture pack" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Errore processando i codici." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Errore processando i dati." @@ -5293,11 +5416,11 @@ msgstr "Errore processando i dati." msgid "Error reading file: {0}" msgstr "Errore durante la lettura del file: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Errore sincronizzando i cheat code!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Errore sincronizzando i dati di salvataggio!" @@ -5341,7 +5464,7 @@ msgstr "Errore: GBA{0} non è riuscito ad aprire la ROM in {1}" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Errore: GBA{0} non è riuscito ad aprire il salvataggio in {1}" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Errore: Questa build non supporta i controller GBA emulati" @@ -5362,11 +5485,11 @@ msgstr "" "caricati. I giochi potrebbero non mostrare correttamente i caratteri, o " "crashare." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Sono stati trovati errori in {0} blocchi nella partizione {1}." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" "Sono stati trovati errori in {0} blocchi inutilizzati nella partizione {1}." @@ -5376,12 +5499,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Ubershader esclusivi" @@ -5389,15 +5512,15 @@ msgstr "Ubershader esclusivi" msgid "Exit" msgstr "Esci" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "Previsto + o chiusa paren." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Argomenti previsti:" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "Argomenti previsti: {0}" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Prevista chiusa paren." @@ -5409,27 +5532,27 @@ msgstr "Virgola prevista." msgid "Expected end of expression." msgstr "Termine di espressione prevista." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Previsto nome dell'input." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Prevista apri paren." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Inizio di espressione prevista." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Prevista nome variabile." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Sperimentale" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Esporta tutti i salvataggi Wii" @@ -5440,11 +5563,11 @@ msgstr "Esporta tutti i salvataggi Wii" msgid "Export Failed" msgstr "Esportazione non riuscita" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Esporta registrazione" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Esporta registrazione..." @@ -5472,14 +5595,14 @@ msgstr "Esporta come .&gcs..." msgid "Export as .&sav..." msgstr "Esporta come .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "Esportato/i %n salvataggio/i" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Estensione" @@ -5492,7 +5615,7 @@ msgstr "Estensione input di movimento" msgid "Extension Motion Simulation" msgstr "Estensione simulazione di movimento" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Esterno" @@ -5500,35 +5623,35 @@ msgstr "Esterno" msgid "External Frame Buffer (XFB)" msgstr "External Frame Buffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Estrai certificati da NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Estrai disco intero..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Estrai partizione intera..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Estrai file..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Estrai file..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Estrai dati di sistema..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Estrazione di tutti i file..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Estrazione cartella..." @@ -5538,7 +5661,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Lettore FIFO" @@ -5554,15 +5677,15 @@ msgstr "" "Fallita apertura della memory card:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Fallito l'inserimento di questa sessione all'indice NetPlay: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Impossibile aggiungere il file di signature '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "Impossibile richiedere l'interfaccia per il ponte BT: {0}" @@ -5578,7 +5701,7 @@ msgstr "Fallita rimozione dello Skylander dallo slot %1!" msgid "Failed to connect to Redump.org" msgstr "Impossibile connettersi a Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Impossibile connettersi al server: %1" @@ -5619,36 +5742,36 @@ msgstr "" "\n" "Lo Skylander potrebbe già essere nel portale" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "Impossibile eliminare il file di salvataggio NetPlay GBA{0}. Controlla di " "avere i corretti permessi di scrittura." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Impossibile eliminare la memory card NetPlay. Controlla di avere i corretti " "permessi di scrittura." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Fallita la rimozione del file selezionato." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "Impossibile disconnettere il driver kernel per il ponte BT: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Download dei codici non riuscito." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Fallito il dump %1: Impossibile aprire il file" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Fallito il dump %1: Impossibile scrivere il file" @@ -5661,15 +5784,15 @@ msgstr "Fallita l'esportazione di %n su %1 file di salvataggio." msgid "Failed to export the following save files:" msgstr "Fallita l'esportazione dei seguenti file di salvataggio:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Fallita estrazione dei certificati dalla NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Estrazione del file non riuscita." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Fallita estrazione dei dati di sistema." @@ -5691,14 +5814,14 @@ msgstr "Impossibile trovare uno o più simboli D3D" msgid "Failed to import \"%1\"." msgstr "Importazione di \"%1\" non riuscita." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Fallita l'importazione del salvataggio. Avvia il gioco una volta, poi " "riprova." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5706,7 +5829,7 @@ msgstr "" "Fallita l'importazione del salvataggio. Il file sembra corrotto o non è un " "file di salvataggio Wii valido." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5717,7 +5840,7 @@ msgstr "" "ripararla (Strumenti -> Gestisci NAND -> Controlla NAND...), quindi importa " "di nuovo il salvataggio." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Inizializzazione fallita" @@ -5731,7 +5854,7 @@ msgstr "" "Accertati che la tua scheda video supporti almeno D3D 10.0\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Impossibile inizializzare le classi del renderer" @@ -5740,11 +5863,11 @@ msgid "Failed to install pack: %1" msgstr "Fallita installazione del pack: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Fallita installazione del titolo nella NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5752,8 +5875,8 @@ msgstr "" "Fallito l'ascolto sulla porta %1. C'è già un'altra istanza di un server " "NetPlay in esecuzione?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Fallito caricamento del modulo RSO a %1" @@ -5765,7 +5888,7 @@ msgstr "Caricamento d3d11.dll non riuscito" msgid "Failed to load dxgi.dll" msgstr "Caricamento dxgi.dll non riuscito" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Fallita l'apertura del file mappa '%1'" @@ -5781,7 +5904,7 @@ msgstr "" "Fallito caricamento del file Skylander:\n" "%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Impossibile caricare l'eseguibile in memoria." @@ -5797,25 +5920,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Impossibile modificare lo Skylander!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "Fallita l'apertura di \"%1\" per la scrittura." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "Fallita l'apertura di \"{0}\" per la scrittura." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Fallita l'apertura di '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Impossibile aprire il dispositivo Bluetooth: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "Impossibile aprire il dispositivo Bluetooth: {:04x}:{:04x}: {}" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "Fallita l'apertura dello snapshot Branch Watch \"%1\"" @@ -5849,7 +5972,7 @@ msgstr "" msgid "Failed to open file." msgstr "Impossibile aprire il file." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Impossibile avviare il server" @@ -5890,7 +6013,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Fallita l'apertura del file di input \"%1\"." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5905,7 +6028,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Fallito parsing dei dati di Redump.org" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "Non è stato possibile convertire il valore in input nel tipo indicato." @@ -5918,7 +6041,7 @@ msgid "Failed to read from file." msgstr "Accesso non riuscito al file." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Fallita la lettura dal file di input \"{0}\"." @@ -5990,49 +6113,49 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Fallita rimozione del titolo dalla NAND" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Impossibile resettare la cartella NetPlay GCI. Controlla di avere i corretti " "permessi di scrittura." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Impossibile resettare la cartella NetPlay NAND. Controlla di avere i " "corretti permessi di scrittura." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "Impossibile resettare la cartella di reindirizzamento NetPlay. Controlla di " "avere i corretti permessi di scrittura." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "Fallito il salvataggio dello snapshot Branch Watch \"%1\"" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Fallito il salvataggio del log FIFO." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Impossibile salvare la mappa del codice nel percorso '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Impossibile salvare il file di signature '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Impossibile salvare la mappa dei simboli nel percorso '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Impossibile salvare nel file di signature '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -6051,11 +6174,11 @@ msgstr "Fallista disinstallazione del pack: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Scrittura di BT.DINF su SYSCONF non riuscita" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Fallita scrittura dei dati Mii." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Fallita scrittura del salvataggio Wii." @@ -6069,7 +6192,7 @@ msgstr "Fallita la scrittura del file di configurazione!" msgid "Failed to write modified memory card to disk." msgstr "Impossibile scrivere la memory card modificata sul disco." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "Fallita scrittura del salvataggio redirezionato." @@ -6078,7 +6201,7 @@ msgid "Failed to write savefile to disk." msgstr "Impossibile scrivere il salvataggio su disco." #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -6088,20 +6211,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Errore" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Ritardo input imparziale" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Regione alternativa" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Regione alternativa:" @@ -6122,7 +6246,7 @@ msgstr "" "Desincronizzazione fatale. Interruzione della riproduzione. (Errore in " "PlayWiimote: {0} != {1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Campo visivo" @@ -6135,46 +6259,46 @@ msgstr "Statuina numero:" msgid "Figure type" msgstr "Tipo di figura" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Dettagli del file" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Formato del file" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Formato del file:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Info file" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nome file" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Percorso:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Dimensioni del file" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Dimensione del file:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Il file non contiene codici." @@ -6186,7 +6310,7 @@ msgstr "Nome file" msgid "Files opened, ready to compress." msgstr "File aperti, pronti alla compressione." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6221,7 +6345,7 @@ msgstr "Trova &successivo" msgid "Find &Previous" msgstr "Trova &precedente" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Termina calibrazione" @@ -6256,12 +6380,6 @@ msgstr "Ripara checksum falliti" msgid "Fixed Alignment" msgstr "Allineamento fisso" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Flag" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6271,11 +6389,11 @@ msgstr "Flag" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "Segui &flusso" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Per ottenere un risultato migliore, muovi lentamente l'input in ogni " @@ -6297,7 +6415,7 @@ msgstr "" "Per istruzioni sull'installazione, consulta questa pagina." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forza 16:9" @@ -6305,7 +6423,7 @@ msgstr "Forza 16:9" msgid "Force 24-Bit Color" msgstr "Forza colore 24-Bit" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forza 4:3" @@ -6337,15 +6455,15 @@ msgstr "Forza ascolto su porta:" msgid "Force Nearest" msgstr "Forza adiacente" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "Forzato a off perché %1 non supporta l'espansione VS" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "Forzato a on perché %1 non supporta i geometry shader." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6361,7 +6479,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6373,7 +6491,7 @@ msgstr "" "e causa minori difetti grafici.

Nel dubbio, lascia " "selezionato." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6386,7 +6504,7 @@ msgstr "" msgid "Format:" msgstr "Formato:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6401,38 +6519,38 @@ msgstr "Inoltra porta (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Trovati %1 risultati per \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "Indirizzi trovatI: %n" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Frame %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Avanza di un fotogramma" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Riduci velocità avanzamento frame" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Aumenta velocità avanzamento frame" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Reimposta velocità avanzamento frame" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Dumping dei frame" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Intervallo fotogramma" @@ -6440,7 +6558,7 @@ msgstr "Intervallo fotogramma" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "L'immagine/i del fotogramma '{0}' esiste già. Vuoi sovrascrivere?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Fotogrammi da registrare:" @@ -6460,7 +6578,7 @@ msgstr "Blocchi liberi: %1" msgid "Free Look Control Type" msgstr "Tipo controlli camera libera" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Controller camera libera %1" @@ -6480,22 +6598,26 @@ msgstr "" "istruzioni dettagliate, consulta questa pagina." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "Memoria libera:" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "CameraLibera" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Camera libera" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Abilita/Disabilita camera libera" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francese" @@ -6514,8 +6636,8 @@ msgid "From" msgstr "Da" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Da:" @@ -6523,11 +6645,12 @@ msgstr "Da:" msgid "FullScr" msgstr "Schermo intero" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funzione" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Impostazioni funzionalità" @@ -6547,7 +6670,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "Percorso cartuccia GBA:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "Core GBA" @@ -6563,19 +6686,19 @@ msgstr "Impostazioni GBA" msgid "GBA TAS Input %1" msgstr "GBA TAS Input %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "Volume GBA" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "Dimensioni finestra GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "Cambiata ROM GBA%1 in \"%2\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM GBA%1 disabilitata" @@ -6599,7 +6722,7 @@ msgstr "GCMemcardDirectory: ClearBlock chiamato con indirizzo non valido" msgid "GCZ GC/Wii images (*.gcz)" msgstr "Immagini GCZ GC/Wii (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6623,7 +6746,7 @@ msgstr "GL_MAX_TEXTURE_SIZE è {0} - deve essere almeno 1024." msgid "GPU Texture Decoding" msgstr "Decodificatore texture GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6635,7 +6758,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: ERRORE OGL: La tua scheda video supporta OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6643,7 +6766,7 @@ msgstr "" "GPU: ERRORE OGL: Serve GL_ARB_map_buffer_range.\n" "GPU: La tua scheda video supporta OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6651,7 +6774,7 @@ msgstr "" "GPU: ERRORE OGL: Occorre GL_ARB_sampler_objects.\n" "GPU: La tua scheda video supporta OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6659,7 +6782,7 @@ msgstr "" "GPU: ERRORE OGL: Occorre GL_ARB_uniform_buffer_object.\n" "GPU: La tua scheda video supporta OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6675,7 +6798,7 @@ msgstr "" "GPU: ERRORE OGL: Occorre OpenGL versione 3.\n" "GPU: La tua scheda video supporta OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6698,16 +6821,16 @@ msgstr "" msgid "Game" msgstr "Gioco" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Schede di gioco Game Boy Advance (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6715,7 +6838,7 @@ msgstr "" "ROM Game Boy Advance (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "Tutti i file (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance sulla porta %1" @@ -6727,7 +6850,7 @@ msgstr "Spazio colore di gioco:" msgid "Game Config" msgstr "Configurazione di gioco" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Dettagli del gioco" @@ -6743,25 +6866,25 @@ msgstr "Gamma di gioco" msgid "Game Gamma:" msgstr "Gamma di gioco:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID gioco" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID gioco:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Stato del gioco" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Cambiato gioco in \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6770,15 +6893,15 @@ msgstr "" "Proprietà, vai alla scheda Verifica e seleziona Verifica Integrità per " "controllare l'hash." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "Il gioco ha un diverso numero di disco" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "Il gioco ha una revisione differente" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Il gioco è già in esecuzione!" @@ -6789,7 +6912,7 @@ msgstr "" "Gioco sovrascritto con un altro salvataggio. Corruzione in posizione {0:#x}, " "{1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "La regione del gioco non coincide" @@ -6809,11 +6932,11 @@ msgstr "Adattatore GameCube per Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "Adattatore GameCube per Wii U su porta %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "Controller GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "Controller GameCube su porta %1" @@ -6821,11 +6944,11 @@ msgstr "Controller GameCube su porta %1" msgid "GameCube Controllers" msgstr "Controller GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "Tastiera GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "Tastiera GameCube su porta %1" @@ -6842,7 +6965,7 @@ msgstr "Memory Card GameCube" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "Memory Card GameCube (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "Microfono GameCube slot %1" @@ -6870,45 +6993,55 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Codici Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Generale" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Generale e opzioni" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "Codici Action Replay generati" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Genera una nuova identità statistiche" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" +"Genera un nuovo ID anonimo per le tue statistiche d'utilizzo. Dissocerà " +"qualunque futura statistica dalle tue statistiche precedenti." + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Codici AR generati." -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Generati nomi dei simboli da '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Tedesco" @@ -6916,11 +7049,11 @@ msgstr "Tedesco" msgid "Germany" msgstr "Germania" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "Fallita GetDeviceList: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6935,7 +7068,7 @@ msgstr "Gigante" msgid "Giants" msgstr "Giganti" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Modalità golf" @@ -6944,7 +7077,7 @@ msgid "Good dump" msgstr "Buon dump" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Video" @@ -6953,7 +7086,7 @@ msgstr "Video" msgid "Graphics Mods" msgstr "Mod grafiche" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Settaggi grafici" @@ -6962,7 +7095,7 @@ msgstr "Settaggi grafici" msgid "Graphics mods are currently disabled." msgstr "Le mod grafiche sono attualmente disabilitate." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6989,7 +7122,7 @@ msgstr "Verde sinistro" msgid "Green Right" msgstr "Verde destro" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Vista a griglia" @@ -7034,7 +7167,7 @@ msgstr "Testa" msgid "Help" msgstr "Aiuto" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Livello eroe:" @@ -7067,11 +7200,11 @@ msgstr "Esadecimale" msgid "Hide" msgstr "Nascondi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "Nascondi &controlli" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Nascondi tutto" @@ -7083,13 +7216,13 @@ msgstr "Nascondi sessioni in-game" msgid "Hide Incompatible Sessions" msgstr "Nascondi sessioni incompatibili" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Nascondi GBA remoti" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" @@ -7097,12 +7230,12 @@ msgstr "" "trova in primo piano.

Nel dubbio, seleziona "" "Al movimento"." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Alta" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Più alta" @@ -7125,15 +7258,39 @@ msgstr "Host" msgid "Host Code:" msgstr "Codice host:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "Dim. far code host" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "Cache far code host" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "Dimensione far code host" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Autorità input host" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Dimensione host" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "Dim. near code host" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "Cache near code host" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "Dimensione near code host" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -7145,14 +7302,22 @@ msgstr "" "Adatto a giochi casual con più di 3 giocatori, ma potenzialmente instabile " "su connessioni ad alta latenza." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Autorità input host disattivata" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Autorità input host attivata" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "Conteggio istruzioni host: %1 near %2 far (%3% esclusa)" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Host con NetPlay" @@ -7161,21 +7326,21 @@ msgstr "Host con NetPlay" msgid "Hostname" msgstr "Hostname" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Impostazioni Tasti di Scelta Rapida" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Tasti di scelta rapida" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "I tasti rapidi richiedono il focus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Ubershader ibridi" @@ -7202,7 +7367,7 @@ msgstr "L'ID inserito non è valido!" msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "Versione IOS:" @@ -7239,7 +7404,7 @@ msgid "IR" msgstr "Puntamento IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Sensibilità IR:" @@ -7280,7 +7445,7 @@ msgstr "" msgid "Icon" msgstr "Icona" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7291,11 +7456,11 @@ msgstr "" "Adatto a giochi a turni dipendenti dalle tempistiche dei controlli, come il " "golf." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Generazione identità" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7318,7 +7483,7 @@ msgstr "" "Questa autorizzazione può essere revocata in qualunque momento dal menu " "delle impostazioni di Dolphin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7338,7 +7503,7 @@ msgstr "" "Se disabilitato, lo stato di connessione del controller emulato è legato\n" "allo stato di connessione del dispositivo di default reale (se presente)" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7349,7 +7514,24 @@ msgstr "" "per testing.

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" +"Se selezionato, Dolphin può raccogliere dati sulle proprie performance, " +"sull'utilizzo delle feature, sui giochi emulati, su configurazioni e dati " +"del tuo hardware e sistema operativo installati.

Non verranno " +"raccolti dati privati. Questi dati ci aiutano a capire come giochi e " +"giocatori utilizzano Dolphin per indicarci dove dobbiamo impegnarci " +"maggiormente. Ci permettono anche di scovare configurazioni particolari che " +"causano bug o problemi di performance e stabilità." + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7365,7 +7547,7 @@ msgstr "" msgid "Ignore" msgstr "Ignora" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "Ignora &Apploader Branch Hits" @@ -7394,19 +7576,18 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" "Ignora tutte le richieste da parte della CPU di leggere da o scrivere " "sull'EFB.

Migliora le prestazioni in alcuni giochi, ma disabiliterà " "gli effetti grafici basati sull'EFB o funzionalità di gameplay relative." -"

Nel dubbio, lascia deselezionato." +"

Nel dubbio, lascia selezionato." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "XFB immediatamente presente" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7421,7 +7602,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importa backup NAND BootMII..." @@ -7436,15 +7617,15 @@ msgstr "Importazione non riuscita" msgid "Import Save File(s)" msgstr "Importa file di salvataggio" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importa salvataggio Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importazione di backup NAND in corso" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7453,7 +7634,7 @@ msgstr "" "Importazione del backup NAND in corso\n" " Tempo trascorso: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7471,7 +7652,7 @@ msgstr "" msgid "In-Game?" msgstr "In gioco?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7484,64 +7665,64 @@ msgstr "" "maggior tempo di salvataggio/caricamento.

Nel " "dubbio, lascia selezionato." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Valore livello eroe non valido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "Valore ultimo posizionamento non valido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "Valore ultimo reset non valido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Valore soldi non valido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Soprannome non valido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Valore tempo di gioco non valido!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Aumenta" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Aumenta convergenza" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Aumenta profondità" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Aumenta velocità di emulazione" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Aumenta IR" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Slot stato selezionato successivo" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Aumenta X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Aumenta Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Rotazione incrementale" @@ -7581,12 +7762,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informazioni" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Disabilita lo screensaver durante l'emulazione" @@ -7595,11 +7776,11 @@ msgid "Inject" msgstr "Inject" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Input" @@ -7613,19 +7794,16 @@ msgstr "Forza richiesta per l'attivazione" msgid "Input strength to ignore and remap." msgstr "Forza da ignorare e rimappare." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "Inserisci &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Inserisci &NOP" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Inserisci &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Inserisci scheda SD" @@ -7642,7 +7820,7 @@ msgstr "Partizione di installazione (%1)" msgid "Install Update" msgstr "Installa aggiornamento" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installa WAD..." @@ -7650,13 +7828,14 @@ msgstr "Installa WAD..." msgid "Install to the NAND" msgstr "Installa su NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Istr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Istruzione" @@ -7665,7 +7844,7 @@ msgstr "Istruzione" msgid "Instruction Breakpoint" msgstr "Punto di interruzione" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Istruzione:" @@ -7674,7 +7853,7 @@ msgstr "Istruzione:" msgid "Instruction: %1" msgstr "Istruzione: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7743,8 +7922,8 @@ msgstr "" "Errore Interno LZO - impossibile analizzare la stringa di versione " "decompressa ({0} / {1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Risoluzione interna" @@ -7753,15 +7932,15 @@ msgstr "Risoluzione interna" msgid "Internal Resolution:" msgstr "Risoluzione interna:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Errore interno durante la generazione del codice AR." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (il più lento)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7769,7 +7948,7 @@ msgstr "Interpreter Core" msgid "Invalid Expression." msgstr "Espressione non valida" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "JSON non valido ricevuto dal servizio di auto-aggiornamento : {0}" @@ -7777,7 +7956,7 @@ msgstr "JSON non valido ricevuto dal servizio di auto-aggiornamento : {0}" msgid "Invalid Mixed Code" msgstr "Codice misto invalido" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Pack non valido %1 fornito: %2" @@ -7786,11 +7965,11 @@ msgstr "Pack non valido %1 fornito: %2" msgid "Invalid Player ID" msgstr "ID giocatore non valido" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Indirizzo del modulo RSO non valido: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Stack di chiamate non valido" @@ -7802,7 +7981,7 @@ msgstr "Checksum invalidi." msgid "Invalid game." msgstr "Gioco non valido." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Host non valido" @@ -7811,7 +7990,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Input non valido nel campo \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Input non valido" @@ -7819,7 +7998,7 @@ msgstr "Input non valido" msgid "Invalid literal." msgstr "Letterale non valido." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Non sono stati forniti parametri validi alla ricerca." @@ -7849,13 +8028,21 @@ msgstr "" msgid "Invalid title ID." msgstr "Title ID non valido." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Indirizzo di controllo non valido: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "Inverti &condizione" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "Controllo inverti &riduzione" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiano" @@ -7868,80 +8055,81 @@ msgstr "Italia" msgid "Item" msgstr "Oggetto" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "Disattiva linking dei blocchi JIT" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "Blocchi JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Paired Off" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "Ricompilatore JIT per ARM64 (consigliato)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "Ricompilatore JIT per x86-64 (consigliato)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Registro cache JIT Off" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7950,16 +8138,17 @@ msgstr "" "cache. Questo non dovrebbe mai accadere. Per cortesia segnala questo " "problema nel bug tracker. Dolphin ora terminerà." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT non è attivo" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Giappone" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Giapponese" @@ -7970,7 +8159,7 @@ msgstr "Giapponese" msgid "Japanese (Shift-JIS)" msgstr "Giapponese (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -7978,12 +8167,12 @@ msgstr "" "Kaos è l'unico cattivo per questo trofeo ed è sempre sbloccato. Non serve " "modificare nulla!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Rimani in esecuzione" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Finestra sempre in cima" @@ -8013,20 +8202,20 @@ msgstr "Controller tastiera" msgid "Keys" msgstr "Tasti" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Kicka giocatore" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Corea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Coreano" @@ -8055,41 +8244,41 @@ msgstr "Salva LR" msgid "Label" msgstr "Etichetta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "Lingua" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Ultimo valore" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Ultimo posizionamento:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Ultimo reset:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Latenza:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Latenza: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Latenza: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Latenza: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Latenza: ~80 ms" @@ -8097,11 +8286,11 @@ msgstr "Latenza: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "Avviare questi titoli potrebbe anche correggere i problemi." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Classifiche" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -8160,6 +8349,19 @@ msgstr "" "Click sinistro/destro per configurare l'output.\n" "Click centrale per cancellare." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" +"Ti permette di usare lingue e impostazioni di regione specifiche che il " +"gioco potrebbe non supportare. Può causare crash e bug.

Questa " +"impostazione non può essere cambiata durante l'emulazione." +"

Nel dubbio, lascia deselezionato." + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -8193,11 +8395,11 @@ msgstr "Luce" msgid "Limit Chunked Upload Speed:" msgstr "Limite velocità upload a blocchi:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Lista colonne" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Vista a lista" @@ -8207,29 +8409,29 @@ msgstr "Ascolto" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Carica" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Carica file mappa &invalida..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Carica &altro file mappa..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "&Carica Branch Watch da..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "Carica snapshot Branch Watch" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Carica texture personalizzate" @@ -8237,24 +8439,29 @@ msgstr "Carica texture personalizzate" msgid "Load File" msgstr "Carica file" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Carica menu principale GameCube" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Carica solo salvataggio dell'host" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Carica ultimo stato di gioco" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "Carica file mappa" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Carica percorso:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Carica ROM" @@ -8262,137 +8469,132 @@ msgstr "Carica ROM" msgid "Load Slot" msgstr "Carica slot" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Carica stato di gioco" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Carica stato di gioco in posizione 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Carica stato di gioco in posizione 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Carica stato di gioco in posizione 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Carica stato di gioco in posizione 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Carica stato di gioco in posizione 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Carica stato di gioco in posizione 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Carica stato di gioco in posizione 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Carica stato di gioco in posizione 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Carica stato di gioco in posizione 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Carica stato di gioco in posizione 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Carica stato di gioco da slot 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Carica stato di gioco da slot 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Carica stato di gioco da slot 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Carica stato di gioco da slot 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Carica stato di gioco da slot 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Carica stato di gioco da slot 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Carica stato di gioco da slot 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Carica stato di gioco da slot 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Carica stato di gioco da slot 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Carica stato di gioco da slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Carica stato da file" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Carica stato dallo slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Carica stato da slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Carica menu di sistema Wii %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Carica e scrivi salvataggio dell'host" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Carica dallo slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Carica da slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Carica mappa" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Carica menu di sistema vWii %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Carica..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Caricati simboli da '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8402,7 +8604,7 @@ msgstr "" "User/Load/DynamicInputTextures/<game_id>/.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8410,22 +8612,22 @@ msgstr "" "Carica mod grafiche da User/Load/GraphicsMods/.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Locale" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Blocca il cursore del mouse" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Bloccato" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" @@ -8434,7 +8636,7 @@ msgstr "" "dubbio, lascia deselezionato.
" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8443,19 +8645,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Configurazione log" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Login" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Log della copertura delle istruzioni JIT" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Logut" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Scrivi log del tempo di rendering su file" @@ -8467,11 +8670,23 @@ msgstr "Tipi di log" msgid "Logger Outputs" msgstr "Destinazione logger" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Login non riuscita" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "Login fallito - Username/password errati" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "Login fallito - Nessuna connessione internet" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "Login fallito - Errore server" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8482,20 +8697,20 @@ msgstr "" "Dolphin.

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Loop" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Persa la connessione al server NetPlay..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Bassa" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Più bassa" @@ -8525,27 +8740,31 @@ msgstr "Magia" msgid "Main Stick" msgstr "Levetta principale" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "Rendi &incondizionato" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "Assicurati che il valore del livello eroe sia tra 0 e 100!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "Assicurati che il valore dell'ultimo posizionamento sia valido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "Assicurati che la data e l'ora dell'ultimo reset siano validi!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "Assicurati che il valore dei soldi sia tra 0 e 65000!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "Assicurati che il soprannome sia lungo tra 0 e 15 caratteri!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "Assicurati che il valore del tempo di gioco sia valido!" @@ -8553,18 +8772,18 @@ msgstr "Assicurati che il valore del tempo di gioco sia valido!" msgid "Make sure there is a Skylander in slot %1!" msgstr "Assicurati che ci sia uno Skylander nello slot %1!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Produttore" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Produttore:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8577,16 +8796,16 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Gestisci NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Texture sampling manuale" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Mappatura" @@ -8594,15 +8813,19 @@ msgstr "Mappatura" msgid "Mask ROM" msgstr "Maschera ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Trovata corrispondenza" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Buffer massimo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "Indirizzo reale massimo" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Dimensione massima del buffer cambiata a %1" @@ -8611,13 +8834,13 @@ msgstr "Dimensione massima del buffer cambiata a %1" msgid "Maximum tilt angle." msgstr "Massimo angolo di inclinazione" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" "Potrebbe causare rallentamenti all'interno del menu Wii e in alcuni giochi." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Medio" @@ -8633,7 +8856,7 @@ msgstr "Punto di interruzione dei dati" msgid "Memory Card" msgstr "Memory Card" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Gestione Memory Card" @@ -8641,7 +8864,7 @@ msgstr "Gestione Memory Card" msgid "Memory Card Path:" msgstr "Percorso Memory Card:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Override memoria" @@ -8662,7 +8885,7 @@ msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" "MemoryCard: Write chiamata su indirizzo di destinazione non valido ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8674,33 +8897,41 @@ msgstr "" "consiglia di mantenere un backup di entrambe le NAND. Sei sicuro di voler " "continuare?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Microfono" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "Indirizzo reale minimo" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Varie" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Impostazioni varie" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Controlli vari" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "Impostazioni varie" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8711,7 +8942,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Discordanza tra le strutture dati interne." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8738,7 +8969,7 @@ msgstr "Adattatore modem (tapserver)" msgid "Modifier" msgstr "Mezza incl." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8754,20 +8985,20 @@ msgid "Modify Slot" msgstr "Modifica slot" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Modifica Skylander: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Moduli trovati: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Soldi:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8779,11 +9010,11 @@ msgstr "Ombre monoscopiche" msgid "Monospaced Font" msgstr "Carattere a spaziatura fissa" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Input di movimento" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Simulazione di movimento" @@ -8792,16 +9023,16 @@ msgstr "Simulazione di movimento" msgid "Motor" msgstr "Motore" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Visibilità puntatore mouse" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Muovi" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Filmato" @@ -8814,7 +9045,7 @@ msgstr "" "Il filmato {0} comincia da uno stato di gioco, ma {1} non esiste. Il filmato " "molto probabilmente non sarà sincronizzato!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "Errori multipli durante la generazione dei codici AR." @@ -8823,14 +9054,26 @@ msgstr "Errori multipli durante la generazione dei codici AR." msgid "Multiplier" msgstr "Moltiplicatore" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "Muta alla rimozione del limitatore velocità" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" +"Muta l'audio quando viene ignorato il limite di velocità di emulazione " +"(tasto di scelta rapida di default: Tab)" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "N&o a tutto" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "Controllo NAND" @@ -8839,8 +9082,8 @@ msgstr "Controllo NAND" msgid "NKit Warning" msgstr "Attenzione NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8849,7 +9092,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8871,8 +9114,8 @@ msgstr "" "gioco permette di scegliere un valore gamma, impostalo qui." "

Nel dubbio, lascia a 2.35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8885,11 +9128,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Nome" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Nome del nuovo tag:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Nome del tag da rimuovere:" @@ -8898,10 +9141,10 @@ msgid "Name of your session shown in the server browser" msgstr "Nome della sessione da visualizzare nel server browser" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nome:" @@ -8915,7 +9158,7 @@ msgstr "Nativo (640x528)" msgid "Native GCI File" msgstr "File GCI Nativo" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8931,7 +9174,7 @@ msgstr "Impostazioni NetPlay" msgid "Netherlands" msgstr "Olanda" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8940,7 +9183,7 @@ msgstr "" "salvataggio creato o modificato durante la sessione Netplay rimarrà tra i " "salvataggi locali dell'Host." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8950,7 +9193,7 @@ msgstr "" "salvataggio creato o modificato durante la sessione Netplay verrà scartato " "al termine." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8959,7 +9202,7 @@ msgstr "" "creato o modificato durante la sessione Netplay verrà scartato al termine." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Network" @@ -8967,7 +9210,7 @@ msgstr "Network" msgid "Network dump format:" msgstr "Formato dump network:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Mai" @@ -8976,7 +9219,7 @@ msgid "Never Auto-Update" msgstr "Disabilita aggiornamento automatico" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nuovo" @@ -9001,7 +9244,7 @@ msgstr "Nuova ricerca" msgid "New Tag..." msgstr "Nuovo tag..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Generata nuova identità" @@ -9009,30 +9252,32 @@ msgstr "Generata nuova identità" msgid "New instruction:" msgstr "Nuova istruzione:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Nuovo tag" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Profilo di gioco successivo" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Corrispondenza successiva" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Profilo successivo" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Il nickname è troppo lungo." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Nickname:" @@ -9054,21 +9299,21 @@ msgstr "Nessun allineamento" msgid "No Audio Output" msgstr "Nessun output audio" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Nessuna compressione" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Nessuna corrispondenza" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Nessun salvataggio" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Non sono presenti dati da modificare!" @@ -9089,15 +9334,15 @@ msgstr "Nessun errore." msgid "No extension selected." msgstr "Nessuna estensione selezionata." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Nessun file caricato / registrato." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Nessun gioco è in esecuzione." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Nessun gioco in esecuzione." @@ -9110,23 +9355,23 @@ msgstr "Non sono state selezionate mod grafiche" msgid "No input" msgstr "Nessun input" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Non sono stati rilevati problemi." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "Non sono stati trovati giochi compatibili" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "Non sono stati trovati percorsi nel file M3U \"{0}\"" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Non sono stati rilevati problemi." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -9141,7 +9386,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Nessun profilo trovato per l'impostazione di gioco '{0}'" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Nessuna registrazione caricata." @@ -9158,7 +9403,7 @@ msgstr "" "del filmato." #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -9176,7 +9421,7 @@ msgstr "Nord America" msgid "Not Set" msgstr "Non impostato" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Non tutti i giocatori hanno il gioco. Vuoi davvero continuare?" @@ -9200,7 +9445,7 @@ msgstr "" "Non ci sono abbastanza file liberi nella memory card di destinazione. Ne " "sono necessari almeno %n." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Non trovato" @@ -9229,11 +9474,6 @@ msgstr "Avviso/i" msgid "Null" msgstr "Nessuno" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumeroEsecuzioni" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9259,13 +9499,13 @@ msgid "Nunchuk Stick" msgstr "Levetta Nunchuk" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Oggetto %1" @@ -9317,7 +9557,7 @@ msgstr "X oggetto 4" msgid "Object 4 Y" msgstr "Y oggetto 4" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Intervallo oggetto" @@ -9338,11 +9578,11 @@ msgstr "Offset" msgid "On" msgstr "On" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Al movimento" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9352,7 +9592,7 @@ msgstr "" "espandere vertici e linee, utilizza sempre il vertex shader. Potrebbe " "influire sulle performance.

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9378,7 +9618,7 @@ msgstr "" "funzione e code path condizionali percorsi solo quando un'azione viene " "eseguita nel software emulato." -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentazione online" @@ -9386,7 +9626,7 @@ msgstr "&Documentazione online" msgid "Only Show Collection" msgstr "Mostra solo collezione" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9394,7 +9634,7 @@ msgstr "" "Inserisci solo simboli con prefisso:\n" "(Vuoto per tutti i simboli)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9413,17 +9653,21 @@ msgstr "Apri" msgid "Open &Containing Folder" msgstr "Apri &percorso file" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Apri cartella &utente" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "Apri achievement" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Apri cartella..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "Apri log FIFO" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -9488,34 +9732,34 @@ msgstr "Arancione" msgid "Orbital" msgstr "Orbita" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "Origine" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "Max origine" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "Min origine" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "Simbolo d'origine" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "Origine e destinazione" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9525,16 +9769,16 @@ msgstr "Altro" msgid "Other Partition (%1)" msgstr "Altra partizione (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Altri tasti rapidi" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Gestione altri stati di gioco" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Altro gioco..." @@ -9542,7 +9786,7 @@ msgstr "Altro gioco..." msgid "Output" msgstr "Output" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Ricampionamento Output" @@ -9550,16 +9794,16 @@ msgstr "Ricampionamento Output" msgid "Output Resampling:" msgstr "Ricampionamento Output:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Sovrascritto" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Riproduci registrazione input..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9572,23 +9816,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "Livello compressione PNG" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "Livello compressione PNG:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "File immagine PNG (*.png);; Tutti i File (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "Dimensione PPC" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "Flag feat. PPC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "Flag feature PPC" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "Copertura istruzioni PPC" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Host" @@ -9601,7 +9854,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pad" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parametri" @@ -9622,7 +9875,7 @@ msgstr "Passivo" msgid "Passthrough a Bluetooth adapter" msgstr "Usa adattatore Bluetooth ponte" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Password" @@ -9647,7 +9900,7 @@ msgstr "Nome patch" msgid "Patches" msgstr "Patch" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Percorso:" @@ -9660,23 +9913,23 @@ msgstr "Percorsi" msgid "Pause" msgstr "Pausa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "Pausa Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pausa al termine del filmato" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pausa in secondo piano" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Pausa alle eccezioni" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9688,7 +9941,7 @@ msgstr "" "avere Abilita MMU attivo.

Nel dubbio, lascia " "deselezionato" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9716,7 +9969,7 @@ msgstr "Velocità massima per oscillare verso l'esterno" msgid "Per-Pixel Lighting" msgstr "Illuminazione per-pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Avviare aggiornamento di sistema online" @@ -9724,15 +9977,15 @@ msgstr "Avviare aggiornamento di sistema online" msgid "Perform System Update" msgstr "Avvia l'aggiornamento di sistema" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Finestra campione performance (ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Finestra campione performance (ms):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Statistiche di prestazioni" @@ -9746,15 +9999,15 @@ msgstr "Fisico" msgid "Physical address space" msgstr "Spazio dell'indirizzo fisico" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Scegli un font di debug" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9766,8 +10019,8 @@ msgstr "Inclinazione in basso" msgid "Pitch Up" msgstr "Inclinazione in alto" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Piattaforma" @@ -9775,11 +10028,11 @@ msgstr "Piattaforma" msgid "Play" msgstr "Gioca" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Avvia / Registra" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Riproduci registrazione" @@ -9787,11 +10040,11 @@ msgstr "Riproduci registrazione" msgid "Play Set/Power Disc" msgstr "Avvia Set/Power Disc" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Opzioni di riproduzione" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Giocatore" @@ -9820,18 +10073,23 @@ msgid "Player Two Ability Two" msgstr "Secondo giocatore seconda abilità" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Giocatori" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "Sta giocando" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Tempo di gioco:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9840,7 +10098,7 @@ msgstr "" "disabilitata, per cui molto probabilmente il problema si verificherà di " "nuovo." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9874,11 +10132,11 @@ msgstr "Porta:" msgid "Portal Slots" msgstr "Slot portale" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "Rilevato possibile desync: %1 potrebbe aver desyncato al frame %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Effetto di post-processing" @@ -9899,11 +10157,11 @@ msgid "Power Disc Two" msgstr "Power Disc Due" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Preferisci VS per espansione vertici/linee" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Precarica texture personalizzate" @@ -9931,7 +10189,7 @@ msgstr "" msgid "Presets" msgstr "Preimpostazioni" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Premi il pulsante Sync" @@ -9940,7 +10198,7 @@ msgstr "Premi il pulsante Sync" msgid "Pressure" msgstr "Pressione" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9954,18 +10212,19 @@ msgstr "" "

Non raccomandato, usa soltanto se le altre opzioni " "non danno i risultati sperati." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Profilo di gioco precedente" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Corrispondenza precedente" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Profilo precedente" @@ -9987,7 +10246,7 @@ msgstr "Privato e pubblico" msgid "Problem" msgstr "Problema" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9995,7 +10254,7 @@ msgstr "" "Sono stati rilevati problemi di alta severità. Il gioco molto probabilmente " "non funzionerà." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -10003,7 +10262,7 @@ msgstr "" "Sono stati rilevati problemi di bassa severità. Probabilmente non " "influenzeranno il gioco." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -10015,20 +10274,20 @@ msgstr "" msgid "Profile" msgstr "Profilo" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Avanzamento" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -10040,11 +10299,11 @@ msgstr "" msgid "Public" msgstr "Pubblica" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Pulisci cache lista giochi" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Posiziona le ROM IPL in User/GC/." @@ -10056,26 +10315,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Impossibile abilitare Quality of Service (QoS)." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Quality of Service (QoS) abilitato con successo." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "Qualità del decoder DPLII. La latenza audio aumenta con la qualità." #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Conferma" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Esci" @@ -10096,11 +10355,11 @@ msgstr "R-Analogico" msgid "READY" msgstr "PRONTO" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Moduli RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Auto-rilevamento RSO" @@ -10133,17 +10392,21 @@ msgstr "%1 Posizione" msgid "Raw" msgstr "Raw" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Risoluzione interna originale" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" msgstr "&Sostituisci istruzione" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "Reinizializza i dati di profilazione dei blocchi JIT del software" + #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lettura" @@ -10166,7 +10429,7 @@ msgstr "Sola lettura" msgid "Read or Write" msgstr "Lettura o scrittura" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Modalità sola-lettura" @@ -10182,7 +10445,7 @@ msgstr "Wii Remote reale" msgid "Received invalid Wii Remote data from Netplay." msgstr "Ricevuti dati Wii Remote non validi da Netplay." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "Recent Hits" @@ -10192,23 +10455,27 @@ msgstr "Recent Hits" msgid "Recenter" msgstr "Centra" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "Ricompila indirizzi fisici" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Registra" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Registra input" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Registrazione" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opzioni di registrazione" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Registrazione..." @@ -10225,7 +10492,7 @@ msgstr "Rosso sinistro" msgid "Red Right" msgstr "Rosso destro" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10249,7 +10516,6 @@ msgstr "Stato di Redump.org:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10264,11 +10530,11 @@ msgstr "Aggiorna valori attuali" msgid "Refresh Game List" msgstr "Aggiorna l'elenco dei giochi" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "Aggiornamento fallito. Esegui il gioco per un po', quindi riprova." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Valori attuali aggiornati." @@ -10277,8 +10543,8 @@ msgstr "Valori attuali aggiornati." msgid "Refreshing..." msgstr "Aggiornamento..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Regione" @@ -10299,7 +10565,8 @@ msgstr "Input relativo" msgid "Relative Input Hold" msgstr "Pressione relativa input" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "Rilasci (ogni qualche mese)" @@ -10311,7 +10578,7 @@ msgstr "Ricorda più tardi" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Rimuovi" @@ -10328,7 +10595,7 @@ msgstr "Rimuovi dati inutilizzati (irreversibile)" msgid "Remove Tag..." msgstr "Rimuovi tag..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Rimuovi tag" @@ -10342,20 +10609,20 @@ msgstr "" "in ISO (a meno che poi tu non comprima il file ISO in un file ad esempio " "ZIP). Vuoi proseguire lo stesso?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Rinomina simbolo" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "&Rinomina simbolo" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Finestra di render" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Renderizza nella finestra principale" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10363,6 +10630,16 @@ msgstr "" "Renderizza la scena in wireframe.

Nel dubbio, " "lascia deselezionato." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "Ripeti istr." + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "Ripeti istruzioni" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Report: GCIFolder Scrittura su blocco non allocato {0:#x}" @@ -10371,7 +10648,7 @@ msgstr "Report: GCIFolder Scrittura su blocco non allocato {0:#x}" msgid "Request to Join Your Party" msgstr "Invita al tuo party" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." @@ -10380,9 +10657,9 @@ msgstr "" "abbiano effetto.

Nel dubbio, lascia selezionato." -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10393,7 +10670,7 @@ msgstr "Reimposta" msgid "Reset All" msgstr "Reimposta tutto" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reimposta ignora avvisi di errore" @@ -10417,7 +10694,7 @@ msgstr "Reimposta impostazioni traversal" msgid "Reset Values" msgstr "Reimposta valori" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Reimposta visuale" @@ -10425,7 +10702,7 @@ msgstr "Reimposta visuale" msgid "Reset all saved Wii Remote pairings" msgstr "Reimposta tutti gli abbinamenti salvati con i Wii Remote" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Tipo di risoluzione:" @@ -10437,7 +10714,7 @@ msgstr "Gestione Resource Pack" msgid "Resource Pack Path:" msgstr "Percorso Resource Pack:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Riavvio necessario" @@ -10445,11 +10722,11 @@ msgstr "Riavvio necessario" msgid "Restore Defaults" msgstr "Ripristina predefiniti" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "Ripristina istruzione" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Riprova" @@ -10458,7 +10735,7 @@ msgstr "Riprova" msgid "Return Speed" msgstr "Velocità di ritorno" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revisione" @@ -10466,7 +10743,7 @@ msgstr "Revisione" msgid "Revision: %1" msgstr "Revisione: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10517,11 +10794,11 @@ msgstr "Rotazione a sinistra" msgid "Roll Right" msgstr "Rotazione a destra" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "ID stanza" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Rotazione" @@ -10530,7 +10807,7 @@ msgstr "Rotazione" msgid "Rotation applied at extremities of swing." msgstr "Rotazione applicata agli estremi dell'oscillazione" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10544,7 +10821,7 @@ msgstr "" "viene usata la risoluzione interna nativa.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10556,6 +10833,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10584,6 +10870,15 @@ msgstr "" "che per i simboli della colonna origine / destinazione le azioni saranno " "abilitate solo se ogni riga della selezione ha un simbolo.\n" "\n" +"Se la colonna istruzione di una riga selezionata viene cliccata col destro, " +"sarà possibile invertire le condizioni delle istruzioni del branch o " +"invertire il contatore del branch, ma solo se si tratta di un'istruzione di " +"branch condizionale.\n" +"\n" +"Se la colonna condizione di una riga selezionata viene cliccata col destro, " +"sarà possibile rendere l'istruzione del branch non condizionale, ma solo se " +"si tratta di un'istruzione di branch condizionale.\n" +"\n" "Se la colonna origine di una riga selezionata viene cliccata con il destro, " "sarà possibile sostituire l'istruzione del branch all'origine con " "un'istruzione NOP (No Operation), oppure copiare l'indirizzo nella " @@ -10613,20 +10908,25 @@ msgstr "" msgid "Rumble" msgstr "Vibrazione" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" msgstr "&Esegui fino al cursore" +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "Conteggio esecuzione" + #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Avvia i Core GBA in thread dedicati" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "Esegui fino a" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "Esegui fino a (ignorando i punti di interruzione)" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -10637,23 +10937,23 @@ msgstr "Esegui fino al raggiungimento (ignorando i punti di interruzione)" msgid "Russia" msgstr "Russia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "Scheda SD" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "Dimensione file scheda SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "Immagine scheda SD (*.raw);;Tutti i file (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "Percorso scheda SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "Impostazioni scheda SD" @@ -10661,7 +10961,7 @@ msgstr "Impostazioni scheda SD" msgid "SD Root:" msgstr "Root SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "Cartella sincronizzazione SD:" @@ -10696,11 +10996,11 @@ msgstr "Contesto SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sal&va codice" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sal&va stato di gioco" @@ -10712,7 +11012,7 @@ msgstr "Sicura" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10722,27 +11022,39 @@ msgstr "Salva" msgid "Save All" msgstr "Salva tutto" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "&Salva Branch Watch come..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" msgstr "Salva snapshot Branch Watch" +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "Salva file combinato in output come" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "Salva immagine convertita" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "Salva immagini convertite" + #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Esporta salvataggio" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "Salva log FIFO" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "Salva con nome" #. i18n: Noun (i.e. the data saved by the game) @@ -10754,15 +11066,19 @@ msgstr "Salvataggio di gioco" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "File di salvataggio di gioco (*.sav);;Tutti i file (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Importa salvataggio" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "Salva file mappa" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Salva sul più vecchio stato di gioco" @@ -10770,73 +11086,77 @@ msgstr "Salva sul più vecchio stato di gioco" msgid "Save Preset" msgstr "Salva preset" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Salva file registrazione come" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "Salva file di signature" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Salva stato di gioco" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Salva stato di gioco nello slot 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Salva stato di gioco nello slot 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Salva stato di gioco nello slot 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Salva stato di gioco nello slot 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Salva stato di gioco nello slot 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Salva stato di gioco nello slot 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Salva stato di gioco nello slot 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Salva stato di gioco nello slot 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Salva stato di gioco nello slot 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Salva stato di gioco nello slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Salva stato su file" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Salva stato su slot più vecchio" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Salva stato nello slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Salva stato su slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Salva mappa dei simboli &come..." @@ -10844,7 +11164,7 @@ msgstr "Salva mappa dei simboli &come..." msgid "Save Texture Cache to State" msgstr "Salva cache texture su stato" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Salva e carica stato di gioco" @@ -10852,15 +11172,11 @@ msgstr "Salva e carica stato di gioco" msgid "Save as Preset..." msgstr "Salva come preset..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Salva come..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Salva file combinato in output come" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10874,23 +11190,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Salva nella stessa cartella della ROM" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Salva file mappa" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Salva file di signature" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Salva nello slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Salva su slot %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Salva..." @@ -10912,7 +11220,7 @@ msgstr "Il salvataggio del filmato {0} è corrotto, arresto registrazione..." msgid "Scaled EFB Copy" msgstr "Copia EFB in scala" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Ricerca completata." @@ -10921,8 +11229,8 @@ msgid "ScrShot" msgstr "Screenshot" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Cerca" @@ -10931,7 +11239,7 @@ msgstr "Cerca" msgid "Search Address" msgstr "Cerca indirizzo" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Cerca oggetto corrente" @@ -10943,7 +11251,7 @@ msgstr "Cerca nelle sottocartelle" msgid "Search and Filter" msgstr "Cerca e filtra" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10951,7 +11259,7 @@ msgstr "" "La ricerca nello spazio di indirizzo virtuale non è attualmente possibile. " "Esegui il gioco per un po', quindi riprova." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Cerca un'istruzione" @@ -10959,7 +11267,7 @@ msgstr "Cerca un'istruzione" msgid "Search games..." msgstr "Cerca giochi..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Ricerca istruzione" @@ -10994,9 +11302,9 @@ msgstr "Seleziona" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" "Seleziona il file di l'auto-save per lo snapshot Branch Watch (per la " @@ -11007,7 +11315,7 @@ msgid "Select Dump Path" msgstr "Seleziona percorso dump" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Seleziona cartella di estrazione" @@ -11015,18 +11323,22 @@ msgstr "Seleziona cartella di estrazione" msgid "Select Figure File" msgstr "Seleziona file statuina" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Seleziona BIOS GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Seleziona ROM GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Seleziona percorso dei salvataggi GBA" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "Seleziona il file contenente le chiavi (dump OTP/SEEPROM)" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Seleziona ultimo stato" @@ -11035,6 +11347,10 @@ msgstr "Seleziona ultimo stato" msgid "Select Load Path" msgstr "Seleziona percorso da caricare" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "Seleziona backup NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Seleziona percorso Resource Pack" @@ -11043,6 +11359,14 @@ msgstr "Seleziona percorso Resource Pack" msgid "Select Riivolution XML file" msgstr "Seleziona file Riivolution XML" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "Seleziona immagine scheda SD" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "Seleziona file di salvataggio" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Seleziona collezione Skylander" @@ -11051,58 +11375,62 @@ msgstr "Seleziona collezione Skylander" msgid "Select Skylander File" msgstr "Seleziona file Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Seleziona slot %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Seleziona stato di gioco" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Seleziona slot di stato" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Seleziona slot di stato 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Seleziona slot di stato 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Seleziona slot di stato 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Seleziona slot di stato 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Seleziona slot di stato 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Seleziona slot di stato 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Seleziona slot di stato 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Seleziona slot di stato 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Seleziona slot di stato 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Seleziona slot di stato 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "Seleziona un titolo da installare su NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Seleziona percorso WFS" @@ -11116,29 +11444,25 @@ msgstr "Seleziona root NAND Wii" msgid "Select a Directory" msgstr "Seleziona una cartella" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Seleziona un file" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "Scegli la cartella da sincronizzare con l'immagine scheda SD" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Seleziona un gioco" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Seleziona un'immagine scheda SD" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Seleziona un file" @@ -11146,19 +11470,15 @@ msgstr "Seleziona un file" msgid "Select a game" msgstr "Seleziona un gioco" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Seleziona un titolo da installare su NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Seleziona carte e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Scegli l'indirizzo del modulo RSO:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Seleziona la registrazione da eseguire" @@ -11166,36 +11486,19 @@ msgstr "Seleziona la registrazione da eseguire" msgid "Select the Virtual SD Card Root" msgstr "Seleziona la cartella principale per la scheda SD virtuale" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Seleziona il file contenente le chiavi (dump OTP/SEEPROM)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Seleziona il file di salvataggio" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Seleziona dove vuoi salvare l'immagine convertita" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Seleziona dove vuoi salvare le immagini convertite" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Font selezionato" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Il profilo controller selezionato non esiste" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Il gioco selezionato non esiste nella lista dei giochi!" @@ -11207,7 +11510,7 @@ msgstr "Callstack thread selezionato" msgid "Selected thread context" msgstr "Contesto thread selezionato" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -11215,7 +11518,7 @@ msgstr "" "Seleziona un adattatore hardware da utilizzare.

%1 " "Non supporta questa feature." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -11223,7 +11526,7 @@ msgstr "" "Seleziona l'adattatore hardware da utilizzare.

Nel " "dubbio, seleziona il primo." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -11260,7 +11563,7 @@ msgstr "" "\"Risoluzione interna corretta per il rapporto d'aspetto\"." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -11279,7 +11582,7 @@ msgstr "" "una tipologia di 3D usata da alcune TV.

Nel dubbio, " "seleziona Off." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11319,31 +11622,77 @@ msgstr "" "proporzioni dell'immagine, e non dovrebbe mai venire utilizzato." "

Nel dubbio, seleziona Auto." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Seleziona quale API grafica usare internamente.

Il renderer software " -"è estremamente lento, e viene utilizzato solo a scopo di debug, quindi è " -"consigliato qualsiasi altro backend. I giochi e le GPU si comporteranno in " -"modo diverso a seconda del motore utilizzato, quindi per una migliore " -"esperienza si consiglia di provarli tutti e scegliere il backend che sembra " -"più compatibile.

Nel dubbio, seleziona OpenGL." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" +"Seleziona quale ramo d'aggiornamento Dolphin userà per verificare la " +"presenza di aggiornamenti all'avvio. Se si trova un nuovo aggiornamento, " +"Dolphin ti mostrerà una lista di modifiche fatte dalla tua versione, e ti " +"chiederà se vuoi aggiornare.

Il ramo Dev possiede la versione più " +"recente, spesso aggiornata più volte al giorno. Seleziona questo ramo se " +"vuoi le più recenti funzionalità e miglioramenti.

Il ramo Release " +"viene aggiornato a distanza di mesi. Alcuni motivi per cui potresti voler " +"scegliere questo ramo:
- Vuoi usare versioni che sono state testate più a " +"lungo.
- NetPlay richiede che i giocatori abbiano la stessa versione in " +"uso, e spesso la maggior parte dei giocatori usa l'ultima versione da " +"Release .
- Usi frequentemente il sistema di salvataggio di stato, non " +"sempre compatibile con versioni precedenti di Dolphin. Se è il tuo caso, " +"assicurati di fare un salvataggio in-game prima di aggiornare (cioè come se " +"salvassi usando una vera console GameCube o Wii), quindi carica questo " +"salvataggio dopo aver aggiornato Dolphin e prima di fare un nuovo " +"salvataggio di stato di gioco.

Selezionando \"Non aggiornare\" " +"Dolphin non verificherà mai la presenza di aggiornamenti." +"

Nel dubbio, seleziona Releases." + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Invia" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Posizione della Sensor Bar: " +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" +"Separa l'emulazione di CPU e GPU su thread separati. Riduce il peso del " +"thread singolo distribuendo il lavoro tra due core, il che di solito " +"migliora le performance. Può tuttavia causare bug e crash.

Questa " +"impostazione non può essere cambiata durante l'emulazione." +"

Nel dubbio, lascia selezionato." + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11364,7 +11713,7 @@ msgstr "Indirizzo IP del server" msgid "Server Port" msgstr "Porta del server" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" "Il server ha rifiutato il tentativo di connessione in modalità traversal" @@ -11373,44 +11722,40 @@ msgstr "" msgid "Set &Value" msgstr "Imposta &valore" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "Imposta &punto di interruzione" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "Seleziona file per la memory card dello slot A" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "Seleziona file per la memory card dello slot B" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Imposta PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "Imposta indirizzo di t&ermine del simbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "Imposta dimensione del &simbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "Imposta indirizzo di termine del simbolo" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Imposta come ISO &predefinita" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Seleziona file per la memory card dello slot A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Seleziona file per la memory card dello slot B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Imposta indirizzo di t&ermine del simbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Imposta dimensione del &simbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Imposta indirizzo di termine del simbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Imposta dimensione del simbolo (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11420,13 +11765,13 @@ msgstr "" "(576i) per i giochi PAL.\n" "Potrebbe non funzionare su tutti i giochi." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Imposta la lingua di sistema del Wii" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." @@ -11436,7 +11781,7 @@ msgstr "" "

Nel dubbio, seleziona <Lingua di sistema>." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11444,10 +11789,19 @@ msgstr "" "Imposta la latenza in millisecondi. Valori maggiori possono correggere un " "audio gracchiante. Solo per alcuni backend." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" +"Imposta la regione per i titoli per cui non è possibile determinarla " +"automaticamente.

Non si può cambiare a emulazione avviata." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" "Imposta lo stile dell'interfaccia utente di Dolphin. Qui saranno presenti e " @@ -11462,13 +11816,13 @@ msgstr "" "Imposta la ricerca utilizzando i mapping MEM1 e (su Wii) MEM2 nello spazio " "di indirizzi virtuale. Funzionerà per la maggior parte dei giochi." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Impostazioni" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Impossibile creare il file setting.txt" @@ -11476,7 +11830,7 @@ msgstr "SetupWiiMemory: Impossibile creare il file setting.txt" msgid "Severity" msgstr "Severità" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Compilazione shader" @@ -11498,228 +11852,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Controller Shinkansen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Mostra velocità %" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostra finestra di &log" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Mostra barra degli s&trumenti" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Mostra gioco corrente nella barra del titolo" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Mostra tutto" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Mostra Australia" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Mostra gioco corrente su Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Mostra prima codici inattivi" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Mostra ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "Mostra prima codici attivi" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Mostra FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Mostra contatore frame" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Mostra tempi frame" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Mostra Francia" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostra GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Mostra Germania" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Mostra overlay modalità golf" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Mostra base Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostra tasti di input" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Mostra Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Mostra JPN" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Mostra Corea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Mostra contatore lag" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Mostra lingua:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Mostra &configurazione log" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Mostra messaggi NetPlay" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Mostra ping NetPlay" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Mostra Olanda" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Mostra messaggi su schermo" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Mostra PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Mostra PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Mostra grafico di performance" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Mostra piattaforme" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "Mostra informazioni di proiezione" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostra regioni" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Mostra contatore re-registrazioni" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Mostra Russia" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Mostra portale Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Mostra Spagna" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Mostra colori velocità" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Mostra informazioni" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Mostra orologio di sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Mostra Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "&Mostra target in memoria" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Mostra USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Mostra sconosciuto" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "Mostra tempi VBlank" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "Mostra VPS" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Mostra WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostra Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Mostra mondo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "Mostra in &memoria" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Mostra nel codice" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Mostra in memoria" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Mostra nel codice" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Mostra in memoria" @@ -11727,13 +12085,9 @@ msgstr "Mostra in memoria" msgid "Show in server browser" msgstr "Mostra nel server browser" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "&Mostra target in memoria" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" @@ -11744,7 +12098,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11753,7 +12107,7 @@ msgstr "" "una partita NetPlay.

Nel dubbio, lascia " "deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
Nel dubbio, lascia " "deselezionato." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " @@ -11773,7 +12127,7 @@ msgstr "" "scompariranno dopo alcuni secondi.

Nel dubbio, " "lascia selezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11783,24 +12137,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" -"Mostra sempre il cursore del mouse.

Nel dubbio, " -"seleziona "Al movimento"." - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" -"Mostra brevemente il cursore del mouse al movimento, per poi nasconderlo " -"poco dopo.

Nel dubbio, seleziona questa modalità." - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." @@ -11808,7 +12145,7 @@ msgstr "" "Mostra il gioco corrente nel barra del titolo della finestra di render." "

Nel dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11818,7 +12155,7 @@ msgstr "" "deviazione standard.

Nel dubbio, lascia " "deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11828,7 +12165,24 @@ msgstr "" "standard.

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" +"Mostra sempre il cursore del mouse.

Nel dubbio, " +"seleziona "Al movimento"." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" +"Mostra brevemente il cursore del mouse al movimento, per poi nasconderlo " +"poco dopo.

Nel dubbio, seleziona questa modalità." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11838,7 +12192,7 @@ msgstr "" "misura dell'uniformità di visualizzazione.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Nel dubbio, lascia " "deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11857,7 +12211,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11865,7 +12219,7 @@ msgstr "" "Mostra diverse informazioni di proiezione.

Nel " "dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11873,6 +12227,17 @@ msgstr "" "Mostra diverse informazioni di rendering.

Nel " "dubbio, lascia deselezionato." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" +"Mostra a cosa stai giocando e la durata della tua sessione di gioco attuale " +"nel tuo stato Discord.

Non si può cambiare durante l'emulazione." +"

Nel dubbio, lascia selezionato." + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Fianco-a-fianco" @@ -11889,7 +12254,7 @@ msgstr "Attiva/disattiva posizione di traverso" msgid "Sideways Wii Remote" msgstr "Wii Remote in posizione di traverso" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Database signature" @@ -11913,7 +12278,7 @@ msgid "Signed Integer" msgstr "Signed Integer" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Cinese Semplificato" @@ -11930,7 +12295,7 @@ msgstr "Six Axis" msgid "Size" msgstr "Dimensioni" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11938,11 +12303,11 @@ msgstr "" "Dimensione in millisecondo del buffer di stretch. Valori troppo bassi " "possono causare un audio gracchiante." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Salta" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Salta drawing" @@ -11958,7 +12323,7 @@ msgstr "Salta menù principale" msgid "Skip Presenting Duplicate Frames" msgstr "Salta frame duplicati" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -12050,11 +12415,11 @@ msgstr "Tabella socket" msgid "Software Renderer" msgstr "Renderer software" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Non è stato possibile leggere alcuni dati." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -12070,12 +12435,12 @@ msgstr "" "Alcuni dei valori forniti non sono validi.\n" "Controlla i valori evidenziati." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Ordine alfabetico" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Suono:" @@ -12089,7 +12454,7 @@ msgstr "Spagna" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spagnolo" @@ -12097,11 +12462,11 @@ msgstr "Spagnolo" msgid "Speaker Pan" msgstr "Panning altoparlante" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volume altoparlante:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Specializzato (default)" @@ -12109,7 +12474,7 @@ msgstr "Specializzato (default)" msgid "Specific" msgstr "Specifico" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -12131,12 +12496,16 @@ msgstr "" "e 6 sono generalmente buoni quanto il livello 9, ma terminano in molto meno " "tempo.

Nel dubbio, lascia su 6." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Velocità" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "Limite velocità" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -12155,33 +12524,37 @@ msgstr "Inizio stack" msgid "Standard Controller" msgstr "Controller standard" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Avvia &NetPlay" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "Avvia Branch Watch" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Inizia nuova ricerca cheat" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "Avvia profilazione" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Avvia re&gistrazione input" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Avvia registrazione" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Avvia a schermo intero." @@ -12193,7 +12566,7 @@ msgstr "Avvia con le patch Riivolution" msgid "Start with Riivolution Patches..." msgstr "Avvia con le patch Riivolution..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Gioco avviato" @@ -12216,52 +12589,52 @@ msgstr "Entra nell'istruzione" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Entra nell'istruzione" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Esci dall'istruzione" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Esegui istruzione" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Uscito con successo dall'istruzione!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Scaduto tempo di uscita dall'istruzione!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Esecuzione dell'istruzione in corso..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Istruzione eseguita con successo!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Entrando" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Modalità stereoscopia 3D" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Modalità stereoscopia 3D" @@ -12282,16 +12655,20 @@ msgid "Stick" msgstr "Levetta" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Arresta" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Interrompi riproduzione/registrazione input" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "Termina profilazione" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Gioco fermato" @@ -12333,11 +12710,11 @@ msgstr "" "RAM (e su texture)

Nel dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Adatta a finestra" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Sincronizzazione esatta impostazioni" @@ -12351,11 +12728,11 @@ msgstr "Stringa" msgid "Strum" msgstr "Strimpellata" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "Stile" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Stile:" @@ -12366,18 +12743,18 @@ msgstr "Stile:" msgid "Stylus" msgstr "Stilo" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Completato" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Inserito con successo nell'indice NetPlay" @@ -12387,7 +12764,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "Convertito con successo %n immagine/i." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "'%1' eliminato con successo." @@ -12400,24 +12777,24 @@ msgstr "Esportato con successo %n file di salvataggio su %1." msgid "Successfully exported save files" msgstr "File di salvataggio esportati con successo" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "I certificati sono stati estratti con successo dalla NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "File estratto con successo." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Dati di sistema estratti con successo." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Salvataggio importato con successo." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Il titolo è stato installato con successo su NAND." @@ -12440,12 +12817,12 @@ msgstr "Supporto" msgid "Supported file formats" msgstr "Formato file supportati" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Supporta SD e SDHC. La dimensione standard è 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround" @@ -12453,7 +12830,7 @@ msgstr "Surround" msgid "Suspended" msgstr "Sospeso" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Inverti occhi" @@ -12468,7 +12845,7 @@ msgstr "Swap Force" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12491,22 +12868,31 @@ msgstr "Scambia con A" msgid "Switch to B" msgstr "Scambia con B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Simbolo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "Indirizzo di termine del simbolo (%1):" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "Nome del simbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "Nome del simbolo:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "Dimensione del simbolo (%1):" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Simboli" @@ -12514,7 +12900,7 @@ msgstr "Simboli" msgid "Sync" msgstr "Sincronizza" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Sincronizza codici AR/Gecko" @@ -12534,7 +12920,7 @@ msgstr "" "Sincronizza i thread della GPU e della CPU per prevenire alcuni blocchi " "casuali in modalità Dual Core. (ON = Compatibilità, OFF = Velocità)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12542,37 +12928,37 @@ msgstr "" "Sincronizza la Scheda SD con la Cartella Sync SD all'inizio e al termine " "dell'emulazione." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "Sincronizzazione codici AR..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Sincronizzazione codici Gecko..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Sincronizzazione dei dati di salvataggio in corso..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Lingua di sistema:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Input TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "Strumenti TAS" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tag" @@ -12590,15 +12976,15 @@ msgstr "Coda" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Cattura uno screenshot" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "Il range di indirizzi non è valido." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12616,9 +13002,9 @@ msgstr "Tecnica" msgid "Test" msgstr "Prova" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "File di testo (*.txt);;Tutti i file (*)" @@ -12627,15 +13013,15 @@ msgstr "File di testo (*.txt);;Tutti i file (*)" msgid "Texture Cache" msgstr "Cache texture" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Accuratezza cache texture" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Dump delle texture" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Filtraggio texture" @@ -12643,7 +13029,7 @@ msgstr "Filtraggio texture" msgid "Texture Filtering:" msgstr "Filtraggio texture:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Overlay formato texture" @@ -12669,11 +13055,11 @@ msgstr "" "\n" "Vuoi davvero passare a Direct3D 11? Nel dubbio, seleziona 'No'." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "L'hash table H3 della partizione {0} non è corretta." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "Il file IPL non è un dump conosciuto ben formato. (CRC32: {0:x})" @@ -12683,11 +13069,11 @@ msgstr "Il file IPL non è un dump conosciuto ben formato. (CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "Le partizioni Capolavori sono assenti." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12695,11 +13081,11 @@ msgstr "" "Non è stato possibile riparare la NAND. Si consiglia di fare un backup dei " "dati attualmente presenti e ricominciare con una NAND pulita." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "La NAND è stata riparata." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12709,11 +13095,11 @@ msgstr "" "scheda SD, il menu di sistema Wii non si avvierà più, e non sarà più " "possibile copiarlo o rispostarlo sulla NAND." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "I soldi di questo Skylander. Tra 0 e 65000" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12733,7 +13119,7 @@ msgstr "La partizione del canale è assente." msgid "The data partition is missing." msgstr "La partizione dati è assente" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12744,7 +13130,7 @@ msgstr "" "registrazioni degli input o usare il NetPlay con chi possiede un dump " "corretto." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12849,7 +13235,7 @@ msgstr "" "Il file %1 esiste già.\n" "Vuoi sostituirlo?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12882,7 +13268,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Il filesystem non è valido o è illeggibile." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12892,7 +13278,7 @@ msgstr "" "cartelle GCI. Rinomina questa cartella in %2, %3 o %4 per corrispondere alla " "regione dei salvataggi presenti all'interno." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." @@ -12900,15 +13286,15 @@ msgstr "" "Il formato con cui è stata salvata l'immagine disco non contiene la " "dimensione stessa dell'immagine" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "L'ID del gioco non è consistente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "L'ID del gioco è insolitamente breve." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "L'ID del gioco è {0} ma dovrebbe essere {1}." @@ -12916,7 +13302,7 @@ msgstr "L'ID del gioco è {0} ma dovrebbe essere {1}." msgid "The game disc does not contain any usable update information." msgstr "Questo disco di gioco non contiene alcun aggiornamento utilizzabile." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Il gioco è attualmente avviato." @@ -12930,7 +13316,7 @@ msgstr "" "problemi col menu di sistema, non è possibile aggiornare la console emulata " "con questo disco." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12944,15 +13330,15 @@ msgstr "" "\n" "(MSAA con {0} sample trovato nel framebuffer di default)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Gli hash non coincidono!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Gli hash coincidono!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -12960,7 +13346,7 @@ msgstr "" "Il livello eroe di questo Skylander. Presente solo su Skylanders: Spyro's " "Adventures. Tra 0 e 100." -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12972,11 +13358,11 @@ msgstr "" msgid "The install partition is missing." msgstr "La partizione di installazione è assente" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "L'ultima volta che questa figura è stata posizionata su un portale" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12996,7 +13382,7 @@ msgstr "" "selezionato su Memory Card o Cartella GCI per sincronizzare correttamente la " "registrazione." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "Il soprannome di questo Skylander. Massimo 15 caratteri" @@ -13005,8 +13391,8 @@ msgid "The patches in %1 are not for the selected game or game revision." msgstr "" "Le patch in %1 non sono per il gioco o per la sua versione selezionata." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Il profilo '%1' non esiste" @@ -13014,7 +13400,7 @@ msgstr "Il profilo '%1' non esiste" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "Il gioco registrato ({0}) non coincide con il gioco selezionato ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -13034,21 +13420,21 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "Lo stesso file non può essere usato su più slot; è già usato da %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "La stessa cartella non può essere usata su più slot; è già usata da %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "Le versioni di NetPlay del server e del client non sono compatibili." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "Il server è pieno." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "Il server ha inviato un messaggio d'errore sconosciuto." @@ -13065,16 +13451,16 @@ msgstr "" "Vuoi davvero abilitare il rendering software? Nel dubbio, seleziona 'No'." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" "L'indice della chiave condivisa specificata è {0} ma dovrebbe essere {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "il file specificato \"{0}\" non esiste" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13087,33 +13473,33 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "La memory card di destinazione contiene già un file \"%1\"." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "Il ticket non è correttamente firmato." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" "Il tempo totale in secondi per cui questa figura è stata usata in un gioco" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" "Il codice univoco per questa figura. Disponibile solo per figure reali." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Impossibile leggere il tipo di una partizione." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "Questo tipo di Skylander non ha alcun dato modificabile!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "Questo tipo di Skylander è sconosciuto!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -13128,7 +13514,7 @@ msgstr "" "L'aggiornamento è stato annullato. È altamente consigliato di terminarlo per " "evitare versioni di sistema inconsistenti." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" "La partizione d'aggiornamento non contiene l'IOS usato da questo titolo." @@ -13137,12 +13523,12 @@ msgstr "" msgid "The update partition is missing." msgstr "La partizione di aggiornamento è assente" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" "La partizione di aggiornamento non si trova nella posizione predefinita." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13150,23 +13536,23 @@ msgstr "" "La parte accessibile all'utente nella tua NAND contiene %1 blocchi (%2 KiB) " "di dati, con un massimo permesso di %3 blocchi (%4 KiB)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "La partizione {0} non contiene un file system valido." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "La partizione {0} non sembra contenere dati validi." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "La partizione {0} non è firmata correttamente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "La partizione {0} non è correttamente allineata." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "Tema" @@ -13184,8 +13570,8 @@ msgstr "" "\n" "Vuoi salvarli prima di chiudere?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "Non c'è nulla da salvare!" @@ -13223,7 +13609,7 @@ msgstr "Questo Codice Gecko non contiene alcuna riga." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -13232,7 +13618,7 @@ msgstr "" "tipicamente in uso sulle console coreane. Probabilmente verrà visualizzato " "un ERROR #002" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Il tipo di questo Skylander non può ancora essere modificato!" @@ -13255,7 +13641,7 @@ msgid "" msgstr "" "Questo simulatore di action replay non supporta codici automodificanti." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -13263,22 +13649,22 @@ msgstr "" "Questa build di Dolphin non è stata compilata nativamente per la tua CPU.\n" "Usa la build ARM64 per avere prestazioni migliori." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Impossibile annullare l'operazione!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "La dimensione di questa immagine disco di debug è quella di un'immagine " "disco retail." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Questa immagine disco ha una dimensione insolita." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -13289,7 +13675,7 @@ msgstr "" "registrazioni degli input o usare il NetPlay con chi possiede un dump " "corretto." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -13300,7 +13686,7 @@ msgstr "" "potrebbe diventarlo una volta riconvertito. Il CRC32 di questo file potrebbe " "corrispondere al CRC32 di un buon dump anche se i file non sono identici." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -13309,7 +13695,7 @@ msgstr "" "programma di dump ha salvato l'immagine in più parti, devi riunirle in un " "unico file." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -13317,7 +13703,7 @@ msgstr "" "Questa immagine disco è troppo piccola e manca di alcuni dati. Probabilmente " "si tratta di un disco dual-layer estratto come disco single-layer." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -13328,7 +13714,7 @@ msgstr "" "correnti. Se questo errore impedisce il corretto funzionamento del gioco, " "informa gli sviluppatori." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13348,7 +13734,7 @@ msgstr "Questo file non contiene un filesystem Wii valido." msgid "This file does not look like a BootMii NAND backup." msgstr "Questo file non sembra un backup NAND BootMii." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13359,7 +13745,7 @@ msgstr "" "gioco saranno compromesse. Questo problema esiste di solito solo in copie " "illegali." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13369,11 +13755,11 @@ msgstr "" "giocato correttamente, ma la tua scheda grafica o i tuoi driver non la " "supportano, per cui riscontrerai dei bug giocando." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Questo dump è invalido." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13381,7 +13767,7 @@ msgstr "" "Questo è un dump invalido. Non vuol dire che il gioco non funzionerà " "correttamente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13389,11 +13775,11 @@ msgstr "" "Questo è un buon dump secondo Redump.org, ma Dolphin ha riscontrato dei " "problemi. Potrebbe essere un bug in Dolphin stesso." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Questo è un buon dump." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "Ha effetto solo all'avvio del software emulato" @@ -13401,7 +13787,7 @@ msgstr "Ha effetto solo all'avvio del software emulato" msgid "This session requires a password:" msgstr "Questa sessione richiede una password:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13423,12 +13809,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Impossibile avviare questo titolo." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Questo titolo è impostato per utilizzare un IOS non valido." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Questo titolo è impostato per utilizzare una common key non valida." @@ -13471,7 +13857,7 @@ msgstr "" "Questo valore viene moltiplicato per la profondità impostata nelle " "configurazioni grafiche." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13489,7 +13875,7 @@ msgstr "" "Serve a limitare la velocità di chunked upload per ogni client, utilizzato " "per la sincronizzazione dei salvataggi." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13513,7 +13899,7 @@ msgstr "Thread" msgid "Threshold" msgstr "Sensibilità" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13523,6 +13909,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Inclina" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "% tempo" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "Media tempo (ns)" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "Media tem. (ns)" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "Percentuale tempo" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "Tempo trascorso (ns)" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13534,10 +13945,10 @@ msgstr "" msgid "Timed Out" msgstr "Tempo scaduto" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titolo" @@ -13545,25 +13956,29 @@ msgstr "Titolo" msgid "To" msgstr "A" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "Per autenticarti, interrompi l'emulazione in corso" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "A:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Attiva/disattiva &schermo intero" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Attiva/disattiva anaglifo 3D" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Attiva/disattiva 3D fianco-a-fianco" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Attiva/disattiva 3D sopra-sotto" @@ -13571,28 +13986,28 @@ msgstr "Attiva/disattiva 3D sopra-sotto" msgid "Toggle All Log Types" msgstr "Attiva/disattiva tutti i tipi di log" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Attiva/disattiva rapporto di aspetto" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Attiva/disattiva punto di interruzione" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Attiva/disattiva ritaglio" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Attiva/disattiva texture personalizzate" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Attiva/disattiva copie EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Attiva/disattiva nebbia" @@ -13604,35 +14019,39 @@ msgstr "Attiva/disattiva schermo intero" msgid "Toggle Pause" msgstr "Attiva/disattiva pausa" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Attiva/disattiva scheda SD" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Attiva/disattiva salta accesso EFB" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Attiva/disattiva dump texture" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "Attiva/disattiva tastiera USB" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Attiva/disattiva copie XFB" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Attiva/disattiva modalità XFB immediata" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "Imposta la profilazione dei blocchi JIT (pulirà la cache JIT)" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Tokenizzazione fallita." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "Controlli strumenti" @@ -13640,7 +14059,7 @@ msgstr "Controlli strumenti" msgid "Toolbar" msgstr "Barra degli strumenti" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Sopra" @@ -13648,7 +14067,7 @@ msgstr "Sopra" msgid "Top-and-Bottom" msgstr "Sopra-e-sotto" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Numero di passaggi" @@ -13686,12 +14105,12 @@ msgstr "Massima distanza di movimento." msgid "Touch" msgstr "Tocco" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Codice figura:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" @@ -13711,8 +14130,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Errore traversal" @@ -13720,7 +14139,7 @@ msgstr "Errore traversal" msgid "Traversal Server" msgstr "Traversal server" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" "Il traversal server è andato in time out durante la connessione con l'host." @@ -13752,7 +14171,7 @@ msgid "Trophy" msgstr "Trofeo" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13778,11 +14197,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "Dispositivo di emulazione USB" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "Emulazione USB" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "Dispositivi di emulazione USB" @@ -13796,7 +14215,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "Errore USB Whitelist" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13808,7 +14227,7 @@ msgstr "" "

Nel dubbio, seleziona questa modalità." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13820,7 +14239,7 @@ msgstr "" "

Non usarlo a meno che non riscontri rallentamenti " "con Ubershader Ibridi e hai una GPU molto potente." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13834,23 +14253,23 @@ msgstr "" "durante la compilazione degli shader con un minore impatto sulle " "performance, ma il risultato dipende dai driver della scheda grafica." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Impossibile individuare automaticamente il modulo RSO" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "Impossibile contattare server di aggiornamento." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "Impossibile creare copia dell'programma di aggiornamento" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Impossibile modificare lo Skylander!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Impossibile aprire il file." @@ -13878,11 +14297,11 @@ msgstr "" "\n" "Vuoi ignorare questa riga e continuare l'analisi?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Impossibile leggere il file." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "Impossibile impostare i permessi nel programma di aggiornamento" @@ -13905,11 +14324,11 @@ msgstr "Immagini GC/Wii non compresse (*.iso *.gcm)" msgid "Undead" msgstr "Non-morti" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Annulla caricamento stato di gioco" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Annulla salvataggio dello stato di gioco" @@ -13930,23 +14349,23 @@ msgstr "" "attualmente installata su NAND senza cancellarne i file di salvataggio. " "Continuare?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Stati Uniti" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Sconosciuto" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Sconosciuto (id:%1 var:%2)" @@ -13955,11 +14374,11 @@ msgstr "Sconosciuto (id:%1 var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Comando DVD {0:08x} sconosciuto - errore fatale" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Messaggio SYNC_CODES sconosciuto ricevuto con id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13967,11 +14386,11 @@ msgstr "" "Ricevuto messaggio SYNC_GECKO_CODES sconosciuto con id:{0} dal giocatore:{1} " "Giocatore espulso!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Messaggio SYNC_SAVE_DATA sconosciuto ricevuto con id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13979,7 +14398,7 @@ msgstr "" "Ricevuto messaggio SYNC_SAVE_DATA sconosciuto con id:{0} dal giocatore:{1} " "Giocatore espulso!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Tipo Skylander sconosciuto!" @@ -13999,11 +14418,11 @@ msgstr "Tipo di dato sconosciuto" msgid "Unknown disc" msgstr "Disco sconosciuto" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Si è verificato un errore sconosciuto." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Errore sconosciuto {0:x}" @@ -14011,11 +14430,11 @@ msgstr "Errore sconosciuto {0:x}" msgid "Unknown error." msgstr "Errore sconosciuto." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Ricevuto messaggio sconosciuto con id : {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Ricevuto messaggio sconosciuto con id:{0} ricevuto dal giocatore:{1} " @@ -14032,11 +14451,11 @@ msgstr "Sconosciuto(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Sconosciuto(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Illimitato" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Rimuovi ROM" @@ -14044,7 +14463,12 @@ msgstr "Rimuovi ROM" msgid "Unlock Cursor" msgstr "Sblocca il cursore" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Sbloccato" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "Sbloccato il %1" @@ -14076,7 +14500,7 @@ msgstr "Unsigned 8" msgid "Unsigned Integer" msgstr "Unsigned Integer" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -14087,7 +14511,7 @@ msgid "Up" msgstr "Su" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Aggiorna" @@ -14144,7 +14568,7 @@ msgstr "Attiva/disattiva posizione verticale" msgid "Upright Wii Remote" msgstr "Wii Remote in posizione verticale" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Impostazioni Report Statistiche d'Uso" @@ -14153,15 +14577,19 @@ msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" "Usa 8.8.8.8 come DNS standard, altrimenti inseriscine uno personalizzato" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Usa tutti i salvataggi Wii" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Usa database interno per i nomi dei giochi" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "Usa risoluzione intera per occhio" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Usa codec lossless (FFV1)" @@ -14169,15 +14597,15 @@ msgstr "Usa codec lossless (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Usa puntamento con il mouse" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Usa modalità PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Usa avvisi di errore" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." @@ -14185,7 +14613,7 @@ msgstr "" "Usa la rich presence di RetroAchievements nel tuo status Discord.

La " "visualizzazione del gioco corrente su Discord deve essere abilitata." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -14194,8 +14622,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" "Utilizza un'implementazione manuale di texture sampling al posto della " @@ -14206,9 +14634,9 @@ msgstr "" "quando EFB in scala è disabilitato, e con custom texture disabilitate) e " "migliora l'emulazione del calcolo del Livello di Dettaglio.

Tutto " "questo avviene al prezzo di performance potenzialmente minori, soprattutto " -"con maggiori risoluzioni interne; inoltre, il Filtro Anisotropico non è " -"compatibile con Texture Sampling Manuale.

Nel " -"dubbio, lascia deselezionato." +"con maggiori risoluzioni interne.

Se abilitato, Filtraggio texture " +"verrà disabilitato.

Nel dubbio, lascia " +"deselezionato." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -14250,13 +14678,13 @@ msgstr "" "Puoi usarle per salvare o recuperare valori tra gli\n" "input e gli output dello stesso controller padre." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Username" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" @@ -14264,7 +14692,7 @@ msgstr "" "Titolo della lista dei giochi.

Nel dubbio, lascia " "selezionato." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -14276,7 +14704,7 @@ msgstr "" "di velocità a seconda del gioco e/o della tua GPU." "

Nel dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -14287,7 +14715,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
Altrimenti, nel dubbio, lascia disattivato." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14587,8 +15019,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Attenzione" @@ -14710,7 +15142,17 @@ msgstr "Occidentale (Windows-1252)" msgid "Whammy" msgstr "Tremolo" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" +"Indica se usare o meno la risoluzione intera o dimezzata per ogni occhio con " +"il 3D Fianco-a-fianco o Sopra-e-sotto

Nel dubbio, " +"lascia deselezionato." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14722,7 +15164,7 @@ msgstr "" "Arbitraria' è abilitato in Miglioramenti.

Nel " "dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14734,7 +15176,7 @@ msgstr "" "Detection Arbitraria' è abilitato in Miglioramenti." "

Nel dubbio, lascia selezionato." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Dispositivi USB ponte accettati" @@ -14742,7 +15184,7 @@ msgstr "Dispositivi USB ponte accettati" msgid "Widescreen Hack" msgstr "Hack widescreen" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14766,7 +15208,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14784,7 +15226,7 @@ msgstr "Pulsanti Wii Remote" msgid "Wii Remote Gyroscope" msgstr "Giroscopio Wii Remote" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Impostazioni Wii Remote" @@ -14804,7 +15246,7 @@ msgstr "Wii TAS Input %1 - Wii Remote" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii TAS Input %1 - Wii Remote + Nunchuk" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii e Wii Remote" @@ -14812,15 +15254,15 @@ msgstr "Wii e Wii Remote" msgid "Wii data is not public yet" msgstr "Dati Wii non ancora pubblici" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "File di salvataggio Wii (*.bin);;Tutti i file (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "File WIITools Signature MEGA" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Risoluzione finestra" @@ -14829,11 +15271,19 @@ msgstr "Risoluzione finestra" msgid "Window Size" msgstr "Dimensioni finestra" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "Pulisci &Inspection Data" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "Pulisci dati profilazione blocchi JIT" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "Pulisci profilazione" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "Pulisci Recent Hits" @@ -14847,11 +15297,11 @@ msgstr "Mondo" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Scrittura" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Scrivi JIT Block Log Dump" @@ -14884,27 +15334,27 @@ msgstr "Scrivi su log e interrompi" msgid "Write to Window" msgstr "Scrivi su finestra" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Numero del disco errato" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Hash errato" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Regione errata" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Revisione errata" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "Scritto su \"%1\"." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "Scritto su \"{0}\"." @@ -14955,7 +15405,7 @@ msgstr "Sì" msgid "Yes to &All" msgstr "Sì a &tutto" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14964,7 +15414,7 @@ msgstr "" "Stai per convertire il contenuto del file %2 nella cartella %1. Il contenuto " "corrente della cartella verrà eliminato. Sei sicuro di voler continuare?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -15018,7 +15468,7 @@ msgstr "" "per \"Phantasy Star Online Episode I & II\". Nel dubbio, torna indietro e " "configura un \"Controller Standard\"" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" "Stai eseguendo l'ultima versione disponibile dello stream di sviluppo scelto." @@ -15080,7 +15530,7 @@ msgstr "Devi inserire un nome per la tua sessione!" msgid "You must provide a region for your session!" msgstr "Devi indicare una regione per la tua sessione!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "È necessario riavviare Dolphin affinché le modifiche abbiano effetto." @@ -15108,7 +15558,7 @@ msgstr "" "Vuoi terminare l'emulazione per correggere il problema?\n" "Se selezioni \"No\", l'audio potrebbe risultare ingarbugliato." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15128,7 +15578,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Codice Zero 3 non supportato" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "Zero candidati rimasti." @@ -15177,7 +15627,7 @@ msgid "default" msgstr "default" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "disconnesso" @@ -15193,7 +15643,8 @@ msgstr "errno" msgid "fake-completion" msgstr "completamento-finto" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "false" @@ -15260,7 +15711,8 @@ msgstr "sRGB" msgid "this value:" msgstr "questo valore:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "true" @@ -15280,24 +15732,24 @@ msgstr "disallineato" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Capolavori)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" "{0} IPL trovato nella cartella {1}. Il disco potrebbe non venire riconosciuto" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} ha fallito la sincronizzazione dei codici." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} ha fallito la sincronizzazione." @@ -15311,7 +15763,7 @@ msgstr "" "fuori di Dolphin" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} blocchi su {1}. Rapporto di compressione {2}%" diff --git a/Languages/po/ja.po b/Languages/po/ja.po index ad2b5bf2c9..2d7df7b32d 100644 --- a/Languages/po/ja.po +++ b/Languages/po/ja.po @@ -20,10 +20,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: 難波 鷹史, 2023-2024\n" -"Language-Team: Japanese (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Japanese (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/ja/)\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -31,7 +31,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -43,7 +43,7 @@ msgstr "" "ゲームキューブ用ゲームデータには整合性チェックのためのデータがほとんど含まれ" "ていないため、Dolphinでは検出できない問題があるかもしれません。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -55,6 +55,12 @@ msgstr "" "このタイトルは販売物ではないため、署名がされていたとしても、Dolphinはゲーム" "データが改竄されていないことを証明できません。" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "(ディスク %1)" @@ -63,7 +69,7 @@ msgstr "(ディスク %1)" msgid "! Not" msgstr "! Not(否定)" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" "\"{0}\" は無効なファイル、またはゲームキューブ/Wii のISOではありません" @@ -101,16 +107,16 @@ msgstr "" "%1 さんが\n" "あなたのパーティに参加したいようです" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -126,16 +132,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (コピー)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (ディスク番号 %2, リビジョン %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (リビジョン %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (Stock)" @@ -155,7 +161,7 @@ msgstr "%1 (低速)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -169,11 +175,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 グラフィック設定" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -186,11 +192,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 はあなたのシステム上でこの機能をサポートしていません" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 はこの機能をサポートしていません" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -200,28 +206,28 @@ msgstr "" "%2 オブジェクト\n" "現在のフレーム: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 が入室しました" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 が退室しました" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" "%1 は %2%3 の実績をロック解除しました。これは %4%5 ポイントに相当します。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 は有効な ROM ではありません" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 がゴルフ中" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 は %2 をプレイしています。" @@ -229,13 +235,13 @@ msgstr "%1 は %2 をプレイしています。" msgid "%1 memory ranges" msgstr "%1 memory ranges" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 ポイント" @@ -247,30 +253,30 @@ msgstr "%1 個のセッションを発見" msgid "%1 sessions found" msgstr "%1 個のセッションを発見" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (標準)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "%1's value is changed" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "%1's value is hit" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1's value is used" @@ -278,11 +284,15 @@ msgstr "%1's value is used" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -298,7 +308,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -311,25 +321,25 @@ msgstr "%1x Native (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Native (%2x%3) for %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n address(es) could not be accessed in emulated memory." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n address(es) remain." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -355,36 +365,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "Dolphinについて(&A)" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "メモリ ブレークポイントの追加(&A)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "コードを追加...(&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "ファンクションを追加(&A)" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "追加...(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "アセンブラ(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "サウンド設定(&A)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "自動更新(&A):" @@ -392,15 +402,19 @@ msgstr "自動更新(&A):" msgid "&Borderless Window" msgstr "ボーダーレス ウィンドウ(&B)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "ブレークポイント(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "バグトラッカー(&B)" @@ -408,15 +422,15 @@ msgstr "バグトラッカー(&B)" msgid "&Cancel" msgstr "キャンセル(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "チートマネージャ(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "更新を確認...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "クリアシンボル(&C)" @@ -424,50 +438,51 @@ msgstr "クリアシンボル(&C)" msgid "&Clone..." msgstr "クローン...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "コード(&C)" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "接続(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "コントローラー設定(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "アドレスをコピー(&C)" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "作成...(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "削除(&D)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "ウォッチの削除(&D)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "ウォッチの削除(&D)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "コードを編集...(&E)" @@ -475,14 +490,18 @@ msgstr "コードを編集...(&E)" msgid "&Edit..." msgstr "編集...(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "ディスクの取り出し(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "エミュレーション(&E)" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "エクスポート(&E)" @@ -499,41 +518,41 @@ msgstr "ステートのエクスポート...(&E)" msgid "&Export as .gci..." msgstr "GCI形式でエクスポート...(&E)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "ファイル(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "フォント...(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "フレームアドバンス(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "フリールックの設定(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Generate Symbols From" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "GitHub リポジトリ(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "グラフィック設定(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "ヘルプ(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "ホットキーのカスタマイズ(&H)" @@ -553,19 +572,19 @@ msgstr "&Import State..." msgid "&Import..." msgstr "インポート...(&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinity Base" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Interframe Blending" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -573,15 +592,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "UIの言語(&L):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "ステートロード(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "ロードシンボルマップ(&L)" @@ -591,23 +610,27 @@ msgstr "&Load file to current address" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "ウォッチのロック(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "ツールバーの位置を固定(&L)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memory" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "記録(&M)" @@ -615,7 +638,7 @@ msgstr "記録(&M)" msgid "&Mute" msgstr "ミュート(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Network" @@ -624,23 +647,27 @@ msgid "&No" msgstr "いいえ(&N)" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "開く...(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "設定(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Patch HLE Functions" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "一時停止(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "開始(&P)" @@ -648,7 +675,7 @@ msgstr "開始(&P)" msgid "&Properties" msgstr "プロパティ(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "読み込み専用(&R)" @@ -656,7 +683,7 @@ msgstr "読み込み専用(&R)" msgid "&Refresh List" msgstr "ゲームリストを再更新(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registers" @@ -664,29 +691,29 @@ msgstr "&Registers" msgid "&Remove" msgstr "削除(&R)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "コードを削除(&R)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "リセット(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "リソースパックマネージャー(&R)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Save Symbol Map" @@ -694,31 +721,35 @@ msgstr "&Save Symbol Map" msgid "&Scan e-Reader Card(s)..." msgstr "カードeのスキャン...(&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "スカイランダーズポータル(&S)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "速度制限(&S):" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "停止(&S)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "テーマ(&T):" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Threads" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "ツール(&T)" @@ -728,21 +759,21 @@ msgstr "ROMを取り外してリセット(&U)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "ウォッチのロックを解除(&U)" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "表示(&V)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "公式Webサイト(&W)" @@ -754,38 +785,30 @@ msgstr "公式Wiki(英語)で動作状況を確認(&W)" msgid "&Yes" msgstr "はい(&Y)" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' not found, no symbol names generated" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' not found, scanning for common functions instead" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(ダーク)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(ライト)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(システム)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(host)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "オフ" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Multiply(乗算)" @@ -802,7 +825,7 @@ msgstr ", コンマ" msgid "- Subtract" msgstr "- Subtract(減算)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -811,7 +834,7 @@ msgid "--Unknown--" msgstr "-未確認-" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -872,7 +895,7 @@ msgstr "16-bit Signed Integer" msgid "16-bit Unsigned Integer" msgstr "16-bit Unsigned Integer" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -880,7 +903,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x 異方性フィルタリング" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -892,7 +915,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -928,19 +951,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-bit Unsigned Integer" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D深度" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -956,7 +979,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 ブロック)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -964,7 +987,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1053,18 +1076,18 @@ msgstr "なし" msgid "" msgstr "<システムの言語>" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" "ハードコアモードでは無効になります。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "よく分からなければ、チェックを入れないでください" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1102,8 +1125,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Greater-than(より大きい)" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "ネットプレイのセッションは既に進行中です!" @@ -1127,7 +1150,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "ディスクは既に挿入されています。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1138,7 +1161,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "起動するタイトルを指定せずにステートセーブをロードすることはできません" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1158,7 +1181,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "WiiリモコンとのシンクロはWiiのゲームを実行中にのみ行えます" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1193,7 +1216,7 @@ msgstr "" "\n" "現在のところ、ネットプレイ上でのWiiリモコンの入力サポートは実験段階です。\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "アクションリプレイコード" @@ -1235,8 +1258,8 @@ msgstr "精度:" msgid "Achievement Settings" msgstr "実績の設定" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "実績" @@ -1328,7 +1351,7 @@ msgstr "Action Replay: Normal Code {0}: Invalid subtype {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "ネットプレイ:チャットをアクティブ" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Active" @@ -1344,7 +1367,7 @@ msgstr "Active thread queue" msgid "Active threads" msgstr "Active threads" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "ビデオカード" @@ -1352,7 +1375,7 @@ msgstr "ビデオカード" msgid "Adapter Detected" msgstr "タップが接続されています" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "アダプター:" @@ -1379,11 +1402,11 @@ msgstr "USBデバイスを追加" msgid "Add Shortcut to Desktop" msgstr "ショートカットをデスクトップに追加" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Add a Breakpoint" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Add a Memory Breakpoint" @@ -1402,28 +1425,27 @@ msgstr "Add memory breakpoint" msgid "Add to &watch" msgstr "Add to &watch" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Add to watch" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "追加..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Address" @@ -1442,23 +1464,16 @@ msgstr "Address space by CPU state" msgid "Address:" msgstr "Address:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" -"テクスチャフィルタリングを調整します。異方性フィルタリングは、斜めから見た時" -"のテクスチャの視覚的品質を向上させます。「ニアレストを強制」と「リニアを強" -"制」は、ゲームによって選択されたテクスチャのスケーリングフィルタを上書きしま" -"す。

「既定」以外のオプションを選ぶと、テクスチャの見た目が変わり、少" -"数のゲームで問題を引き起こすおそれがあります。

このオプションはマニュ" -"アルテクスチャサンプリングとは互換性がありません。

" -"よく分からない場合は、「既定」を選択してください。" #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1479,7 +1494,7 @@ msgstr "" "

よく分からなければ、右端に合わせておいてください。" "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1492,7 +1507,7 @@ msgstr "" "グが発生するおそれがあります。この設定はごく限られたタイトルでのみ恩恵を受け" "られる機能です。" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1529,7 +1544,7 @@ msgstr "高度な設定" msgid "Advanced Settings" msgstr "高度な設定" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1585,7 +1600,7 @@ msgstr "All Double" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1593,7 +1608,7 @@ msgid "All Files" msgstr "すべてのファイル" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "すべてのファイル (*)" @@ -1602,7 +1617,7 @@ msgstr "すべてのファイル (*)" msgid "All Float" msgstr "All Float" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "すべての GC/Wii ファイル" @@ -1611,8 +1626,8 @@ msgstr "すべての GC/Wii ファイル" msgid "All Hexadecimal" msgstr "All Hexadecimal" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "全てのステートセーブファイル (*.sav *.s##);; 全てのファイル (*)" @@ -1624,27 +1639,27 @@ msgstr "すべての符号付き整数" msgid "All Unsigned Integer" msgstr "すべての符号なし整数" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "すべてのファイル (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "すべてのプレイヤーのチートコードは同期されました" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "すべてのプレイヤーのセーブデータは同期されました" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "コンソール上の言語設定の不一致を許可する" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "利用統計レポートを許可" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "SDカードへの書き込みを許可する" @@ -1664,7 +1679,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "外部入力設定" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "常に表示" @@ -1686,7 +1701,7 @@ msgstr "ディスクの挿入を検出しましたが、見つかりませんで msgid "Anaglyph" msgstr "アナグリフ" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "分析" @@ -1700,7 +1715,7 @@ msgstr "角度" msgid "Angular velocity to ignore and remap." msgstr "ここで指定した角度以下の入力を無視します" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "アンチエイリアス" @@ -1712,19 +1727,19 @@ msgstr "アンチエイリアス:" msgid "Any Region" msgstr "すべて" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "に署名を追加する" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "既存の署名ファイルに追加...(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Appl&y Signature File..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1733,7 +1748,7 @@ msgstr "" ">よく分からなければ、「オフ」を選択してください。" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploaderの日付" @@ -1741,19 +1756,19 @@ msgstr "Apploaderの日付" msgid "Apply" msgstr "適用" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "署名ファイルを適用する" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Arbitrary Mipmap Detection" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "次のプロファイルを削除しますか? '%1'" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "このタイトルの実体ファイルを削除しますか?" @@ -1761,10 +1776,18 @@ msgstr "このタイトルの実体ファイルを削除しますか?" msgid "Are you sure you want to delete this pack?" msgstr "このリソースパックを削除しますか?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "ネットプレイを終了しますか?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "本当によろしいですか?" @@ -1773,16 +1796,16 @@ msgstr "本当によろしいですか?" msgid "Area Sampling" msgstr "エリアサンプリング" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "アスペクト比" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "アスペクト比:" @@ -1790,9 +1813,9 @@ msgstr "アスペクト比:" msgid "Assemble" msgstr "アセンブル" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "アセンブル説明書" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1802,7 +1825,7 @@ msgstr "アセンブラ" msgid "Assembly File" msgstr "アセンブリファイル" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "コントローラ割り当て設定" @@ -1825,11 +1848,11 @@ msgstr "Wiiモーションプラスを取り付ける" msgid "Audio" msgstr "サウンド" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "出力バックエンド:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "タイムストレッチの設定" @@ -1845,7 +1868,7 @@ msgstr "作者" msgid "Authors" msgstr "開発チーム" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "自動" @@ -1854,11 +1877,15 @@ msgstr "自動" msgid "Auto (Multiple of 640x528)" msgstr "自動 (640x528のn倍)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "自動更新設定" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1870,7 +1897,7 @@ msgstr "" "\n" "自動以外のレンダリング解像度に設定しなおしてください" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "ウィンドウサイズを自動調整する" @@ -1878,15 +1905,15 @@ msgstr "ウィンドウサイズを自動調整する" msgid "Auto-Hide" msgstr "未操作時に隠す" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Auto-detect RSO modules?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "次のフォルダと自動同期" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1895,6 +1922,17 @@ msgstr "" "

よく分からなければ、チェックを入れないでください。" "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "現在の値を自動更新します" @@ -1906,7 +1944,7 @@ msgid "Auxiliary" msgstr "補助" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1940,19 +1978,19 @@ msgstr "BP register " msgid "Back Chain" msgstr "Back Chain" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "出力バックエンド" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "バックエンドをマルチスレッド化" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "出力設定" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "出力バックエンド:" @@ -1961,20 +1999,20 @@ msgstr "出力バックエンド:" msgid "Background Input" msgstr "バックグラウンド操作を許可する" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "後方" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "不正な値が指定されました" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "不正なアドレスが指定されました。" @@ -1982,28 +2020,28 @@ msgstr "不正なアドレスが指定されました。" msgid "Bad dump" msgstr "ダンプ不良" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "不正なオフセットが示されました。" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "不正な値が示されました。" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "バナー" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "バナーの詳細" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "バナー表示" @@ -2019,11 +2057,11 @@ msgstr "ベースアドレス" msgid "Base priority" msgstr "ベースの優先度" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "基本設定" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "基本設定" @@ -2071,7 +2109,7 @@ msgstr "バイナリー SSL (読み込み)" msgid "Binary SSL (write)" msgstr "バイナリー SSL (書き込み)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "ビットレート (kbps):" @@ -2083,13 +2121,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "ブロックサイズ" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "ブロックサイズ:" @@ -2124,67 +2162,67 @@ msgstr "" "ドされました。\n" "パススルーの機能は使えません。" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "ブートから一時停止" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND バックアップファイル (*.bin);;すべてのファイル (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii キー ファイル (*.bin);;すべてのファイル (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "ボーダーレス フルスクリーン" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "下" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2196,23 +2234,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2229,7 +2267,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2239,19 +2277,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2260,30 +2298,30 @@ msgstr "" msgid "Branch: %1" msgstr "Branch: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Branches" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "ブレーク" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "ブレークポイント" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "ブレークポイントが発生しました! ステップアウトが中止されました。" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "ブレークポイント" @@ -2317,24 +2355,24 @@ msgstr "ブロードバンドアダプタのエラー" msgid "Broadband Adapter MAC Address" msgstr "ブロードバンドアダプタ MACアドレス設定" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "ネットプレイセッションブラウザ...(&N)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "バッファサイズ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "バッファサイズが変更されました: %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "バッファ:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2382,7 +2420,7 @@ msgstr "By: %1" msgid "C Stick" msgstr "Cスティック" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "署名ファイルの作成(&R)..." @@ -2390,11 +2428,11 @@ msgstr "署名ファイルの作成(&R)..." msgid "CP register " msgstr "CP register " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPUのエミュレーション方式:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU設定" @@ -2402,11 +2440,11 @@ msgstr "CPU設定" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Cached Interpreter (低速)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2421,7 +2459,7 @@ msgstr "" msgid "Calculate" msgstr "計算する" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2433,11 +2471,11 @@ msgstr "" "速度低下を引き起こします。

よく分からなければ、" "チェックを入れないでください。" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "キャリブレーション開始" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "キャリブレーション" @@ -2471,51 +2509,51 @@ msgstr "カメラ 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "カメラの視野(ポインティングの感度に影響する)。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "仮想メモリ上の値に対してのみARコードを生成できます。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "まだ変更できません!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "このトロフィーの悪役は編集できません!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "接続ハンドル {0:02x} でWiiリモコンが見つかりません。" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "ゲーム実行中はネットプレイセッションを開始できません!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "キャンセル" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "キャリブレーション中止" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2528,23 +2566,23 @@ msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" "NANDへのインストールができなかったため、このWADファイルを起動できません" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "Cannot compare against last value on first search." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "GC IPLが見つかりません" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Cannot generate AR code for this address." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Cannot refresh without results." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "GCI フォルダを空のパスに設定できません。" @@ -2552,13 +2590,13 @@ msgstr "GCI フォルダを空のパスに設定できません。" msgid "Cannot set memory card to an empty path." msgstr "メモリーカードを空のパスに設定できません。" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "GC IPLが見つからないため、ゲームを開始できませんでした。" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "悪役 %1 を捕獲しました。" @@ -2576,7 +2614,7 @@ msgstr "面" msgid "Center Mouse" msgstr "センターマウス" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "センタリングとキャリブレーション" @@ -2584,7 +2622,7 @@ msgstr "センタリングとキャリブレーション" msgid "Change &Disc" msgstr "ディスクの入れ替え(&D)" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "ディスクの入れ替え...(&D)" @@ -2592,7 +2630,7 @@ msgstr "ディスクの入れ替え...(&D)" msgid "Change Disc" msgstr "ディスクの入れ替え" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "ディスクの入れ替えを自動で行う" @@ -2600,13 +2638,13 @@ msgstr "ディスクの入れ替えを自動で行う" msgid "Change the disc to {0}" msgstr "次のディスクに変更:{0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2632,7 +2670,7 @@ msgstr "" "で扱いやすい代わりに、画面全体の回転はできません。

Orbital: ゲーム内カ" "メラを軸とした、回転とズームのみを行える方式" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "変更されたチート内容は次回のゲーム開始時に反映されます" @@ -2644,7 +2682,7 @@ msgstr "チャンネルパーティション (%1)" msgid "Character entered is invalid!" msgstr "入力された文字は無効です!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "チャット欄" @@ -2652,7 +2690,7 @@ msgstr "チャット欄" msgid "Cheat Code Editor" msgstr "チートコードエディタ" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "コードサーチ" @@ -2660,7 +2698,7 @@ msgstr "コードサーチ" msgid "Cheats Manager" msgstr "チートマネージャ" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NANDの整合性チェックを実行..." @@ -2672,14 +2710,14 @@ msgstr "ゲームリストを常に更新する" msgid "Check for updates" msgstr "最新版の入手先:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" "ファイルを削除する権限があるかどうか、他で使用中でないかを確認してください。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "チェックサム" @@ -2691,29 +2729,29 @@ msgstr "中国" msgid "Choose" msgstr "選択" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "メモリーカードを選択" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "ファイルを開くか作成してください" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "プロパティ入力ファイルの選択" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "セカンダリー入力ファイルの選択" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "GCI ベース フォルダーを選択します" +msgid "Choose GCI Base Folder" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "保存先のフォルダを選択してください" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2732,17 +2770,18 @@ msgstr "クラシックコントローラ" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "全消去" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "キャッシュの消去" @@ -2750,11 +2789,11 @@ msgstr "キャッシュの消去" msgid "Clear Slot" msgstr "スロットの消去" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "クロック周波数の変更" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "コードをコピーして編集..." @@ -2763,7 +2802,7 @@ msgstr "コードをコピーして編集..." msgid "Close" msgstr "閉じる" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Dolphinの設定(&N)" @@ -2771,11 +2810,20 @@ msgstr "Dolphinの設定(&N)" msgid "Code" msgstr "Code" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2783,11 +2831,11 @@ msgstr "" msgid "Code:" msgstr "コード:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "コードを受け取りました!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "カラーコレクション" @@ -2803,11 +2851,11 @@ msgstr "カラーコレクション:" msgid "Color Space" msgstr "色空間" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combine &Two Signature Files..." @@ -2820,7 +2868,7 @@ msgstr "全般" msgid "Comparand:" msgstr "比較する:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2830,7 +2878,7 @@ msgstr "" "し、Wii U eShopでリリースされたゲームと比較すると、これはむしろ良いダンプであ" "る可能性があります。Dolphinでは確認できません。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2840,7 +2888,7 @@ msgstr "" "eShopでリリースされたゲームと比較すると、かなり良いダンプである可能性がありま" "す。Dolphinではこれを確認できません。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "ゲーム開始前にシェーダをコンパイルする" @@ -2848,9 +2896,9 @@ msgstr "ゲーム開始前にシェーダをコンパイルする" msgid "Compiling Shaders" msgstr "シェーダをコンパイル中..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "圧縮形式" @@ -2858,7 +2906,7 @@ msgstr "圧縮形式" msgid "Compression Level:" msgstr "圧縮レベル:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "圧縮形式:" @@ -2871,11 +2919,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condition" @@ -2965,7 +3013,7 @@ msgstr "設定" msgid "Configure Controller" msgstr "操作設定" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Dolphinの設定" @@ -2978,27 +3026,35 @@ msgstr "入力設定" msgid "Configure Output" msgstr "出力設定" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "確認" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "出力バックエンド変更の確認" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "動作停止時に確認" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "確認" @@ -3008,35 +3064,35 @@ msgstr "確認" msgid "Connect" msgstr "ホストに接続" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "バランスWiiボードを接続する" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "USBキーボードを接続する" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "%1PのWiiリモコンを接続" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "1PのWiiリモコンを接続" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "2PのWiiリモコンを接続" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "3PのWiiリモコンを接続" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "4PのWiiリモコンを接続" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wiiリモコンの接続" @@ -3052,7 +3108,7 @@ msgstr "インターネットに接続してWiiのシステム更新を行いま msgid "Connected" msgstr "Connected" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "接続" @@ -3060,7 +3116,7 @@ msgstr "接続" msgid "Connection Type:" msgstr "接続方式:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Content {0:08x} is corrupt." @@ -3077,23 +3133,23 @@ msgstr "ネットプレイゴルフモードのコントロール" msgid "Control Stick" msgstr "コントロールスティック" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "入力設定" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "コントローラープロファイル 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "コントローラープロファイル 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "コントローラープロファイル 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "コントローラープロファイル 4" @@ -3105,6 +3161,16 @@ msgstr "Dolphin コントローラ設定" msgid "Controllers" msgstr "コントローラー" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3117,7 +3183,7 @@ msgstr "" "設定を有効にするにはHDR出力が必要です。

よく分からな" "い場合は、203 のままにしておきます。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3128,7 +3194,7 @@ msgstr "" "距離を設定できます。

値を高くすると効果が強くなり、低くすると目の負担" "が軽減されます。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3142,7 +3208,7 @@ msgstr "" "

よく分からなければ、「Native」を選択してください。" "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3175,17 +3241,17 @@ msgstr "" "ハイレベルDSPエミュレーションとローレベルDSPエミュレーションのどちらを使用す" "るかを制御します。デフォルトは 真(True) です" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "収束点" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "収束点 (Convergence):" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "変換に失敗しました。" @@ -3193,9 +3259,9 @@ msgstr "変換に失敗しました。" msgid "Convert" msgstr "ファイル形式の変換" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "ファイルをフォルダーに変換する" @@ -3203,9 +3269,9 @@ msgstr "ファイルをフォルダーに変換する" msgid "Convert File..." msgstr "このタイトルを変換..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "フォルダーをファイルに変換する" @@ -3229,8 +3295,8 @@ msgstr "" "このまま変換を行いますか?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "変換中..." @@ -3272,45 +3338,45 @@ msgstr "" "ビは2.2をターゲットにすることが多です。

分からない場" "合はチェックを外してください。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "コピー" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Copy Address" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "コピーに失敗しました。" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Copy Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copy Value" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Copy code &line" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Copy tar&get address" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Aへコピー" @@ -3325,11 +3391,6 @@ msgstr "Bへコピー" msgid "Core" msgstr "コア" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "適切な色空間" @@ -3338,21 +3399,16 @@ msgstr "適切な色空間" msgid "Correct SDR Gamma" msgstr "適切なSDRガンマ" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Cost" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "ホストと通信できませんでした" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "クライアントを作成できませんでした" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "ピアを作成できませんでした" @@ -3372,7 +3428,7 @@ msgstr "" "更新情報のダウンロードに失敗。インターネット接続設定を確認してから改めて試し" "てください" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3382,7 +3438,7 @@ msgstr "" "\n" "このエミュレートされたコンソールは停止します。" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3428,16 +3484,16 @@ msgstr "" "タイトル{0:016x}がNANDにないため、起動できませんでした。\n" "エミュレートされたソフトウェアはハングアップする可能性があります。" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "ファイル {0} を認識できませんでした" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "変更内容を保存できませんでした!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "アップデータ処理を開始できませんでした: {0}" @@ -3462,7 +3518,7 @@ msgstr "" "もしそうなら、オプションでメモリーカードの場所を指定し直す必要があるかもしれ" "ません。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Couldn't look up central server" @@ -3474,7 +3530,7 @@ msgstr "ファイルを開けませんでした。" msgid "Couldn't read file." msgstr "ファイルを読み込めませんでした。" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "発売国" @@ -3507,7 +3563,7 @@ msgid "Create..." msgstr "作成..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "制作者:" @@ -3515,11 +3571,11 @@ msgstr "制作者:" msgid "Critical" msgstr "致命的なエラー" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "クロッピングを有効にする" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3535,11 +3591,11 @@ msgstr "" msgid "Crossfade" msgstr "クロスフェーダー" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "CPUで頂点をカリングする" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3549,11 +3605,11 @@ msgstr "" "マンスと描画統計に影響するおそれがあります。

分から" "ない場合はチェックを外してください。" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "現在の地域" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Current Value" @@ -3561,7 +3617,7 @@ msgstr "Current Value" msgid "Current context" msgstr "Current context" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "選択中のタイトル" @@ -3569,11 +3625,11 @@ msgstr "選択中のタイトル" msgid "Current thread" msgstr "Current thread" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "カスタム" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3581,19 +3637,19 @@ msgstr "" msgid "Custom Address Space" msgstr "カスタムアドレス空間" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "カスタム アスペクト比の高さ" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "カスタム アスペクト比の幅" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "カスタム アスペクト比:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "リアルタイムクロック設定" @@ -3605,6 +3661,32 @@ msgstr "カスタム:" msgid "Customize" msgstr "カスタマイズ:" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3635,7 +3717,7 @@ msgstr "ターンテーブル" msgid "DK Bongos" msgstr "タルコンガ" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSPのエミュレーション方式:" @@ -3643,15 +3725,15 @@ msgstr "DSPのエミュレーション方式:" msgid "DSP HLE (fast)" msgstr "DSP HLE (高速)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (推奨)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE Interpreter (非常に低速)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE Recompiler (低速)" @@ -3681,7 +3763,7 @@ msgstr "マットコントローラ" msgid "Dark" msgstr "ダーク" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "データ関係" @@ -3709,7 +3791,7 @@ msgstr "Data in unrecognized format or corrupted." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "GCMemcardManagerのデータ不整合です、動作を中断します。" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "データが受信されました!" @@ -3726,8 +3808,8 @@ msgstr "遊びの調整" msgid "Debug" msgstr "デバッグ" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "デバッグ用" @@ -3736,40 +3818,40 @@ msgstr "デバッグ用" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "デコード精度" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "移動速度 減少" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "収束距離 減少" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "深度 減少" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "エミュレーション速度 減少" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "レンダリング解像度 縮小" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "選択したステートスロットを減らします" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "X方向 減少" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Y方向 減少" @@ -3783,7 +3865,7 @@ msgstr "既定" msgid "Default Config (Read Only)" msgstr "デフォルト設定(読み取り専用)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "既定のデバイス" @@ -3799,7 +3881,7 @@ msgstr "デフォルトISO:" msgid "Default thread" msgstr "Default thread" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Defer EFB Cache Invalidation" @@ -3807,7 +3889,7 @@ msgstr "Defer EFB Cache Invalidation" msgid "Defer EFB Copies to RAM" msgstr "メモリへのコピーを遅延させる" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3822,8 +3904,8 @@ msgstr "" "チェックを外してください。
" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "削除" @@ -3841,7 +3923,7 @@ msgstr "選択中のタイトルの実体を削除..." msgid "Delete the existing file '{0}'?" msgstr "既存のファイル '{0}' を削除しますか?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "深度" @@ -3849,22 +3931,22 @@ msgstr "深度" msgid "Depth Percentage:" msgstr "深度 比率変更:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "深度 (Depth):" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "説明" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "説明" @@ -3872,7 +3954,7 @@ msgstr "説明" msgid "Description: %1" msgstr "説明: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3885,16 +3967,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3907,7 +3989,7 @@ msgstr "Detached" msgid "Detect" msgstr "検出" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Detecting RSO Modules" @@ -3915,7 +3997,7 @@ msgstr "Detecting RSO Modules" msgid "Deterministic dual core:" msgstr "Deterministic dual core: " -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "開発者向け (起動する度に確認)" @@ -3937,7 +4019,7 @@ msgstr "デバイス設定" msgid "Device VID (e.g., 057e)" msgstr "デバイス PID (例: 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "デバイス:" @@ -3945,7 +4027,7 @@ msgstr "デバイス:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "%1 を有効な Riivolution XML ファイルとして認識されませんでした。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "5分間操作がない状態が続くと、画面を暗くするようにします" @@ -3969,19 +4051,19 @@ msgstr "Bounding Box を無効にする" msgid "Disable Copy Filter" msgstr "Disable Copy Filter" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Disable EFB VRAM Copies" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "エミュレーション速度 無効化" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Disable Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "ファストメム・アリーナを無効にします" @@ -3989,11 +4071,11 @@ msgstr "ファストメム・アリーナを無効にします" msgid "Disable Fog" msgstr "フォグを無効にする" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Disable JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "大規模なエントリ ポイント マップを無効にします" @@ -4001,7 +4083,7 @@ msgstr "大規模なエントリ ポイント マップを無効にします" msgid "Disabled" msgstr "無効" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4011,7 +4093,7 @@ msgstr "" "ますが、タイトルによっては不具合が発生します。

よく" "分からなければ、チェックを外さないでください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Disabling the " @@ -4034,7 +4116,7 @@ msgstr "" "グラフィックに問題を引き起こす場合があります。

よく" "分からなければ、チェックを外さないでください。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4048,7 +4130,8 @@ msgstr "ディスク" msgid "Discard" msgstr "廃棄" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4083,15 +4166,15 @@ msgstr "距離" msgid "Distance of travel from neutral position." msgstr "振りの強さをニュートラルポジションからの距離で指定" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Dolphinの開発者への情報提供にご協力いただけますか?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "\"%1\" をゲームパスリストに追加しますか?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Do you want to clear the list of symbol names?" @@ -4101,7 +4184,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "選択中の %n 個のセーブファイルを削除しますか?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "動作中のゲームを停止しますか?" @@ -4109,12 +4192,12 @@ msgstr "動作中のゲームを停止しますか?" msgid "Do you want to try to repair the NAND?" msgstr "NANDの修復を試みますか?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II decoder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO ログファイル (*.dff)" @@ -4122,22 +4205,22 @@ msgstr "Dolphin FIFO ログファイル (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin ゲームMod プリセット" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin Map File (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphin Signature CSV File" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphin Signature File" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS ムービー (*.dtm)" @@ -4179,11 +4262,11 @@ msgstr "要求された操作を完了することができませんでした。 msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin is a free and open-source GameCube and Wii emulator." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphinのバージョンが古すぎます" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4191,19 +4274,11 @@ msgstr "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin is unable to verify unlicensed discs." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"地域が自動設定できなかったタイトルに対してDolphinはここで設定した地域を使用し" -"ます。" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "チートは現在、無効化されています" @@ -4212,7 +4287,7 @@ msgstr "チートは現在、無効化されています" msgid "Domain" msgstr "Domain" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "更新しない" @@ -4237,7 +4312,7 @@ msgstr "ドアはロックされています" msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4247,33 +4322,33 @@ msgstr "Double" msgid "Down" msgstr "下" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Webからコードを入手" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Webからコードを入手 (WiiRD Database)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "グリッド表示でパッケージ画像を使用 ( GameTDB.comより取得 )" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "ダウンロード完了" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 個のコードが見つかりました。( 新規追加: %2 個 )" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4316,19 +4391,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "サウンドのダンプを行う(WAV形式)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Dump Base Textures" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "EFBターゲットをダンプする" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "フレームのダンプを行う(AVI形式)" @@ -4336,7 +4411,7 @@ msgstr "フレームのダンプを行う(AVI形式)" msgid "Dump GameCube BBA traffic" msgstr "Dump GameCube BBA traffic" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Dump Mip Maps" @@ -4344,7 +4419,7 @@ msgstr "Dump Mip Maps" msgid "Dump Path:" msgstr "ダンプ先:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "XFBターゲットをダンプする" @@ -4369,7 +4444,7 @@ msgstr "Dump peer certificates" msgid "Dump root CA certificates" msgstr "Dump root CA certificates" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
よく分か" "らなければ、チェックを入れないでください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4388,7 +4463,7 @@ msgstr "" "

よく分からない場合は、このチェックを外したままにし" "てください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4407,15 +4482,15 @@ msgstr "ターボボタンを離す時間(フレーム):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "オランダ語" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "終了" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "EFB copy %1" @@ -4430,7 +4505,7 @@ msgstr "" "近Dolphinのバージョンを更新した場合は、ドライバを認識させるためにWindowsの再" "起動が必要になるかもしれません。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4440,7 +4515,7 @@ msgstr "" "ホストが設定したバッファサイズですべてのプレイヤーの入力を受け付けます。\n" "公平性が重要な対戦ゲーム向けの設定です。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Early Memory Updates" @@ -4459,16 +4534,16 @@ msgstr "東アジア" msgid "Edit Breakpoint" msgstr "Edit Breakpoint" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Edit..." @@ -4477,6 +4552,11 @@ msgstr "Edit..." msgid "Editor" msgstr "エディタ" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4488,11 +4568,20 @@ msgstr "エフェクト" msgid "Effective" msgstr "Effective" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Effective priority" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4514,7 +4603,7 @@ msgstr "Embedded Frame Buffer (内蔵フレームバッファ)" msgid "Empty" msgstr "空き" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "エミュレーションスレッドはすでに稼働中です" @@ -4542,7 +4631,7 @@ msgstr "" "実際のハードウェアのディスク速度をエミュレートします。無効にすると不安定にな" "ることがあります。デフォルトはTrueです" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "USBデバイスをエミュレート" @@ -4560,27 +4649,27 @@ msgstr "" "Current: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "エミュレーション速度" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "有効" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Enable API Validation Layers" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "タイムストレッチを有効にする (Audio Stretching)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "チートコードを有効にする" @@ -4588,15 +4677,15 @@ msgstr "チートコードを有効にする" msgid "Enable Controller Inpu&t" msgstr "コントローラー入力を有効にする(&t)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Custom RTC を使用する" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "デバッグUIを有効にする" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4604,19 +4693,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "デュアルコア動作を行う" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "デュアルコア動作を行う (速度向上)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "CPU Clock Override を有効にする" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Memory Size Override を有効にする" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "アンコール実績を有効にする" @@ -4624,15 +4713,15 @@ msgstr "アンコール実績を有効にする" msgid "Enable FPRF" msgstr "Enable FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "グラフィック MOD を有効にする" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "ハードコアモードを有効にします" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4664,33 +4753,33 @@ msgstr "" "ム実行中にハードコアモードをオフにするには、再度有効にする前にゲームを終了す" "る必要があることに注意してください。" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "MMU (メモリ管理ユニット) を有効にする" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "進捗状況の通知を有効にする" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "プログレッシブ表示を有効にする" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "RetroAchievements.orgの統合を有効にする" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "振動を有効にする" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "スクリーンセーバーを有効にする" @@ -4698,27 +4787,27 @@ msgstr "スクリーンセーバーを有効にする" msgid "Enable Speaker Data" msgstr "Wiiリモコンのスピーカーを有効にする" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "非公式アチーブメントを有効にする" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "統計レポートの収集に協力する" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "WiiLink経由でWiiConnect24を有効にする" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "ワイヤーフレーム表示を有効にする" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "ライトバックキャッシュを有効にする (低速)" @@ -4731,7 +4820,7 @@ msgstr "" "てはクラッシュなどの問題が発生することがあります。(ON = 互換、OFF = ロック解" "除)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4743,7 +4832,7 @@ msgstr "" "があります。Dolphinはパスワードをローカルに保存せず、APIトークンを使用してロ" "グインを維持します。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4753,7 +4842,7 @@ msgstr "" "値を追跡するアチーブメントでプレーヤーが進捗したときに、簡単なポップアップ" "メッセージを表示します。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4762,7 +4851,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4772,7 +4861,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4780,7 +4869,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4796,25 +4885,18 @@ msgstr "" "浮動小数点演算結果フラグを有効にします。必要なゲームはわずかです [有効=互換" "性重視/無効=速度向上]" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -"一部のゲームで特別なディスタンスベースのエフェクトに使用される任意のミップ" -"マップの検出を有効にします。

極端に低い解像度のミップマップを使用する" -"ゲームなどでは、内部解像度を上げるとテクスチャが不鮮明になる誤検出が発生する" -"場合があります。無効にすると、新しいテクスチャを頻繁に読み込むゲームでの途切" -"れも軽減されます。この機能は GPU テクスチャ デコーディングと互換性がありませ" -"ん。

よく分からない場合は、チェックを外してくださ" -"い。" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4826,7 +4908,7 @@ msgstr "" "まにしておくこと。

よく分からない場合は、チェックを" "外したままにしておいてください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4839,7 +4921,7 @@ msgstr "" "ます。

よく分からない場合は、チェックを外したままに" "してください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4849,7 +4931,7 @@ msgstr "" "この設定について考える必要はありません。

よく分から" "なければ、チェックを入れないでください。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4866,7 +4948,7 @@ msgstr "" "

よく分からない場合は、このチェックを外したままにし" "てください。" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "有効にすると音声をエミュレーション速度に合わせて伸長させます" @@ -4874,15 +4956,10 @@ msgstr "有効にすると音声をエミュレーション速度に合わせて msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" -"CPU の代わりに GPU を使用したテクスチャ デコードを有効にします。

これ" -"により、一部のシナリオや、CPU がボトルネックになっているシステムではパフォー" -"マンスが向上することがあります。

このオプションは、任意のミップマップ" -"検出とは互換性がありません。

よく分からない場合は、" -"チェックを外したままにしてください。" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 msgid "" @@ -4892,7 +4969,7 @@ msgstr "" "メモリ管理機構を有効にします。いくつかのタイトルで必要です [有効=互換性重視" "/無効=速度向上]" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
よく分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4915,7 +4992,16 @@ msgstr "" "利用規約を読む場合は次のURLを参照してください。: https://www.wiilink24.com/" "tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4927,7 +5013,7 @@ msgstr "" "バッグシンボルも有効にします。

よく分からない場合" "は、このチェックを外したままにしてください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4952,17 +5038,17 @@ msgstr "" "\n" "インポートを中止します" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet Didn't Initialize" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "英語" @@ -4981,7 +5067,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "デバイス(ハードウェア)IDを入力" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Enter address to watch:" @@ -5005,78 +5091,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Enter the RSO module address:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5087,10 +5172,10 @@ msgstr "Enter the RSO module address:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "エラー" @@ -5102,7 +5187,7 @@ msgstr "エラーログ" msgid "Error Opening Adapter: %1" msgstr "アダプタのオープン時にエラーが発生しました: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "セーブデータ収集時にエラーが発生しました!" @@ -5112,7 +5197,7 @@ msgstr "セーブデータ収集時にエラーが発生しました!" msgid "Error converting value" msgstr "値の変換中にエラーが発生しました" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "選択した言語の読み込みに失敗しました。<システムの言語>に設定を戻します" @@ -5121,15 +5206,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "セッションリストの取得エラー: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "テクスチャパックの読み込み中にエラーが発生しました" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "コード処理エラー。" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "データ処理中にエラーが発生しました" @@ -5137,11 +5222,11 @@ msgstr "データ処理中にエラーが発生しました" msgid "Error reading file: {0}" msgstr "ファイルの読み取りエラー: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "チートコードの同期中にエラーが発生しました!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "セーブデータ同期中にエラー発生!" @@ -5185,7 +5270,7 @@ msgstr "エラー: GBA{0} は {1} でROMを開けませんでした" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "エラー: GBA{0} は {1} でセーブデータを開けませんでした" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" "エラー: このビルドはエミュレートされたGBAコントローラをサポートしていません。" @@ -5206,11 +5291,11 @@ msgstr "" "エラー: Windows-1252フォントにアクセスを試みましたが読み込めませんでした。" "ゲームはフォントを正しく表示できないか、クラッシュするでしょう" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Errors were found in {0} blocks in the {1} partition." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "Errors were found in {0} unused blocks in the {1} partition." @@ -5219,12 +5304,12 @@ msgstr "Errors were found in {0} unused blocks in the {1} partition." msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "ヨーロッパ" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Uber (統合) シェーダーだけを使用する" @@ -5232,15 +5317,15 @@ msgstr "Uber (統合) シェーダーだけを使用する" msgid "Exit" msgstr "Dolphinを終了" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "必要 + または閉じカッコ。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "入力値の検証:変数の入力待ち" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "閉じカッコが必要です。" @@ -5252,27 +5337,27 @@ msgstr "コンマが必要です。" msgid "Expected end of expression." msgstr "入力値の検証:演算子に続く入力待ち" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "名前入力が必要です。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "開きカッコが必要です。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "入力値の検証:入力待ち" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "変数名が必要です。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "実験的" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "全てのWiiセーブデータをエクスポート" @@ -5283,11 +5368,11 @@ msgstr "全てのWiiセーブデータをエクスポート" msgid "Export Failed" msgstr "エクスポート失敗" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "録画ファイルのエクスポート" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "録画ファイルのエクスポート..." @@ -5315,14 +5400,14 @@ msgstr "GCS形式でエクスポート..." msgid "Export as .&sav..." msgstr "SAV形式でエクスポート..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n個のファイルをエクスポートしました" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "拡張コントローラ" @@ -5335,7 +5420,7 @@ msgstr "拡張コントローラ モーション(外部入力)" msgid "Extension Motion Simulation" msgstr "拡張コントローラ モーション" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "External" @@ -5343,35 +5428,35 @@ msgstr "External" msgid "External Frame Buffer (XFB)" msgstr "External Frame Buffer (外部フレームバッファ)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "証明書ファイルをNANDから取り出す" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "ディスク全体を抽出..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "パーティション全体を抽出..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "このファイルを抽出..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "このファイルを抽出..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "システムデータを抽出..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "全てのファイルを抽出..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "このディレクトリを抽出..." @@ -5381,7 +5466,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO プレーヤー" @@ -5397,15 +5482,15 @@ msgstr "" "メモリカードを開くことに失敗\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "このセッションを NetPlay インデックスに追加できませんでした: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Failed to append to signature file '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "BT パススルーのインターフェースを要求できませんでした: {0}" @@ -5421,7 +5506,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org に接続できませんでした" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "サーバー %1 に接続できませんでした" @@ -5458,35 +5543,35 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "NetPlay GBA{0}セーブファイルの削除に失敗しました。書き込み権限を確認してくだ" "さい。" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "ネットプレイ メモリカードの削除に失敗しました。書き込み権限を確認してください" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "選択したファイルの削除に失敗しました" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "BTパススルー用カーネルドライバーの切り離しに失敗しました: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "コードの取得に失敗しました" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Failed to dump %1: Can't open file" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Failed to dump %1: Failed to write to file" @@ -5499,15 +5584,15 @@ msgstr "%nから%1 セーブファイルのエクスポートに失敗しまし msgid "Failed to export the following save files:" msgstr "次のセーブファイルをエクスポートできませんでした:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "証明書ファイルの取り出しに失敗" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "ファイルの抽出に失敗しました" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "システムデータの抽出に失敗しました" @@ -5529,14 +5614,14 @@ msgstr "Failed to find one or more D3D symbols" msgid "Failed to import \"%1\"." msgstr "\"%1\" をインポートできませんでした" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "セーブファイルのインポートに失敗しました。一度ゲームを起動してから、再度お試" "しください。" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5544,7 +5629,7 @@ msgstr "" "セーブファイルのインポートに失敗しました。指定されたファイルは破損している" "か、有効な Wiiセーブファイルではありません。" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5554,7 +5639,7 @@ msgstr "" "ルへのアクセスを妨げている可能性があります。NANDを修復し(ツール -> NANDの管" "理 -> NANDのチェック...)、セーブファイルを再度インポートしてみてください。" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "コアの初期化に失敗しました" @@ -5568,7 +5653,7 @@ msgstr "" "ビデオカードが少なくともD3D 10.0をサポートしていることを確認してください。\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "レンダラー・クラスの初期化に失敗しました。" @@ -5577,11 +5662,11 @@ msgid "Failed to install pack: %1" msgstr "リソースパック %1 をインストールできませんでした" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "タイトルのインストールに失敗" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5589,8 +5674,8 @@ msgstr "" "ポート番号 %1 で待ち受けできませんでした。別のネットプレイサーバーが実行中に" "なっていませんか?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "%1 にて RSO モジュールをロードできませんでした" @@ -5602,7 +5687,7 @@ msgstr "d3d11.dllのロードに失敗しました" msgid "Failed to load dxgi.dll" msgstr "dxgi.dllのロードに失敗しました" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "マップ ファイル '%1' のロードに失敗しました" @@ -5616,7 +5701,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "実行ファイルをメモリに読み込めませんでした。" @@ -5632,25 +5717,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Skylanderの修正に失敗しました!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "'%1' のオープンに失敗しました" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Bluetooth デバイスのオープンに失敗しました: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5683,7 +5768,7 @@ msgstr "" msgid "Failed to open file." msgstr "ファイルのオープンに失敗しました。" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "サーバーを開けませんでした" @@ -5716,7 +5801,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "inputファイル \"%1\" のオープンに失敗しました。" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5731,7 +5816,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Redump.orgデータの解析に失敗しました。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "指定された値を目的のデータ型に解析変換できませんでした。" @@ -5744,7 +5829,7 @@ msgid "Failed to read from file." msgstr "ファイルからの読み込みに失敗しました。" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "入力ファイル \"{0}\" からの読み込みに失敗しました。" @@ -5805,49 +5890,49 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "タイトルの消去に失敗" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "ネットプレイ GCIフォルダのリセットに失敗しました。書き込み権限を確認してくだ" "さい" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "ネットプレイ NANDフォルダのリセットに失敗しました。書き込み権限を確認してくだ" "さい" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "NetPlayリダイレクトフォルダのリセットに失敗しました。書き込み権限を確認してく" "ださい。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "FIFOログの保存に失敗しました" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Failed to save code map to path '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Failed to save signature file '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Failed to save symbol map to path '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Failed to save to signature file '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5865,11 +5950,11 @@ msgstr "リソースパック %1 のアンインストールに失敗しまし msgid "Failed to write BT.DINF to SYSCONF" msgstr "Failed to write BT.DINF to SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Mii データの書き込みに失敗しました。" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Wii セーブデータの書き込みに失敗しました" @@ -5883,7 +5968,7 @@ msgstr "設定ファイルの書き込みに失敗!" msgid "Failed to write modified memory card to disk." msgstr "変更されたメモリーカードのディスクへの書き込みに失敗しました。" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "リダイレクトセーブの書き込みに失敗しました。" @@ -5892,7 +5977,7 @@ msgid "Failed to write savefile to disk." msgstr "セーブファイルのディスクへの書き込みに失敗" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5902,20 +5987,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "失敗" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Fair Input Delay" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "既定の地域" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "既定の地域:" @@ -5936,7 +6022,7 @@ msgstr "" "致命的な非同期が起こりました。再生を中止します。(PlayWiimoteのエラー: {0} != " "{1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "視野角(Field of View)" @@ -5949,46 +6035,46 @@ msgstr "図番号:" msgid "Figure type" msgstr "図の種類" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "ファイル情報" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "ファイル形式" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "ファイル形式:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "ファイル情報" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "ファイル名" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "ファイルパス" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "ファイルサイズ" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "ファイルサイズ:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "コードを含まないファイルです" @@ -6000,7 +6086,7 @@ msgstr "ファイル名" msgid "Files opened, ready to compress." msgstr "圧縮処理の待機中です..." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6033,7 +6119,7 @@ msgstr "Find &Next" msgid "Find &Previous" msgstr "Find &Previous" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "キャリブレーション終了" @@ -6068,12 +6154,6 @@ msgstr "チェックサムの修正に失敗" msgid "Fixed Alignment" msgstr "Fixed Alignment" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Flags" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6083,11 +6163,11 @@ msgstr "Flags" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "最良の結果を得るには、全ての方向に対しゆっくりと入力を行ってください" @@ -6107,7 +6187,7 @@ msgstr "" "セットアップ方法については、このページを参照してください。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "強制的に 16:9 にする" @@ -6115,7 +6195,7 @@ msgstr "強制的に 16:9 にする" msgid "Force 24-Bit Color" msgstr "強制24bitカラー化" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "強制的に 4:3 にする" @@ -6147,17 +6227,17 @@ msgstr "接続待ちポートを次の番号で固定:" msgid "Force Nearest" msgstr "ニアレストを強制" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" "%1 は頂点シェーダー拡張をサポートしていないため、強制的にオフになりました。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" "%1 はジオメトリシェーダーをサポートしていないため、強制的にオンになりました。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6173,7 +6253,7 @@ msgstr "" "

よく分からない場合は、チェックを外したままにしてく" "ださい。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6185,7 +6265,7 @@ msgstr "" "

よく分からなければ、チェックを外さないでください。" "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6195,7 +6275,7 @@ msgstr "" msgid "Format:" msgstr "ファイル形式:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6210,38 +6290,38 @@ msgstr "ポート開放を自動で設定 (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Found %1 results for \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "Found %n address(es)." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Frame %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Frame Advance" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Frame Advance速度 減少" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Frame Advance速度 増加" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Frame Advance速度 リセット" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Frame Dumping" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "フレームの範囲" @@ -6249,7 +6329,7 @@ msgstr "フレームの範囲" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "フレームダンプイメージ '{0}' はすでに存在します。上書きしますか?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "記録するフレーム数" @@ -6269,7 +6349,7 @@ msgstr "追加可能なファイル数:%1" msgid "Free Look Control Type" msgstr "フリールックカメラの操作タイプ" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "フリールック コントローラ設定 %1" @@ -6289,22 +6369,26 @@ msgstr "" "\"https://wiki.dolphin-emu.org/index.php?title=Free_Look\">こちらから確認" "できます。" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "フリールック" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "フリールック" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "フリールック 切替" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "フランス語" @@ -6323,8 +6407,8 @@ msgid "From" msgstr "開始" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "開始" @@ -6332,11 +6416,12 @@ msgstr "開始" msgid "FullScr" msgstr "全画面" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Function" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6356,7 +6441,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "GBA カートリッジのパス:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "GBA コア" @@ -6372,19 +6457,19 @@ msgstr "GBA設定" msgid "GBA TAS Input %1" msgstr "TAS用入力 GBA %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA 音量" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA 画面サイズ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBAのROMを %1 から \"%2\" へ変更" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBAのROM %1 を無効化" @@ -6408,7 +6493,7 @@ msgstr "GCMemcardDirectory: ClearBlock called with invalid block address" msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ GC/Wii ISOファイル (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6432,7 +6517,7 @@ msgstr "GL_MAX_TEXTURE_SIZE is {0} - must be at least 1024." msgid "GPU Texture Decoding" msgstr "GPU上でテクスチャをデコードする" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6444,7 +6529,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL ERROR: OpenGL 2.0に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6452,7 +6537,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "OpenGL 3.0に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6460,7 +6545,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "OpenGL 3.3に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6468,7 +6553,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "OpenGL 3.1に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6484,7 +6569,7 @@ msgstr "" "GPU: OGL ERROR: Need OpenGL version 3.\n" "OpenGL 3.0に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6507,16 +6592,16 @@ msgstr "" msgid "Game" msgstr "タイトル" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "ゲームボーイアドバンス" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "ゲームボーイアドバンスROMファイル (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6524,7 +6609,7 @@ msgstr "" "ゲームボーイアドバンス ROMファイル (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *." "rom *.bin);;すべてのファイル (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "ポート %1 のゲームボーイアドバンス" @@ -6536,7 +6621,7 @@ msgstr "ゲームの色空間:" msgid "Game Config" msgstr "ゲーム設定" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "ゲーム情報" @@ -6552,25 +6637,25 @@ msgstr "ゲームガンマ" msgid "Game Gamma:" msgstr "ゲームガンマ:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ゲームID" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ゲームID" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "状態" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "次のゲームに変更 \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6579,15 +6664,15 @@ msgstr "" "選択し、検証タブに切り替え、完全性の検証を選択しハッシュをチェックしてくださ" "い" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "ゲームのディスク番号が違います" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "ゲームのリビジョンが違います" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "すでに起動しています!" @@ -6598,7 +6683,7 @@ msgstr "" "ゲームは別のゲームの保存で上書きされました。 {0:#x}、{1:#x} でデータが破損し" "ています" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "ゲームの地域が一致しません" @@ -6618,11 +6703,11 @@ msgstr "Wii U用ゲームキューブコントローラ接続タップ" msgid "GameCube Adapter for Wii U at Port %1" msgstr "ポート %1のWii U用ゲームキューブコントローラ接続タップ" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "ゲームキューブ コントローラー" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "ポート %1のゲームキューブ コントローラ" @@ -6630,11 +6715,11 @@ msgstr "ポート %1のゲームキューブ コントローラ" msgid "GameCube Controllers" msgstr "ゲームキューブ デバイス設定" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "ゲームキューブ キーボード" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "ポート %1のゲームキューブ キーボード" @@ -6651,7 +6736,7 @@ msgstr "ゲームキューブ メモリーカードファイル" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "ゲームキューブ メモリーカードファイル (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "スロット %1のゲームキューブ マイク" @@ -6679,45 +6764,53 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Geckoコード" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "一般" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "全般" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "新しい統計IDを作成する" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Generated symbol names from '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "ドイツ語" @@ -6725,11 +6818,11 @@ msgstr "ドイツ語" msgid "Germany" msgstr "ドイツ" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "デバイスリストの取得に失敗しました: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6744,7 +6837,7 @@ msgstr "ジャイアント" msgid "Giants" msgstr "ジャイアンツ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golf Mode" @@ -6753,7 +6846,7 @@ msgid "Good dump" msgstr "Good dump" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "グラフィック" @@ -6762,7 +6855,7 @@ msgstr "グラフィック" msgid "Graphics Mods" msgstr "グラフィックスMOD" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "グラフィック設定 切替" @@ -6771,7 +6864,7 @@ msgstr "グラフィック設定 切替" msgid "Graphics mods are currently disabled." msgstr "グラフィックMODは現在無効になっています。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6797,7 +6890,7 @@ msgstr "緑 - 左" msgid "Green Right" msgstr "緑 - 右" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "グリッド表示" @@ -6842,7 +6935,7 @@ msgstr "Head" msgid "Help" msgstr "ヘルプ" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "ヒーローレベル:" @@ -6875,11 +6968,11 @@ msgstr "Hexadecimal" msgid "Hide" msgstr "隠す" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "すべて非表示" @@ -6891,23 +6984,23 @@ msgstr "プレイ中のセッションを隠す" msgid "Hide Incompatible Sessions" msgstr "互換性のないセッションを隠す" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "リモート先のGBAを隠す" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "大" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "高" @@ -6930,15 +7023,39 @@ msgstr "ホストになる" msgid "Host Code:" msgstr "ホストコード:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Host Input Authority" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Host Size" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6950,14 +7067,22 @@ msgstr "" "す\n" "3人以上の環境で、通信が不安定な場合やレイテンシが大きい場合に効果的です" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host Input Authority が無効になりました" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Host Input Authority が有効になりました" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "ネットプレイを開始(ホスト)" @@ -6966,21 +7091,21 @@ msgstr "ネットプレイを開始(ホスト)" msgid "Hostname" msgstr "Hostname" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "ホットキーのカスタマイズ" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "ホットキー" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "フォーカスがあるときのみホットキーを動作させる" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Uber (統合) シェーダーを一部使用する" @@ -7007,7 +7132,7 @@ msgstr "入力されたIDは無効です!" msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOSバージョン:" @@ -7044,7 +7169,7 @@ msgid "IR" msgstr "ポインタ" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Wiiリモコンの感度" @@ -7084,7 +7209,7 @@ msgstr "" msgid "Icon" msgstr "アイコン" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7094,11 +7219,11 @@ msgstr "" "いつでもホスト(レイテンシが0になる人)を切り替えられるのが特徴です\n" "ゴルフのような、タイミングにシビアなターン制ゲームに最適です" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "IDの作成" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7120,7 +7245,7 @@ msgstr "" "グの特定に役立てたりします。\n" "また、この許可はいつでもDolphinの設定から取り消すことが可能です" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7141,7 +7266,7 @@ msgstr "" "チェックされない場合、エミュレートされたコントローラの接続状態は\n" "実際のデフォルトデバイスの接続状態(ある場合)にリンクされます。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7152,7 +7277,17 @@ msgstr "" "

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7168,7 +7303,7 @@ msgstr "" msgid "Ignore" msgstr "無視" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -7197,18 +7332,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"CPUのEFBに対する読込/書込リクエストを無視するようにします。

タイトル" -"によっては動作速度が改善されますが、特定のゲームの機能や画面効果が無効化され" -"ます。

よく分からなければ、チェックを入れないでくだ" -"さい。" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "XFBを即時表示する" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7222,7 +7353,7 @@ msgstr "" "

よく分からなければ、チェックを入れないでください。" "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii NAND バックアップをインポート..." @@ -7237,15 +7368,15 @@ msgstr "インポートに失敗" msgid "Import Save File(s)" msgstr "セーブファイルのインポート" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii セーブデータのインポート..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND バックアップをインポート" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7254,7 +7385,7 @@ msgstr "" "NAND バックアップをインポート中...\n" "経過時間: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7267,7 +7398,7 @@ msgstr "" msgid "In-Game?" msgstr "プレイ中?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7279,64 +7410,64 @@ msgstr "" "ロード時の処理時間は増加します

よく分からなければ、" "チェックを外さないでください。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "ヒーローレベルの値が間違っています!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "最終順位のタイムが間違っています!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "最終リセットタイムが間違っています!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "貨幣の値が間違っています!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "ニックネームが間違っています!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "再生時間の値が間違っています!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "移動速度 増加" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "収束距離 増加" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "深度 増加" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "エミュレーション速度 増加" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "レンダリング解像度 拡大" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "選択したステートスロットを増やします" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "X方向 増加" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Y方向 増加" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "インクリメンタルローテション" @@ -7375,12 +7506,12 @@ msgstr "情報" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "情報" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "エミュレーション中はスクリーンセーバーを起動させない" @@ -7389,11 +7520,11 @@ msgid "Inject" msgstr "インジェクト" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "入力" @@ -7407,19 +7538,16 @@ msgstr "起動に必要な入力値。" msgid "Input strength to ignore and remap." msgstr "無視してリマップする入力値。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Insert &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SDカードの挿入をエミュレートする" @@ -7436,7 +7564,7 @@ msgstr "インストールパーティション (%1)" msgid "Install Update" msgstr "自動更新" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WiiメニューにWADファイルを追加..." @@ -7444,13 +7572,14 @@ msgstr "WiiメニューにWADファイルを追加..." msgid "Install to the NAND" msgstr "NANDへインストール" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instruction" @@ -7459,7 +7588,7 @@ msgstr "Instruction" msgid "Instruction Breakpoint" msgstr "Instruction Breakpoint" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruction:" @@ -7468,7 +7597,7 @@ msgstr "Instruction:" msgid "Instruction: %1" msgstr "Instruction: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7537,8 +7666,8 @@ msgstr "" "内部 LZO エラー - 展開されたバージョンの文字列の解析に失敗しました ({0} / " "{1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "レンダリング解像度" @@ -7547,15 +7676,15 @@ msgstr "レンダリング解像度" msgid "Internal Resolution:" msgstr "内部解像度:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Internal error while generating AR code." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (非常に低速)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7563,7 +7692,7 @@ msgstr "Interpreter Core" msgid "Invalid Expression." msgstr "無効な表現です。" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "自動更新サービスから無効な JSON を受信しました: {0}" @@ -7571,7 +7700,7 @@ msgstr "自動更新サービスから無効な JSON を受信しました: {0}" msgid "Invalid Mixed Code" msgstr "Invalid Mixed Code" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "無効なリソースパック %1 が与えられました:%2" @@ -7580,11 +7709,11 @@ msgstr "無効なリソースパック %1 が与えられました:%2" msgid "Invalid Player ID" msgstr "無効なプレイヤーID" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Invalid RSO module address: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Invalid callstack" @@ -7596,7 +7725,7 @@ msgstr "チェックサムが無効です。" msgid "Invalid game." msgstr "無効なゲームです。" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "このホストコードは無効です" @@ -7605,7 +7734,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Invalid input for the field \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Invalid input provided" @@ -7613,7 +7742,7 @@ msgstr "Invalid input provided" msgid "Invalid literal." msgstr "無効な即値です。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Invalid parameters given to search." @@ -7641,13 +7770,21 @@ msgstr "Invalid search string (only even string lengths supported)" msgid "Invalid title ID." msgstr "無効なタイトルID" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Invalid watch address: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "イタリア語" @@ -7660,80 +7797,81 @@ msgstr "イタリア" msgid "Item" msgstr "アイテム" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT Block Linking Off" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT Blocks" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Paired Off" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "JIT Recompiler for ARM64 (推奨)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "JIT Recompiler for x86-64 (推奨)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT Register Cache Off" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7742,16 +7880,17 @@ msgstr "" "このエラーは起こらないはずです。この状況をバグトラッカーへ報告してください。" "Dolphinを終了します。" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "日本" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "日本語" @@ -7762,7 +7901,7 @@ msgstr "日本語" msgid "Japanese (Shift-JIS)" msgstr "日本用 (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -7770,12 +7909,12 @@ msgstr "" "カオスはこのトロフィーの唯一の悪役であり、常にロック解除されています。何も編" "集する必要はありません!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Keep Running" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "最前面に表示する" @@ -7805,20 +7944,20 @@ msgstr "キーボードコントローラ" msgid "Keys" msgstr "キー" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "選択したプレイヤーをキック" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "韓国" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "韓国語" @@ -7847,41 +7986,41 @@ msgstr "LR Save" msgid "Label" msgstr "Label" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Last Value" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "最終順位:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "最終リセット:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "レイテンシ:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "遅延:~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "遅延:~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "遅延:~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "遅延: ~80 ms" @@ -7889,11 +8028,11 @@ msgstr "遅延: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "これらのタイトルを起動すると問題が解決する場合があります。" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "リーダーボード" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7952,6 +8091,14 @@ msgstr "" "左or右クリックで設定画面に入ります\n" "中クリックで消去します" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7985,11 +8132,11 @@ msgstr "ライト" msgid "Limit Chunked Upload Speed:" msgstr "Limit Chunked Upload Speed:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "ゲームリストカラムの表示" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "リスト表示" @@ -7999,29 +8146,29 @@ msgstr "Listening" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "読込" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Load &Bad Map File..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Load &Other Map File..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "カスタムテクスチャを読み込む" @@ -8029,24 +8176,29 @@ msgstr "カスタムテクスチャを読み込む" msgid "Load File" msgstr "ファイルの読み込み" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "ゲームキューブ メインメニューを起動" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "ホストのセーブデータのみ読み込み" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "以前のステートをロード" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "ロードパス:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "ROMの読込" @@ -8054,137 +8206,132 @@ msgstr "ROMの読込" msgid "Load Slot" msgstr "ロードスロット" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "ステートロード" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "1個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "10個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "2個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "3個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "4個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "5個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "6個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "7個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "8個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "9個前のステートをロード" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "ステートロード - スロット 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "ステートロード - スロット 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "ステートロード - スロット 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "ステートロード - スロット 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "ステートロード - スロット 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "ステートロード - スロット 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "ステートロード - スロット 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "ステートロード - スロット 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "ステートロード - スロット 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "ステートロード - スロット 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "ファイルからロード" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "選択したスロットから読込" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "次のスロットからロード" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wiiメニュー %1 を起動" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "ホストのセーブデータの読み込みと書き込み" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "選択したスロットから読込" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "スロット %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Load map file" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "vWii システム・メニュー %1 を読み込みます。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "読込..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Loaded symbols from '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8195,7 +8342,7 @@ msgstr "" "User/Load/DynamicInputTextures/<game_id>/

よく" "分からなければ、チェックを入れないでください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8204,28 +8351,28 @@ msgstr "" "

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "IPアドレスと使用ポート番号" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "マウスカーソルをロック" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "ロックされています" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "ログ" @@ -8234,19 +8381,20 @@ msgstr "ログ" msgid "Log Configuration" msgstr "ログの設定" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "ログイン" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Log JIT Instruction Coverage" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "ログアウト" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "レンダリング時間を記録" @@ -8258,11 +8406,23 @@ msgstr "表示するログ情報" msgid "Logger Outputs" msgstr "ログ出力先" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "ログインに失敗しました" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8273,20 +8433,20 @@ msgstr "" "

よく分からなければ、チェックを入れないでください。" "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "ループ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "ネットプレイサーバーへの接続が失われました..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "小" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "低" @@ -8316,27 +8476,31 @@ msgstr "まほう" msgid "Main Stick" msgstr "コントロールスティック" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "ヒーロー レベルの値が 0 ~ 100 であることを確認してください!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "最後にセットされたdatetime値が有効であることを確認してください!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "最終リセット日時の値が有効であることを確認してください!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "金額が 0 ~ 65000 の範囲であることを確認してください。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "ニックネームは0文字以上15文字以下で入力してください!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "プレイタイムの値が有効であることを確認してください!" @@ -8344,18 +8508,18 @@ msgstr "プレイタイムの値が有効であることを確認してくださ msgid "Make sure there is a Skylander in slot %1!" msgstr "スロット %1 に Skylander があることを確認してください!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "メーカー" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "メーカー" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8367,16 +8531,16 @@ msgstr "" "ません。

よく分からなければ、チェックを入れないでく" "ださい。" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Wii NANDの管理" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "手動テクスチャサンプリングを有効にする" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "コントローラ割当位置" @@ -8384,15 +8548,19 @@ msgstr "コントローラ割当位置" msgid "Mask ROM" msgstr "マスクロム" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Match Found" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "最大バッファサイズ:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "最大バッファサイズが変更されました: %1" @@ -8401,14 +8569,14 @@ msgstr "最大バッファサイズが変更されました: %1" msgid "Maximum tilt angle." msgstr "最大傾斜角度。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" "有効にしているとWiiメニューやいくつかのタイトルで動作速度が低下する場合があり" "ます" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "中" @@ -8424,7 +8592,7 @@ msgstr "Memory Breakpoint" msgid "Memory Card" msgstr "メモリーカード" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "GCメモリーカードマネージャ" @@ -8432,7 +8600,7 @@ msgstr "GCメモリーカードマネージャ" msgid "Memory Card Path:" msgstr "メモリーカードパス:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "メモリ容量の変更" @@ -8455,7 +8623,7 @@ msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" "メモリーカード: 無効な宛先アドレス ({0:#x}) で Write が呼び出されました。" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8469,33 +8637,41 @@ msgstr "" "\n" "続行しますか?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "マイク" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "ミニ" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "その他" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "その他の設定" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8505,7 +8681,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Mismatch between internal data structures." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8532,7 +8708,7 @@ msgstr "" msgid "Modifier" msgstr "感度変更" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8547,20 +8723,20 @@ msgid "Modify Slot" msgstr "スロットの変更" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "スカイランダーを修正中: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Modules found: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "貨幣:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "モノラル" @@ -8572,11 +8748,11 @@ msgstr "Monoscopic Shadows" msgid "Monospaced Font" msgstr "等幅フォント" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "モーション(外部入力)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "モーション" @@ -8585,16 +8761,16 @@ msgstr "モーション" msgid "Motor" msgstr "モーター" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "プレイ中のマウスカーソル表示" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "移動" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "記録" @@ -8607,7 +8783,7 @@ msgstr "" "ムービー {0} はセーブステートから開始することを示していますが、{1} は存在しま" "せん。ムービーは同期しない可能性があります!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8616,14 +8792,24 @@ msgstr "" msgid "Multiplier" msgstr "乗数" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "すべていいえ(&o)" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND 整合性チェック" @@ -8632,8 +8818,8 @@ msgstr "NAND 整合性チェック" msgid "NKit Warning" msgstr "NKit Warning" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8642,7 +8828,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8664,8 +8850,8 @@ msgstr "" "に合わせてください。

分からない場合は2.35のままにし" "ておいてください。" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8678,11 +8864,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "名前" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "新しいタグに名前を付ける:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "削除するタグ名を入力" @@ -8691,10 +8877,10 @@ msgid "Name of your session shown in the server browser" msgstr "セッションブラウザに表示するルーム名を入力" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "名前" @@ -8708,7 +8894,7 @@ msgstr "Native (640x528)" msgid "Native GCI File" msgstr "ネイティブGCI 形式" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "ネットプレイ" @@ -8724,7 +8910,7 @@ msgstr "ネットプレイ《セットアップ》" msgid "Netherlands" msgstr "オランダ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8732,7 +8918,7 @@ msgstr "" "ネットプレイはホストのセーブデータの使用を開始し、ネットプレイセッション中に" "作成または変更されたセーブ データはホストのローカルセーブに残ります。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8742,7 +8928,7 @@ msgstr "" "ション中に作成または変更されたセーブデータは、セッション終了時に破棄されま" "す。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8751,7 +8937,7 @@ msgstr "" "イセッション終了時に破棄されます。" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "ネットワーク関係" @@ -8759,7 +8945,7 @@ msgstr "ネットワーク関係" msgid "Network dump format:" msgstr "Network dump format:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "常に非表示" @@ -8768,7 +8954,7 @@ msgid "Never Auto-Update" msgstr "自動更新を止める" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "New" @@ -8793,7 +8979,7 @@ msgstr "新しい検索" msgid "New Tag..." msgstr "新しいタグ..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "新しいIDが作成されました。" @@ -8801,30 +8987,32 @@ msgstr "新しいIDが作成されました。" msgid "New instruction:" msgstr "New instruction:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "新しいタグ" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "次のゲームプロファイル" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Next Match" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "次のプロファイル" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "ニックネームが長すぎます" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "ニックネーム:" @@ -8846,21 +9034,21 @@ msgstr "No Alignment" msgid "No Audio Output" msgstr "出力しない" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "無圧縮" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "No Match" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "セーブデータがありません" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "変更するデータはありません!" @@ -8881,15 +9069,15 @@ msgstr "エラーはありません。" msgid "No extension selected." msgstr "拡張コントローラが選択されていません" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "読み込み/記録ファイルなし" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "No game is running." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "No game running." @@ -8902,23 +9090,23 @@ msgstr "グラフィック MOD が選択されていません" msgid "No input" msgstr "入力なし" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "問題は見つかりませんでした" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "一致するゲームは見つかりませんでした" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "M3Uファイル \"{0}\" にパスが見つかりません" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "問題は見つかりませんでした" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8932,7 +9120,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "ゲーム設定 '{0}' のプロファイルが見つかりません" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "No recording loaded." @@ -8948,7 +9136,7 @@ msgstr "" "を中止します" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8966,7 +9154,7 @@ msgstr "北アメリカ" msgid "Not Set" msgstr "未定義" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "このタイトルを持っていないプレイヤーがいます。続けますか?" @@ -8990,7 +9178,7 @@ msgstr "" "インポート先のメモリーカードの追加可能ファイル数が不足しています。最低でも " "%n ファイルの空きが必要です" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "見つかりません" @@ -9019,11 +9207,6 @@ msgstr "注意" msgid "Null" msgstr "ビデオ出力なし (Null)" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9049,13 +9232,13 @@ msgid "Nunchuk Stick" msgstr "ヌンチャクスティック" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Object %1" @@ -9107,7 +9290,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "オブジェクトの範囲" @@ -9128,11 +9311,11 @@ msgstr "Offset" msgid "On" msgstr "有効" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "操作時のみ表示" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9142,7 +9325,7 @@ msgstr "" "使用をサポートするバックエンドでは、ジョブの頂点シェーダーを選択します。パ" "フォーマンスに影響を与える可能性があります。

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9157,7 +9340,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "オンラインガイドを表示(&D)" @@ -9165,7 +9348,7 @@ msgstr "オンラインガイドを表示(&D)" msgid "Only Show Collection" msgstr "コレクションのみを表示" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9173,7 +9356,7 @@ msgstr "" "Only append symbols with prefix:\n" "(Blank for all symbols)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9192,18 +9375,22 @@ msgstr "開く" msgid "Open &Containing Folder" msgstr "実体ファイルのあるフォルダを開く(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "ユーザーフォルダーを開く(&U)" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr " フォルダーを開く..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "FIFOログファイルを選択" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -9267,34 +9454,34 @@ msgstr "オレンジ" msgid "Orbital" msgstr "Orbital" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9304,16 +9491,16 @@ msgstr "その他" msgid "Other Partition (%1)" msgstr "その他のパーティション (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "その他" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "その他ステート関係" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "他のタイトル..." @@ -9321,7 +9508,7 @@ msgstr "他のタイトル..." msgid "Output" msgstr "出力" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "出力 リサンプリング" @@ -9329,16 +9516,16 @@ msgstr "出力 リサンプリング" msgid "Output Resampling:" msgstr "出力 リサンプリング:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Overwritten" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "録画ファイルを再生...(&L)" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9351,23 +9538,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG圧縮レベル" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG圧縮レベル:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG画像ファイル (*.png);; すべてのファイル (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Host" @@ -9380,7 +9576,7 @@ msgstr "パッド" msgid "Pads" msgstr "パッド" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parameters" @@ -9401,7 +9597,7 @@ msgstr "Passive" msgid "Passthrough a Bluetooth adapter" msgstr "PC上のBluetoothアダプターをパススルーする" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "パスワード" @@ -9426,7 +9622,7 @@ msgstr "パッチ名を入力..." msgid "Patches" msgstr "パッチ" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "ファイルの場所:" @@ -9439,23 +9635,23 @@ msgstr "フォルダ" msgid "Pause" msgstr "一時停止" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "再生終了時に一時停止" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "フォーカスが外れたときに一時停止する" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "パニック時に一時停止する" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9467,7 +9663,7 @@ msgstr "" "場合と同じです。

分からない場合はチェックを外してく" "ださい。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9492,7 +9688,7 @@ msgstr "外向きのスイング動作のピーク速度。" msgid "Per-Pixel Lighting" msgstr "ピクセル単位のライティングを有効にする" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Wii システムアップデート" @@ -9500,15 +9696,15 @@ msgstr "Wii システムアップデート" msgid "Perform System Update" msgstr "Wii システムアップデート" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "パフォーマンス サンプル ウィンドウ (ミリ秒)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "パフォーマンス サンプル ウィンドウ (ミリ秒):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "パフォーマンスステータス" @@ -9522,15 +9718,15 @@ msgstr "Physical" msgid "Physical address space" msgstr "Physical address space" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Pick a debug font" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9542,8 +9738,8 @@ msgstr "ピッチダウン" msgid "Pitch Up" msgstr "ピッチアップ" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "機種" @@ -9551,11 +9747,11 @@ msgstr "機種" msgid "Play" msgstr "開始" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "再生/記録" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "録画ファイルを再生" @@ -9563,11 +9759,11 @@ msgstr "録画ファイルを再生" msgid "Play Set/Power Disc" msgstr "プレイセット/パワーディスク" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "再生に関する設定" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "プレイヤー名" @@ -9596,18 +9792,23 @@ msgid "Player Two Ability Two" msgstr "プレイヤー 2 アビリティ 2" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "プレイヤー数" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "プレイ時間:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9615,7 +9816,7 @@ msgstr "" "「SyncOnSkipIdle」設定を「True」に変更してください。現在無効になっているた" "め、この問題が発生する確率が非常に高くなります。" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9649,13 +9850,13 @@ msgstr "ポート:" msgid "Portal Slots" msgstr "ポータルスロット" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "非同期が起きたことが検出されました。 %1 は、フレーム %2 で非同期になった可能" "性があります" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "ポストプロセス" @@ -9676,11 +9877,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "点/線の展開時に頂点シェーダーを優先する" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "カスタムテクスチャの事前読込" @@ -9708,7 +9909,7 @@ msgstr "" msgid "Presets" msgstr "プリセット" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "シンクロボタン 押下" @@ -9717,7 +9918,7 @@ msgstr "シンクロボタン 押下" msgid "Pressure" msgstr "筆圧" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9730,18 +9931,19 @@ msgstr "" "す

他の方式ではパフォーマンスに影響が出てしまう場合" "以外、オススメできません" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "前のゲームプロファイル" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Previous Match" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "前のプロファイル" @@ -9763,21 +9965,21 @@ msgstr "すべて" msgid "Problem" msgstr "問題点" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" "影響度「大」の問題が見つかりました。おそらくこのゲームは上手く動作しません" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" "影響度「小」の問題が見つかりました。おそらくゲームプレイに支障はないでしょう" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9789,20 +9991,20 @@ msgstr "" msgid "Profile" msgstr "プロファイル" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "進行状況" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9812,11 +10014,11 @@ msgstr "" msgid "Public" msgstr "誰でも" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "ゲームリストのキャッシュを消去" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "IPL ROMを User/GC/ に置く。" @@ -9828,15 +10030,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Quality of Service (QoS) は有効になりませんでした" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Quality of Service (QoS) が有効になっています" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "Dolby Pro Logic II デコーダの精度を調整します。精度を高めると遅延も大きくなり" @@ -9845,11 +10047,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "確認" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "終了" @@ -9870,11 +10072,11 @@ msgstr "R (アナログ)" msgid "READY" msgstr "READY" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO Modules" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO auto-detection" @@ -9907,17 +10109,21 @@ msgstr "順位 %1" msgid "Raw" msgstr "Raw" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Read" @@ -9940,7 +10146,7 @@ msgstr "Read only" msgid "Read or Write" msgstr "Read or Write" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "読み込み専用" @@ -9956,7 +10162,7 @@ msgstr "実機Wiiリモコンを接続" msgid "Received invalid Wii Remote data from Netplay." msgstr "ネットプレイから無効なWiiリモコンデータを受信しました。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9966,23 +10172,27 @@ msgstr "" msgid "Recenter" msgstr "リセット" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "録画" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "コントローラ操作を記録" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Recording" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "録画設定" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "レコーディング..." @@ -9999,7 +10209,7 @@ msgstr "赤 - 左" msgid "Red Right" msgstr "赤 - 右" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10023,7 +10233,6 @@ msgstr "Redump.orgのステータス:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10038,11 +10247,11 @@ msgstr "Refresh Current Values" msgid "Refresh Game List" msgstr "ゲームリストを再更新" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "Refresh failed. Please run the game for a bit and try again." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Refreshed current values." @@ -10051,8 +10260,8 @@ msgstr "Refreshed current values." msgid "Refreshing..." msgstr "セッションリストを更新中..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "地域" @@ -10073,7 +10282,8 @@ msgstr "相対的な操作" msgid "Relative Input Hold" msgstr "相対入力を保持" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -10085,7 +10295,7 @@ msgstr "また今度" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "削除" @@ -10102,7 +10312,7 @@ msgstr "不要データを消去 (不可逆処理):" msgid "Remove Tag..." msgstr "タグの削除..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "タグを削除" @@ -10117,20 +10327,20 @@ msgstr "" "\n" "変換処理を続行しますか?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "ゲームウィンドウ設定" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "メインウィンドウ部分に描画" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10138,6 +10348,16 @@ msgstr "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Report: GCIFolder Writing to unallocated block {0:#x}" @@ -10146,15 +10366,15 @@ msgstr "Report: GCIFolder Writing to unallocated block {0:#x}" msgid "Request to Join Your Party" msgstr "参加要請" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10165,7 +10385,7 @@ msgstr "リセット" msgid "Reset All" msgstr "すべてをリセット" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reset Ignore Panic Handler" @@ -10189,7 +10409,7 @@ msgstr "中継サーバーをリセット" msgid "Reset Values" msgstr "値のリセット" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "位置をリセット" @@ -10197,7 +10417,7 @@ msgstr "位置をリセット" msgid "Reset all saved Wii Remote pairings" msgstr "全てのペアリングをリセットする" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -10209,7 +10429,7 @@ msgstr "リソースパックマネージャ" msgid "Resource Pack Path:" msgstr "リソースパックの場所:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "再起動が必要" @@ -10217,11 +10437,11 @@ msgstr "再起動が必要" msgid "Restore Defaults" msgstr "デフォルトの復元" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "再試行" @@ -10230,7 +10450,7 @@ msgstr "再試行" msgid "Return Speed" msgstr "戻りの速度" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "使用バージョンとOS" @@ -10238,7 +10458,7 @@ msgstr "使用バージョンとOS" msgid "Revision: %1" msgstr "Revision: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10289,11 +10509,11 @@ msgstr "左にロール" msgid "Roll Right" msgstr "右にロール" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "ルームID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "回転操作" @@ -10302,7 +10522,7 @@ msgstr "回転操作" msgid "Rotation applied at extremities of swing." msgstr "スイングの両端で回転をかける。" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10316,7 +10536,7 @@ msgstr "" "

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10328,6 +10548,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10353,21 +10582,26 @@ msgstr "" msgid "Rumble" msgstr "振動" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "GBAコアを専用のスレッドで実行する" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" -msgstr "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" -msgstr "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" +msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10377,23 +10611,23 @@ msgstr "Run until hit (ignoring breakpoints)" msgid "Russia" msgstr "ロシア" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SDカード" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SDカードのファイルサイズ:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SDカードファイル (*.raw);; すべてのファイル (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SDカード" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SDカードの設定" @@ -10401,7 +10635,7 @@ msgstr "SDカードの設定" msgid "SD Root:" msgstr "SDのルート:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "同期させるフォルダ" @@ -10436,11 +10670,11 @@ msgstr "SSL context" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sa&ve Code" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "ステートセーブ(&V)" @@ -10452,7 +10686,7 @@ msgstr "Safe" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10462,28 +10696,40 @@ msgstr "保存" msgid "Save All" msgstr "すべて保存" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "エクスポートの保存" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "FIFOログの保存" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "次の場所へ保存" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10494,15 +10740,19 @@ msgstr "セーブデータ" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "ゲームボーイアドバンス セーブファイル (*.sav);;すべてのファイル (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "インポートの保存" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "最古のステートに上書き保存" @@ -10510,73 +10760,77 @@ msgstr "最古のステートに上書き保存" msgid "Save Preset" msgstr "プリセットの保存" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "レコーディングファイルに名前を付けて保存" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "ステートセーブ" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "ステートセーブ - スロット 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "ステートセーブ - スロット 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "ステートセーブ - スロット 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "ステートセーブ - スロット 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "ステートセーブ - スロット 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "ステートセーブ - スロット 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "ステートセーブ - スロット 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "ステートセーブ - スロット 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "ステートセーブ - スロット 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "ステートセーブ - スロット 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "ファイルとして保存" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "最古のステートに上書き保存" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "選択したスロットに保存" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "次のスロットに保存" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Save Symbol Map &As..." @@ -10584,7 +10838,7 @@ msgstr "Save Symbol Map &As..." msgid "Save Texture Cache to State" msgstr "Save Texture Cache to State" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "ステートセーブ/ロード" @@ -10592,15 +10846,11 @@ msgstr "ステートセーブ/ロード" msgid "Save as Preset..." msgstr "プリセットとして保存..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "ファイルとして保存..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Save combined output file as" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10614,23 +10864,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "ROMと同じフォルダにセーブファイルを保存する" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Save map file" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Save signature file" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "選択したスロットに保存" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "スロット %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "保存..." @@ -10652,7 +10894,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Scaled EFB Copy" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Scan succeeded." @@ -10661,8 +10903,8 @@ msgid "ScrShot" msgstr "画面撮影" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Search" @@ -10671,7 +10913,7 @@ msgstr "Search" msgid "Search Address" msgstr "Search Address" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Search Current Object" @@ -10683,7 +10925,7 @@ msgstr "サブフォルダも検索する" msgid "Search and Filter" msgstr "Search and Filter" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10691,7 +10933,7 @@ msgstr "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Search for an Instruction" @@ -10699,7 +10941,7 @@ msgstr "Search for an Instruction" msgid "Search games..." msgstr "ゲームタイトルを検索..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Search instruction" @@ -10733,9 +10975,9 @@ msgstr "選択" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10744,7 +10986,7 @@ msgid "Select Dump Path" msgstr "ダンプ先を選択" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "エクスポート先フォルダを選択" @@ -10752,18 +10994,22 @@ msgstr "エクスポート先フォルダを選択" msgid "Select Figure File" msgstr "フィギュアファイルを選択する" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "GBAのBIOSファイルを選択" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "GBAのROMファイルを選択" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "GBAセーブファイルの保存先を選択" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "ステートスロットの選択" @@ -10772,6 +11018,10 @@ msgstr "ステートスロットの選択" msgid "Select Load Path" msgstr "ロードパスの選択" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "リソースパックの読込元フォルダを選択" @@ -10780,6 +11030,14 @@ msgstr "リソースパックの読込元フォルダを選択" msgid "Select Riivolution XML file" msgstr "Riivolution XMLファイルの選択" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Skylanderコレクションの選択" @@ -10788,58 +11046,62 @@ msgstr "Skylanderコレクションの選択" msgid "Select Skylander File" msgstr "Skylanderファイルの選択" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "スロット %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "スロットの選択" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "スロットの選択" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "ステートスロット 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "ステートスロット 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "ステートスロット 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "ステートスロット 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "ステートスロット 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "ステートスロット 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "ステートスロット 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "ステートスロット 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "ステートスロット 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "ステートスロット 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "WFSパスの選択" @@ -10853,29 +11115,25 @@ msgstr "Wii NANDルート" msgid "Select a Directory" msgstr "ディレクトリを選択" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "ファイルを選択" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "SDカードへの変更内容を同期するフォルダを選択" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "ディスクドライブチャンネルに表示するゲームを選択" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "SDカードファイルを選択" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "ファイルの選択" @@ -10883,19 +11141,15 @@ msgstr "ファイルの選択" msgid "Select a game" msgstr "タイトルを選択" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "NANDにインストールするタイトルを選択" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "カードeファイルの選択" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Select the RSO module address:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "再生するレコーディングファイルを選択する" @@ -10903,36 +11157,19 @@ msgstr "再生するレコーディングファイルを選択する" msgid "Select the Virtual SD Card Root" msgstr "仮想SDカードのルートを選択します" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "キーファイル (OTP/SEEPROM ダンプ)を選択" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "セーブファイルを選択" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "圧縮されたイメージの保存先を選択" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "圧縮されたイメージの保存先を選択" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "選択したフォント" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "選択されたプロファイルは存在しません" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "選択されたゲームがゲームリストに存在しません!" @@ -10944,7 +11181,7 @@ msgstr "Selected thread callstack" msgid "Selected thread context" msgstr "Selected thread context" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -10952,7 +11189,7 @@ msgstr "" "描画に使用するビデオカードを選択します。

%1 はこの機" "能をサポートしません。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -10960,7 +11197,7 @@ msgstr "" "描画に使用するビデオカードを選択します。

よく分から" "なければ、一番上のものを選択してください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10979,7 +11216,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10998,7 +11235,7 @@ msgstr "" "す。

よく分からなければ、「オフ」を選択してくださ" "い。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11020,30 +11257,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"描画に使用する出力バックエンドAPIを選択します。\n" -"

Software Render はデバッグ用としてのみ有用で、非常に低速なため、通常" -"は選択しないでください。\n" -"各APIの動作はタイトルとビデオカードによってそれぞれ異なるため、それぞれ試して" -"うまく動作するものを選んでください。

よく分からない" -"場合は OpenGL を選択してください。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "送信" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "センサーバーの位置" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11064,7 +11325,7 @@ msgstr "サーバーのIPアドレス" msgid "Server Port" msgstr "サーバーのポート" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "サーバーが中継処理を拒否しました" @@ -11072,44 +11333,40 @@ msgstr "サーバーが中継処理を拒否しました" msgid "Set &Value" msgstr "Set &Value" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Set PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Wiiメニュー (ディスクドライブチャンネル) に表示(&D)" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "スロットAに読み込むメモリーカードファイルを選択" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "スロットBに読み込むメモリーカードファイルを選択" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Set symbol &end address" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Set symbol &size" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Set symbol end address" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Set symbol size (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11119,19 +11376,19 @@ msgstr "" "変更します\n" "すべてのタイトルで上手く動作するとは限りません" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Wiiのシステム言語を変更できます" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11139,10 +11396,17 @@ msgstr "" "遅延をミリ秒単位で設定します。値を高くすると、オーディオの音割れが軽減される" "場合があります(特定のバックエンドのみ)。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -11154,13 +11418,13 @@ msgstr "" "仮想アドレス空間で標準の MEM1 および (Wii の) MEM2 マッピングを使用して検索を" "設定します。これはほとんどのゲームで機能します。" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "設定" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Can't create setting.txt file" @@ -11168,7 +11432,7 @@ msgstr "SetupWiiMemory: Can't create setting.txt file" msgid "Severity" msgstr "影響度" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "シェーダコンパイルの設定" @@ -11190,228 +11454,232 @@ msgstr "新幹線" msgid "Shinkansen Controller" msgstr "新幹線専用コントローラー" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "% 速度を表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "ログを表示(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "ツールバー(&T)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "タイトルバーに起動中のゲーム名を表示" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "すべて表示" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "オーストラリア" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Discordにプレイ中のゲームを表示" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "無効なコードを最初に表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "有効なコードを最初に表示する" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "FPS を表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "フレームカウンタを表示" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "フレームタイムを表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "フランス" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "ゲームキューブ" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "ドイツ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Show Golf Mode Overlay" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "インフィニティベースを表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "入力された操作を表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "イタリア" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "日本" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "韓国" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "ラグカウンタを表示" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "次の言語で表示" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "ログの設定を表示(&C)" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "ネットプレイ:OSD表示" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "ネットプレイ:Ping表示" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "オランダ" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "OSDを表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL規格の地域" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Show PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "パフォーマンスグラフを表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "特定機種のソフトだけを表示" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "次の地域のソフトだけを表示" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "再記録カウンターを表示" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "ロシア" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr " Skylandersポータルを表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "スペイン" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "スピードカラーを表示" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "統計情報を表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "システム時間を表示" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "台湾" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "アメリカ合衆国" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "不明" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "垂直ブランキング期間 (VBlank) 時間を表示" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "VPS を表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD(Wiiウェア/VC/Wiiチャンネル)" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "地域なし" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Show in Code" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Show in Memory" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Show in code" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Show in memory" @@ -11419,19 +11687,15 @@ msgstr "Show in memory" msgid "Show in server browser" msgstr "セッションブラウザに表示" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "Show target in memor&y" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11440,7 +11704,7 @@ msgstr "" "画面に表示します。

よく分からなければ、チェックを入" "れないでください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
分からない場合はチェックを外してくださ" "い。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11467,25 +11731,13 @@ msgstr "" "

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11495,7 +11747,7 @@ msgstr "" "

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11505,7 +11757,19 @@ msgstr "" "

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11515,7 +11779,7 @@ msgstr "" "す。

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
よく分からなければ、チェックを入れない" "でください。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11534,13 +11798,13 @@ msgstr "" "

よく分からなければ、チェックを入れないでください。" "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11548,6 +11812,14 @@ msgstr "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Side-by-Side" @@ -11564,7 +11836,7 @@ msgstr "横持ちの切替" msgid "Sideways Wii Remote" msgstr "横持ちで使用する" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signature Database" @@ -11588,7 +11860,7 @@ msgid "Signed Integer" msgstr "Signed Integer" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "簡体字中国語" @@ -11605,7 +11877,7 @@ msgstr "Six Axis" msgid "Size" msgstr "サイズ" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11613,11 +11885,11 @@ msgstr "" "ストレッチに使用するバッファサイズをミリ秒単位で変更できます。小さくしすぎる" "と音割れの原因になります。" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Skip" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Skip Drawing" @@ -11633,7 +11905,7 @@ msgstr "メインメニューをスキップする" msgid "Skip Presenting Duplicate Frames" msgstr "重複フレームの表示をスキップする" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11725,11 +11997,11 @@ msgstr "Socket table" msgid "Software Renderer" msgstr "Software Renderer" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Some of the data could not be read." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11745,12 +12017,12 @@ msgstr "" "いくつかの値は不正です。\n" "強調された値を修正してください。" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "アルファベット順で並べ替え" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "サウンドの設定:" @@ -11764,7 +12036,7 @@ msgstr "スペイン" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "スペイン語" @@ -11772,11 +12044,11 @@ msgstr "スペイン語" msgid "Speaker Pan" msgstr "スピーカー パン調整" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "リモコンスピーカー音量" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Specialized (既定)" @@ -11784,7 +12056,7 @@ msgstr "Specialized (既定)" msgid "Specific" msgstr "Specific" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11805,12 +12077,16 @@ msgstr "" "す。

よく分からなければ、6 に設定してください。" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "速度調整" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11829,33 +12105,37 @@ msgstr "Stack start" msgid "Standard Controller" msgstr "標準コントローラ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "スタート" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "ネットプレイを開始...(&N)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "新しいチート検索を開始します" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "操作の記録を開始(&C)" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "操作の記録を開始" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "フルスクリーンで開始する" @@ -11867,7 +12147,7 @@ msgstr "Riivolution パッチから始めます" msgid "Start with Riivolution Patches..." msgstr "Riivolution パッチから始めます..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "ゲームを開始" @@ -11890,52 +12170,52 @@ msgstr "Step" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Step Into" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Step Out" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Step Over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Step out successful!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Step out timed out!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Step over in progress..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Step successful!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Stepping" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "ステレオ" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "表示方式" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "表示方式" @@ -11956,16 +12236,20 @@ msgid "Stick" msgstr "スティック" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "停止" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "操作の再生/記録を停止" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "ゲームを終了" @@ -12007,11 +12291,11 @@ msgstr "" "Texture)

よく分からなければ、チェックを外さないでく" "ださい。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "ウィンドウに合わせる" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "設定の同期を厳密にする(Strict Settings Sync)" @@ -12025,11 +12309,11 @@ msgstr "String" msgid "Strum" msgstr "ストラム" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "スタイル:" @@ -12040,18 +12324,18 @@ msgstr "スタイル:" msgid "Stylus" msgstr "スタイラス" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "完了" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "ネットプレイインデックスに正常に追加されました" @@ -12061,7 +12345,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n 画像 は正常に変換されました。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr " '%1' の削除に成功しました" @@ -12074,24 +12358,24 @@ msgstr "保存ファイル %1 から正常に %n エクスポートされまし msgid "Successfully exported save files" msgstr "セーブファイルのエクスポートに成功しました" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "証明書ファイルの取り出しに成功しました" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "ファイルの取り出しに成功しました" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "システムデータの取り出しに成功しました" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "セーブファイルのインポートに成功しました。" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "タイトルのインストールに成功しました" @@ -12114,12 +12398,12 @@ msgstr "サポート" msgid "Supported file formats" msgstr "サポートしているすべての形式" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "SD および SDHC 仕様のみサポート。デフォルト容量は 128 MB です" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "サラウンド" @@ -12127,7 +12411,7 @@ msgstr "サラウンド" msgid "Suspended" msgstr "Suspended" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "視点を入れ替える" @@ -12142,7 +12426,7 @@ msgstr "スワップフォース" msgid "Swapper" msgstr "スワッパー" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12165,22 +12449,31 @@ msgstr "スロットAを操作" msgid "Switch to B" msgstr "スロットBを操作" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbols" @@ -12188,7 +12481,7 @@ msgstr "Symbols" msgid "Sync" msgstr "シンクロ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "AR/Gecko コードを同期する" @@ -12208,7 +12501,7 @@ msgstr "" "CPU/GPUスレッドを同期させることでデュアルコア動作時のフリーズを抑制します " "[有効=互換性重視/無効=速度向上]" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12216,37 +12509,37 @@ msgstr "" "エミュレーション開始から終了までに発生したSDカードへの変更内容を同期するフォ" "ルダを設定" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "アクションリプレイコードの同期中..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Geckoコードの同期中..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "セーブデータの同期中..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "システムの言語:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS用入力ウィンドウを表示" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS関係" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "タグを表示" @@ -12264,15 +12557,15 @@ msgstr "Tail" msgid "Taiwan" msgstr "台湾" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "スクリーンショット" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "Target address range is invalid." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12290,9 +12583,9 @@ msgstr "マシン" msgid "Test" msgstr "テスト" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -12301,15 +12594,15 @@ msgstr "" msgid "Texture Cache" msgstr "Texture Cache" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "テクスチャキャッシュの精度" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Texture Dumping" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "テクスチャーフィルタリング" @@ -12317,7 +12610,7 @@ msgstr "テクスチャーフィルタリング" msgid "Texture Filtering:" msgstr "テクスチャフィルタ:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "テクスチャフォーマット情報表示" @@ -12343,11 +12636,11 @@ msgstr "" "\n" "本当にDirect3D 11に切り替えますか?分からない場合は「No」を選択してください。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "The H3 hash table for the {0} partition is not correct." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "IPL ファイルは既知の正常なダンプではありません。 (CRC32: {0:x})" @@ -12357,11 +12650,11 @@ msgstr "IPL ファイルは既知の正常なダンプではありません。 ( #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "The Masterpiece partitions are missing." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12369,11 +12662,11 @@ msgstr "" "NANDを修復できませんでした。現在のデータをバックアップして、NANDのダンプから" "やり直すことをオススメします" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NANDの修復に成功しました" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12383,11 +12676,11 @@ msgstr "" "と、Wiiシステムメニューが起動しなくなり、NANDにコピーまたは移動することも拒否" "されます。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12407,7 +12700,7 @@ msgstr "The channel partition is missing." msgid "The data partition is missing." msgstr "The data partition is missing." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12417,7 +12710,7 @@ msgstr "" "込み時間に影響します。適切なダンプを使用している人と入力記録を共有したり、" "ネットプレイを使用することができなくなります。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12518,7 +12811,7 @@ msgstr "" "ファイル %1 は既に存在します。\n" "ファイルを置き換えますか?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12552,7 +12845,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "The filesystem is invalid or could not be read." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12561,7 +12854,7 @@ msgstr "" "フォルダ %1 は Dolphin の GCI フォルダのリージョンコード形式に準拠していませ" "ん。このフォルダの名前を %2、 %3、 %4 のいずれかに変更してください。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." @@ -12569,15 +12862,15 @@ msgstr "" "The format that the disc image is saved in does not store the size of the " "disc image." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "The game ID is inconsistent." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "The game ID is unusually short." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "The game ID is {0} but should be {1}." @@ -12585,7 +12878,7 @@ msgstr "The game ID is {0} but should be {1}." msgid "The game disc does not contain any usable update information." msgstr "このゲームディスクには、使用可能なアップデート情報は含まれていません。" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "ゲームは現在実行中です" @@ -12599,7 +12892,7 @@ msgstr "" "ため、このディスクを使用してエミュレートされたコンソールをアップデートするこ" "とはできません。" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12613,21 +12906,21 @@ msgstr "" "\n" "(デフォルトのフレームバッファで {0} サンプルの MSAA が見つかりました)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "ハッシュは一致しませんでした" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "全てのハッシュが一致!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12639,11 +12932,11 @@ msgstr "" msgid "The install partition is missing." msgstr "The install partition is missing." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "最後に、このフィギュアがポータルに配置された時刻" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12662,7 +12955,7 @@ msgstr "" "が挿入されています。ムービーを正しく同期するには、選択したデバイスをメモリー" "カードまたはGCIフォルダに変更してください。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -12670,8 +12963,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "%1 のパッチは、選択したゲームまたはゲームリビジョン用ではありません。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "選択されたプロファイル '%1' は存在しません" @@ -12679,7 +12972,7 @@ msgstr "選択されたプロファイル '%1' は存在しません" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "記録されたゲーム ({0}) は選択したゲーム ({1}) と同じではありません" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12700,22 +12993,22 @@ msgstr "" "同じファイルを複数のスロットで使用することはできません; すでに %1 によって使" "用されています。" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "同じフォルダーを複数のスロットで使用することはできません: すでに %1 によって" "使用されています。" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "サーバー側とクライアント側のバージョンに互換性がありません" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "このサーバーは満員です" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "The server sent an unknown error message." @@ -12731,15 +13024,15 @@ msgstr "" "本当に使用しますか?よく分からなければ、選択しないでください。" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "The specified common key index is {0} but should be {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "指定されたファイル \"{0}\" は存在しません" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12753,31 +13046,31 @@ msgstr "" "インポート先のメモリーカードには既にこのファイルのデータが存在します%n\"%1\"" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "The ticket is not correctly signed." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "この数値がゲーム内で使用された合計時間 (秒単位)になります" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "このフィギュアのトイコード。本物のフィギュアにのみ使用可能です。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "The type of a partition could not be read." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "この Skylander のタイプには、変更できるデータがありません!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "この Skylander の種類は不明です!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "この Skylander の種類が不明で、現時点では変更できません!" @@ -12790,7 +13083,7 @@ msgstr "" "更新がキャンセルされました。システムバージョンの不一致を避けるため、最新版へ" "の更新を強く推奨します" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "The update partition does not contain the IOS used by this title." @@ -12798,11 +13091,11 @@ msgstr "The update partition does not contain the IOS used by this title." msgid "The update partition is missing." msgstr "The update partition is missing." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "The update partition is not at its normal position." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12810,23 +13103,23 @@ msgstr "" "NAND のユーザーがアクセス可能な部分には、許容最大値 %3 ブロック (%4 KiB) のう" "ち、%1 ブロック (%2 KiB) のデータが含まれています。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "The {0} partition does not have a valid file system." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "The {0} partition does not seem to contain valid data." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "The {0} partition is not correctly signed." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "The {0} partition is not properly aligned." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12844,8 +13137,8 @@ msgstr "" "\n" "閉じる前に保存しますか?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12884,7 +13177,7 @@ msgstr "この Gecko コードには行が含まれていません。" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -12892,7 +13185,7 @@ msgstr "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "この Skylander の種類はまだ改造できません!" @@ -12916,7 +13209,7 @@ msgstr "" "このアクションリプレイシミュレータは、アクションリプレイそのものを変更する" "コードはサポートしていません。" -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -12926,20 +13219,20 @@ msgstr "" "\n" "すばらしい体験をのために、ぜひ Dolphin の ARM64 ビルドを実行してください。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "元に戻すことはできません!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "This debug disc image has the size of a retail disc image." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "This disc image has an unusual size." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -12949,7 +13242,7 @@ msgstr "" "間が長くなる可能性があります。入力された録画を共有したり、良いダンプを使用し" "ている人とネットプレイを使用することができなくなる可能性があります。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12961,7 +13254,7 @@ msgstr "" "合でも、このファイルの CRC32 は正常なダンプの CRC32 と一致する可能性がありま" "す。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12970,7 +13263,7 @@ msgstr "" "プログラムがディスク・イメージを複数の部分として保存した場合、それらを1つの" "ファイルに統合する必要があります。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12978,7 +13271,7 @@ msgstr "" "このディスク イメージは小さすぎて、いくつかのデータが不足しています。この問題" "は、おそらく2層ディスクが1層ディスクとしてダンプされた可能性が大きいです。" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -12989,7 +13282,7 @@ msgstr "" "さいです。このエラーによりゲームが動作しなくなる場合は、開発者に報告してくだ" "さい。" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13009,7 +13302,7 @@ msgstr "このファイルには有効な Wii ファイルシステムが含ま msgid "This file does not look like a BootMii NAND backup." msgstr "このファイルはBootMii NANDバックアップではないようです" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13019,7 +13312,7 @@ msgstr "" "れたビデオや追加言語、ゲームモード全体など一部のコンテンツは壊れます。この問" "題は通常、ゲームの違法コピーにのみ存在します。" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13029,11 +13322,11 @@ msgstr "" "ドもしくはドライバでは対応していないようです。そのためプレイ中にバグやフリー" "ズと遭遇する可能性があります。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "This is a bad dump." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13041,7 +13334,7 @@ msgstr "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13049,11 +13342,11 @@ msgstr "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "This is a good dump." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -13061,7 +13354,7 @@ msgstr "" msgid "This session requires a password:" msgstr "参加にはパスワードが必要です。" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13083,12 +13376,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "このタイトルは起動できません" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "This title is set to use an invalid IOS." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "This title is set to use an invalid common key." @@ -13127,7 +13420,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "ここで設定した値は、グラフィック設定でセットした収束距離に乗算されます" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13142,7 +13435,7 @@ msgstr "" "これにより、保存同期に使用されるクライアントごとのチャンクアップロードの速度" "が制限されます。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13167,7 +13460,7 @@ msgstr "Threads" msgid "Threshold" msgstr "しきい値" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13177,6 +13470,31 @@ msgstr "TiB" msgid "Tilt" msgstr "傾き" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13187,10 +13505,10 @@ msgstr "" msgid "Timed Out" msgstr "Timed Out" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "タイトル" @@ -13198,25 +13516,29 @@ msgstr "タイトル" msgid "To" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "全画面表示 切り替え(&F)" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "立体視 Anaglyph 切替" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "立体視 Side-by-side 切替" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "立体視 Top-bottom 切替" @@ -13224,28 +13546,28 @@ msgstr "立体視 Top-bottom 切替" msgid "Toggle All Log Types" msgstr "全てのログ情報を選択/解除" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "アスペクト比 設定切替" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Toggle Breakpoint" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "クロッピング 切替" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "カスタムテクスチャ 切替" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "EFB Copies 設定切替" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "フォグ処理 設定切替" @@ -13257,35 +13579,39 @@ msgstr "フルスクリーン表示 切替" msgid "Toggle Pause" msgstr "一時停止 切替" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "SDカード挿入 切替" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Skip EFB Access 切替" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Toggle Texture Dumping" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "USB キーボード 切替" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "EFB Copies 設定切替" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "XFB Immediate Mode 設定切替" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "トークン化に失敗しました。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -13293,7 +13619,7 @@ msgstr "" msgid "Toolbar" msgstr "ツールバー" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "上" @@ -13301,7 +13627,7 @@ msgstr "上" msgid "Top-and-Bottom" msgstr "Top-and-Bottom" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Total Hits" @@ -13339,12 +13665,12 @@ msgstr "移動距離の合計。" msgid "Touch" msgstr "タッチボード" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "トイコード:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "繁体字中国語" @@ -13364,8 +13690,8 @@ msgstr "トラップマスター" msgid "Trap Team" msgstr "トラップチーム" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "トラバーサルエラー" @@ -13373,7 +13699,7 @@ msgstr "トラバーサルエラー" msgid "Traversal Server" msgstr "中継サーバー (Traversal)" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "中継サーバーからホストへの接続がタイムアウト" @@ -13404,7 +13730,7 @@ msgid "Trophy" msgstr "トロフィー" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13430,11 +13756,11 @@ msgstr "アメリカ合衆国" msgid "USB Device Emulation" msgstr "USB デバイスエミュレーション" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB エミュレーション" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "USB エミュレーションデバイス" @@ -13448,7 +13774,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB ホワイトリストエラー" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13459,7 +13785,7 @@ msgstr "" "す。

よく分からなければ、これを選択してください。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13471,7 +13797,7 @@ msgstr "" "したPCで、Hybrid Ubershaders では問題がある場合にしかオススメできません。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13484,23 +13810,23 @@ msgstr "" "ケースではパフォーマンスへの影響を最小限に抑えつつカクつきが解消されるはずで" "すが、実際どのような結果になるかは使用中のビデオドライバに依存します。" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Unable to auto-detect RSO module" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "アップデートサーバーに接続できません。" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "アップデータのコピーを作成できません。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Skylander を改造できません!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "ファイルを開くことができません。" @@ -13528,11 +13854,11 @@ msgstr "" "\n" "この行を無視して解析を続けますか?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "ファイルを読み込むことができません。" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "アップデータコピーのパーミッションを設定できません。" @@ -13555,11 +13881,11 @@ msgstr "未圧縮のGC/Wii ISOファイル (*.iso *.gcm)" msgid "Undead" msgstr "アンデット" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "直前のステートロードを取消" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "直前のステートセーブの取消" @@ -13578,23 +13904,23 @@ msgid "" msgstr "" "セーブデータを残してNAND内からこのタイトルを削除します。よろしいですか?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "米国" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "フィルタ無し" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "不明 (Id:%1 Var:%2)" @@ -13603,11 +13929,11 @@ msgstr "不明 (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "不明な DVD コマンド {0:08x} - 致命的なエラー" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "不明な SYNC_CODES メッセージを id: {0} で受信しました" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13615,11 +13941,11 @@ msgstr "" "不明な SYNC_GECKO_CODES メッセージ、id:{0} を player:{1} から受信しました。プ" "レイヤーをキックしています!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "不明な SYNC_SAVE_DATA メッセージを id: {0} で受信しました" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13627,7 +13953,7 @@ msgstr "" "不明な SYNC_SAVE_DATA メッセージ、id:{0} を player:{1} から受信しました。プレ" "イヤーをキックしています!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "スカイランダーの種類が不明です!" @@ -13647,11 +13973,11 @@ msgstr "Unknown data type" msgid "Unknown disc" msgstr "Unknown disc" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Unknown error occurred." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "不明なエラー {0:x}" @@ -13659,11 +13985,11 @@ msgstr "不明なエラー {0:x}" msgid "Unknown error." msgstr "Unknown error." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "不明なメッセージをid : {0} で受信しました" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "プレイヤー:{1} から id:{0} の不明なメッセージを受信しました。プレイヤーをキッ" @@ -13680,11 +14006,11 @@ msgstr "不明(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "不明(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "制限なし" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "ROMを取り外してリセット" @@ -13692,7 +14018,12 @@ msgstr "ROMを取り外してリセット" msgid "Unlock Cursor" msgstr "マウスカーソルをロック 解除" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -13724,7 +14055,7 @@ msgstr "Unsigned 8" msgid "Unsigned Integer" msgstr "Unsigned Integer" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13735,7 +14066,7 @@ msgid "Up" msgstr "上" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "再取得" @@ -13792,7 +14123,7 @@ msgstr "直立状態 切替" msgid "Upright Wii Remote" msgstr "直立させた状態で使用する" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "統計レポートの設定" @@ -13801,15 +14132,19 @@ msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" "通常のDNSには8.8.8.8を使用し、そうでなければカスタムDNSを入力してください" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "すべてのWiiセーブデータを使用する" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "ゲーム名の表記に内蔵リストを使用する" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "ロスレス映像コーデック (FFV1) を使用する" @@ -13817,21 +14152,21 @@ msgstr "ロスレス映像コーデック (FFV1) を使用する" msgid "Use Mouse Controlled Pointing" msgstr "マウス操作によるポインティグを使用する" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "PAL60 (EuRGB60) モードを使用する" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "パニックハンドラーを使用する" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13840,21 +14175,10 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" -"グラフィックス・バックエンドの組み込み機能の代わりに、テクスチャサンプリング" -"のマニュアル実装を使用します。

この設定によりGPUによっては、FMVの縦線" -"など、一部のゲームにおけるグラフィックの問題を修正することができます。これに" -"加えて、手動テクスチャ サンプリングを有効にすると、テクスチャ ラッピングの特" -"殊なケース (1x IR またはスケーリングされた EFB が無効で、カスタム テクスチャ" -"が無効になっている場合) を正しくエミュレーションできるようになり、LoD の計算" -"をより適切にエミュレートできるようになります。

これには、特に内部解像" -"度が高い場合にパフォーマンスが低下する可能性があるという代償が伴います。さら" -"に、異方性フィルタリングは現在、手動テクスチャ サンプリングと互換性がありませ" -"ん。

よく分からない場合はチェックを外してください。" -"" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -13895,18 +14219,18 @@ msgstr "" "これらを使用して、次の間の値を保存または取得できます。\n" "同一の親コントローラーの入力値と出力値です。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "ユーザー名" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13918,7 +14242,7 @@ msgstr "" "場合もあります。

よく分からなければ、チェックを外さ" "ないでください。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -13928,7 +14252,7 @@ msgstr "" "画面でのエミュレーションとなります。

よく分からなけ" "れば、チェックを入れないでください。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
よく分からなければ、チェックを入れないでく" "ださい。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14221,8 +14549,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "警告" @@ -14343,7 +14671,14 @@ msgstr "欧米用 (Windows-1252)" msgid "Whammy" msgstr "ワーミー" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14355,7 +14690,7 @@ msgstr "" "る場合、任意のベーステクスチャを含みます。

よく分か" "らない場合はチェックしたままにしてください。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14368,7 +14703,7 @@ msgstr "" "

よく分からない場合はチェックしたままにしてくださ" "い。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "常にパススルーを行うUSBデバイスリスト" @@ -14376,7 +14711,7 @@ msgstr "常にパススルーを行うUSBデバイスリスト" msgid "Widescreen Hack" msgstr "疑似ワイドスクリーン化" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14400,7 +14735,7 @@ msgstr "Wiiリモコン" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14418,7 +14753,7 @@ msgstr "Wiiリモコン ボタン" msgid "Wii Remote Gyroscope" msgstr "Wiiリモコンのジャイロスコープ" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wiiリモコンの設定" @@ -14438,7 +14773,7 @@ msgstr "TAS用入力 Wii %1 - Wiiリモコン" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "TAS用入力 Wii %1 - Wiiリモコン+ヌンチャク" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "WiiとWiiリモコン" @@ -14446,15 +14781,15 @@ msgstr "WiiとWiiリモコン" msgid "Wii data is not public yet" msgstr "Wii data is not public yet" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii セーブファイル (*.bin);;すべてのファイル (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiToolsシグネチャーMEGAファイル" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -14463,11 +14798,19 @@ msgstr "" msgid "Window Size" msgstr "画面サイズ" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -14481,11 +14824,11 @@ msgstr "地域なし" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Write" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -14518,27 +14861,27 @@ msgstr "Write to Log and Break" msgid "Write to Window" msgstr "ウィンドウに出力" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "ディスク番号が間違っています" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "間違ったハッシュです" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "間違った地域です" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "間違ったリビジョンです" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -14589,7 +14932,7 @@ msgstr "はい" msgid "Yes to &All" msgstr "すべてはい(&A)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14598,7 +14941,7 @@ msgstr "" "%2 のファイルの内容を %1 のフォルダーに変換しようとしています。フォルダーの現" "在の内容はすべて削除されます。続行してもよろしいですか?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14653,7 +14996,7 @@ msgstr "" "意図せずこの設定を開いた場合は、戻って「標準コントローラ」を選択してくださ" "い。" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "最新バージョンを使用しているようです" @@ -14712,7 +15055,7 @@ msgstr "セッションに名前を付けてください!" msgid "You must provide a region for your session!" msgstr "セッションの地域を指定する必要があります!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "この変更を適用するにはDolphinを再起動してください" @@ -14740,7 +15083,7 @@ msgstr "" "問題を解決するために今すぐ停止しますか?\n" "「No」を選択した場合、音声が乱れることがあります。" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14760,7 +15103,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "03コードはサポートされていません" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -14809,7 +15152,7 @@ msgid "default" msgstr "既定" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "切断されました" @@ -14825,7 +15168,8 @@ msgstr "errno" msgid "fake-completion" msgstr "擬似シングルコア (fake-completion)" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -14892,7 +15236,8 @@ msgstr "sRGB" msgid "this value:" msgstr "this value:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -14912,25 +15257,25 @@ msgstr "unaligned" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Masterpiece)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" "{1} ディレクトリに {0} IPL が見つかりました。ディスクが認識されていない可能性" "があります" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} はコードの同期に失敗しました。" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} は同期に失敗しました。" @@ -14943,7 +15288,7 @@ msgstr "" "書き込み権限を確認するか、ファイルを Dolphin の外に移動してください" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{1} ブロックの {0}。圧縮率 {2}%" diff --git a/Languages/po/ko.po b/Languages/po/ko.po index 9446d53316..0f67032916 100644 --- a/Languages/po/ko.po +++ b/Languages/po/ko.po @@ -11,18 +11,18 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Siegfried, 2013-2023\n" -"Language-Team: Korean (http://app.transifex.com/delroth/dolphin-emu/language/" -"ko/)\n" +"Language-Team: Korean (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/ko/)\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -34,7 +34,7 @@ msgstr "" "게임큐브 디스크 이미지들이 작은 검증 데이터를 담고 있어서, 돌핀이 감지할 수 " "없는 문제들이 있을 수도 있습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -46,6 +46,12 @@ msgstr "" "이 타이틀은 리테일 Wii 콘솔을 위한 것이 아니여서, 돌핀은 그것이 조작되었는지 " "보장할 수 없습니다, 서명이 유효한 것으로 보임에도 말이죠." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (디스크 %1)" @@ -54,7 +60,7 @@ msgstr " (디스크 %1)" msgid "! Not" msgstr "! 아님" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\"는 부적합한 GCM/ISO 파일이거나, GC/Wii ISO 파일이 아닙니다." @@ -91,16 +97,16 @@ msgstr "" "%1 가\n" "당신의 파티에 참여를 원합니다." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -116,16 +122,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (복사)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (디스크 %2, 개정 %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (개정 %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (기본)" @@ -145,7 +151,7 @@ msgstr "%1 (느림)" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -159,11 +165,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 그래픽 환경설정" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -176,11 +182,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 는 당신의 시스템에서 이 특성을 지원하지 않습니다." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 는 이 특성을 지원하지 않습니다" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -190,27 +196,27 @@ msgstr "" "%2 오브젝트(들)\n" "현재 프레임: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 가 참가했습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 가 떠났습니다" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 가 %2/%3 달성을 해제했습니다 %4/%5 점의 가치" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 는 적합한 롬이 아닙니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 은 지금 골프중입니다" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 은 %2 를 플레이하고 있습니다" @@ -218,13 +224,13 @@ msgstr "%1 은 %2 를 플레이하고 있습니다" msgid "%1 memory ranges" msgstr "%1 메모리 영역" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 점" @@ -236,30 +242,30 @@ msgstr "%1 세션이 발견되었습니다" msgid "%1 sessions found" msgstr "%1 세션들이 발견되었습니다" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (보통 속도)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "%1 의 값이 변경되었습니다" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "%1 의 값이 일치합니다" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1 의 값이 사용됩니다" @@ -267,11 +273,15 @@ msgstr "%1 의 값이 사용됩니다" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -287,7 +297,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -300,25 +310,25 @@ msgstr "%1x 원본 (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x 원본 (%2x%3) %4 용" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n 주소(들)은 에뮬된 메모리에서 엑세스할 수 없습니다." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n 주소(들)이 남았습니다." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -344,36 +354,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "돌핀 정보(&A)" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "메모리 중단점 추가 (&A)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "새로운 코드 추가... (&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "함수 추가 (&A)" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "추가... (&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "오디오 설정(&A)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "자동 업데이트(&A):" @@ -381,15 +391,19 @@ msgstr "자동 업데이트(&A):" msgid "&Borderless Window" msgstr "틀 없는 창(&B)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "중단점 (&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "버그 추적자(&B)" @@ -397,15 +411,15 @@ msgstr "버그 추적자(&B)" msgid "&Cancel" msgstr "취소(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "치트 매니저(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "업데이트 확인(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "부호 지우기 (& C)" @@ -413,50 +427,51 @@ msgstr "부호 지우기 (& C)" msgid "&Clone..." msgstr "복제... (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "코드 (&C)" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "연결된(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "컨트롤러 설정(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "주소 복사 (&C)" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "생성...(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "삭제 (&)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "관찰 삭제 (&D)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "관찰들 삭제 (&D)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "코드 수정... (&E)" @@ -464,14 +479,18 @@ msgstr "코드 수정... (&E)" msgid "&Edit..." msgstr "편집... (&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "디스크 꺼내기(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "에뮬레이션(&E)" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "내보내기 (&E)" @@ -488,41 +507,41 @@ msgstr "상태 내보내기...(&E)" msgid "&Export as .gci..." msgstr ".gci 로 내보내기... (&E)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "파일(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "폰트 (&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "프레임 진행(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "자유 보기 설정(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "부호 생성 (&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "GitHub 저장소(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "그래픽 설정(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "도움말(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "단축키 설정(&H)" @@ -542,19 +561,19 @@ msgstr "상태 가져오기...(&I)" msgid "&Import..." msgstr "가져오기... (&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "무한대 기반(&I)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "blr 삽입 (&I)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "프레임간 혼합(&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "JIT(&J)" @@ -562,15 +581,15 @@ msgstr "JIT(&J)" msgid "&Language:" msgstr "언어(&L):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "상태 로드(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "로드 부호 맵 (&L)" @@ -580,23 +599,27 @@ msgstr "파일을 현재 주소로 로드합니다 (&L)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "관찰들 고정 (&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "위젯 고정(&L)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "메모리(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "무비(&M)" @@ -604,7 +627,7 @@ msgstr "무비(&M)" msgid "&Mute" msgstr "음소거(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "네트워크(&N)" @@ -613,23 +636,27 @@ msgid "&No" msgstr "아니요(&N)" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "열기...(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "옵션(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "HLE 함수 패치 (&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "일시정지(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "실행(&P)" @@ -637,7 +664,7 @@ msgstr "실행(&P)" msgid "&Properties" msgstr "속성(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "읽기 전용 모드(&R)" @@ -645,7 +672,7 @@ msgstr "읽기 전용 모드(&R)" msgid "&Refresh List" msgstr "목록 새로고침(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "레지스터 (&R)" @@ -653,29 +680,29 @@ msgstr "레지스터 (&R)" msgid "&Remove" msgstr "제거 (&R)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "코드 제거 (&R)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "부호 이름 바꾸기 (&R)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "리셋(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "리소스 팩 매니저(&R)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "부호 맵 저장 (&S)" @@ -683,31 +710,35 @@ msgstr "부호 맵 저장 (&S)" msgid "&Scan e-Reader Card(s)..." msgstr "e-Reader 카드 스캔...(&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "스카이랜더스 포탈 (&S)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "속도 제한(&S):" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "중지(&S)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "테마(&T):" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "쓰레드(&T)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "도구(&T)" @@ -717,21 +748,21 @@ msgstr "롬 언로드(&U)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "관찰들 고정풀기 (&U)" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "보기(&V)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "관찰(&W)" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "웹사이트(&W)" @@ -743,38 +774,30 @@ msgstr "위키(&W)" msgid "&Yes" msgstr "예(&Y)" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' 이 발견되지 않았습니다, 생성된 부호 이름이 없습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' 이 발견되지 않았습니다, 공통 함수들을 대신 스캔합니다" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(어두움)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(밝음)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(시스템)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(호스트)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(꺼짐)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* 곱하기" @@ -791,7 +814,7 @@ msgstr ", 쉼표" msgid "- Subtract" msgstr "- 빼기" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -800,7 +823,7 @@ msgid "--Unknown--" msgstr "--알려지지 않음--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -861,7 +884,7 @@ msgstr "16-비트 부호화 정수" msgid "16-bit Unsigned Integer" msgstr "16-비트 비부호화 정수" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -869,7 +892,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x 비등방성" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -881,7 +904,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -917,19 +940,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-비트 비부호화 정수" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D 깊이" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -945,7 +968,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 블락)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -953,7 +976,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1042,16 +1065,16 @@ msgstr "<없음>" msgid "" msgstr "<시스템 언어>" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1086,8 +1109,8 @@ msgstr "" msgid "> Greater-than" msgstr "> 보다-큰" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "넷플레이 세션이 이미 진행 중입니다!" @@ -1111,7 +1134,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "디스크가 이미 삽입되려는 중입니다." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1123,7 +1146,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "저장 상태는 시작할 게임 명시 없이는 로드될 수 없습니다." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1143,7 +1166,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Wii 게임이 구동 중일 때만 동기화가 발동될 수 있습니다." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1180,7 +1203,7 @@ msgstr "" "니다.\n" "스스로 위험을 감수하고 사용하세요.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR 코드" @@ -1222,8 +1245,8 @@ msgstr "정확성:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "달성" @@ -1315,7 +1338,7 @@ msgstr "액션 리플레이: 일반 코드 0: 올바르지 않은 하위 분류 msgid "Activate NetPlay Chat" msgstr "넷플레이 채팅 활성" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "액티브" @@ -1331,7 +1354,7 @@ msgstr "활성 쓰레드 큐" msgid "Active threads" msgstr "활성 쓰레드" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "어댑터" @@ -1339,7 +1362,7 @@ msgstr "어댑터" msgid "Adapter Detected" msgstr "어댑터가 감지되었습니다" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "어댑터:" @@ -1366,11 +1389,11 @@ msgstr "새로운 USB 장치 추가" msgid "Add Shortcut to Desktop" msgstr "데스크탑에 바로가기 추가" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "중단점 추가" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "메모리 중단점 추가" @@ -1389,28 +1412,27 @@ msgstr "메모리 중단점 추가" msgid "Add to &watch" msgstr "관찰에 추가 (&w)" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "관찰에 추가" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "추가..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "주소" @@ -1429,14 +1451,14 @@ msgstr "CPU 상태에 의한 주소 공간" msgid "Address:" msgstr "주소:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1459,7 +1481,7 @@ msgstr "" "

잘 모르겠으면, 가장 오른쪽 값을 선택하세요." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1471,7 +1493,7 @@ msgstr "" "경고: 이것을 활성화하면 많은 게임을 완전히 망가트릴 것입니다. 단지 소수 게임" "만 이것으로 이득을 얻을 수 있습니다." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1507,7 +1529,7 @@ msgstr "고급" msgid "Advanced Settings" msgstr "고급 설정" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1563,7 +1585,7 @@ msgstr "모든 더블" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1571,7 +1593,7 @@ msgid "All Files" msgstr "모든 파일" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "모든 파일 (*)" @@ -1580,7 +1602,7 @@ msgstr "모든 파일 (*)" msgid "All Float" msgstr "모든 실수" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "모든 GC/Wii 파일들" @@ -1589,8 +1611,8 @@ msgstr "모든 GC/Wii 파일들" msgid "All Hexadecimal" msgstr "모든 16진수" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "모든 저장 상태 (*.sav *.s##);; 모든 파일 (*)" @@ -1602,27 +1624,27 @@ msgstr "모든 부호화 정수" msgid "All Unsigned Integer" msgstr "모든 비부호화 정수" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "모든 파일 (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "모든 플레이어의 코드가 동기화되었습니다." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "모든 플레이어의 저장이 동기화되었습니다." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "맞지 않는 지역 설정 허락" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "사용 통계 보고 허용" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "SD 카드에 쓰기 허용" @@ -1642,7 +1664,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "대체 입력 소스" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "항상" @@ -1664,7 +1686,7 @@ msgstr "삽입된 디스크가 예상되었지만 찾지 못했습니다." msgid "Anaglyph" msgstr "입체" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "분석" @@ -1678,7 +1700,7 @@ msgstr "각도" msgid "Angular velocity to ignore and remap." msgstr "무시하고 리맵핑할 각 속도" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "안티-앨리어싱" @@ -1690,19 +1712,19 @@ msgstr "안티-앨리어싱:" msgid "Any Region" msgstr "아무 지역" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "서명 덧붙이기" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "존재하는 서명 파일에 덧붙이기... (&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "서명 파일 적용... (&y)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1710,7 +1732,7 @@ msgstr "" "프레임을 렌더링한 후 후-처리 효과를 적용합니다.

" "잘 모르겠으면, (끄기)를 선택하세요." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "앱로더 날짜:" @@ -1718,19 +1740,19 @@ msgstr "앱로더 날짜:" msgid "Apply" msgstr "적용" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "서명 파일 적용" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "독단적 밉맵 감지" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "'%1' 를 정말로 지우고 싶습니까?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "이 파일을 정말로 삭제하시겠습니까?" @@ -1738,10 +1760,18 @@ msgstr "이 파일을 정말로 삭제하시겠습니까?" msgid "Are you sure you want to delete this pack?" msgstr "이 팩을 정말로 삭제하시겠습니까?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "정말로 넷플레이를 종료하고 싶습니까?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "확신합니까?" @@ -1750,16 +1780,16 @@ msgstr "확신합니까?" msgid "Area Sampling" msgstr "Area Sampling" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "종횡비" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "종횡비:" @@ -1767,8 +1797,8 @@ msgstr "종횡비:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1779,7 +1809,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "컨트롤러 포트 할당" @@ -1800,11 +1830,11 @@ msgstr "모션플러스 연결" msgid "Audio" msgstr "오디오" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "오디오 백엔드:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "오디오 늘림 설정" @@ -1820,7 +1850,7 @@ msgstr "작성자" msgid "Authors" msgstr "제작자" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "자동" @@ -1829,11 +1859,15 @@ msgstr "자동" msgid "Auto (Multiple of 640x528)" msgstr "자동 (640x528의 배수)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "설정 자동 업데이트" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1845,7 +1879,7 @@ msgstr "" "\n" "특정 내부 해상도를 선택해주세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "창 크기 자동 조정" @@ -1853,15 +1887,15 @@ msgstr "창 크기 자동 조정" msgid "Auto-Hide" msgstr "자동-숨기기" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "RSO 모듈을 자동-감지할까요?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "폴더와 자동으로 동기화" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1869,6 +1903,17 @@ msgstr "" "창 크기를 내부 해상도로 자동 조정합니다.

모르겠으" "면, 체크 해제해 두세요." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1880,7 +1925,7 @@ msgid "Auxiliary" msgstr "보조" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1914,19 +1959,19 @@ msgstr "BP 레지스터" msgid "Back Chain" msgstr "백 체인" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "백엔드" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "백엔드 멀티쓰레딩" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "백엔드 설정" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "백엔드:" @@ -1935,20 +1980,20 @@ msgstr "백엔드:" msgid "Background Input" msgstr "백그라운드 입력" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "뒤로" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "안 좋은 값이 주어짐" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "안 좋은 주소가 제공되었습니다." @@ -1956,28 +2001,28 @@ msgstr "안 좋은 주소가 제공되었습니다." msgid "Bad dump" msgstr "안 좋은 덤프" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "안 좋은 오프셋이 제공되었습니다." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "안 좋은 값이 제공되었습니다." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "배너" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "배너 세부사항" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "배너:" @@ -1993,11 +2038,11 @@ msgstr "" msgid "Base priority" msgstr "기본 우선순위" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "기본" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "기본 설정" @@ -2045,7 +2090,7 @@ msgstr "바이너리 SSL (읽기)" msgid "Binary SSL (write)" msgstr "바이너리 SSL (쓰기)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "비트레이트 (kbps):" @@ -2057,13 +2102,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "블락 크기" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "블락 크기:" @@ -2097,67 +2142,67 @@ msgstr "" "블루투스 패스쓰루 모드가 켜졌습니다, 하지만 돌핀이 libusb 없이 빌드되었습니" "다. 패스쓰루 모드를 사용할 수 없습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "부팅하고 멈추기" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND 백업 파일 (*.bin);;모든 파일 (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii 키 파일 (*.bin);;모든 파일 (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "틀 없는 전체화면" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "아래" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2169,23 +2214,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2202,7 +2247,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2212,19 +2257,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2233,30 +2278,30 @@ msgstr "" msgid "Branch: %1" msgstr "분기: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "분기들" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "중단" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "중단점" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "중단점을 만났습니다! 스텝 나가기가 중단되었습니다." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "중단점" @@ -2290,24 +2335,24 @@ msgstr "광대역 어댑터 에러" msgid "Broadband Adapter MAC Address" msgstr "광대역 어댑터 맥 어드레스" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "넷플레이 세션들 둘러보기...(&N)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "버퍼 크기:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "버퍼 크기가 %1 로 변경되었습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "버퍼:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2354,7 +2399,7 @@ msgstr "" msgid "C Stick" msgstr "C 스틱" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "서명 파일 생성... (&C)" @@ -2362,11 +2407,11 @@ msgstr "서명 파일 생성... (&C)" msgid "CP register " msgstr "CP 레지스터" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU 에뮬레이션 엔진:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU 옵션" @@ -2374,11 +2419,11 @@ msgstr "CPU 옵션" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "캐시된 인터프리터 (더 느림)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2393,7 +2438,7 @@ msgstr "" msgid "Calculate" msgstr "계산" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2405,11 +2450,11 @@ msgstr "" "나 그래픽 이슈를 발생시킵니다.

잘 모르겠으면, 체크 " "해제해 두세요." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "측정합니다" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "측정" @@ -2443,51 +2488,51 @@ msgstr "카메라 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "카메라 시야 ( 포인팅 민감도에 영향을 줍니다)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "가상 메모리 값용 AR 코드만 생성할 수 있습니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "아직 수정할 수 없습니다!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "이 트로피를 위해 악당들을 편집할 수 없습니다!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "{0:02x} 연결 핸들로 Wii 리모트를 찾을 수 없음" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "게임이 여전히 구동되는 동안에 넷플레이 세션을 시작할 수 없습니다!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "취소" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "측정 취소" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2499,23 +2544,23 @@ msgstr "FIFO 를 단일단계로 처리할 수 없습니다. 프레임 진행을 msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "NAND 에 설치될 수 없기 때문에 이 WAD 를 부팅할 수 없습니다." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "첫 검색의 마지막 값과 비교할 수 없습니다." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "GC IPL 을 찾을 수 없습니다." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "이 주소에 대한 AR 코드를 생성할 수 없습니다." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "결과 없이 새로할 수 없습니다." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "GCI 폴더를 빈 경로로 설정할 수 없습니다." @@ -2523,13 +2568,13 @@ msgstr "GCI 폴더를 빈 경로로 설정할 수 없습니다." msgid "Cannot set memory card to an empty path." msgstr "메모리 카드를 빈 경로로 설정할 수 없습니다." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "GC IPL 을 찾을 수 없어서, 게임을 시작할 수 없습니다." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "잡힌 악당 %1:" @@ -2547,7 +2592,7 @@ msgstr "중앙" msgid "Center Mouse" msgstr "마우스 중앙으로" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "중앙과 측정" @@ -2555,7 +2600,7 @@ msgstr "중앙과 측정" msgid "Change &Disc" msgstr "디스크 변경(&D)" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "디스크 변경...(&D)" @@ -2563,7 +2608,7 @@ msgstr "디스크 변경...(&D)" msgid "Change Disc" msgstr "디스크 변경" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "디스크 자동 교환" @@ -2571,13 +2616,13 @@ msgstr "디스크 자동 교환" msgid "Change the disc to {0}" msgstr "{0} 로 디스크를 변경합니다." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2605,7 +2650,7 @@ msgstr "" "이트합니다. 측면 이동은 없습니다, 단지 로테이트하고 카메라의 원본 지점까지 줌" "할 수 있을 겁니다." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "치트 변경은 게임을 재시작해야만 효과가 반영될 것입니다." @@ -2617,7 +2662,7 @@ msgstr "채널 파티션 (%1)" msgid "Character entered is invalid!" msgstr "입력된 캐릭터가 부적합합니다!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "대화" @@ -2625,7 +2670,7 @@ msgstr "대화" msgid "Cheat Code Editor" msgstr "치트 코드 에디터" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "치트 찾기" @@ -2633,7 +2678,7 @@ msgstr "치트 찾기" msgid "Cheats Manager" msgstr "치트 관리자" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND 체크..." @@ -2645,7 +2690,7 @@ msgstr "게임 목록 변경을 백그라운드로 체크" msgid "Check for updates" msgstr "업데이트 확인" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2653,7 +2698,7 @@ msgstr "" "파일 삭제에 필요한 권한이 있는지 아니면 파일이 여전히 사용중에 있는지 확인하" "세요." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "체크섬" @@ -2665,29 +2710,29 @@ msgstr "중국" msgid "Choose" msgstr "고르세요" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "열 파일 선택하기" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "열거나 만들 파일 선택" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "우선 입력 파일 선택" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "차선 입력 파일 선택" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "GCI 기본 폴더를 고르세요" +msgid "Choose GCI Base Folder" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "압축해제할 폴더를 선택" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2706,17 +2751,18 @@ msgstr "클래식 컨트롤러" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "지움" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "캐시 청소" @@ -2724,11 +2770,11 @@ msgstr "캐시 청소" msgid "Clear Slot" msgstr "슬롯 비움" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "클럭 오버라이드" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "복제하고 코드 수정... (&E)" @@ -2737,7 +2783,7 @@ msgstr "복제하고 코드 수정... (&E)" msgid "Close" msgstr "닫기" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "환경설정(&n)" @@ -2745,11 +2791,20 @@ msgstr "환경설정(&n)" msgid "Code" msgstr "코드" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2757,11 +2812,11 @@ msgstr "" msgid "Code:" msgstr "코드:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "코드들을 받았습니다!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "색 보정" @@ -2777,11 +2832,11 @@ msgstr "색 보정:" msgid "Color Space" msgstr "색 공간" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "두 서명 파일을 합치기... (&T)" @@ -2794,7 +2849,7 @@ msgstr "공통" msgid "Comparand:" msgstr "비교대상:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2804,7 +2859,7 @@ msgstr "" "그럼에도, 이것은 Wii U eShop 출시판에 비해 좋은 덤프일 가능성이 있습니다. 돌" "핀은 이것을 검증할 수 없습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2814,7 +2869,7 @@ msgstr "" "은 Wii U eShop 출시판에 비해 좋은 덤프일 가능성이 있습니다. 돌핀은 이것을 검" "증할 수 없습니다." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "시작하기 전에 쉐이더들 컴파일" @@ -2822,9 +2877,9 @@ msgstr "시작하기 전에 쉐이더들 컴파일" msgid "Compiling Shaders" msgstr "쉐이더들 컴파일하기" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "압축" @@ -2832,7 +2887,7 @@ msgstr "압축" msgid "Compression Level:" msgstr "압축 레블:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "압축:" @@ -2845,11 +2900,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "상태" @@ -2939,7 +2994,7 @@ msgstr "설정" msgid "Configure Controller" msgstr "컨트롤러 설정" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "돌핀 환경설정" @@ -2952,27 +3007,35 @@ msgstr "입력 설정" msgid "Configure Output" msgstr "출력 설정" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "확정" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "백엔드 변경 확정" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "멈출 때 확인" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "확정" @@ -2982,35 +3045,35 @@ msgstr "확정" msgid "Connect" msgstr "연결" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "밸런스 보드 연결" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "USB 키보드 연결" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii 리모트 %1 연결" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Wii 리모트 1 연결" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Wii 리모트 2 연결" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Wii 리모트 3 연결" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Wii 리모트 4 연결" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wii 리모트 연결" @@ -3026,7 +3089,7 @@ msgstr "인터넷에 연결하여 온라인 시스템 업데이트를 하시겠 msgid "Connected" msgstr "연결되었습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "연결중" @@ -3034,7 +3097,7 @@ msgstr "연결중" msgid "Connection Type:" msgstr "연결 종류:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "내용 {0:08x} 은 오류입니다." @@ -3051,23 +3114,23 @@ msgstr "넷플레이 골프 모드 컨트롤" msgid "Control Stick" msgstr "컨트롤 스틱" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "컨트롤러 프로파일" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "컨트롤러 프로파일 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "컨트롤러 프로파일 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "컨트롤러 프로파일 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "컨트롤러 프로파일 4" @@ -3079,6 +3142,16 @@ msgstr "컨트롤러 설정" msgid "Controllers" msgstr "컨트롤러" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3087,7 +3160,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3098,7 +3171,7 @@ msgstr "" "입니다.

높은 수치는 더 강한 화면-밖 효과를 만듭니다 반면 낮은 수치는 " "좀 더 편안합니다." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3112,7 +3185,7 @@ msgstr "" "올 것입니다.

모르겠으면, 원본을 선택하세요." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3144,17 +3217,17 @@ msgid "" msgstr "" "높은 혹은 낮은-레벨 DSP 에뮬레이션을 사용할지 정합니다. 기본값은 켜기" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "수렴" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "수렴:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "변환을 실패하였습니다." @@ -3162,9 +3235,9 @@ msgstr "변환을 실패하였습니다." msgid "Convert" msgstr "변환" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "파일을 폴더로 지금 변환" @@ -3172,9 +3245,9 @@ msgstr "파일을 폴더로 지금 변환" msgid "Convert File..." msgstr "파일 변환..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "폴더를 파일로 지금 변환" @@ -3196,8 +3269,8 @@ msgstr "" "와 비교해서 뚜렷하게 공간을 절약하지는 않습니다. 아무튼 계속 하시겠습니까?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "변환중..." @@ -3240,45 +3313,45 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "복사" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "함수 복사 (&f)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "헥스 복사 (&h)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "주소 복사" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "복사가 실패했습니다" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "헥스 복사" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "값 복사" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "코드 줄 복사 (&l)" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "대상 주소 복사(&g)" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "A로 복사" @@ -3293,11 +3366,6 @@ msgstr "B로 복사" msgid "Core" msgstr "코어" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "색 공간 보정" @@ -3306,21 +3374,16 @@ msgstr "색 공간 보정" msgid "Correct SDR Gamma" msgstr "SDR 감마 보정" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "비용" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "호스트와 통신할 수 없었습니다." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "클라이언트를 생성할 수 없었습니다." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "피어를 생성할 수 없었습니다." @@ -3340,7 +3403,7 @@ msgstr "" "닌텐도로부터 업데이트 정보를 다운로드할 수 없었습니다. 인터넷 연결을 확인하시" "고 다시 시도하세요." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3350,7 +3413,7 @@ msgstr "" "\n" "에뮬된 콘솔이 지금 멈출 것입니다." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3396,16 +3459,16 @@ msgstr "" "NAND 에 없어서 {0:016x} 타이틀을 시작할 수 없었습니다. \n" "에뮬된 소프트웨어가 지금 멈출 것 같습니다." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "{0} 파일을 인식할 수 없습니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "변경을 저장할 수 없었습니다!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "업데이터 처리를 시작할 수 없었습니다: {0}" @@ -3427,7 +3490,7 @@ msgstr "" "에뮬레이터 디렉토리를 이동한 후에 이 메시지를 받고 있나요?\n" "그렇다면, 옵션에서 메모리카드 위치를 재지정해야 합니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "중앙 서버를 찾을 수 없습니다" @@ -3439,7 +3502,7 @@ msgstr "파일을 열 수 없습니다." msgid "Couldn't read file." msgstr "파일을 읽을 수 없습니다." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "국가:" @@ -3472,7 +3535,7 @@ msgid "Create..." msgstr "생성..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "만든이:" @@ -3480,11 +3543,11 @@ msgstr "만든이:" msgid "Critical" msgstr "치명적" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "자르기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3496,11 +3559,11 @@ msgstr "" msgid "Crossfade" msgstr "크로스페이드" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "CPU 상에서 정점들 도태" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3510,11 +3573,11 @@ msgstr "" "로우 통계에 효과가 있을지 모릅니다.

잘 모르겠으면, " "체크 해제해 두세요." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "현재 지역" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "현재 값" @@ -3522,7 +3585,7 @@ msgstr "현재 값" msgid "Current context" msgstr "현재 맥락" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "현재 게임" @@ -3530,11 +3593,11 @@ msgstr "현재 게임" msgid "Current thread" msgstr "현재 쓰레드" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3542,19 +3605,19 @@ msgstr "" msgid "Custom Address Space" msgstr "커스텀 주소 공간" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "사용자 지정 RTC 옵션" @@ -3566,6 +3629,32 @@ msgstr "사용자 지정:" msgid "Customize" msgstr "사용자 지정" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3593,7 +3682,7 @@ msgstr "디제이 턴테이블" msgid "DK Bongos" msgstr "DK 봉고" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP 에뮬레이션 엔진" @@ -3601,15 +3690,15 @@ msgstr "DSP 에뮬레이션 엔진" msgid "DSP HLE (fast)" msgstr "DSP HLE (빠름)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (추천됨)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE 인터프리터 (매우 느림)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE 리컴파일러 (느림)" @@ -3639,7 +3728,7 @@ msgstr "댄스 매트" msgid "Dark" msgstr "어두움" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "데이터" @@ -3667,7 +3756,7 @@ msgstr "데이터가 인식불가 형식이거나 오염되었습니다." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "GC메모리메니저에서 데이터 비일관성, 액션을 중단함." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "데이터를 받았습니다!" @@ -3684,8 +3773,8 @@ msgstr "데드 존" msgid "Debug" msgstr "디버그" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "디버깅" @@ -3694,40 +3783,40 @@ msgstr "디버깅" msgid "Decimal" msgstr "10 진수" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "디코딩 품질:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "감소" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "수렴 감소" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "깊이 감소" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "에뮬레이션 속도 감소" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "IR 감소" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "선택된 상태 슬롯을 줄입니다" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "X 감소" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Y 감소" @@ -3741,7 +3830,7 @@ msgstr "기본" msgid "Default Config (Read Only)" msgstr "기본 환경 (읽기 전용)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "기본 장치" @@ -3757,7 +3846,7 @@ msgstr "기본 ISO:" msgid "Default thread" msgstr "기본 쓰레드" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "EFB 캐시 무효화를 연기" @@ -3765,7 +3854,7 @@ msgstr "EFB 캐시 무효화를 연기" msgid "Defer EFB Copies to RAM" msgstr "EFB 램에 복사 연기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3780,8 +3869,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "삭제" @@ -3799,7 +3888,7 @@ msgstr "선택된 파일들 삭제..." msgid "Delete the existing file '{0}'?" msgstr "존재하는 파일 '{0}' 를 삭제합니까?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "깊이" @@ -3807,22 +3896,22 @@ msgstr "깊이" msgid "Depth Percentage:" msgstr "깊이 퍼센트:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "깊이:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "설명" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "설명:" @@ -3830,7 +3919,7 @@ msgstr "설명:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3843,16 +3932,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3865,7 +3954,7 @@ msgstr "떨어진" msgid "Detect" msgstr "감지" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO 모듈 감지하기" @@ -3873,7 +3962,7 @@ msgstr "RSO 모듈 감지하기" msgid "Deterministic dual core:" msgstr "결정론적 듀얼 코어:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "개발 (하루에 여러 번)" @@ -3895,7 +3984,7 @@ msgstr "장치 설정" msgid "Device VID (e.g., 057e)" msgstr "장치 VID (예, 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "장치:" @@ -3903,7 +3992,7 @@ msgstr "장치:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "%1 을 적합한 Riivolution XML 파일로 인식하지 못했습니다." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "활동이 없을 경우 5분후에 화면을 어둡게 합니다." @@ -3927,19 +4016,19 @@ msgstr "바운딩 박스 끄기" msgid "Disable Copy Filter" msgstr "복사 필터 비활성" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "EFB 비디오램 복사 비활성" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "에뮬레이션 속도 제한 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "패스트멤 비활성" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "패스트멤 투기장 비활성" @@ -3947,11 +4036,11 @@ msgstr "패스트멤 투기장 비활성" msgid "Disable Fog" msgstr "안개 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT 캐시 비활성" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3959,7 +4048,7 @@ msgstr "" msgid "Disabled" msgstr "비활성화됨" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -3969,7 +4058,7 @@ msgstr "" "도 모릅니다, 하지만 일부 게임은 깨질 것입니다.

잘 모" "르겠으면, 체크해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3993,7 +4082,7 @@ msgstr "" "의 그래픽 이슈들을 일으킵니다.

잘 모르겠으면, 체크" "해 두세요." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4007,7 +4096,8 @@ msgstr "디스크" msgid "Discard" msgstr "폐기" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4042,15 +4132,15 @@ msgstr "거리" msgid "Distance of travel from neutral position." msgstr "중립 위치에서 이동 거리" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "돌핀이 정보를 돌핀 개발자들에게 보고하도록 허가하시겠습니까?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "\"%1\" 를 게임 경로들의 목록에 추가하고 싶습니까?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "부호 이름 목록을 청소할까요?" @@ -4060,7 +4150,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "선택된 저장 파일 %n 을 삭제하고 싶습니까?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "에뮬레이션을 중단하고 싶습니까?" @@ -4068,12 +4158,12 @@ msgstr "에뮬레이션을 중단하고 싶습니까?" msgid "Do you want to try to repair the NAND?" msgstr "NAND 고치기를 시도하고 싶습니까?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "돌비 프로 로직 II 디코더" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "돌핀 FIFO 로그 (*.dff)" @@ -4081,22 +4171,22 @@ msgstr "돌핀 FIFO 로그 (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "돌핀 게임 모드 프리셋" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "돌핀 맵 파일 (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "돌핀 서명 CSV 파일" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "돌핀 서명 파일" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "돌핀 TAS 무비 (*.dtm)" @@ -4138,11 +4228,11 @@ msgstr "돌핀이 요청된 액션 완수에 실패했습니다." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "돌핀은 무료이고 오픈-소스 게임큐브 및 Wii 에뮬레이터입니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "횡단 서버에 비해 돌핀이 너무 구 버전입니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4150,18 +4240,11 @@ msgstr "" "실제 디스크의 덤프들이 아니기 때문에, 돌핀은 일반 TGC 파일들을 올바르게 검증" "할 수 없습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "돌핀은 라이슨스되지 않은 디스크들을 검증할 수 없습니다." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"돌핀은 자동으로 지역이 결정될 수 없는 타이틀에 대해 이것을 사용할 것입니다." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "돌핀의 치트 시스템이 현재 꺼졌습니다." @@ -4170,7 +4253,7 @@ msgstr "돌핀의 치트 시스템이 현재 꺼졌습니다." msgid "Domain" msgstr "도메인" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "업데이트 안함" @@ -4195,7 +4278,7 @@ msgstr "문들이 잠겼습니다" msgid "Double" msgstr "더블" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4205,33 +4288,33 @@ msgstr "더블" msgid "Down" msgstr "아래쪽" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "코드 다운로드" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "WiiRD 데이터베이스에서 코드를 다운로드" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "GameTDB.com 에서 그리드 모드에 사용할 게임커버를 다운로드" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "다운로드 완료" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 코드들이 다운로드됨. (%2 추가됨)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4274,19 +4357,19 @@ msgstr "가짜가상메모리 덤프(&F)" msgid "Dump &MRAM" msgstr "MRAM 덤프(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "오디오 덤프" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "기반 텍스처 덤프" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "EFB 타겟 덤프" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "프레임들 덤프" @@ -4294,7 +4377,7 @@ msgstr "프레임들 덤프" msgid "Dump GameCube BBA traffic" msgstr "게임큐브 BBA 트래픽을 덤프" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "밉맵 덤프" @@ -4302,7 +4385,7 @@ msgstr "밉맵 덤프" msgid "Dump Path:" msgstr "덤프 경로:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "XFB 타겟 덤프" @@ -4327,7 +4410,7 @@ msgstr "피어 증명서 덤프" msgid "Dump root CA certificates" msgstr "루트 CA 증명서 덤프" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
잘 모르겠으면, 체크 해제" "해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4345,7 +4428,7 @@ msgstr "" "User/Dump/Textures/로 EFB 복사의 내용을 덤프합니다.

" "잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4363,15 +4446,15 @@ msgstr "터보 버튼 떼기의 기간 (프레임)" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "네덜란드어" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "종료(&x)" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "EFB 복사 %1" @@ -4386,7 +4469,7 @@ msgstr "" "-- 최근에 돌핀 배포를 업그레이드했다면, 윈도우가 새로운 드라이버를 인식하기 " "위해 재부팅이 필요합니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4397,7 +4480,7 @@ msgstr "" "자신의 입력을 게임에 보냅니다.\n" "공정함과 최소의 지연이 가장 중요한 경쟁 게임들에 알맞음." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "빠른 메모리 업데이트" @@ -4416,16 +4499,16 @@ msgstr "동 아시아" msgid "Edit Breakpoint" msgstr "중단점 수정" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "편집..." @@ -4434,6 +4517,11 @@ msgstr "편집..." msgid "Editor" msgstr "에디터" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4445,11 +4533,20 @@ msgstr "효과" msgid "Effective" msgstr "효과적인" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "효율 우선순위" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4471,7 +4568,7 @@ msgstr "내장형 프레임 버퍼 (EFB)" msgid "Empty" msgstr "비어있음" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "에뮬 쓰레드가 이미 구동중임" @@ -4499,7 +4596,7 @@ msgstr "" "실제 하드웨어의 디스크 속도를 에뮬합니다. 비활성화는 불안정을 유발할 수 있습" "니다. 기본 값은 True" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "에뮬된 USB 장치들" @@ -4517,27 +4614,27 @@ msgstr "" "현재: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "에뮬레이션 속도" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "활성" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "API 검증 레이어 활성화" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "오디오 늘림 활성" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "치트 활성화" @@ -4545,15 +4642,15 @@ msgstr "치트 활성화" msgid "Enable Controller Inpu&t" msgstr "컨트롤러 입력 활성화(&t)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "사용자 지정 RTC 켜기" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "디버깅 UI 활성화" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4561,19 +4658,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "듀얼 코어 활성화" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "듀얼 코어 활성화 (속도 상승)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "에뮬된 CPU 클럭 오버라이드 활성화" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "에뮬된 메모리 크기 오버라이드 활성화" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "재 달성 활성화" @@ -4581,15 +4678,15 @@ msgstr "재 달성 활성화" msgid "Enable FPRF" msgstr "FPRF 활성화" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "그래픽 모드 활성화" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4607,33 +4704,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "MMU 활성화" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "진척도 알림 활성화" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "프로그레시브 스캔 활성화" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "RetroAchievements.org 통합 활성화" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "진동 활성화" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "화면 보호기 활성화" @@ -4641,27 +4738,27 @@ msgstr "화면 보호기 활성화" msgid "Enable Speaker Data" msgstr "스피커 데이터 활성화" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "비공식 달성 활성화" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "사용 통계 보고 활성화" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "WiiLink 로 WiiConnect24 활성화" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "와이어프레임 활성화" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "롸이트-백 캐시 활성화 (느림)" @@ -4673,7 +4770,7 @@ msgstr "" "에뮬된 디스크 속도를 켭니다. 이것을 비활성화하면 일부 게임에서 깨짐이나 다른 " "문제를 일으킬 수 있습니다. (켬 = 호환성, 끔 = 해제)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4684,7 +4781,7 @@ msgstr "" "

사용하려면 RetroAchievements 계정에 로그인 해야만 합니다. 돌핀은 로그" "인을 유지하기 위해 패스워드를 로컬로 저장하지 않고 API 토큰을 사용합니다." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4693,7 +4790,7 @@ msgstr "" "달성들상에 진척 알림을 활성화합니다.

120 별 중에 60 처럼, 모인 값에 따" "른 달성 진보를 만들 때마다 요약 팝업 메시지를 표시합니다." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4702,7 +4799,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4712,7 +4809,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4720,7 +4817,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4736,18 +4833,18 @@ msgstr "" "부동 소수점 결과 플래그 계산을 켭니다, 소수의 게임들에서 필요합니다. (켬 = 호" "환성, 끔 = 빠름)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4759,7 +4856,7 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4771,7 +4868,7 @@ msgstr "" "것은 Vulkan 백엔드 한정입니다.

잘 모르겠으면, 체크" "해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4781,7 +4878,7 @@ msgstr "" "들은 이것과 아무런 이슈가 없습니다.

잘 모르겠으면, " "체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4797,7 +4894,7 @@ msgstr "" "로 여전히 SDR 로 랜더하는 점을 알아두세요.

잘 모르겠" "으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "에뮬레이션 스피드와 맞도록 오디오 늘리기를 활성화합니다." @@ -4805,9 +4902,9 @@ msgstr "에뮬레이션 스피드와 맞도록 오디오 늘리기를 활성화 msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4818,7 +4915,7 @@ msgstr "" "일부 게임들에 필요한 메모리 관리 유닛을 활성화 합니다. (켬 = 호환성, 끔 = 빠" "름)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4840,7 +4937,16 @@ msgstr "" "한 대체 제공자입니다.\n" "이곳에서 서비스 설명을 읽으세요: https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4852,7 +4958,7 @@ msgstr "" "쉐이더용 디버그 부호를 활성화합니다.

잘 모르겠으면, " "체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4877,17 +4983,17 @@ msgstr "" "\n" "가져오기를 중단합니다." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet이 초기화되지 않았습니다." #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "영어" @@ -4904,7 +5010,7 @@ msgstr "XLink Kai 클라이언트를 구동할 장치의 IP 주소 입력 :" msgid "Enter USB device ID" msgstr "USB 장치 ID 를 입력하세요" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "관찰할 주소 입력:" @@ -4928,78 +5034,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "RSO 모듈 주소를 입력:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5010,10 +5115,10 @@ msgstr "RSO 모듈 주소를 입력:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "오류" @@ -5025,7 +5130,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "어댑터 열기 에러: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "저장 데이터 수집 에러!" @@ -5035,7 +5140,7 @@ msgstr "저장 데이터 수집 에러!" msgid "Error converting value" msgstr "값 변환 에러" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "선택된 언어 가져오는 데 오류가 발생했습니다. 기본 시스템 언어로 돌아갑니다." @@ -5044,15 +5149,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "에러가 있는 세션 목록: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "일부 텍스처 팩을 로딩하는 중에 에러가 발생했습니다" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "코드들 처리 에러." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "데이터 처리 에러." @@ -5060,11 +5165,11 @@ msgstr "데이터 처리 에러." msgid "Error reading file: {0}" msgstr "파일 읽기 에러: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "치트 코드들 동기화 에러!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "저장 데이터 동기화 에러!" @@ -5108,7 +5213,7 @@ msgstr "에러: GBA{0} {1} 에서 롬 열기에 실패했습니다" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "에러: GBA{0} {1} 에서 저장 열기에 실패했습니다" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Error: 이 빌드는 에뮬된 GBA 컨트롤러를 지원하지 않습니다" @@ -5128,11 +5233,11 @@ msgstr "" "오류: Windows-1252 폰트들 접근을 시도하였으나 로드되지 않았습니다. 게임들이 " "제대로 폰트들을 보여주지 않거나 깨짐이 발생할 수 있습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "{1} 파티션에 {0} 블락들에서 에러들이 발견되었습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "{1} 파티션에 {0} 사용되지 않은 블락들에서 에러들이 발견되었습니다." @@ -5141,12 +5246,12 @@ msgstr "{1} 파티션에 {0} 사용되지 않은 블락들에서 에러들이 msgid "Euphoria" msgstr "유포리아" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "유럽" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "전용 우버쉐이더" @@ -5154,15 +5259,15 @@ msgstr "전용 우버쉐이더" msgid "Exit" msgstr "나가기" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "+ 혹은 닫는 괄호를 예상했습니다." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "예상되는 인수들: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "닫는 괄호를 예상했습니다." @@ -5174,27 +5279,27 @@ msgstr "쉼표를 예상했습니다." msgid "Expected end of expression." msgstr "표현식의 끝을 예상했습니다." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "입력의 이름을 예상했습니다." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "여는 괄호를 예상했습니다." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "표현식의 시작을 예상했습니다." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "변수 이름을 예상했습니다." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "실험적" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "모든 Wii 저장을 내보내기" @@ -5205,11 +5310,11 @@ msgstr "모든 Wii 저장을 내보내기" msgid "Export Failed" msgstr "내보내기를 실패했습니다" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "입력 기록 내보내기" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "입력 기록 내보내기..." @@ -5237,14 +5342,14 @@ msgstr ".gcs 로 내보내기... (&g)" msgid "Export as .&sav..." msgstr ".sav 로 내보내기... (&s)" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n 저장(들)을 내보냈습니다" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "확장" @@ -5257,7 +5362,7 @@ msgstr "확장 모션 입력" msgid "Extension Motion Simulation" msgstr "확장 모션 시뮬레이션" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "외부의" @@ -5265,35 +5370,35 @@ msgstr "외부의" msgid "External Frame Buffer (XFB)" msgstr "외부 프레임 버퍼 (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "NAND 에서 증명서 추출" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "전체 디스크 압축 풀기..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "전체 파티션 압축 풀기..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "파일 압축 풀기..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "파일 압축 풀기..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "시스템 데이터 압축 풀기..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "모든 파일을 압축 풀기..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "디렉토리 압축 풀기..." @@ -5303,7 +5408,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO 플레이어" @@ -5319,15 +5424,15 @@ msgstr "" "메모리 카드 열기에 실패했습니다:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "넷플레이 목록 : %1 에 이 세션을 추가하는데에 실패했습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "서명 파일 '%1' 에 덧붙이기에 실패했습니다." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "블투 패스쓰루용 인터페이스 요청에 실패했습니다: {0}" @@ -5343,7 +5448,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org 연결에 실패했습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "서버 연결에 실패했습니다: %1" @@ -5380,32 +5485,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "넷플레이 GBA{0} 저장 파일 삭제에 실패했습니다. 쓰기 권한을 검증하세요." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "넷플레이 메모리 카드를 삭제에 실패했습니다. 쓰기 권한을 검증하세요." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "선택된 파일 삭제에 실패했습니다." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "블투 패스쓰루용 커널 드라이버를 분리하는데에 실패했습니다: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "코드 다운로드에 실패했습니다." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "덤프에 실패했습니다 %1: 파일을 열 수 없습니다" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "덤프에 실패했습니다 %1: 파일에 쓰기를 실패했습니다" @@ -5418,15 +5523,15 @@ msgstr "%1 저장 파일(들)로부터 %n 를 내보내기에 실패했습니다 msgid "Failed to export the following save files:" msgstr "다음 저장 파일들을 내보내기에 실패했습니다:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "NAND 에서 증명서 추출에 실패했습니다" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "파일 압축 풀기에 실패했습니다." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "시스템 데이터 압축 풀기에 실패했습니다." @@ -5448,14 +5553,14 @@ msgstr "하나 이상의 D3D 부호 찾기에 실패했습니다" msgid "Failed to import \"%1\"." msgstr "\"%1\" 가져오기에 실패했습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "저장 파일을 가져오기에 실패했습니다. 해당 게임을 한번 띄워주세요, 그리고 다" "시 시도하세요." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5463,7 +5568,7 @@ msgstr "" "저장 파일 가져오기에 실패했습니다. 주어진 파일은 오염되었거나 적합한 Wii 저장" "이 아닙니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5473,7 +5578,7 @@ msgstr "" "것이 그 안에 파일들에 액세스를 막고 있습니다. NAND (도구 -> NAND 관리 -> " "NAND 체크...) 를 고쳐 보세요, 그런 후 저장을 다시 가져오세요." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "코어 인식에 실패했습니다" @@ -5487,7 +5592,7 @@ msgstr "" "비디오 카드가 적어도 D3D 10.0 지원하는지 확인하세요\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "렌더러 클래스 초기화에 실패했습니다" @@ -5496,11 +5601,11 @@ msgid "Failed to install pack: %1" msgstr "팩 설치에 실패했습니다: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "NAND 에 이 타이틀 설치에 실패했습니다." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5508,8 +5613,8 @@ msgstr "" "포트 %1 듣기에 실패했습니다. 구동 중인 다른 넷플레이 서버 인스턴스가 있습니" "까?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "%1 에서 RSO 모듈 로드에 실패했습니다" @@ -5521,7 +5626,7 @@ msgstr "d3d11.dll 로드에 실패했습니다" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll 로드에 실패했습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "맵 파일 '%1' 을 로드에 실패했습니다." @@ -5535,7 +5640,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "실행 가능한 것을 메모리에 로드하는데 실패했습니다." @@ -5551,25 +5656,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "스카이랜더 수정에 실패했습니다!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "'%1' 를 열기에 실패했습니다" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "블루투스 장치 열기에 실패했습니다: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5601,7 +5706,7 @@ msgstr "" msgid "Failed to open file." msgstr "파일 열기에 실패했습니다." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "서버 열기에 실패했습니다" @@ -5634,7 +5739,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "입력 파일 \"%1\" 열기에 실패했습니다." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5649,7 +5754,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Redump.org 데이터 문법분석에 실패했습니다" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "주어진 값을 대상 데어터 타입으로 파싱하는데에 실패했습니다." @@ -5662,7 +5767,7 @@ msgid "Failed to read from file." msgstr "파일에서 읽기에 실패했습니다." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "입력 파일 \"{0}\" 로 부터 읽기에 실패했습니다." @@ -5723,44 +5828,44 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "NAND 에서 이 타이틀 제거에 실패했습니다." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "넷플레이 GCI 폴더 재설정에 실패했습니다. 쓰기 권한을 검증하세요." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "넷플레이 NAND 폴더 재설정에 실패했습니다. 쓰기 권한을 검증하세요." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "넷플레이 리다이렉트 폴더 재설정에 실패했습니다. 쓰기 권한을 검증하세요." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "FIFO 로그 저장에 실패했습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "경로 '%1' 에 코드 맵 저장을 실패했습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "서명 파일 '%1' 을 저장에 실패했습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "경로 '%1' 에 심볼 맵 저장을 실패했습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "서명 파일 '%1' 에 저장에 실패했습니다." -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5778,11 +5883,11 @@ msgstr "팩 언인스톨에 실패했습니다: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "BT.DINF를 SYSCONF로 쓰지 못했습니다." -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Mii 데이터 쓰기에 실패했습니다." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Wii 저장 쓰기에 실패했습니다." @@ -5796,7 +5901,7 @@ msgstr "환경 파일 쓰기에 실패했습니다!" msgid "Failed to write modified memory card to disk." msgstr "수정된 메모리 카드를 디스크에 쓰기를 실패했습니다." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "리다이렉트된 저장 쓰기에 실패했습니다." @@ -5805,7 +5910,7 @@ msgid "Failed to write savefile to disk." msgstr "저장파일을 디스크에 쓰기를 실패했습니다. " #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5815,20 +5920,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "실패" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "공정한 입력 지연" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "대비책 지역" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "대비책 지역:" @@ -5849,7 +5955,7 @@ msgstr "" "치명적 비동기. 재생을 중단합니다. (PlayWiimote에서 오류: {0} != {1}, byte " "{2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "시야" @@ -5862,46 +5968,46 @@ msgstr "피겨 번호:" msgid "Figure type" msgstr "피겨 타입" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "파일 세부사항" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "파일 형식" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "파일 형식:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "파일 정보" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "파일 이름" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "파일 경로" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "파일 크기" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "파일 크기:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "파일에 코드가 없습니다." @@ -5913,7 +6019,7 @@ msgstr "파일명" msgid "Files opened, ready to compress." msgstr "파일이 열렸습니다, 압축할 준비가 되었습니다." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5945,7 +6051,7 @@ msgstr "다음 찾기(&N)" msgid "Find &Previous" msgstr "이전 찾기(&P)" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "측정 완료" @@ -5980,12 +6086,6 @@ msgstr "실패한 체크섬 고치기" msgid "Fixed Alignment" msgstr "고정된 정돈" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "플래그" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5995,11 +6095,11 @@ msgstr "플래그" msgid "Float" msgstr "플로우트" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "분기 따라가기 (&b)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "최고의 결과를 얻으려면 당신의 입력을 모든 가능한 곳으로 천천히 움직이세요." @@ -6020,7 +6120,7 @@ msgstr "" "설정 지시사항에 대해, " "이 페이지를 참고하세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "강제 16:9" @@ -6028,7 +6128,7 @@ msgstr "강제 16:9" msgid "Force 24-Bit Color" msgstr "강제 24-비트 컬러" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "강제 4:3" @@ -6060,15 +6160,15 @@ msgstr "강제 듣기 포트: " msgid "Force Nearest" msgstr "강제 Nearest" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "%1 가 VS 확장을 지원하지 않기 때문에 강제로 꺼졌습니다." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "%1 가 기하학 쉐이더를 지원하지 않기 때문에 강제로 켜졌습니다." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6078,7 +6178,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6089,7 +6189,7 @@ msgstr "" "줄여서 품질이 증가합니다. 성능에 영향이 없고 소수의 그래픽 이슈를 읽으킵니다." "

잘 모르겠으면, 체크해 두세요." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6099,7 +6199,7 @@ msgstr "" msgid "Format:" msgstr "포맷:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6114,38 +6214,38 @@ msgstr "포트 열기 (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "%1 결과들을 찾았음 \"%2\" 에 대한 것임" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "%n 주소(들)을 발견했습니다." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "프레임 %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "프레임 진행" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "프레임 진행 속도 감소" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "프레임 진행 속도 증가" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "프레임 진행 속도 리셋" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "프레임 덤핑" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "프레임 범위" @@ -6153,7 +6253,7 @@ msgstr "프레임 범위" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "프레임 덤프 이미지(들) '{0}' 가 이미 존재합니다. 덮어쓰시겠습니까?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "녹화할 프레임:" @@ -6173,7 +6273,7 @@ msgstr "빈 파일: %1" msgid "Free Look Control Type" msgstr "자유 보기 컨트롤 타입" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "자유 보기 컨트롤러 %1" @@ -6192,22 +6292,26 @@ msgstr "" "운 메뉴에서 사용할 수 있습니다.

자세한 지시사항은, 이 페이지를 참조하세요." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "자유보기" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "자유로운 보기" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "자유로운 보기 토글" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "프랑스어" @@ -6226,8 +6330,8 @@ msgid "From" msgstr "From" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "에서:" @@ -6235,11 +6339,12 @@ msgstr "에서:" msgid "FullScr" msgstr "전체화면" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "함수" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6259,7 +6364,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "GBA 카트리지 경로:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "GBA 코어" @@ -6275,19 +6380,19 @@ msgstr "GBA 설정" msgid "GBA TAS Input %1" msgstr "GBA TAS 입력 %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA 볼륨" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA 창 크기" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1 롬이 \"%2\" 로 변경되었습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 롬이 비활성화되었습니다" @@ -6311,7 +6416,7 @@ msgstr "GCMemcardDirectory: 부적합한 블록 주소로 호출된 클리어블 msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ GC/Wii 이미지들 (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6335,7 +6440,7 @@ msgstr "GL_MAX_TEXTURE_SIZE 가 {0} 입니다 - 적어도 1024 이어야만 합 msgid "GPU Texture Decoding" msgstr "GPU 텍스처 디코딩" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6347,7 +6452,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL 에러: 당신의 비디오 카드가 OpenGL 2.0 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6355,7 +6460,7 @@ msgstr "" "GPU: OGL 에러: GL_ARB_map_buffer_range 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3.0 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6363,7 +6468,7 @@ msgstr "" "GPU: OGL 에러: GL_ARB_sampler_objects 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3.3 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6371,7 +6476,7 @@ msgstr "" "GPU: OGL 에러: GL_ARB_uniform_buffer_object 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3.1 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6387,7 +6492,7 @@ msgstr "" "GPU: OGL 에러: OpenGL 3 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6410,16 +6515,16 @@ msgstr "" msgid "Game" msgstr "게임" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "게임 보이 어드밴스" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "게임 보이 어드밴스 카트리지 (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6427,7 +6532,7 @@ msgstr "" "게임 보이 어드밴스 롬(*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;모" "든 파일 (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "포트 %1 에 게임 보이 어드밴스" @@ -6439,7 +6544,7 @@ msgstr "게임 색 공간:" msgid "Game Config" msgstr "게임 환경" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "게임 세부사항" @@ -6455,25 +6560,25 @@ msgstr "게임 감마" msgid "Game Gamma:" msgstr "게임 감마:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "게임 ID" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "게임 ID:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "게임 상태" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "게임이 \"%1\" 로 변경되었습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6481,15 +6586,15 @@ msgstr "" "게임 파일이 다른 해시를 가지고 있습니다; 그걸 우-클릭; 속성 선택, 검증 탭으" "로 전환, 그리고 해시를 확인하기위해 무결성 검증을 선택하세요." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "게임이 다른 디스크 넘버를 가지고 있습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "게임이 다른 개정을 가지고 있습니다" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "게임이 이미 구동중입니다!" @@ -6499,7 +6604,7 @@ msgid "" msgstr "" "게임이 다른 게임 저장과 함께 덮어썼습니다. {0:#x}, {1:#x} 앞쪽에 데이터 오염" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "게임 지역이 맞지 않습니다" @@ -6519,11 +6624,11 @@ msgstr "Wii U용 게임큐브 어댑터" msgid "GameCube Adapter for Wii U at Port %1" msgstr "포트 %1 에 Wii U 용 게임큐브 어댑터 " -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "게임큐브 컨트롤러" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "포트 %1 에 게임큐브 컨트롤러" @@ -6531,11 +6636,11 @@ msgstr "포트 %1 에 게임큐브 컨트롤러" msgid "GameCube Controllers" msgstr "게임큐브 컨트롤러" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "게임큐브 키보드" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "포트 %1 에 겜임큐브 키보드" @@ -6552,7 +6657,7 @@ msgstr "게임큐브 메모리 카드" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "게임큐브 메모리 카드 (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "게임큐브 마이크 슬롯 %1" @@ -6580,45 +6685,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko 코드" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "일반" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "일반 옵션" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "새로운 통계 식별자 생성" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "'%1' 에서 부호 이름들을 생성했습니다" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "독일어" @@ -6626,11 +6739,11 @@ msgstr "독일어" msgid "Germany" msgstr "독일" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "디바이스목록얻기 실패했음: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6645,7 +6758,7 @@ msgstr "거인" msgid "Giants" msgstr "거인들" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "골프 모드" @@ -6654,7 +6767,7 @@ msgid "Good dump" msgstr "좋은 덤프" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "그래픽" @@ -6663,7 +6776,7 @@ msgstr "그래픽" msgid "Graphics Mods" msgstr "그래픽 모드" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "그래픽 토글" @@ -6672,7 +6785,7 @@ msgstr "그래픽 토글" msgid "Graphics mods are currently disabled." msgstr "그래픽 모드가 현재 꺼졌습니다." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6698,7 +6811,7 @@ msgstr "초록 왼쪽" msgid "Green Right" msgstr "초록 오른쪽" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "격자 보기" @@ -6743,7 +6856,7 @@ msgstr "헤드" msgid "Help" msgstr "도움" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "영웅 레벨:" @@ -6776,11 +6889,11 @@ msgstr "16진수" msgid "Hide" msgstr "숨기기" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "모두 숨기기" @@ -6792,23 +6905,23 @@ msgstr "인-게임 세션 숨기기" msgid "Hide Incompatible Sessions" msgstr "비호환 세션들 숨기기" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "원격 GBA 숨기기" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "높은" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "최고" @@ -6831,15 +6944,39 @@ msgstr "호스트" msgid "Host Code:" msgstr "호스트 코드:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "호스트 입력 권한" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "호스트 크기" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6851,14 +6988,22 @@ msgstr "" "3+ 플레이어들과 함께하는 캐주얼 게임에 알맞음, 아마도 불안정하거나 높은 지연 " "연결상에서." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "호스트 입력 권한 꺼짐" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "호스트 입력 권한 켜짐" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "넷플레이로 호스트" @@ -6867,21 +7012,21 @@ msgstr "넷플레이로 호스트" msgid "Hostname" msgstr "호스트명" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "단축키 설정" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "단축키" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "핫키들은 윈도우 포커스가 필요함" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "하이브리드 우버쉐이더" @@ -6908,7 +7053,7 @@ msgstr "입력된 ID 가 부적합합니다." msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOS 버전:" @@ -6945,7 +7090,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR 감도:" @@ -6984,7 +7129,7 @@ msgstr "" msgid "Icon" msgstr "아이콘" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -6995,11 +7140,11 @@ msgstr "" "\n" "타이밍-민감한 컨트롤을 지진 턴-기반 게임에 알맞음, 골프 같은." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "식별자 생성" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7020,7 +7165,7 @@ msgstr "" "을 우리가 식별하게 도와줍니다.\n" "이 허가는 돌핀 설정에서 어느 때라도 철회될 수 있습니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7040,7 +7185,7 @@ msgstr "" "체크 해제되면, 에뮬된 컨트롤러의 연결 상태는\n" "실제 기본 장비 (만일 있다면)의 연결 상태와 연결됩니다." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7051,7 +7196,17 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7066,7 +7221,7 @@ msgstr "" msgid "Ignore" msgstr "무시" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -7094,18 +7249,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"EFB에서 읽거나 쓰는 CPU로부터 모든 요구들을 무시합니다.

일부 게임들에" -"서 성능을 향상시킵니다, 하지만 모든 EFB-기반 그래픽 효과들이나 게임플레이-관" -"련 특성들을 비활성화 시킬 것입니다.

잘 모르겠으면, " -"체크 해제해 두세요." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "XFB 를 즉시 표시합니다" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7119,7 +7270,7 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii NAND 백업 가져오기..." @@ -7134,15 +7285,15 @@ msgstr "가져오기를 실패했습니다" msgid "Import Save File(s)" msgstr "저장 파일(들)을 가져오기" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii 저장 가져오기" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND 백업 가져오기" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7151,7 +7302,7 @@ msgstr "" "NAND 백업 가져오기\n" " 경과 시간: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7164,7 +7315,7 @@ msgstr "" msgid "In-Game?" msgstr "인-게임?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7176,64 +7327,64 @@ msgstr "" "트 놓침을 고칩니다.

잘 모르겠으면, 체크해 두세요." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "잘못된 영웅 레벨 값!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "잘못된 마지막 놓인 시간!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "잘못된 마지막 리셋 시간!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "잘못된 돈 수치!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "잘못된 별명!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "잘못된 플레이시간 값!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "증가" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "수렴 증가" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "깊이 증가" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "에뮬레이션 속도 증가" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "IR 증가" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "선택된 상태 슬롯을 늘립니다" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "X 증가" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Y 증가" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "증분 회전" @@ -7272,12 +7423,12 @@ msgstr "정보" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "정보" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "에뮬하는 동안 화면보호기를 감춥니다" @@ -7286,11 +7437,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "입력" @@ -7304,19 +7455,16 @@ msgstr "활성에 필요한 힘을 입력하세요." msgid "Input strength to ignore and remap." msgstr "무시하고 리매핑할 힘을 입력하세요." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "nop 삽입 (&n)" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD 카드 삽입" @@ -7333,7 +7481,7 @@ msgstr "파티션 (%1) 설치" msgid "Install Update" msgstr "업데이트 설치" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD 설치..." @@ -7341,13 +7489,14 @@ msgstr "WAD 설치..." msgid "Install to the NAND" msgstr "NAND 에 설치" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "명령." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "명령" @@ -7356,7 +7505,7 @@ msgstr "명령" msgid "Instruction Breakpoint" msgstr "명령 중단점" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "명령:" @@ -7365,7 +7514,7 @@ msgstr "명령:" msgid "Instruction: %1" msgstr "명령: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7432,8 +7581,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "내부 LZO 오류 - 압축해제된 버전 스트링 분석에 실패했습니다 ({0} / {1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "내부 해상도" @@ -7442,15 +7591,15 @@ msgstr "내부 해상도" msgid "Internal Resolution:" msgstr "내부 해상도:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "AR 코드를 생성하는 동안 내부 에러." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "인터프리터 (가장 느림)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "인터프리터 코어" @@ -7458,7 +7607,7 @@ msgstr "인터프리터 코어" msgid "Invalid Expression." msgstr "부적합 표현." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "자동-업데이트 서비스에서 부적합한 JSON 을 받았습니다: {0}" @@ -7466,7 +7615,7 @@ msgstr "자동-업데이트 서비스에서 부적합한 JSON 을 받았습니 msgid "Invalid Mixed Code" msgstr "부적합 복합 코드" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "부적합한 %1 이 제공됨: %2" @@ -7475,11 +7624,11 @@ msgstr "부적합한 %1 이 제공됨: %2" msgid "Invalid Player ID" msgstr "부적합한 플레이어 아이디" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "부적합 RSO 모듈 주소: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "부적합한 스텍호출" @@ -7491,7 +7640,7 @@ msgstr "부적합 체크섬" msgid "Invalid game." msgstr "부적합한 게임." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "부적합 호스트" @@ -7500,7 +7649,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "필드 \"%1\" 에 부적합한 입력" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "부적합한 입력이 제공됨" @@ -7508,7 +7657,7 @@ msgstr "부적합한 입력이 제공됨" msgid "Invalid literal." msgstr "부적합한 문자." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "검색에 부적합 인자들." @@ -7536,13 +7685,21 @@ msgstr "부적합한 찾기 스트링 (짝수 길이 스트링만 지원됩니 msgid "Invalid title ID." msgstr "부적합한 타이틀 ID." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "부적합한 관찰 주소: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "이탈리아어" @@ -7555,80 +7712,81 @@ msgstr "이탈리아" msgid "Item" msgstr "아이템" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT 블록 연결 끄기" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT 블록들" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT 분기 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT 소수점 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT 정수 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT 로드스토어 부동 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT 로드스토어 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT 로드스토어 짝짓기 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT 로드스토어 lXz 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT 로드스토어 lbzx 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT 로드스토어 lwz 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT 끄기 (JIT 코어)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT 짝짓기 끄기" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "ARM64 용 JIT 리컴파일러 (권장)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "x86-64 용 JIT 리컴파일러 (권장)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT 레지스터 캐시 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT 시스템레지스터 끄기" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7636,16 +7794,17 @@ msgstr "" "JIT 이 캐시 청소후에 코드 공간 찾기에 실패했습니다. 이것은 절대 일어나서는 안" "됩니다. 버그 트랙커에 이 사고를 보고해주세요. 돌핀은 지금 나갈 것입니다." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "일본" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "일본어" @@ -7656,19 +7815,19 @@ msgstr "일본어" msgid "Japanese (Shift-JIS)" msgstr "일본어 (쉬프트-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" "Kaos 가 이 트로피에 대한 유일한 악당입니다. 어느 것도 수정할 필요가 없습니다!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "계속 구동하기" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "창을 맨위로 유지" @@ -7698,20 +7857,20 @@ msgstr "키보드 컨트롤러" msgid "Keys" msgstr "키" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "플레이어 차기" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "한국" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "한국어" @@ -7740,41 +7899,41 @@ msgstr "LR 세이브" msgid "Label" msgstr "레이블" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "마지막 값" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "마지막 위치:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "마지막 리셋:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "지연:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "지연: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "지연: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "지연: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "지연: ~80 ms" @@ -7782,11 +7941,11 @@ msgstr "지연: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "이 타이틀들을 런칭하면 이슈들도 고칠지도 모릅니다." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "리더보드" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7845,6 +8004,14 @@ msgstr "" "좌/우-클릭 출력 설정하기.\n" "중-클릭 지우기." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7878,11 +8045,11 @@ msgstr "왼쪽" msgid "Limit Chunked Upload Speed:" msgstr "덩어리된 업로드 스피드 제한:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "목록 세로줄" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "목록 보기" @@ -7892,29 +8059,29 @@ msgstr "듣기" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "로드" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "배드 맵 파일 로드... (&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "다른 맵 파일 로드... (&O)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "커스텀 텍스처 로드" @@ -7922,24 +8089,29 @@ msgstr "커스텀 텍스처 로드" msgid "Load File" msgstr "파일 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "게임큐브 메인 메뉴 로드" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "호스트의 저장 데이터만 로드" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "마지막 상태 로드" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "경로 로드:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "롬 로드" @@ -7947,137 +8119,132 @@ msgstr "롬 로드" msgid "Load Slot" msgstr "슬롯 로드" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "최근 1 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "최근 10 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "최근 2 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "최근 3 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "최근 4 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "최근 5 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "최근 6 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "최근 7 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "최근 8 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "최근 9 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "슬롯 1 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "슬롯 10 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "슬롯 2 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "슬롯 3 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "슬롯 4 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "슬롯 5 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "슬롯 6 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "슬롯 7 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "슬롯 8 상태 로드" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "슬롯 9 상태 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "파일에서 상태 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "선택된 슬롯에서 상태를 로드합니다" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "슬롯에서 상태 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii 시스템 메뉴 %1 로드" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "호스트의 저장 데이터 로드하고 쓰기" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "선택된 슬롯에서 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "슬롯 %1 - %2 로부터 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "맵 파일 로드" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "vWii 시스템 메뉴 %1 로드" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "로드..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "'%1' 에서 부호들이 로드되었습니다" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8087,7 +8254,7 @@ msgstr "" "game_id>/ 에서 커스텀 텍스처를 로드합니다.

잘 모" "르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8096,28 +8263,28 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "지역" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "마우스 커서 가두기" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "잠긴" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "로그" @@ -8126,19 +8293,20 @@ msgstr "로그" msgid "Log Configuration" msgstr "로그 환경설정" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "로그인" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "JIT 명령 커버리지 로그" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "로그아웃" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "렌더 타임을 파일에 로그" @@ -8150,11 +8318,23 @@ msgstr "로그 타입" msgid "Logger Outputs" msgstr "로거 출력" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "로그인 실패" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8164,20 +8344,20 @@ msgstr "" "핀의 성능을 측정하려면 이 기능을 사용하세요.

잘 모르" "겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "루프" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "넷플레이 서버 연결을 잃었습니다..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "낮은" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "최하" @@ -8207,27 +8387,31 @@ msgstr "마법" msgid "Main Stick" msgstr "메인 스틱" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "영웅 레벨 값은 0 과 100 사이임을 확인하세요!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "마지막 놓인 날짜시간 값이 유효한지 확인하세요!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "마지막 리셋 날짜시간 값이 유효한지 확인하세요!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "돈 수치가 0 과 65000 사이인지 확인하세요!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "별명이 0 과 15 사이의 문자 길이인지 확인하세요!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "플레이시간 값이 유효한지 확인하세요!" @@ -8235,18 +8419,18 @@ msgstr "플레이시간 값이 유효한지 확인하세요!" msgid "Make sure there is a Skylander in slot %1!" msgstr "슬롯 %1 에 스카이랜더가 있는지 확인하세요!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "제작사" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "제작사:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8258,16 +8442,16 @@ msgstr "" "게임들을 망가뜨릴 것입니다.

잘 모르겠으면, 이것을 체" "크 해제해 두세요." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "NAND 관리" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "수동 텍스처 샘플링" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "매핑" @@ -8275,15 +8459,19 @@ msgstr "매핑" msgid "Mask ROM" msgstr "마스크 롬" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "일치 발견" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "최대 버퍼:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "최대 버퍼 크기가 %1 로 변경되었습니다" @@ -8292,12 +8480,12 @@ msgstr "최대 버퍼 크기가 %1 로 변경되었습니다" msgid "Maximum tilt angle." msgstr "최대 틸트 각도." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Wii 메뉴와 일부 게임에서 느려짐을 유발할지도 모릅니다." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "중간" @@ -8313,7 +8501,7 @@ msgstr "메모리 중단점" msgid "Memory Card" msgstr "메모리 카드" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "메모리 카드 관리자" @@ -8321,7 +8509,7 @@ msgstr "메모리 카드 관리자" msgid "Memory Card Path:" msgstr "메모리 카드 경로:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "메모리 오버라이드" @@ -8341,7 +8529,7 @@ msgstr "메모리카드: 부적합 소스 주소로 호출된 읽기 ({0:#x})" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "메모리카드: 부적합 목적지 주소로 호출된 쓰기 ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8352,33 +8540,41 @@ msgstr "" "장들을 덮어쓰게 됩니다. 이 처리는 되돌릴 수 없습니다, 따라서 두 NAND 를 계속 " "백업할 것을 권장합니다. 정말 계속합니까?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "마이크" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "미니" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "기타" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "기타 설정" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "헤더안 빈 블락 숫자와 실제 사용되지 않은 블락수가 맞지 않습니다." @@ -8387,7 +8583,7 @@ msgstr "헤더안 빈 블락 숫자와 실제 사용되지 않은 블락수가 msgid "Mismatch between internal data structures." msgstr "내부 데이터 구조들끼리 맞지 않습니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8414,7 +8610,7 @@ msgstr "" msgid "Modifier" msgstr "수정자" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8429,20 +8625,20 @@ msgid "Modify Slot" msgstr "슬롯 수정" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "발견된 모듈: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "돈:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "단일" @@ -8454,11 +8650,11 @@ msgstr "모노스코픽 그림자" msgid "Monospaced Font" msgstr "단일띄어쓰기 폰트" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "모션 입력" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "모션 시뮬레이션" @@ -8467,16 +8663,16 @@ msgstr "모션 시뮬레이션" msgid "Motor" msgstr "모터" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "마우스 커서 가시성" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "이동" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "무비" @@ -8489,7 +8685,7 @@ msgstr "" "무비 {0} 는 상태저장에서 시작함을 뜻합니다, 하지만 {1} 가 존재하지 않습니다. " "해당 무비가 동기화하기 힘들 것입니다!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8498,14 +8694,24 @@ msgstr "" msgid "Multiplier" msgstr "곱하는 수" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "모두 아니오(&o)" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND 체크" @@ -8514,8 +8720,8 @@ msgstr "NAND 체크" msgid "NKit Warning" msgstr "NKit 경고" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8524,7 +8730,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8545,8 +8751,8 @@ msgstr "" "니다.

만일 게임이 감마 값을 고를 수 있도록 허용한다면, 여기서 맞추세" "요.

모르겠으면, 2.35 로 두세요." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8559,11 +8765,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "이름" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "새로운 태그 이름:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "제거할 태그의 이름:" @@ -8572,10 +8778,10 @@ msgid "Name of your session shown in the server browser" msgstr "서버 브라우저에서 보여지는 당신의 세션 이름" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "이름:" @@ -8589,7 +8795,7 @@ msgstr "원본 (640x528)" msgid "Native GCI File" msgstr "원본 GCI 파일" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "넷플레이" @@ -8605,7 +8811,7 @@ msgstr "넷플레이 설정" msgid "Netherlands" msgstr "네덜란드" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8614,7 +8820,7 @@ msgstr "" "션동안 생성되거나 수정된 어느 저장 데이터도 호스트의 로컬 저장에 남을 것입니" "다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8624,7 +8830,7 @@ msgstr "" "레이 세션동안 생성되거나 수정된 어느 저장 데이터도 세션 끝에서 버려질 것입니" "다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8633,7 +8839,7 @@ msgstr "" "이 세션 끝에 버려질 것입니다." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "네트워크" @@ -8641,7 +8847,7 @@ msgstr "네트워크" msgid "Network dump format:" msgstr "네트워크 덤프 포멧:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "절대 아니" @@ -8650,7 +8856,7 @@ msgid "Never Auto-Update" msgstr "자동-업데이트 절대 안함" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "새로운" @@ -8675,7 +8881,7 @@ msgstr "새로운 찾기" msgid "New Tag..." msgstr "새로운 태그..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "새로운 식별자가 생성되었습니다." @@ -8683,30 +8889,32 @@ msgstr "새로운 식별자가 생성되었습니다." msgid "New instruction:" msgstr "새로운 명령:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "새로운 태그" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "다음 게임 프로파일" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "다음 일치" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "다음 프로파일" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "별명이 너무 깁니다." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "별명:" @@ -8728,21 +8936,21 @@ msgstr "정돈 없음" msgid "No Audio Output" msgstr "오디오 출력 없음" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "압축하지 않음" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "일치 없음" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "저장 데이터 없음" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "수정할 데이터가 없음!" @@ -8763,15 +8971,15 @@ msgstr "에러가 없습니다." msgid "No extension selected." msgstr "선택된 확장이 없습니다." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "로드된 / 녹화된 파일이 없음." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "구동중인 게임이 없습니다." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "구동중인 게임이 없습니다." @@ -8784,23 +8992,23 @@ msgstr "선택된 그래픽 모드가 없음" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "이슈가 감지되지 않았습니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "매칭하는 게임을 찾지 못했습니다" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "M3U 파일 \"{0}\" 에 경로가 없습니다" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "문제들이 발견되지 않았습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8814,7 +9022,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "게임 설정 '{0}' 에 대한 프로파일이 없음" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "로드된 녹화가 없습니다." @@ -8829,7 +9037,7 @@ msgstr "" "undo.dtm 이 없습니다, 무비 갈림을 막기위해서 상태로드 되돌리기를 취소합니다" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8847,7 +9055,7 @@ msgstr "북 아메리카" msgid "Not Set" msgstr "설정 안됨" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" "모든 플레이어가 그 게임을 가지고 있지는 않습니다. 정말 시작하고 싶습니까?" @@ -8872,7 +9080,7 @@ msgstr "" "해당 메모리 카드상에 빈 파일들이 충분하지 않습니다. 적어도 %n 빈 파일(들)이 " "요구됩니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "발견되지 않음" @@ -8899,11 +9107,6 @@ msgstr "알림" msgid "Null" msgstr "없음" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "실행횟수" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8929,13 +9132,13 @@ msgid "Nunchuk Stick" msgstr "눈챠쿠 스틱" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "확인" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "오브젝트 %1" @@ -8987,7 +9190,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "오브젝트 범위" @@ -9008,11 +9211,11 @@ msgstr "오프셋" msgid "On" msgstr "켜기" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "움직일 때" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9022,7 +9225,7 @@ msgstr "" "합니다, 작업을 위해서는 꼭지점 쉐이더를 선택하세요. 성능 효과가 있을 수도." "

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9037,7 +9240,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "온라인 문서(&D)" @@ -9045,7 +9248,7 @@ msgstr "온라인 문서(&D)" msgid "Only Show Collection" msgstr "컬렉션만 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9053,7 +9256,7 @@ msgstr "" "접두사를 가진 부호들만 덧붙입니다:\n" "(모든 부호들은 빈칸)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9072,18 +9275,22 @@ msgstr "열기" msgid "Open &Containing Folder" msgstr "담고 있는 폴더 열기(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "사용자 폴더 열기 (&U)" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "디렉토리 열기..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "FIFO 로그 열기" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -9147,34 +9354,34 @@ msgstr "주황" msgid "Orbital" msgstr "궤도" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9184,16 +9391,16 @@ msgstr "다른 것들" msgid "Other Partition (%1)" msgstr "다른 파티션 (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "다른 상태 단축키" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "다른 상태 관리" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "다른 게임..." @@ -9201,7 +9408,7 @@ msgstr "다른 게임..." msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "출력 리샘플링" @@ -9209,16 +9416,16 @@ msgstr "출력 리샘플링" msgid "Output Resampling:" msgstr "출력 리샘플링:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "덮어 쓰여진" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "입력 기록 플레이...(&l)" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9231,23 +9438,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG 압축 레블" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG 압축 레블:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG 이미지 파일 (*.png);; 모든 파일 (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC 크기" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC 대 호스트" @@ -9260,7 +9476,7 @@ msgstr "패드" msgid "Pads" msgstr "패드" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "매개변수들" @@ -9281,7 +9497,7 @@ msgstr "패씨브" msgid "Passthrough a Bluetooth adapter" msgstr "블루투스 어댑터를 패스쓰루" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "패스워드" @@ -9306,7 +9522,7 @@ msgstr "패치 이름" msgid "Patches" msgstr "패치" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "경로:" @@ -9319,23 +9535,23 @@ msgstr "경로" msgid "Pause" msgstr "일시정지" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "무비의 끝에서 일시정지" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "초점 잃을 때 일시정지" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "패닉시 일시정지" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9347,7 +9563,7 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9372,7 +9588,7 @@ msgstr "바깥쪽 스윙 이동의 피크 가속도" msgid "Per-Pixel Lighting" msgstr "픽셀단위 광원" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "온라인 시스템 업데이트 하기" @@ -9380,15 +9596,15 @@ msgstr "온라인 시스템 업데이트 하기" msgid "Perform System Update" msgstr "시스텝 업데이트 하기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "성능 샘플 윈도우 (ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "성능 샘플 윈도우 (ms):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "성능 통계" @@ -9402,15 +9618,15 @@ msgstr "피지컬" msgid "Physical address space" msgstr "물리적 주소 공간" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "디버그 폰트 고르기" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "핑" @@ -9422,8 +9638,8 @@ msgstr "피치 내리기" msgid "Pitch Up" msgstr "피치 올리기" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "플랫폼" @@ -9431,11 +9647,11 @@ msgstr "플랫폼" msgid "Play" msgstr " 실행 " -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "재생 / 녹화" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "(입력) 기록 재생" @@ -9443,11 +9659,11 @@ msgstr "(입력) 기록 재생" msgid "Play Set/Power Disc" msgstr "플레이 셋/파워 디스크" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "재생 옵션" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "플레이어" @@ -9476,18 +9692,23 @@ msgid "Player Two Ability Two" msgstr "플레이어 투 능력 둘" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "플레이어" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "플레이시간:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9495,7 +9716,7 @@ msgstr "" "\"SyncOnSkipIdle\" 설정을\"True\" 로 바꾸세요! 현재 비활성화 되어있습니다, 이" "게 이 문제를 매우 잘 일어나게 합니다." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "표준 메모리 영역으로 찾기 시작하기 전에 게임을 시작하세요." @@ -9528,11 +9749,11 @@ msgstr "포트:" msgid "Portal Slots" msgstr "포탈 슬롯들" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "가능한 비동기 감지됨: %1 가 프레임 %2 에서 비동기화된 듯 합니다" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "후-처리 효과" @@ -9553,11 +9774,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "점/선 확장용 선호 VS" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "커스텀 텍스처 프리패치" @@ -9585,7 +9806,7 @@ msgstr "" msgid "Presets" msgstr "사전설정" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "동기화 버튼을 누르세요" @@ -9594,7 +9815,7 @@ msgstr "동기화 버튼을 누르세요" msgid "Pressure" msgstr "압력" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9607,18 +9828,19 @@ msgstr "" "진 효과들을 보여주는 대가로 말이죠.

추천되지 않습니" "다, 다른 옵션들이 형편없는 결과를 가져올 때만 사용하세요." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "이전 게임 프로파일" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "이전 일치" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "이전 프로파일" @@ -9640,7 +9862,7 @@ msgstr "사설과 공공" msgid "Problem" msgstr "문제" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9648,7 +9870,7 @@ msgstr "" "높은 심각성을 지닌 문제들이 발견되었습니다. 게임이 전혀 작동하지 않을 가능성" "이 높습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9656,7 +9878,7 @@ msgstr "" "낮은 심각성을 지닌 문제들이 발견되었습니다. 게임 구동을 방해할 가능성은 적습" "니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9668,20 +9890,20 @@ msgstr "" msgid "Profile" msgstr "프로파일" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "프로그램 카운터" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "진행" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9691,11 +9913,11 @@ msgstr "" msgid "Public" msgstr "공공" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "게임 목록 캐시 제거" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "IPL 롬을 in User/GC/ 에 두세요." @@ -9707,26 +9929,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "QT_레이아웃_방향" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "서비스의 품질 (QoS) 이 활성화될 수 없었습니다." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "서비스의 품질 (QoS) 이 성공적으로 활성화되었습니다." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "DPLII 디코더의 품질. 오디오 지연이 품질로 증가합니다." #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "질문" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "종료" @@ -9747,11 +9969,11 @@ msgstr "R-아날로그" msgid "READY" msgstr "준비" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO 모듈" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO 자동-감지" @@ -9784,17 +10006,21 @@ msgstr "랭크 %1" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "명령 바꾸기 (&p)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "읽기" @@ -9817,7 +10043,7 @@ msgstr "읽기 전용" msgid "Read or Write" msgstr "읽거나 쓰기" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "읽기-전용 모드" @@ -9833,7 +10059,7 @@ msgstr "실제 Wii 리모트" msgid "Received invalid Wii Remote data from Netplay." msgstr "넷플레이에서 부적합한 Wii 원격 데이터를 받았습니다." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9843,23 +10069,27 @@ msgstr "" msgid "Recenter" msgstr "리센터" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "녹화" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "입력 녹화" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "녹화" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "녹화 옵션" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "녹화..." @@ -9876,7 +10106,7 @@ msgstr "빨강 왼쪽" msgid "Red Right" msgstr "빨강 오른쪽" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9900,7 +10130,6 @@ msgstr "Redump.org 상태:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9915,11 +10144,11 @@ msgstr "현재 값들을 새로하기" msgid "Refresh Game List" msgstr "게임 목록 새로고침" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "새로하기를 실패했습니다. 게임을 잠시 구동하신 후에 다시 시도하세요." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "현재 값들을 새로했습니다." @@ -9928,8 +10157,8 @@ msgstr "현재 값들을 새로했습니다." msgid "Refreshing..." msgstr "새로고침..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "지역" @@ -9950,7 +10179,8 @@ msgstr "연관 입력" msgid "Relative Input Hold" msgstr "연관 입력 유지" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9962,7 +10192,7 @@ msgstr "나중에 다시 알려주기" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "제거" @@ -9979,7 +10209,7 @@ msgstr "정크 데이터 제거 (되돌릴 수 없음):" msgid "Remove Tag..." msgstr "태그 제거..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "태그 제거" @@ -9993,20 +10223,20 @@ msgstr "" "으로 담지 않는다면) 압축공간을 조금도 절약하지 않습니다. 아무튼 계속 하시겠습" "니까?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "부호 이름 바꾸기" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "렌더 창" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "메인 창에 렌더" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10014,6 +10244,16 @@ msgstr "" "와이어프레임으로 장면을 렌더합니다.

잘 모르겠으면, " "체크 해제해 두세요." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "알림: GCIFolder가 할당되지 않은 블록 {0:#x} 에 씀" @@ -10022,15 +10262,15 @@ msgstr "알림: GCIFolder가 할당되지 않은 블록 {0:#x} 에 씀" msgid "Request to Join Your Party" msgstr "당신의 파티로 참여 요청" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10041,7 +10281,7 @@ msgstr "리셋" msgid "Reset All" msgstr "모두 리셋" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "패닉 핸들러 무시를 리셋" @@ -10065,7 +10305,7 @@ msgstr "횡단 설정 리셋" msgid "Reset Values" msgstr "값 리셋" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "보기 리셋" @@ -10073,7 +10313,7 @@ msgstr "보기 리셋" msgid "Reset all saved Wii Remote pairings" msgstr "저장된 모든 Wii 리모트 페어링 재설정" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -10085,7 +10325,7 @@ msgstr "리소스 팩 매니저" msgid "Resource Pack Path:" msgstr "리소스 팩 경로:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "재시작이 요구됩니다" @@ -10093,11 +10333,11 @@ msgstr "재시작이 요구됩니다" msgid "Restore Defaults" msgstr "기본값 복원" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "명령 복구" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "재시도" @@ -10106,7 +10346,7 @@ msgstr "재시도" msgid "Return Speed" msgstr "돌아오기 속도" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "개정" @@ -10114,7 +10354,7 @@ msgstr "개정" msgid "Revision: %1" msgstr "개정: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10165,11 +10405,11 @@ msgstr "왼쪽 구르기" msgid "Roll Right" msgstr "오른쪽 구르기" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "룸 ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "회전" @@ -10178,7 +10418,7 @@ msgstr "회전" msgid "Rotation applied at extremities of swing." msgstr "손발 스윙에 적용된 회전." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10191,7 +10431,7 @@ msgstr "" "다.

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10203,6 +10443,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10228,21 +10477,26 @@ msgstr "" msgid "Rumble" msgstr "진동" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "여기까지 실행 (&T)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "GBA 코어들을 전용 쓰레드로 구동합니다" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" -msgstr "때까지 구동" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" -msgstr "때까지 구동 (중단점들을 무시)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" +msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10252,23 +10506,23 @@ msgstr "일치할 때까지 구동 (중단점들 무시)" msgid "Russia" msgstr "러시아" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD 카드" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SD 카드 파일 크기:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD 카드 이미지 (*.raw);;모든 파일 (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD 카드 경로:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD 카드 설정" @@ -10276,7 +10530,7 @@ msgstr "SD 카드 설정" msgid "SD Root:" msgstr "SD 루트:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "SD 동기화 폴더:" @@ -10311,11 +10565,11 @@ msgstr "SSL 맥락" msgid "START" msgstr "시작" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "코드 저장 (&v)" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "상태 저장(&v) " @@ -10327,7 +10581,7 @@ msgstr "안전" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10337,28 +10591,40 @@ msgstr "저장" msgid "Save All" msgstr "모두 저장" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "저장 내보내기" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "FIFO 로그 저장" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "에 파일 저장" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10369,15 +10635,19 @@ msgstr "게임 저장" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "게임 저장 파일들 (*.sav);;모든 파일들 (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "저장 가져오기" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "가장 오래된 상태 저장" @@ -10385,73 +10655,77 @@ msgstr "가장 오래된 상태 저장" msgid "Save Preset" msgstr "프리셋 저장" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "녹화 파일을 다른 이름으로 저장" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "슬롯 1 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "슬롯 10 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "슬롯 2 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "슬롯 3 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "슬롯 4 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "슬롯 5 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "슬롯 6 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "슬롯 7 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "슬롯 8 상태 저장" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "슬롯 9 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "파일에 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "가장 오래된 슬롯에 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "선택된 슬롯에 상태를 저장합니다" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "슬롯에 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "심볼 맵 다른 이름으로 저장... (&A)" @@ -10459,7 +10733,7 @@ msgstr "심볼 맵 다른 이름으로 저장... (&A)" msgid "Save Texture Cache to State" msgstr "텍스처 캐시를 상태로 저장" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "상태 저장과 로드" @@ -10467,15 +10741,11 @@ msgstr "상태 저장과 로드" msgid "Save as Preset..." msgstr "프리셋 다른 이름으로 저장..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "다른 이름으로 저장..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "합쳐진 출력 파일 다른 이름으로 저장" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10489,23 +10759,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "롬과 같은 디렉토리에 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "맵 파일 저장" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "서명 파일 저장" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "선택된 슬롯에 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "슬롯 %1 - %2 에 저장" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "저장..." @@ -10525,7 +10787,7 @@ msgstr "상태저장 무비 {0} 가 손상되었습니다, 무비 기록 중지 msgid "Scaled EFB Copy" msgstr "스케일된 EFB 복사" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "스캔을 성공했습니다." @@ -10534,8 +10796,8 @@ msgid "ScrShot" msgstr "스크린샷" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "찾기" @@ -10544,7 +10806,7 @@ msgstr "찾기" msgid "Search Address" msgstr "주소 검색" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "최근 오브젝트 찾기" @@ -10556,7 +10818,7 @@ msgstr "하위폴더 찾기" msgid "Search and Filter" msgstr "검색과 필터" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10564,7 +10826,7 @@ msgstr "" "가상 주소 공간에서는 현재 검색할 수 없습니다. 게임을 잠시 구동하신 후에 다시 " "시도하세요." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "명령에 대한 찾기" @@ -10572,7 +10834,7 @@ msgstr "명령에 대한 찾기" msgid "Search games..." msgstr "게임들 검색..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "명령 찾기" @@ -10606,9 +10868,9 @@ msgstr "선택" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10617,7 +10879,7 @@ msgid "Select Dump Path" msgstr "덤프 경로 선택" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "내보내기 디렉토리 선택" @@ -10625,18 +10887,22 @@ msgstr "내보내기 디렉토리 선택" msgid "Select Figure File" msgstr "피겨 파일 선택" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "GBA 바이오스 선택" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "GBA 롬 선택" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "GBA 저장 경로 선택" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "마지막 상태 선택" @@ -10645,6 +10911,10 @@ msgstr "마지막 상태 선택" msgid "Select Load Path" msgstr "로드 경로 선택" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "리소스 팩 경로 선택" @@ -10653,6 +10923,14 @@ msgstr "리소스 팩 경로 선택" msgid "Select Riivolution XML file" msgstr "Riivolution XML 파일 선택" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "스카이랜더 컬렉션 선택" @@ -10661,58 +10939,62 @@ msgstr "스카이랜더 컬렉션 선택" msgid "Select Skylander File" msgstr "스카이랜더 파일 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "슬롯 %1 - %2 선택" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "상태 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "상태 슬롯 선택" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "상태 슬롯 1 선택" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "상태 슬롯 10 선택" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "상태 슬롯 2 선택" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "상태 슬롯 3 선택" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "상태 슬롯 4 선택" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "상태 슬롯 5 선택" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "상태 슬롯 6 선택" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "상태 슬롯 7 선택" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "상태 슬롯 8 선택" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "상태 슬롯 9 선택" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "WFS 경로 선택" @@ -10726,29 +11008,25 @@ msgstr "Wii NAND 루트 선택" msgid "Select a Directory" msgstr "디렉토리 선택" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "파일 선택" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "SD 카드 이미지와 동기화할 폴더를 선택하세요" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "게임 선택" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "SD 카드 이미지 선택" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "파일 선택" @@ -10756,19 +11034,15 @@ msgstr "파일 선택" msgid "Select a game" msgstr "게임 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "NAND 에 설치할 타이틀 선택" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "e-Reader 카드 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "RSO 모듈 주소 선택:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "플레이할 녹화 파일 선택" @@ -10776,36 +11050,19 @@ msgstr "플레이할 녹화 파일 선택" msgid "Select the Virtual SD Card Root" msgstr "가상 SD 카드 루트 선택" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "키 파일 선택 (OTP/SEEPROM 덤프)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "저장 파일을 선택" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "변환된 이미지를 저장하고 싶은 곳을 선택하세요" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "변환된 이미지들을 저장하고 싶은 곳을 선택하세요" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "선택된 폰트" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "선택된 컨트롤러 프로파일이 존재하지 않습니다" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "선택된 게임은 게임 목록에 존재하지 않습니다!" @@ -10817,7 +11074,7 @@ msgstr "선택된 쓰레드 콜스택" msgid "Selected thread context" msgstr "선택된 쓰레드 맥락" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -10825,7 +11082,7 @@ msgstr "" "사용할 하드웨어 어댑터를 선택하세요.

%1 는 이 기능" "을 지원하지 않습니다." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -10833,7 +11090,7 @@ msgstr "" "사용할 하드웨어 어댑터를 선택하세요.

잘 모르겠으면, " "처음 것을 선택하세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10852,7 +11109,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10870,7 +11127,7 @@ msgstr "" "른 유형의 3D입니다.

잘 모르겠으면, 끄기를 선택하세" "요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10892,30 +11149,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"내부적으로 어느 그래픽 API를 사용할지 선택합니다.

소프트웨어 렌더러는 " -"극히 느리고 디버깅에만 유용합니다, 그래서 다른 백엔드들중 아무거나 추천됩니" -"다. 다른 게임과 다른 GPU는 각각의 백엔드에서 다르게 행동할 것입니다, 그러니 " -"최고의 에뮬레이션 경험을 위해서 각각 시도해보기를 권장합니다 그리고나서 문제" -"가 가장 적은 것을 고르세요.

잘 모르겠으면, OpenGL을 " -"선택하세요." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "보내기" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "센서 바 위치:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10935,7 +11216,7 @@ msgstr "서버 IP 주소" msgid "Server Port" msgstr "서버 포트" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "서버가 횡단 시도를 거절했습니다" @@ -10943,44 +11224,40 @@ msgstr "서버가 횡단 시도를 거절했습니다" msgid "Set &Value" msgstr "값 설정(&V)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "PC 설정" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "기본 ISO로 설정(&D)" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "슬롯 A 용 메모리 카드 파일 설정" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "슬롯 B 용 메모리 카드 파일 설정" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "부호 끝 주소 설정 (&e)" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "부호 크기 설정 (&s)" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "부호 끝 주소 설정" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "부호 크기 (%1) 설정:" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10990,19 +11267,19 @@ msgstr "" "니다.\n" "모든 게임에서 작동하지는 않을 것입니다." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Wii 시스템 언어를 설정합니다." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11010,10 +11287,17 @@ msgstr "" "지연을 밀리세컨즈로 설정합니다. 값이 높을수록 오디오 튐을 줄일지도 모릅니다. " "특정 백엔드 전용." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -11025,13 +11309,13 @@ msgstr "" "가상 주소 공간에서 표준 MEM1 과 (Wii 상의) MEM2 매핑을 사용하여 검색을 설정합" "니다. 방대한 다수의 게임들에서 작동할 것입니다." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "설정" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "Wii메모리설정: setting.txt 파일을 생성할 수 없음" @@ -11039,7 +11323,7 @@ msgstr "Wii메모리설정: setting.txt 파일을 생성할 수 없음" msgid "Severity" msgstr "심각성" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "쉐이더 컴파일" @@ -11061,228 +11345,232 @@ msgstr "신간선" msgid "Shinkansen Controller" msgstr "신간선 컨트롤러" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "% 속도 보여주기" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "로그 보기(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "툴바 표시(&T)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "창 제목에 활성 타이틀 보여주기" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "모두 보여주기" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "오스트레일리아" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "디스코드에 현재 게임을 보여주기" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "비활성된 코드들 먼저 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "활성된 코드들 먼저 보기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "FPS 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "프레임 카운터 보기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "프레임 타임 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "프랑스" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "게임큐브" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "독일" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "골프 모드 오버레이 보기" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "무한대 베이스 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "입력 표시 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "이탈리아" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "일본 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "한국" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "랙 카운터 보기" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "언어 보기:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "로그 환경설정(&C)" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "넷플레이 메시지 보기" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "넷플레이 핑 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "네덜란드" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "온-스크린 메시지 보여주기" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL (유럽 방식)" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "PC 보기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "성능 그래프 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "플랫폼 표시" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "지역 표시" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "재녹화 횟수 보이기" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "러시아" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "스카이랜더스 포탈 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "스페인" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "속도 색 보여주기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "통계 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "시스템 클럭 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "타이완" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA (미국 방식)" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "알려지지 않음" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "VBlank 타임 보기" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "VPS 보여주기" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "세계" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "메모리로 보기 (&m)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "코드로 보기" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "메모리로 보기" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "코드로 보기" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "메모리로 보기" @@ -11290,19 +11578,15 @@ msgstr "메모리로 보기" msgid "Show in server browser" msgstr "서버 브라우저에서 보기" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "메모리에서 대상을 보여주기(&y)" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11311,7 +11595,7 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11337,25 +11621,13 @@ msgstr "" "풀스피드와 비교해 에뮬레이션의 % 속도를 보여줍니다.

" "잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11365,7 +11637,7 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11375,7 +11647,19 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11385,7 +11669,7 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11404,13 +11688,13 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11418,6 +11702,14 @@ msgstr "" "다양한 렌더링 통계를 보여줍니다.

잘 모르겠으면, 체" "크 해제해 두세요." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "나란히" @@ -11434,7 +11726,7 @@ msgstr "옆방향 토글" msgid "Sideways Wii Remote" msgstr "Wii 리모트 옆으로" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "서명 데이터베이스" @@ -11458,7 +11750,7 @@ msgid "Signed Integer" msgstr "부호화 정수" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "간소화 중국어" @@ -11475,7 +11767,7 @@ msgstr "6 축" msgid "Size" msgstr "크기" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11483,11 +11775,11 @@ msgstr "" "밀리세컨드 단위의 늘림 버퍼 크기. 값이 너무 낮으면 오디오 지직거림을 일으킬" "지 모릅니다." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "스킵" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "그리기 스킵" @@ -11503,7 +11795,7 @@ msgstr "메인 메뉴 스킵" msgid "Skip Presenting Duplicate Frames" msgstr "반복 프레임들 제출 스킵" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11593,11 +11885,11 @@ msgstr "소켓 테이블" msgid "Software Renderer" msgstr "소프트웨어 렌더러" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "데이터의 일부가 읽혀지지 않았습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11613,12 +11905,12 @@ msgstr "" "제공된 일부 값들이 부적합합니다.\n" "밝게표시된 값들을 확인하세요." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "알파벳순으로 정렬" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "사운드:" @@ -11632,7 +11924,7 @@ msgstr "스페인" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "스페인어" @@ -11640,11 +11932,11 @@ msgstr "스페인어" msgid "Speaker Pan" msgstr "스피커 팬" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "스피커 볼륨:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "전문화된 (기본값)" @@ -11652,7 +11944,7 @@ msgstr "전문화된 (기본값)" msgid "Specific" msgstr "상세" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11672,12 +11964,16 @@ msgstr "" "이 레블들이 일반적으로 9 레블 만큼 대략 좋지만 상당히 적은 시간에 끝납니다." "

모르겠으면, 이것을 6으로 두세요." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "속도" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11696,33 +11992,37 @@ msgstr "스택 시작" msgid "Standard Controller" msgstr "표준 컨트롤러" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "시작" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "넷플레이 시작(&N)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "새로운 치트 검색 시작" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "입력 기록 시작(&c)" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "(입력) 기록 시작" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "전체화면으로 시작" @@ -11734,7 +12034,7 @@ msgstr "Riivolution 패치들로 시작" msgid "Start with Riivolution Patches..." msgstr "Riivolution 패치들로 시작..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "시작된 게임" @@ -11757,52 +12057,52 @@ msgstr "스텝" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "스텝 들어가기" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "스텝 나가기" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "스텝 넘어가기" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "스텝 나가기 성공!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "스텝 나가기 시간 초과!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "스텝 넘어가기 진행 중..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "스텝 성공!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "스텝핑" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "스테레오" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "입체 3D 모드" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "입체 3D 모드:" @@ -11823,16 +12123,20 @@ msgid "Stick" msgstr "스틱" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "중지" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "입력 재생/기록 중지" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "멈춰진 게임" @@ -11872,11 +12176,11 @@ msgstr "" "XFB 복사를 램(과 텍스처)에

잘 모르겠으면, 체크해 두" "세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "창으로 늘림" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "엄격한 설정 동기화" @@ -11890,11 +12194,11 @@ msgstr "스트링" msgid "Strum" msgstr "스트럼" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "스타일:" @@ -11905,18 +12209,18 @@ msgstr "스타일:" msgid "Stylus" msgstr "스타일러스" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "성공" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "넷플레이 목록에 성공적으로 추가되었습니다" @@ -11926,7 +12230,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n 이미지를 성공적으로 변환했습니다." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "'%1' 를 성공적으로 삭제했습니다." @@ -11939,24 +12243,24 @@ msgstr "%1 저장 파일(들)로부터 %n 를 성공적으로 내보냈습니다 msgid "Successfully exported save files" msgstr "저장 파일들을 성공적으로 내보냈습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "NAND 에서 증명서를 성공적으로 추출했습니다" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "성공적으로 파일 압축을 풀었습니다." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "성공적으로 시스템 데이터 압축을 풀었습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "저장 파일을 성공적으로 내보냈습니다." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "NAND 에 이 타이틀을 성공적으로 설치했습니다." @@ -11979,12 +12283,12 @@ msgstr "지원" msgid "Supported file formats" msgstr "지원하는 파일 포멧" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "SD 와 SDHC 를 지원합니다. 기본 크기는 128 MB 입니다." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "서라운드" @@ -11992,7 +12296,7 @@ msgstr "서라운드" msgid "Suspended" msgstr "연기된" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "눈 교차" @@ -12007,7 +12311,7 @@ msgstr "스왑 포스" msgid "Swapper" msgstr "교환자" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12030,22 +12334,31 @@ msgstr "A로 스위치" msgid "Switch to B" msgstr "B로 스위치" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "부호" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "부호 (%1) 끝 주소:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "부호 이름:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "부호들" @@ -12053,7 +12366,7 @@ msgstr "부호들" msgid "Sync" msgstr "동기화" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "AR/Gecko 코드들 동기화" @@ -12073,43 +12386,43 @@ msgstr "" "듀얼 코어 모드에서 랜덤 프리징을 막을 수 있도록 GPU와 CPU 쓰레드들을 동기화합" "니다. (켬 = 호환성, 끔 = 빠름)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "시작과 끝내기 에뮬레이션 때 SD 동기화 폴더와 SD 카드를 동기화합니다." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "AR 코드들을 동기화합니다..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Gecko 코드들을 동기화합니다..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "저장 데이터를 동기화합니다..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "시스템 언어:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS 입력" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS 도구" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "태그" @@ -12127,15 +12440,15 @@ msgstr "꼬리" msgid "Taiwan" msgstr "타이완" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "스크린샷 찍기" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "대상 주소 범위가 부적합합니다." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12153,9 +12466,9 @@ msgstr "테크" msgid "Test" msgstr "테스트" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -12164,15 +12477,15 @@ msgstr "" msgid "Texture Cache" msgstr "텍스처 캐시" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "텍스처 캐시 정확도" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "텍스처 덤핑" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "텍스처 필터링" @@ -12180,7 +12493,7 @@ msgstr "텍스처 필터링" msgid "Texture Filtering:" msgstr "텍스처 필터링:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "텍스처 포맷 오버레이" @@ -12205,11 +12518,11 @@ msgstr "" "\n" "정말 Direct3D 11로 전환하고 싶습니까? 잘 모르겠으면, '아니오'를 선택하세요." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "{0} 파티션에 대한 H3 해쉬 테이블이 올바르지 않습니다." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "IPL 파일이 알려진 좋은 덤프가 아닙니다. (CRC32: {0:x})" @@ -12219,11 +12532,11 @@ msgstr "IPL 파일이 알려진 좋은 덤프가 아닙니다. (CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "명작 파티션들이 빠져있습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12231,11 +12544,11 @@ msgstr "" "NAND 는 고쳐질 수 없었습니다. 현재 데이터 백업이 권장됩니다 그리고 생생한 " "NAND 로 다시 시작하세요." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND 가 고쳐졌습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12245,11 +12558,11 @@ msgstr "" "면, Wii 시스템 메뉴는 더이상 그것을 시작하지 않고 NAND 로 다시 복사나 이동도 " "거부할 것입니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12269,7 +12582,7 @@ msgstr "채널 파티션이 빠져있습니다." msgid "The data partition is missing." msgstr "데이터 파티션이 빠져있습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12279,7 +12592,7 @@ msgstr "" "을 줄 것입니다. 입력 녹화들을 공유하거나 좋은 덤프를 사용하는 누군가와 넷플레" "이를 사용하는 것들을 할 수 없을 것입니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12380,7 +12693,7 @@ msgstr "" "파일 %1 이 이미 존재합니다.\n" "바꾸시겠습니까?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12412,7 +12725,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "파일시스템이 부적합하거나 읽혀질 수 없습니다." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12422,22 +12735,22 @@ msgstr "" "있는 저장 파일들의 지역과 매칭되는 %2, %3, 나 %4, 로 이 폴더 이름을 바꿔주세" "요." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" "디스크 이미지가 저장되어 있는 포맷이 디스크 이미지 크기를 담고있지 않습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "게임 ID 가 일관되지 않습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "게임 ID 가 비정상적으로 짧습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "게임 ID 가 {0} 이지만 {1} 이어야 합니다." @@ -12445,7 +12758,7 @@ msgstr "게임 ID 가 {0} 이지만 {1} 이어야 합니다." msgid "The game disc does not contain any usable update information." msgstr "게임 디스크가 사용가능한 업데이트 정보를 가지고 있지 않습니다." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "게임이 현재 구동중입니다." @@ -12458,7 +12771,7 @@ msgstr "" "게임의 지역이 당신의 콘솔 지역과 맞지 않습니다. 시스템 메뉴로 이슈들을 피하려" "고, 이 디스크를 사용한 에뮬된 콘솔을 업데이트하는 것은 불가능합니다." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12472,21 +12785,21 @@ msgstr "" "\n" "({0} 을 지닌 MSAA 샘플이 기본 프레임버퍼상에서 발견되었습니다)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "해쉬가 일치하지 않습니다!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "해쉬가 일치합니다!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12498,11 +12811,11 @@ msgstr "" msgid "The install partition is missing." msgstr "설치 파티션이 빠져있습니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "포탈에 놓인 마지막 시간" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12520,7 +12833,7 @@ msgstr "" "있지 않습니다(대신, {1} 가 삽입되어 있습니다). 올바른 무비 동기화를 위해, 선" "택된 디바이스를 메모리 카드나 GCI 폴더로 바꿔주세요." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -12528,8 +12841,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "%1 에 있는 패치들은 선택된 게임이나 게임 리비전 용이 아닙니다." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "프로파일 '%1' 이 존재하지 않습니다" @@ -12537,7 +12850,7 @@ msgstr "프로파일 '%1' 이 존재하지 않습니다" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "기록된 게임 ({0}) 은 선택된 게임 ({1}) 과 같지 않습니다" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12557,22 +12870,22 @@ msgid "" msgstr "" "같은 파일이 여러 슬롯에 사용될 수 없습니다; %1 에서 이미 사용되고 있습니다." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "같은 폴더가 멀티 슬롯들에서 사용될 수 없습니다; %1 에 의해 이미 사용되었습니" "다." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "서버와 클리이언트의 넷플레이 버전이 호환되지 않습니다." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "서버가 가득 찼습니다." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "서버가 알려지지 않은 오류 메시지를 보냈습니다." @@ -12590,15 +12903,15 @@ msgstr "" "요." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "명시된 공통 키 인덱스는 {0} 입니다 하지만 {1} 이어야 합니다." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "기술된 \"{0}\" 파일은 존재하지 않습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12611,32 +12924,32 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "대상 메모리 카드가 이미 파일 \"%1\" 을 가지고 있습니다." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "티켓이 올바르게 서명되어 있지 않습니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "이 피겨가 게임안에서 사용된 초단위 총시간" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "이 피겨용 토이 코드. 리얼 피겨에서만 사용가능." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "파티션 종류가 읽혀질 수 없었습니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" "이 스카이랜더의 타입은 수정될 수 있는 어느 데이터도 가지고 있지 않습니다!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "이 스카이랜더의 타입은 알려지지 않았습니다!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12650,7 +12963,7 @@ msgstr "" "업데이트가 취소되었습니다. 불안정한 시스템 소프트웨어 버전을 피하기위해 종료" "할 것을 강력히 권장합니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "업데이트 파티션이 이 타이틀에서 사용되는 IOS 를 담고 있지 않습니다." @@ -12658,11 +12971,11 @@ msgstr "업데이트 파티션이 이 타이틀에서 사용되는 IOS 를 담 msgid "The update partition is missing." msgstr "업데이트 파티션이 빠져있습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "업데이트 파티션이 정상적 위치에 있지 않습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12670,23 +12983,23 @@ msgstr "" "NAND 의 사용자-접근가능 부분이 %1 블럭 (%2 KiB) 의 데이터를 포함합니다, %3 블" "럭 (%4 KiB) 의 최대 허용을 벗어납니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "{0} 파티션은 적합한 파일 시스템이 없습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "{0} 파티션은 적합한 데이터를 가지고 있지 않은 것 같습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "{0} 파티션은 올바르게 서명되어 있지 않습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "{0} 파티션은 올바르게 정렬되어 있지 않습니다." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12701,8 +13014,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12740,7 +13053,7 @@ msgstr "Gecko 코드가 아무 줄도 포함하고 있지 않습니다." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -12748,7 +13061,7 @@ msgstr "" "이 한국 타이틀은 보통 한국 콘솔에서 사용되지 않은 IOS 를 사용하게 세팅되어 있" "습니다. 이것은 ERROR #002 로 이어질 가능성이 있습니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "이 스카이랜더 타입은 아직 수정될 수 없습니다!" @@ -12772,7 +13085,7 @@ msgstr "" "이 액션 리플레이 시뮬레이터는 액션 리플레이 스스로 수정한 코드를 지원하지 않" "습니다." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -12780,20 +13093,20 @@ msgstr "" "이 돌핀 빌드는 본래 당신의 CPU 용으로 컴파일되어 있지 않습니다.\n" "더 나은 경험을 위해 돌핀의 ARM64 빌드를 구동하세요." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "이것은 되돌릴 수 없습니다!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "이 디버그 디스크 이미지는 리테일 디스크 이미지 크기를 가지고 있습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "이 디스크 이미지는 비정상적인 크기입니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -12803,7 +13116,7 @@ msgstr "" "게 만들 것입니다. 입력 녹화들을 공유하거나 좋은 덤프를 사용하는 누군가와 넷플" "레이를 사용하는 것들을 대체로 할 수 없을 것입니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12815,7 +13128,7 @@ msgstr "" "들이 똑같지는 않더라도 이 파일의 CRC32 가 좋은 덤프의 CRC32 와 매치될지도 모" "릅니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12823,7 +13136,7 @@ msgstr "" "디스크 이미지가 너무 작고 일부 데이터가 부족합니다. 당신의 덤핑 프로그램이 디" "스크 이미지를 여러 부분으로 저장했다면, 한 파일로 통합할 필요가 있습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12831,7 +13144,7 @@ msgstr "" "이 디스크 이미지는 너무 작고 일부 데이터가 부족합니다. 싱글-레이어 디스크처" "럼 덤프된 듀얼-레이어 디스크인 문제일 공산이 큽니다." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -12841,7 +13154,7 @@ msgstr "" "현재 설정들은 이것이 일어나기 힘들게 만듭니다. 이 에러가 게임을 멈추게하면, " "개발자들에게 리포트하세요." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12861,7 +13174,7 @@ msgstr "이 파일은 적합한 Wii 파일시스템을 지니고 있지 않습 msgid "This file does not look like a BootMii NAND backup." msgstr "이 파일은 BootMii NAND 백업처럼 보이지 않습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -12871,7 +13184,7 @@ msgstr "" "일부 내용들, 추가 언어들이나 전체 게임 모드들이 고장날 것입니다. 이 문제는 일" "반적으로 불법 복제 게임들에만 존제합니다." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -12881,11 +13194,11 @@ msgstr "" "픽 카드나 드라이버가 그것을 지원하지 않습니다. 결과적으로 이 게임을 구동하는 " "동안 버그나 프리징을 겪을 것입니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "이것은 안 좋은 덤프입니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -12893,7 +13206,7 @@ msgstr "" "이것은 안 좋은 덤프입니다. 이것이 필연적으로 게임이 올바르게 구동되지 않을 것" "이라는 것을 의미하지는 않습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -12901,11 +13214,11 @@ msgstr "" "Redump.org 에 따르면 이것은 좋은 덤프입니다, 하지만 돌핀이 문제를 발견했습니" "다. 이것은 돌핀쪽 버그 일지도 모릅니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "이것은 좋은 덤프입니다." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12913,7 +13226,7 @@ msgstr "" msgid "This session requires a password:" msgstr "이 세션은 패스워드가 필요합니다:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12934,12 +13247,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "이 타이틀은 부팅될 수 없습니다." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "이 타이틀은 부적합 IOS 를 사용하도록 설정되어 있습니다." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "이 타이틀은 부적합 공유 키를 사용하도록 설정되어 있습니다." @@ -12978,7 +13291,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "이 값은 그래픽 환경설정에서 설정된 깊이와 곱해집니다." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12993,7 +13306,7 @@ msgstr "" "이것은 클라이언트마다 덩어리된 업로드하기의 속도를 제한할 것입니다, 저장 동기" "화에 쓰입니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13017,7 +13330,7 @@ msgstr "쓰레드" msgid "Threshold" msgstr "한계점" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13027,6 +13340,31 @@ msgstr "TiB" msgid "Tilt" msgstr "기울기" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13036,10 +13374,10 @@ msgstr "측정을 작동시키기 위한 안정적 입력 기간. (제로는 비 msgid "Timed Out" msgstr "시간 초과" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "타이틀" @@ -13047,25 +13385,29 @@ msgstr "타이틀" msgid "To" msgstr "To" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "까지:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "전체화면 토글(&F)" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "3D 애너글리프 토글" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "3D 사이드-바이-사이드 토글" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "3D 탑-바텀 토글" @@ -13073,28 +13415,28 @@ msgstr "3D 탑-바텀 토글" msgid "Toggle All Log Types" msgstr "모든 로그 타입 토글" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "종횡비 토글" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "중단점 토글" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "자르기 토글" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "사용자 지정 텍스처 토글" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "EFB 복사 토글" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "안개 토글" @@ -13106,35 +13448,39 @@ msgstr "전체화면 토글" msgid "Toggle Pause" msgstr "일시정지 토글" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "SD 카드 토글" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "EFB 엑세스 스킵 토글" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "텍스처 덤핑 토글" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "USB 키보드 토글" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "XFB 복사 토글" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "XFB 즉시 모드 토글" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "토큰화를 실패했습니다." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -13142,7 +13488,7 @@ msgstr "" msgid "Toolbar" msgstr "툴바" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "위" @@ -13150,7 +13496,7 @@ msgstr "위" msgid "Top-and-Bottom" msgstr "위 아래로" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "총 히트" @@ -13188,12 +13534,12 @@ msgstr "총 이동 거리" msgid "Touch" msgstr "터치" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "토이 코드:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "전통 중국어" @@ -13213,8 +13559,8 @@ msgstr "함정 마스터" msgid "Trap Team" msgstr "트랩 팀" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "횡단 에러" @@ -13222,7 +13568,7 @@ msgstr "횡단 에러" msgid "Traversal Server" msgstr "횡단 서버" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "횡단 서버가 호스트에 연결중 시간이 초과되었습니다." @@ -13253,7 +13599,7 @@ msgid "Trophy" msgstr "트로피" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13279,11 +13625,11 @@ msgstr "미국" msgid "USB Device Emulation" msgstr "USB 장치 에뮬레이션" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB 에뮬레이션" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "USB 에뮬레이션 장치들" @@ -13297,7 +13643,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB 와이트리스트 에러" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13308,7 +13654,7 @@ msgstr "" "

모르겠으면, 이 모드를 선택하세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13320,7 +13666,7 @@ msgstr "" "로 버벅임을 겪었고 매우 강력한 GPU를 가지고 있지 않다면 이것을 사용하지 마세" "요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13333,23 +13679,23 @@ msgstr "" "의 경우 미약한 성능 타격을 얻는 반면 쉐이더 컴파일 버벅임을 완전제거합니다, " "하지만 결과는 비디오 드라이버 행동에 달려있습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "RSO 모듈을 자동-감지할 수 없습니다" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "업데이트 서버에 접촉할 수 없습니다." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "업데이터 복사를 생성할 수 없습니다." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "스카이랜더를 수정할 수 없습니다!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "파일 열기가 불가능합니다." @@ -13377,11 +13723,11 @@ msgstr "" "\n" "이 라인을 무시하고 분석을 계속합니까?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "파일 읽기가 불가능합니다." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "업데이터 복사상에 승인 설정을 할 수 없습니다." @@ -13404,11 +13750,11 @@ msgstr "압축풀린 GC/Wii 이미지들 (*.iso *.gcm)" msgid "Undead" msgstr "언데드" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "상태 로드 되돌리기" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "상태 저장 되돌리기" @@ -13428,23 +13774,23 @@ msgstr "" "WAD 를 언인스톨하면 NAND 에서 현재 설치된 이 타이틀 버전을 저장 데이터를 지우" "지 않고 제거하게 됩니다." -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "미국" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "알려지지 않음" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "알려지지 않음 (Id:%1 Var:%2)" @@ -13453,11 +13799,11 @@ msgstr "알려지지 않음 (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "알려지지 않은 DVD 명령 {0:08x} - 치명적 오류" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "알려지지 않은 SYNC_CODES 메시지를 받았습니다 id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13465,11 +13811,11 @@ msgstr "" "알려지지 않은 SYNC_GECKO_CODES 메시지 id:{0} 를 플레이어:{1} 로 부터 받았습니" "다 플레이어 퇴장시키기!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "알려지지 않은 SYNC_SAVE_DATA 메시지를 받았습니다 id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13477,7 +13823,7 @@ msgstr "" "알려지지 않은 SYNC_SAVE_DATA 메시지 id:{0} 를 플레이어:{1} 로 부터 받았습니" "다 플레이어 퇴장시키기!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -13497,11 +13843,11 @@ msgstr "알려지지 않은 데이터 타입" msgid "Unknown disc" msgstr "알려지지 않은 디스크" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "알려지지 않은 에러가 발생했습니다." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "알려지지 않은 오류 {0:x}" @@ -13509,11 +13855,11 @@ msgstr "알려지지 않은 오류 {0:x}" msgid "Unknown error." msgstr "알려지지 않은 오류." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "id : {0} 의 알려지지 않은 메시지를 받았습니다" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "알려지지 않은 메시지 id:{0} 를 플레이어:{1} 로부터 받았습니다 플레이어 강퇴!" @@ -13529,11 +13875,11 @@ msgstr "알려지지 않음(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "알려지지 않음(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "무제한" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "롬 언로드" @@ -13541,7 +13887,12 @@ msgstr "롬 언로드" msgid "Unlock Cursor" msgstr "마우스 커서 풀기" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -13573,7 +13924,7 @@ msgstr "비부호화 8" msgid "Unsigned Integer" msgstr "부호 없는 정수" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13584,7 +13935,7 @@ msgid "Up" msgstr "위쪽" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "업데이트" @@ -13641,7 +13992,7 @@ msgstr "똑바로 토글" msgid "Upright Wii Remote" msgstr "Wii 리모트 똑바로" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "사용 통계 보고 설정" @@ -13649,15 +14000,19 @@ msgstr "사용 통계 보고 설정" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "일반 DNS 용 8.8.8.8 을 사용합니다, 아니면 원하는 서버를 넣으세요." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "모든 Wii 저장 데이터 사용" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "내장된 데이터 베이스의 게임 이름 사용" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "비손실 코덱 (FFV1) 사용" @@ -13665,21 +14020,21 @@ msgstr "비손실 코덱 (FFV1) 사용" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "PAL60 모드 (EuRGB60) 사용" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "패닉 핸들러 사용" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13688,19 +14043,10 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" -"그래픽 백엔드의 내장 기능의 텍스처 샘플링 대신에 수동 이행을 사용합니다.." -"

이 설정은 특정 GPU들상의 일부 게임들에서 그래픽 이슈들을 고칠 수 있습" -"니다, 가장 흔하게 FMV들 상의 수직 라인들. 이것에 추가로, 수동 텍스처 샘플링 " -"활성화는 특별한 경우들 (1x 내장 해상도나 스케일된 EFB 가 비활성화되었을 때, " -"그러면서 커스텀 텍스처들이 비활성화로)을 감싸는 텍스처의 정확한 에뮬과 더 나" -"은 세밀한 레블 계산 에뮬을 허용할 것입니다.

이것은 잠재적으로 최악의 " -"성능을 대가로합니다, 특히 더 높은 내장 해상도들에서; 또한, 비등방성 필터링은 " -"현재 수동 텍스처 샘플링과 호환이 않됩니다.

잘 모르겠" -"으면, 체크 해제해 두세요." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -13741,18 +14087,18 @@ msgstr "" "같은 부모 컨트롤러의 입력들과 출력들 사이에서\n" "저장하거나 값들을 찾기위해 사용할 수 있습니다." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "사용자이름" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13764,7 +14110,7 @@ msgstr "" "져올 수 있습니다.

모르겠으면, 체크해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -13774,7 +14120,7 @@ msgstr "" "입니다.

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
그렇지 않고, 잘 모르겠으" "면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14065,8 +14415,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "경고" @@ -14184,7 +14534,14 @@ msgstr "웨스턴 (윈도우즈-1252)" msgid "Whammy" msgstr "훼미" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14196,7 +14553,7 @@ msgstr "" "를 포함합니다.

잘 모르겠으면, 체크해 두세요." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14208,7 +14565,7 @@ msgstr "" "를 포함합니다.

잘 모르겠으면, 체크해 두세요." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "와이트리스트된 USB 패스쓰루 장치들" @@ -14216,7 +14573,7 @@ msgstr "와이트리스트된 USB 패스쓰루 장치들" msgid "Widescreen Hack" msgstr "와이드스크린 핵" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14240,7 +14597,7 @@ msgstr "Wii 리모트" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14258,7 +14615,7 @@ msgstr "Wii 리모트 버튼" msgid "Wii Remote Gyroscope" msgstr "Wii 리모트 자이로스콥" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii 리모트 설정" @@ -14278,7 +14635,7 @@ msgstr "Wii TAS 입력 %1 - Wii 리모트" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii TAS 입력 %1 - Wii 리모트 + 눈챠쿠" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii 와 Wii 리모트" @@ -14286,15 +14643,15 @@ msgstr "Wii 와 Wii 리모트" msgid "Wii data is not public yet" msgstr "Wii 데이터는 아직 공개가 아닙니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii 저장 파일 (*.bin);;모든 파일 (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiTools 서명 MEGA 파일" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -14303,11 +14660,19 @@ msgstr "" msgid "Window Size" msgstr "창 크기" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -14321,11 +14686,11 @@ msgstr "세계" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "쓰기" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -14358,27 +14723,27 @@ msgstr "로그에 쓰고 중단" msgid "Write to Window" msgstr "창에 쓰기" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "잘못된 디스크 넘버" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "잘못된 해시" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "잘못된 지역" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "잘못된 개정" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -14429,7 +14794,7 @@ msgstr "예" msgid "Yes to &All" msgstr "모두 예(&A)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14438,7 +14803,7 @@ msgstr "" "%2 에 있는 파일의 내용을 %1 에 있는 폴더로 변환하려 합니다. 모든 현재 폴더의 " "내용이 삭제됩니다. 정말 계속 하시겠습니까?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14490,7 +14855,7 @@ msgstr "" "Online Episode I & II\" 전용입니다. 잘 모르겠으면, 지금 뒤로 돌아가서 \"표준 " "컨트롤러\"를 설정하세요." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" "당신은 이 업데이트 트랙에서 사용할 수 있는 최신 버전을 구동하고 있습니다." @@ -14547,7 +14912,7 @@ msgstr "당신의 세션을 위한 이름을 제공해야만 합니다!" msgid "You must provide a region for your session!" msgstr "당신의 세션을 위한 지역을 제공해야만 합니다!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "변경이 적용되려면 돌핀을 재시작 해야 합니다." @@ -14575,7 +14940,7 @@ msgstr "" "문제를 고치기 위해 지금 멈추시겠습니까?\n" "\"아니오\" 를 선택하면, 오디오가 혼란스러울지도 모릅니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14595,7 +14960,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3 코드는 지원되지 않습니다" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -14644,7 +15009,7 @@ msgid "default" msgstr "기본값" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "연결이 끊겼습니다" @@ -14660,7 +15025,8 @@ msgstr "errno" msgid "fake-completion" msgstr "가짜-완료" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -14727,7 +15093,8 @@ msgstr "sRGB" msgid "this value:" msgstr "이 값:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -14747,24 +15114,24 @@ msgstr "정렬되지 않음" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (명작)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" "{1} 디렉토리에서 {0} IPL이 발견되었습니다. 디스크가 인식되지 않은 것 같습니다" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr " {0} 코드 동기화에 실패했습니다." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} 동기화에 실패했습니다." @@ -14777,7 +15144,7 @@ msgstr "" "쓰기 권한을 검사하거나 파일을 돌핀 밖으로 옮기세요." #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{1} 블락들의 {0}. 압축 비율 {2}%" diff --git a/Languages/po/ms.po b/Languages/po/ms.po index bf2e1b9708..212115993d 100644 --- a/Languages/po/ms.po +++ b/Languages/po/ms.po @@ -8,18 +8,18 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: abuyop , 2018\n" -"Language-Team: Malay (http://app.transifex.com/delroth/dolphin-emu/language/" -"ms/)\n" +"Language-Team: Malay (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/ms/)\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -27,7 +27,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -35,6 +35,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "(Cakera %1)" @@ -43,7 +49,7 @@ msgstr "(Cakera %1)" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -80,16 +86,16 @@ msgstr "" "%1\n" "mahu menyertai kumpulan anda." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -105,16 +111,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "%1 (Salinan)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Cakera %2, Revisi %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revisi %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -134,7 +140,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -148,11 +154,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "Konfigurasi Grafik %1" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -165,11 +171,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 tidak menyokong fitur ini." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -179,27 +185,27 @@ msgstr "" "%2 objek(s)\n" "Bingkai Semasa: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -207,13 +213,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -225,30 +231,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Kelajuan Biasa)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -256,11 +262,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -276,7 +286,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -289,25 +299,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -333,36 +343,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "Perih&al" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Tambah Titik Henti Ingatan" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "T&ambah Kod Baharu..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Tambah fungsi" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "T&ambah" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Tetapan &Audio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Auto Kemaskini:" @@ -370,15 +380,19 @@ msgstr "&Auto Kemaskini:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Titik Henti" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -386,15 +400,15 @@ msgstr "" msgid "&Cancel" msgstr "&Batal" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Pengurus Menipu" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Kosongkan Simbol" @@ -402,50 +416,51 @@ msgstr "&Kosongkan Simbol" msgid "&Clone..." msgstr "&Klon..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "K&od" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Tetapan Ka&walan" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Salin alamat" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "Pa&dam" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "Pa&dam Pantauan" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Sunting Kod..." @@ -453,14 +468,18 @@ msgstr "&Sunting Kod..." msgid "&Edit..." msgstr "&Sunting..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulasi" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -477,41 +496,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fail" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Fon..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "B&ingkai Lanjutan" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Jana Simbol Dari" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Repositori &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Tetapan &Grafik" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Bantuan" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Tetapan Kekunci Pa&nas" @@ -531,19 +550,19 @@ msgstr "" msgid "&Import..." msgstr "&Import..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Sisip blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -551,15 +570,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Bahasa:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Muat Keadaan" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Muat Peta Simbol" @@ -569,23 +588,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Ingatan" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "Ce&reka" @@ -593,7 +616,7 @@ msgstr "Ce&reka" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -602,23 +625,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "B&uka..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "Pi&lihan" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Tampal Fungsi HLE" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Jeda" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Main" @@ -626,7 +653,7 @@ msgstr "&Main" msgid "&Properties" msgstr "Si&fat" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Mod Ba&ca-Sahaja" @@ -634,7 +661,7 @@ msgstr "Mod Ba&ca-Sahaja" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Daftar" @@ -642,29 +669,29 @@ msgstr "&Daftar" msgid "&Remove" msgstr "&Buang" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "B&uang Kod" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Nama semula simbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "T&etap Semula" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Simpan Peta Simbol" @@ -672,31 +699,35 @@ msgstr "&Simpan Peta Simbol" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Had Kelajuan:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Henti" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "Ala&tan" @@ -706,21 +737,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Lihat" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Tonton" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Laman Sesawang" @@ -732,38 +763,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' tidak ditemui, tiada nama simbol dijana" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' tidak ditemui, mengimbas fungsi umum sebagai ganti" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(mati)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -780,7 +803,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -789,7 +812,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -850,7 +873,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -858,7 +881,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -870,7 +893,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -906,19 +929,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Kedalaman 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -934,7 +957,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -942,7 +965,7 @@ msgstr "4:3" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1031,15 +1054,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1069,8 +1092,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Satu Sesi NetPlay sedang berlangsung!" @@ -1088,7 +1111,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Cakera A sedia dimasukkan." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1098,7 +1121,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1116,7 +1139,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Segerak hanya boleh dipicu bila permainan Wii berjalan." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1141,7 +1164,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1183,8 +1206,8 @@ msgstr "Ketepatan:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1260,7 +1283,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktif" @@ -1276,7 +1299,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1284,7 +1307,7 @@ msgstr "" msgid "Adapter Detected" msgstr "Penyesuai Dikesan" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Penyesuai" @@ -1311,11 +1334,11 @@ msgstr "Tambah Peranti USB Baharu" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Tambah satu Titik Henti" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Tambah Titik Henti Ingatan" @@ -1334,28 +1357,27 @@ msgstr "" msgid "Add to &watch" msgstr "Tambah untuk &dipantau" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Tambah..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Alamat" @@ -1374,14 +1396,14 @@ msgstr "" msgid "Address:" msgstr "Alamat:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1399,7 +1421,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1407,7 +1429,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1444,7 +1466,7 @@ msgstr "Lanjutan" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1500,7 +1522,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1508,7 +1530,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1517,7 +1539,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1526,8 +1548,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Semua Keadaan Simpan (*.sav *.s##);; Semua Fail (*)" @@ -1539,27 +1561,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1577,7 +1599,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1599,7 +1621,7 @@ msgstr "Sebuah cakera tersisip dijangka tetapi tidak ditemui." msgid "Anaglyph" msgstr "Anaglif" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analisis" @@ -1613,7 +1635,7 @@ msgstr "Sudut" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1625,25 +1647,25 @@ msgstr "Anti-Alias:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Tarikh Pemuatapl:" @@ -1651,19 +1673,19 @@ msgstr "Tarikh Pemuatapl:" msgid "Apply" msgstr "Laksana" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Anda pasti mahu memadam '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Anda pasti ingin memadam fail ini?" @@ -1671,10 +1693,18 @@ msgstr "Anda pasti ingin memadam fail ini?" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Anda pasti ingin keluar dari NetPlay?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Anda pasti?" @@ -1683,16 +1713,16 @@ msgstr "Anda pasti?" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Nisbah Bidang:" @@ -1700,8 +1730,8 @@ msgstr "Nisbah Bidang:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1712,7 +1742,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Umpuk Port Kawalan" @@ -1733,11 +1763,11 @@ msgstr "" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Bahagian Belakang Audio:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Tetapan Peregangan Audio" @@ -1753,7 +1783,7 @@ msgstr "" msgid "Authors" msgstr "Pengarang" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1762,11 +1792,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (640x528 berbilang)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1774,7 +1808,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Auto-Laras Saiz Tetingkap" @@ -1782,20 +1816,31 @@ msgstr "Auto-Laras Saiz Tetingkap" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1807,7 +1852,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1838,19 +1883,19 @@ msgstr "Daftar BP" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Tetapan Bahagian Belakang" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Bahagian Belakang:" @@ -1859,20 +1904,20 @@ msgstr "Bahagian Belakang:" msgid "Background Input" msgstr "Input Latar Belakang" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Undur" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1880,28 +1925,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Sepanduk" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Perincian Sepanduk" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Sepanduk:" @@ -1917,11 +1962,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Asas" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Tetapan Asas" @@ -1969,7 +2014,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1981,13 +2026,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2021,67 +2066,67 @@ msgstr "" "Mod passthrough Bluetooth dibenarkan, tetapi Dolphin dibina tanpa libusb. " "Mod passthrough tidak dapat digunakan." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "But untuk Dijeda" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "Fail sandar NAND BootMii (*.bin);;Semua Fail (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "Fail kunci BootMii (*.bin);;Semua Fail (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Skrin Penuh Tanpa Sempadan" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Bawah" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2093,23 +2138,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2126,7 +2171,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2136,19 +2181,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2157,30 +2202,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Henti" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Titik Henti" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Titik henti dihadapi! Langkah keluar dihenti paksa." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Titik Henti" @@ -2214,24 +2259,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Saiz Penimbal:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Saiz penimbal berubah ke %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Penimbal:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2276,7 +2321,7 @@ msgstr "" msgid "C Stick" msgstr "Batang C" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2284,11 +2329,11 @@ msgstr "" msgid "CP register " msgstr "Daftar CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Pilihan CPU" @@ -2296,11 +2341,11 @@ msgstr "Pilihan CPU" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Pentafsir bercache (lebih perlahan)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2311,7 +2356,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2319,11 +2364,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2357,51 +2402,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Tidak dapat memulakan Sesi NetPlay ketika permainan masih berlangsung!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Batal" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2414,23 +2459,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "Tidak dapat membut WAD ini kerana ia tidak dipasang dengan NAND." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Tidak dapat cari IPL GC." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2438,13 +2483,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Tidak dapat memulakan permainan, kerana IPL GC tidak ditemui." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2462,7 +2507,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2470,7 +2515,7 @@ msgstr "" msgid "Change &Disc" msgstr "Ubah &Cakera" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Ubah &Cakera..." @@ -2478,7 +2523,7 @@ msgstr "Ubah &Cakera..." msgid "Change Disc" msgstr "Ubah Cakera" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2486,13 +2531,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2510,7 +2555,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Pengubahanan tipu hanya berkesan bila permainan dimulakan semula." @@ -2522,7 +2567,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Sembang" @@ -2530,7 +2575,7 @@ msgstr "Sembang" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Gelitar Menipu" @@ -2538,7 +2583,7 @@ msgstr "Gelitar Menipu" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Periksa NAND..." @@ -2550,7 +2595,7 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2558,7 +2603,7 @@ msgstr "" "Periksa sama ada anda telah mendapat keizinan yang diperlukan untuk memadam " "fail atau sama ada ia masih digunakan." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2570,29 +2615,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Pilih satu fail untuk dibuka" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Pilih folder untuk diekstrak ke" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2611,17 +2656,18 @@ msgstr "Pengawal Klasik" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Kosongkan" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2629,11 +2675,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Klon dan &Sunting Kod..." @@ -2642,7 +2688,7 @@ msgstr "Klon dan &Sunting Kod..." msgid "Close" msgstr "Tutup" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfigurasi" @@ -2650,11 +2696,20 @@ msgstr "Ko&nfigurasi" msgid "Code" msgstr "Kod" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2662,11 +2717,11 @@ msgstr "" msgid "Code:" msgstr "Kod:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2682,11 +2737,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2699,21 +2754,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2721,9 +2776,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2731,7 +2786,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2744,11 +2799,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Keadaan:" @@ -2838,7 +2893,7 @@ msgstr "Konfigur" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Konfigur Dolphin" @@ -2851,27 +2906,35 @@ msgstr "Konfigur Input" msgid "Configure Output" msgstr "Konfigur Output" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Sahkan" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Sahkan bil Berhenti" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Pengesahan" @@ -2881,35 +2944,35 @@ msgstr "Pengesahan" msgid "Connect" msgstr "Sambung" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Sambung Papan Imbang" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Sambung Papan Kekunci USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Sambung Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Sambung Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Sambung Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Sambung Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Sambung Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Sambung Wii Remote" @@ -2925,7 +2988,7 @@ msgstr "Sambung ke Internet dan lakukan kemaskini sistem atas-talian?" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2933,7 +2996,7 @@ msgstr "" msgid "Connection Type:" msgstr "Jenis Sambungan:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2950,23 +3013,23 @@ msgstr "" msgid "Control Stick" msgstr "Bidak Kawalan" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2978,6 +3041,16 @@ msgstr "Tetapan Pengawal" msgid "Controllers" msgstr "Kawalan" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2986,7 +3059,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2994,7 +3067,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3003,7 +3076,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3028,17 +3101,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Ketumpuan:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3046,9 +3119,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3056,9 +3129,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3078,8 +3151,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3108,43 +3181,43 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Salin" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Salin &fungsi" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Salin &heks" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 -msgid "Copy Value" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Salin &baris kod" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 +msgid "Copy Value" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 @@ -3161,11 +3234,6 @@ msgstr "" msgid "Core" msgstr "Teras" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3174,21 +3242,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Kos" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3208,14 +3271,14 @@ msgstr "" "Tidak dapat memuat turun maklumat dari Nintendo. Sila periksa sambungan " "Internet anda dan cuba lagi." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3252,16 +3315,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3277,7 +3340,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Tidak dapat cari pelayan pusat" @@ -3289,7 +3352,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Negara:" @@ -3322,7 +3385,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Pencipta:" @@ -3330,11 +3393,11 @@ msgstr "Pencipta:" msgid "Critical" msgstr "Kritikal" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Kerat" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3346,22 +3409,22 @@ msgstr "" msgid "Crossfade" msgstr "Resap Silang" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Wilayah Semasa" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3369,7 +3432,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3377,11 +3440,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3389,19 +3452,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Pilihan RTC Suai" @@ -3413,6 +3476,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3440,7 +3529,7 @@ msgstr "" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "Enjin Emulasi DSP" @@ -3448,15 +3537,15 @@ msgstr "Enjin Emulasi DSP" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3482,7 +3571,7 @@ msgstr "Tikar Menari" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3510,7 +3599,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3527,8 +3616,8 @@ msgstr "Zon Mati" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Menyahpepijat" @@ -3537,40 +3626,40 @@ msgstr "Menyahpepijat" msgid "Decimal" msgstr "Desimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Kurangkan Ketumpuan" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Kurangkan Kedalaman" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Kurangkan Kelajuan Emulasi" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Kurangkan IR" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3584,7 +3673,7 @@ msgstr "Lalai" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3600,7 +3689,7 @@ msgstr "ISO Lalai:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3608,7 +3697,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3618,8 +3707,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Padam" @@ -3637,7 +3726,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3645,22 +3734,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "Peratus Kedalaman:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Kedalaman:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Keterangan" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Keterangan:" @@ -3668,7 +3757,7 @@ msgstr "Keterangan:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3681,16 +3770,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3703,7 +3792,7 @@ msgstr "" msgid "Detect" msgstr "Kesan" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3711,7 +3800,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "Dwi-teras berketentuan:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3733,7 +3822,7 @@ msgstr "Tetapan Peranti" msgid "Device VID (e.g., 057e)" msgstr "VID Peranti (iaitu, 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3741,7 +3830,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Malapkan skrin selepas lima minit ketidakaktifan." @@ -3765,19 +3854,19 @@ msgstr "Lumpuhkan Kotak Pembatas" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Lumpuhkan Had Kelajuan Emulasi" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3785,11 +3874,11 @@ msgstr "" msgid "Disable Fog" msgstr "Lumpuhkan Kabus" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3797,21 +3886,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3820,7 +3909,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3834,7 +3923,8 @@ msgstr "Cakera" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3864,16 +3954,16 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "Adakah anda izinkan Dolphin melaporkan maklumat kepada pembangun Dolphin?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Anda mahu tambah \"%1\" ke dalam senarai Laluan Permainan?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Anda mahu kosongkan senarai nama simbol?" @@ -3883,7 +3973,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Anda hendak hentikan emulasi semasa?" @@ -3891,12 +3981,12 @@ msgstr "Anda hendak hentikan emulasi semasa?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Penyahkod Dolby Pro Logic II" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Log FIFO Dolphin (*.dff)" @@ -3904,22 +3994,22 @@ msgstr "Log FIFO Dolphin (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Fail Peta Dolphin (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Cereka TAS Dolphin (*.dtm)" @@ -3954,27 +4044,21 @@ msgstr "Dolphin gagal menyelesaikan tindakan yang dipinta." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin ialah emulator GameCube dan Wii bebas dan bersumber-terbuka." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin terlalu tua untuk pelayan traversal" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Sistem tipuan Dolphin buat masa ini dilumpuhkan." @@ -3983,7 +4067,7 @@ msgstr "Sistem tipuan Dolphin buat masa ini dilumpuhkan." msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -4008,7 +4092,7 @@ msgstr "" msgid "Double" msgstr "Dubel" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4018,33 +4102,33 @@ msgstr "Dubel" msgid "Down" msgstr "Turun" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Muat Turun Kod" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Muat turun Kod dar Pangkalan Data WiiRD" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Muat turun selesai" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 kod dimuat turun. (%2 ditambah)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4087,19 +4171,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Longgok Audio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Longgok Sasaran EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Longgok Bingkai" @@ -4107,7 +4191,7 @@ msgstr "Longgok Bingkai" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4115,7 +4199,7 @@ msgstr "" msgid "Dump Path:" msgstr "Laluan Longgok:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4140,20 +4224,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4169,15 +4253,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Bahasa Belanda" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "Ke&luar" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4189,7 +4273,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4197,7 +4281,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Kemaskini Ingatan Awal" @@ -4216,16 +4300,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4234,6 +4318,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4245,11 +4334,20 @@ msgstr "Kesan" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4271,7 +4369,7 @@ msgstr "Penimbal Bingkai Terbenam (EFB)" msgid "Empty" msgstr "Kosong" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Bebenang Emu sudah berjalan" @@ -4297,7 +4395,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4312,27 +4410,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Kelajuan Emulasi" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Benarkan Lapisan Pengesahan API" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Benarkan Peregangan Audio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Benarkan Menipu" @@ -4340,15 +4438,15 @@ msgstr "Benarkan Menipu" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Benarkan RTC Suai" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4356,19 +4454,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Benarkan Dwi-Teras" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Benarkan Dwi-Teras (lajukan)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Benarkan Pembatalan Jam CPU Teremulasi" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4376,15 +4474,15 @@ msgstr "" msgid "Enable FPRF" msgstr "Benarkan FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4402,33 +4500,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Benarkan MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Benarkan Imbas Progresif" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Benarkan Rumble" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Benarkan Penyelamat Skrin" @@ -4436,27 +4534,27 @@ msgstr "Benarkan Penyelamat Skrin" msgid "Enable Speaker Data" msgstr "Benarkan Data Pembesar Suara" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Benarkan Pelaporan Statistik Penggunaan" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Benarkan Bingkai Wayar" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4466,7 +4564,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4474,14 +4572,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4490,7 +4588,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4500,7 +4598,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4508,7 +4606,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4524,18 +4622,18 @@ msgstr "" "Benarkan Pengiraan Bendera Keputusan Titik Apung, diperlukan oleh sesetengah " "permainan. (HIDUP = Serasi, MATI = Pantas)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4543,7 +4641,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4551,14 +4649,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4568,7 +4666,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "Benarkan peregangan audio untuk dipadankan dengan kelajuan emulasi." @@ -4576,9 +4674,9 @@ msgstr "Benarkan peregangan audio untuk dipadankan dengan kelajuan emulasi." msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4589,14 +4687,14 @@ msgstr "" "Benarkan Unit Pengurusan Ingatan, diperlukan oleh sesetengah permainan. " "(HIDUP = Serasi, MATI = Pantas)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4604,7 +4702,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4612,7 +4719,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4631,17 +4738,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet Tidak Diawalkan" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Bahasa Inggeris" @@ -4658,7 +4765,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "Masukkan ID peranti USB" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4682,78 +4789,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Masukkan alamat modul RSO:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4764,10 +4870,10 @@ msgstr "Masukkan alamat modul RSO:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Ralat" @@ -4779,7 +4885,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4789,7 +4895,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "Ralat memuatkan bahasa pilihan. Jatuh balik ke lalai sistem." @@ -4797,15 +4903,15 @@ msgstr "Ralat memuatkan bahasa pilihan. Jatuh balik ke lalai sistem." msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4813,11 +4919,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4859,7 +4965,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4879,11 +4985,11 @@ msgstr "" "Ralat: Ketika cuba mencapai fon Windows-1252 tetapi ia tidak dimuatkan. " "Permainan mungkin tidak menunjukkan fon yang betul, atau mengalami kerosakan." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4892,12 +4998,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Eropah" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4905,15 +5011,15 @@ msgstr "" msgid "Exit" msgstr "Keluar" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4925,27 +5031,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eskport Semua Simpan Wii" @@ -4956,11 +5062,11 @@ msgstr "Eskport Semua Simpan Wii" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Eksport Rakaman" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksport Rakaman..." @@ -4988,14 +5094,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Sambungan" @@ -5008,7 +5114,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -5016,35 +5122,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Penimbal Bingkai Luaran (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Ekstrak Sijil dari NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Ektrak Keseluruhan Cakera..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Ekstrak Keseluruhan Sekatan..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Ekstrak Fail..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Ekstrak Fail..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Ekstrak Data Sistem..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Mengekstrak Semua Fail..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Mengekstrak Direktori..." @@ -5054,7 +5160,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Pemain FIFO" @@ -5068,15 +5174,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5092,7 +5198,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5129,32 +5235,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Gagal memadam fail terpilih." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Gagal muat turun kod." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5167,15 +5273,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Gagal mengekstrak sijil dari NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Gagal mengekstrak fail." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Gagal mengekstrak data sistem." @@ -5194,25 +5300,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Gagal ke teras init" @@ -5223,7 +5329,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5232,11 +5338,11 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Gagal memasang tajuk ini ke NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5244,8 +5350,8 @@ msgstr "" "Gagal mendengar pada port %1. Adakah kejadian lain pelayan NetPlay masih " "berjalan?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Gagal memuatkan modul RSO pada %1" @@ -5257,7 +5363,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5271,7 +5377,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Gagal memuatkan bolehlaku ke dalam ingatan." @@ -5285,25 +5391,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Gagal membuka '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5333,7 +5439,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Gagal membuka pelayan" @@ -5366,7 +5472,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5378,7 +5484,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5391,7 +5497,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5449,43 +5555,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Gagal membuang tajuk ini dari NAND." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Gagal menyimpan log FIFO." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5500,11 +5606,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Gagal menulis BT.DINF ke SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5518,7 +5624,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5527,7 +5633,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5535,20 +5641,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5567,7 +5674,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5580,46 +5687,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Maklumat Fail" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nama Fail" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Saiz Fail" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Fail tidak mengandungi kod." @@ -5631,7 +5738,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "Fail dibuka, sedia untuk dimampatkan." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5661,7 +5768,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5696,12 +5803,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Bendera" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5711,11 +5812,11 @@ msgstr "Bendera" msgid "Float" msgstr "Apung" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Ikut &cabang" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5731,7 +5832,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Paksa 16:9" @@ -5739,7 +5840,7 @@ msgstr "Paksa 16:9" msgid "Force 24-Bit Color" msgstr "Paksa warna 24-Bit" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Paksa 4:3" @@ -5771,15 +5872,15 @@ msgstr "Paksa Port Dengar:" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5789,7 +5890,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5797,7 +5898,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5807,7 +5908,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5822,38 +5923,38 @@ msgstr "Port maju (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Bingkai Lanjutan" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Bingkai Lanjutan Kurangkan Kelajuan" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Bingkai Lanjutan Tingkatkan Kelajuan" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Bingkai Lanjutan Tetap Semula Kelajuan" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Julat Bingkai" @@ -5861,7 +5962,7 @@ msgstr "Julat Bingkai" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Bingkai untuk Dirakam:" @@ -5881,7 +5982,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5897,22 +5998,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Freelook" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Perancis" @@ -5931,8 +6036,8 @@ msgid "From" msgstr "Dari" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Dari:" @@ -5940,11 +6045,12 @@ msgstr "Dari:" msgid "FullScr" msgstr "SkrPenuh" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Fungsi" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5964,7 +6070,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5980,19 +6086,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6016,7 +6122,7 @@ msgstr "GCMemcardDirectory: ClearBlock dipanggil dengan alamat blokk tidak sah" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6034,7 +6140,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "Penyahkodan Tesktur GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6044,25 +6150,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6074,7 +6180,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6092,22 +6198,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Kartu Game Boy Advance (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6119,7 +6225,7 @@ msgstr "" msgid "Game Config" msgstr "Konfig Permainan" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6135,39 +6241,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID Permainan" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID Permainan:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Permainan bertukar ke \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Permainan sudah berjalan!" @@ -6176,7 +6282,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6196,11 +6302,11 @@ msgstr "Penyesuai GameCube untuk Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "Penyesuai GameCube untuk Wii U pada port %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "Pengawal GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "Pengawal GameCube pada Port %1" @@ -6208,11 +6314,11 @@ msgstr "Pengawal GameCube pada Port %1" msgid "GameCube Controllers" msgstr "Kawalan GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "Papan Kekunci GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "Papan Kekunci GameCube pada Port %1" @@ -6229,7 +6335,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "Kad Ingatan GameCube (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "Slot Mikrofon GameCube %1" @@ -6257,45 +6363,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Kod Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Am" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Am dan Pilihan" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Jana satu Identiti Statistik Baharu" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Nama simbol terjana dari '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Jerman" @@ -6303,11 +6417,11 @@ msgstr "Jerman" msgid "Germany" msgstr "Jerman" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6322,7 +6436,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6331,7 +6445,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafik" @@ -6340,7 +6454,7 @@ msgstr "Grafik" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Togol Grafik" @@ -6349,7 +6463,7 @@ msgstr "Togol Grafik" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6371,7 +6485,7 @@ msgstr "Hijau Kiri" msgid "Green Right" msgstr "Hijau Kanan" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Paparan Grid" @@ -6416,7 +6530,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6449,11 +6563,11 @@ msgstr "Heksadesimal" msgid "Hide" msgstr "Sembunyi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6465,23 +6579,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6504,15 +6618,39 @@ msgstr "Hos" msgid "Host Code:" msgstr "Kod Hos:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6520,14 +6658,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Hos dengan NetPlay" @@ -6536,21 +6682,21 @@ msgstr "Hos dengan NetPlay" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Tetapan Kekunci Panas" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Kekunci Panas" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6577,7 +6723,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6608,7 +6754,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Kepekaan IR:" @@ -6634,18 +6780,18 @@ msgstr "" msgid "Icon" msgstr "Ikon" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Penjanaan Identiti" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6668,7 +6814,7 @@ msgstr "" "Keizinan ini juga boleh ditarik balik pada bila-bila masa menerusi tetapan " "Dolphin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6682,14 +6828,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6701,7 +6857,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6726,14 +6882,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Serta-Merta Hadirkan XFB" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6742,7 +6898,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Import Sandar NAND BootMii..." @@ -6757,15 +6913,15 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Import Simpan Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Mengimport sandar NAND" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -6774,7 +6930,7 @@ msgstr "" "Mengimport sandar NAND\n" "Masa berlalu: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6787,7 +6943,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6795,64 +6951,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Tingkatkan Ketumpuan" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Tingkatkan Kedalaman" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Tingkatkan Kelajuan Emulasi" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Tingkatkan IR" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6889,12 +7045,12 @@ msgstr "Maklumat" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Maklumat" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6903,11 +7059,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Input" @@ -6921,19 +7077,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Sisip &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Sisip Kad SD" @@ -6950,7 +7103,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Pasang WAD..." @@ -6958,13 +7111,14 @@ msgstr "Pasang WAD..." msgid "Install to the NAND" msgstr "Pasang ke NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6973,7 +7127,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "Titik Henti Arahan" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6982,7 +7136,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7041,8 +7195,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Resolusi Dalaman" @@ -7051,15 +7205,15 @@ msgstr "Resolusi Dalaman" msgid "Internal Resolution:" msgstr "Resolusi Dalaman:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Pentafsir (paling perlahan)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7067,7 +7221,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7075,7 +7229,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Kod Bercampur Tidak Sah" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7084,11 +7238,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "ID Pemain Tidak Sah" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Alamat modul RSO tidak sah: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Tindanan panggilan tidak sah" @@ -7100,7 +7254,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Hos tidak sah" @@ -7109,7 +7263,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Input tidak sah untuk medan \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Input tidak sah disediakan" @@ -7117,7 +7271,7 @@ msgstr "Input tidak sah disediakan" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7145,13 +7299,21 @@ msgstr "Parameter gelintar tidak sah (hanya panjang rentetan disokong)" msgid "Invalid title ID." msgstr "ID tajuk tidak sah." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Itali" @@ -7164,95 +7326,97 @@ msgstr "Itali" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Jepun" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Jepun" @@ -7263,18 +7427,18 @@ msgstr "Jepun" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Kekalkan Tetingkap berada Diatas" @@ -7304,20 +7468,20 @@ msgstr "" msgid "Keys" msgstr "Kekunci" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Tendang Pemain" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korea" @@ -7346,41 +7510,41 @@ msgstr "" msgid "Label" msgstr "Label" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Kependaman:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7388,11 +7552,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7445,6 +7609,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7478,11 +7650,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Lajur Senarai" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Paparan Senarai" @@ -7492,29 +7664,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Muat" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Muat Fail Peta &Lain..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Muat Tekstur Suai" @@ -7522,24 +7694,29 @@ msgstr "Muat Tekstur Suai" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Muat Menu Utama GameCube" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Muat Keadaan Terakhir" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7547,171 +7724,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Muat Keadaan" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Muat Keadaan 1 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Muat Keadaan 10 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Muat Keadaan 2 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Muat Keadaan 3 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Muat Keadaan 4 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Muat Keadaan 5 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Muat Keadaan 6 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Muat Keadaan 7 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Muat Keadaan 8 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Muat Keadaan 9 Terakhir" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Muat Slot Keadaan 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Muat Slot Keadaan 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Muat Slot Keadaan 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Muat Slot Keadaan 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Muat Slot Keadaan 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Muat Slot Keadaan 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Muat Slot Keadaan 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Muat Slot Keadaan 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Muat Slot Keadaan 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Muat Slot Keadaan 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Muat Keadaan dari Fail" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Muat Keadaan dari Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Muat Keadaan dari Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Muat Menu Sistem Wii %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Muat dari Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Muat dari Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Muat fail peta" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Muat..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Simbol dimuatkan dari '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -7720,19 +7892,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Log Konfigurasi" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Log Masa Terap ke Fail" @@ -7744,31 +7917,43 @@ msgstr "Log Jenis" msgid "Logger Outputs" msgstr "Output Pengelog" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Sambung dengan pelayan NetPlay terputus..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7798,27 +7983,31 @@ msgstr "" msgid "Main Stick" msgstr "Bidak Utama" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7826,18 +8015,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Pembuat:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Pembuat:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7845,16 +8034,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7862,15 +8051,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Padanan Ditemui" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7879,12 +8072,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Ia menyebabkan kelembapan dalam menu Wii dan sesetengah permainan." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7900,7 +8093,7 @@ msgstr "Titik Henti Ingatan" msgid "Memory Card" msgstr "Kad Ingatan" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7908,7 +8101,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7928,7 +8121,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7940,33 +8133,41 @@ msgstr "" "tidak boleh dikembalikan, oleh itu disarankan anda sandar kedua-dua NAND. " "Anda pasti mahu teruskan?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Pelbagai" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Tetapan Pelbagai" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7975,7 +8176,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7995,7 +8196,7 @@ msgstr "" msgid "Modifier" msgstr "Pengubahsuai" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8007,20 +8208,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -8032,11 +8233,11 @@ msgstr "Bayang Monoskopik" msgid "Monospaced Font" msgstr "Fon Monospace" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -8045,16 +8246,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Cereka" @@ -8065,7 +8266,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8074,14 +8275,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "Semak NAND" @@ -8090,8 +8301,8 @@ msgstr "Semak NAND" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8100,7 +8311,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8117,8 +8328,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8131,11 +8342,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8144,10 +8355,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nama:" @@ -8161,7 +8372,7 @@ msgstr "Natif (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8177,27 +8388,27 @@ msgstr "" msgid "Netherlands" msgstr "Belanda" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8205,7 +8416,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8214,7 +8425,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Baharu" @@ -8239,7 +8450,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Identiti baharu dijanakan." @@ -8247,30 +8458,32 @@ msgstr "Identiti baharu dijanakan." msgid "New instruction:" msgstr "Arahan baharu:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Gelaran:" @@ -8292,21 +8505,21 @@ msgstr "" msgid "No Audio Output" msgstr "Tiada Output Audio" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Tiada Padanan" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8327,15 +8540,15 @@ msgstr "" msgid "No extension selected." msgstr "Tiada sambungan dipilih" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Tiada fail dimuatkan / dirakam." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8348,23 +8561,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Tiada isu dikesan." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8375,7 +8588,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8391,7 +8604,7 @@ msgstr "" "menghindari nyahsegerak cereka" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8409,7 +8622,7 @@ msgstr "" msgid "Not Set" msgstr "Tidak Ditetapkan" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Bukan semua pemain memilik permainan. Anda pasti mahu mulakannya?" @@ -8429,7 +8642,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8456,11 +8669,6 @@ msgstr "Notis" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8486,13 +8694,13 @@ msgid "Nunchuk Stick" msgstr "Bidak Nunchuk" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8544,7 +8752,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Julat Objek" @@ -8565,18 +8773,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8591,7 +8799,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Dokumentasi Atas Talian" @@ -8599,13 +8807,13 @@ msgstr "&Dokumentasi Atas Talian" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8624,18 +8832,22 @@ msgstr "Buka" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "Buka log FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -8699,34 +8911,34 @@ msgstr "Oren" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8736,16 +8948,16 @@ msgstr "Lain-lain" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Kekunci Panas Keadaan Lain" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Lain-lain Pengurusan Keadaan" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8753,7 +8965,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8761,16 +8973,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Ma&in Rakaman Input..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8783,23 +8995,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "Fail imej PNG (*.png);; Semua Fail (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "Saiz PPC" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8812,7 +9033,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pad" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8833,7 +9054,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "Passthrough penyesuai Bluetooth" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8858,7 +9079,7 @@ msgstr "Nama tampalan" msgid "Patches" msgstr "Tampalan" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8871,23 +9092,23 @@ msgstr "Laluan" msgid "Pause" msgstr "Jeda" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Jeda Dipenghujung Cereka" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Jeda jika Hilang Fokus" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8895,7 +9116,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8920,7 +9141,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Pencahayaan Per-Piksel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Lakukan Kemaskini Sistem Atas-Talian" @@ -8928,15 +9149,15 @@ msgstr "Lakukan Kemaskini Sistem Atas-Talian" msgid "Perform System Update" msgstr "Lakukan Kemaskini Sistem" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8950,15 +9171,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Ambil satu fon nyahpepijat" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8970,8 +9191,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -8979,11 +9200,11 @@ msgstr "Platform" msgid "Play" msgstr "Main" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Main Rakaman" @@ -8991,11 +9212,11 @@ msgstr "Main Rakaman" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Pilihan Main Balik" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -9024,24 +9245,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Pemain" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9074,13 +9300,13 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Nyahsegerak berkemungkinan dikesan: %1 mungkin telah dinyahsegerak pada " "bingkai %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9101,11 +9327,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Dapatkan Tekstur Suai" @@ -9133,7 +9359,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Tekan Butang Segerak" @@ -9142,7 +9368,7 @@ msgstr "Tekan Butang Segerak" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9151,18 +9377,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9184,19 +9411,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9206,20 +9433,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Kiraan Program" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9229,11 +9456,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9245,26 +9472,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Soalan" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Keluar" @@ -9285,11 +9512,11 @@ msgstr "Analog-R" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Modul RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9322,17 +9549,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "&Ganti arahan" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Baca" @@ -9355,7 +9586,7 @@ msgstr "Baca sahaja" msgid "Read or Write" msgstr "Baca atau Tulis" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Mod Baca-Sahaja" @@ -9371,7 +9602,7 @@ msgstr "Wii Remote Sebenar" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9381,23 +9612,27 @@ msgstr "" msgid "Recenter" msgstr "Tengahkan semula" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Rakam" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Pilihan Rakaman" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Merakam..." @@ -9414,7 +9649,7 @@ msgstr "Merah Kiri" msgid "Red Right" msgstr "Merah Kanan" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9432,7 +9667,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9447,11 +9681,11 @@ msgstr "" msgid "Refresh Game List" msgstr "Segar Semula Senarai Permainan" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9460,8 +9694,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Wilayah" @@ -9482,7 +9716,8 @@ msgstr "Input Relatif" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9494,7 +9729,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Buang" @@ -9511,7 +9746,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9522,25 +9757,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Nama semula simbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Terap ke Tetingkap Utama" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9549,15 +9794,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9568,7 +9813,7 @@ msgstr "Tetap Semula" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9592,7 +9837,7 @@ msgstr "Tetap Semula Tetapan Traversal" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9600,7 +9845,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "Tetap semula semua perpasangan Wii Remote tersimpan" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9612,7 +9857,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Mula Semula Diperlukan" @@ -9620,11 +9865,11 @@ msgstr "Mula Semula Diperlukan" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Cuba Lagi" @@ -9633,7 +9878,7 @@ msgstr "Cuba Lagi" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9641,7 +9886,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9692,11 +9937,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "ID Bilik" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9705,7 +9950,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9714,7 +9959,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9726,6 +9971,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9751,20 +10005,25 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "&Jalankan Di Sini" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9775,23 +10034,23 @@ msgstr "" msgid "Russia" msgstr "Rusia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "Laluan Kad SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9799,7 +10058,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9834,11 +10093,11 @@ msgstr "" msgid "START" msgstr "MULA" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Keadaan S&impan" @@ -9850,7 +10109,7 @@ msgstr "Selamat" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9860,28 +10119,40 @@ msgstr "Simpan" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "Simpan log FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Simpan Fail ke" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -9892,15 +10163,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Simpan Keadaan Terlama" @@ -9908,73 +10183,77 @@ msgstr "Simpan Keadaan Terlama" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Simpan Keadaan" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Simpan Slot Keadaan 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Simpan Slot Keadaan 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Simpan Slot Keadaan 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Simpan Slot Keadaan 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Simpan Slot Keadaan 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Simpan Slot Keadaan 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Simpan Slot Keadaan 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Simpan Slot Keadaan 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Simpan Slot Keadaan 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Simpan Slot Keadaan 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Simpan Keadaan ke Fail" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Simpan Keadaan ke Slot Terlama" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Simpan Keadaan ke Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Simpan Keadaan ke Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Simpan Peta Simbol Sebag&ai..." @@ -9982,7 +10261,7 @@ msgstr "Simpan Peta Simbol Sebag&ai..." msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Simpan dan Muat Keadaan" @@ -9990,15 +10269,11 @@ msgstr "Simpan dan Muat Keadaan" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Simpan sebagai..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10009,23 +10284,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Simpan fail peta" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Simpan fail tandatangan" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Simpan ke Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Simpan ke Slot %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Simpan..." @@ -10047,7 +10314,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "salin EFB Terskala" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10056,8 +10323,8 @@ msgid "ScrShot" msgstr "CkpSkrin" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Gelintar" @@ -10066,7 +10333,7 @@ msgstr "Gelintar" msgid "Search Address" msgstr "Gelintar Alamat" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Gelintar Objek Semasa" @@ -10078,13 +10345,13 @@ msgstr "Gelintar Subfolder" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10092,7 +10359,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10126,9 +10393,9 @@ msgstr "Pilih" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10137,7 +10404,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10145,18 +10412,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10165,6 +10436,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10173,6 +10448,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10181,58 +10464,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Pilih Slot %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Pilih Keadaan" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Pilih Slot Keadaan" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Pilih Slot Keadaan 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Pilih Slot Keadaan 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Pilih Slot Keadaan 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Pilih Slot Keadaan 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Pilih Slot Keadaan 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Pilih Slot Keadaan 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Pilih Slot Keadaan 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Pilih Slot Keadaan 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Pilih Slot Keadaan 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Pilih Slot Keadaan 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10246,29 +10533,25 @@ msgstr "Pilih Root NAND Wii" msgid "Select a Directory" msgstr "Pilih satu Direktori" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Pilih satu Fail" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Pilih satu Permainan" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10276,19 +10559,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Pilih satu tajuk untuk dipasang ke dalam NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10296,36 +10575,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Pilih fail kunci (longgok OTP/SEEPROM)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Pilih fail simpan" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Fon Terpilih" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Profil pengawal terpilih tidak wujud" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10337,19 +10599,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10368,7 +10630,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10379,7 +10641,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10401,24 +10663,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Hantar" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Kedudukan Palang Penderia:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10435,7 +10727,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Pelayan menolak percubaan travesal" @@ -10443,44 +10735,40 @@ msgstr "Pelayan menolak percubaan travesal" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Tetapkan PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Tetapkan fail kad ingatan untuk Slot A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Tetapkan fail kad ingatan untuk Slot B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Tetapkan alamat &akhir simbol" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Tetapkan &saiz simbol" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Tetapkan alamat akhir simbol" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Tetapkan saiz simbol (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10490,28 +10778,35 @@ msgstr "" "permainan PAL.\n" "Mungkin tidak berfungsi untk semua permainan." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Tetapkan bahasa sistem Wii." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10521,13 +10816,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Tetapan" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Tidak dapat cipta fail setting.txt" @@ -10535,7 +10830,7 @@ msgstr "SetupWiiMemory: Tidak dapat cipta fail setting.txt" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10557,228 +10852,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Tunjuk &Log" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Tunjuk Palang Ala&t" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Tunjuk Tajuk Aktif dalam Tajuk Tetingkap" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Tunjuk Australia" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Tunjuk ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Tunjuk FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Tunjuk Kiraan Bingkai" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Tunjuk Perancis" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Tunjuk GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Tunjuk Jerman" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Tunjuk Paparan Input" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Tunjuk Itali" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Tunjuk Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Tunjuk Kiraan Lengah" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Tunjuk Bahasa:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Tunjuk K&onfigurasi Log" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Tunjuk Mesej NetPlay" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Tunjuk Ping NetPlay" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Tunjuk Belanda" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Tunjuk PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Tunjuk PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Tunjuk Platform" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Tunjuk Wilayah" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Tunjuk Rusia" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Tunjuk Sepanyol" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Tunjuk Statistik" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Tunjuk Jam Sistem" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Tunjuk Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Tunjuk USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Tunjuk Tidak Diketahui" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Tunjuk WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Tunjuk Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Tunjuk Dunia" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10786,109 +11085,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Sebelah-Menyebelah" @@ -10905,7 +11208,7 @@ msgstr "Togol Sisi" msgid "Sideways Wii Remote" msgstr "Wii Remote Sisi" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Pangkalan Data Tandatangan" @@ -10929,7 +11232,7 @@ msgid "Signed Integer" msgstr "Integer Bertanda" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Cina Ringkas" @@ -10946,7 +11249,7 @@ msgstr "" msgid "Size" msgstr "Saiz" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -10954,11 +11257,11 @@ msgstr "" "Saiz regang penimbal dalam milisaat. Nilai terlalu rendah boleh menyebabkan " "keretakan audio." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Langkau" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10974,7 +11277,7 @@ msgstr "Langkau Menu Utama" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11054,11 +11357,11 @@ msgstr "" msgid "Software Renderer" msgstr "Penerap Perisian" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11070,12 +11373,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11089,7 +11392,7 @@ msgstr "Sepanyol" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Sepanyol" @@ -11097,11 +11400,11 @@ msgstr "Sepanyol" msgid "Speaker Pan" msgstr "Lata Pembesar Suara" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volum Pembesar Suara:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11109,7 +11412,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11122,12 +11425,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11146,33 +11453,37 @@ msgstr "" msgid "Standard Controller" msgstr "Pengawal Piawai" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Mula" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Mula &NetPlay..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Mula Me&rakam Input" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Mula Rakaman" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11184,7 +11495,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Permainan bermula" @@ -11207,52 +11518,52 @@ msgstr "Langkah" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Langkah Masuk" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Langkah Keluar" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Langkah Melalui" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Langkah keluar berjaya!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Langkah keluar tamat masa!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Langkah atas masih berjalan..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Langkah berjaya!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Melangkah" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Mod Stereoskopik 3D:" @@ -11273,16 +11584,20 @@ msgid "Stick" msgstr "Bidak" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Henti" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Henti Memainkan/Merakam Input" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Permainan berhenti" @@ -11314,11 +11629,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Regang ke Tetingkap" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11332,11 +11647,11 @@ msgstr "Rentetan" msgid "Strum" msgstr "Strum" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11347,18 +11662,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Berjaya" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11368,7 +11683,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Berjaya memadam '%1'." @@ -11381,24 +11696,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "Berjaya mengimport fail simpan" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Berjaya mengekstrak sijil dari NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Berjaya mengekstrak fail." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Berjaya mengekstrak data sistem." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Berjaya memasang tajuk ini ke NAND." @@ -11421,12 +11736,12 @@ msgstr "Sokongan" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11434,7 +11749,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Silih Mata" @@ -11449,7 +11764,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11469,22 +11784,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Simbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "Nama simbol:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Simbol" @@ -11492,7 +11816,7 @@ msgstr "Simbol" msgid "Sync" msgstr "Segerak" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11510,43 +11834,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Bahasa Sistem:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Input TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "Alatan TAS" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11564,15 +11888,15 @@ msgstr "" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Ambil Cekupan Skrin" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11588,9 +11912,9 @@ msgstr "" msgid "Test" msgstr "Uji" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11599,15 +11923,15 @@ msgstr "" msgid "Texture Cache" msgstr "Tekstur Cache" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11615,7 +11939,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Tindihan Format Tekstur" @@ -11634,11 +11958,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11648,11 +11972,11 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -11660,22 +11984,22 @@ msgstr "" "NAND tidak dapat dibaiki. Adalah disarankan menyandar data semasa anda dan " "mula kembali dengan NAND yang baharu." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND telah dibaiki." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11691,14 +12015,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11784,7 +12108,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11811,28 +12135,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11841,7 +12165,7 @@ msgid "The game disc does not contain any usable update information." msgstr "" "Cakera permainan tidak mengandungi apa-apa maklumat kemaskini yang berguna." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11855,7 +12179,7 @@ msgstr "" "masalah dengan menu sistem. Adalah mustahil mengemaskini konsol teremulasi " "dengan cakera ini." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11864,21 +12188,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Cincangan tidak sepadan!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Cincangan sepadan!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11888,11 +12212,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11906,7 +12230,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11914,8 +12238,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Profil '%1' tidak wujud" @@ -11923,7 +12247,7 @@ msgstr "Profil '%1' tidak wujud" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11939,20 +12263,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11965,15 +12289,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11984,31 +12308,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12021,7 +12345,7 @@ msgstr "" "Kemaskini dibatalkan. Adalah disarankan selesaikannya supaya dapat " "menghindari ketidaktepatan versi perisian sistem." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -12029,33 +12353,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12070,8 +12394,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12109,13 +12433,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12139,33 +12463,33 @@ msgstr "" "Simulatro action replay ini tidak menyokong kod yang mana Action Replay yang " "sendiri mengubahsuai." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Ia tidak boleh dikembalikan!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12173,26 +12497,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12210,14 +12534,14 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "Fail ini tidak kelihatan seperti sandar NAND BootMii." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -12227,27 +12551,27 @@ msgstr "" "tetapi kad grafik anda atau pemacunya tidak menyokong ia. Hasilnya anda akan " "menghadapi pepijat atau menjadi kaku ketika menjalankan permainan ini." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12255,7 +12579,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12273,12 +12597,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Tajuk ini tidak boleh dibutkan." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12312,7 +12636,7 @@ msgid "" msgstr "" "Nilai ini digandakan dengan kedalaman ditetapkan dalam konfigurasi grafik." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12325,7 +12649,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12345,7 +12669,7 @@ msgstr "" msgid "Threshold" msgstr "Ambang" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12355,6 +12679,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Condong" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12364,10 +12713,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Tajuk" @@ -12375,25 +12724,29 @@ msgstr "Tajuk" msgid "To" msgstr "Ke" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Ke:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Togol &Skrin Penuh" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Togol Anaglif 3D" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Togol 3D Sebelah-Menyebelah" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Togol 3D Atas-Bawah" @@ -12401,28 +12754,28 @@ msgstr "Togol 3D Atas-Bawah" msgid "Toggle All Log Types" msgstr "Togol Sema Jenis Log" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Togol Nisbah Bidang" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Togol Titik Henti" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Togol Kerat" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Togol Tekstur Suai" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Togol Salinan EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Togol Kabus" @@ -12434,35 +12787,39 @@ msgstr "Togol Skrin Penuh" msgid "Toggle Pause" msgstr "Togol Jeda" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Togol Pelonggokan Tekstur" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Togol Salinan XFB" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Togol Mod Serta-Merta XFB" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12470,7 +12827,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Atas" @@ -12478,7 +12835,7 @@ msgstr "Atas" msgid "Top-and-Bottom" msgstr "Atas-dan-Bawah" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12516,12 +12873,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Cina Tradisional" @@ -12541,8 +12898,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Ralat Traversal" @@ -12550,7 +12907,7 @@ msgstr "Ralat Traversal" msgid "Traversal Server" msgstr "Pelayan Traversal" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Pelayan travesal tamat masa ketika menyambung ke hos" @@ -12579,7 +12936,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12605,11 +12962,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12623,14 +12980,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12638,7 +12995,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12647,23 +13004,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12687,11 +13044,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12714,11 +13071,11 @@ msgstr "Imej GC/Wii Tak Mampat (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Buat Asal Muat Keadaan" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Buat Asal Keadaan Simpan" @@ -12738,23 +13095,23 @@ msgstr "" "Menyahpasang WAD akan membuang versi terpasang semasa bagi tajuk ini dari " "NAND tanpa memadam data simpannya. Mahu teruskan?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Amerika Syarikat" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Tidak diketahui" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12763,27 +13120,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12803,11 +13160,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12815,11 +13172,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12834,11 +13191,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Tanpa had" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12846,7 +13203,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12878,7 +13240,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "Integer Tidak Bertanda" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12889,7 +13251,7 @@ msgid "Up" msgstr "Naik" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Kemaskini" @@ -12946,7 +13308,7 @@ msgstr "Togol Tegak" msgid "Upright Wii Remote" msgstr "Wii Remote Tegak" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Tetapan Pelaporan Statistik Penggunaan" @@ -12954,15 +13316,19 @@ msgstr "Tetapan Pelaporan Statistik Penggunaan" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Guna Pangkalan Data Terbina-Dalam Nama Permainan" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12970,21 +13336,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Guna Mod PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Guna Pengendali Panik" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12993,8 +13359,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13035,18 +13401,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13054,14 +13420,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13324,8 +13694,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Amaran" @@ -13413,7 +13783,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13421,7 +13798,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13429,7 +13806,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Peranti Menerusi USB Senarai Putih" @@ -13437,7 +13814,7 @@ msgstr "Peranti Menerusi USB Senarai Putih" msgid "Widescreen Hack" msgstr "Skrin Lebar Godam" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13461,7 +13838,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13479,7 +13856,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Tetapan Kawalan Jauh Wii" @@ -13499,7 +13876,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii dan Wii Remote" @@ -13507,15 +13884,15 @@ msgstr "Wii dan Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Fail simpan Wii (*.bin);;Semua Fail (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13524,11 +13901,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13542,11 +13927,11 @@ msgstr "Dunia" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Tulis" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13579,27 +13964,27 @@ msgstr "Tulis ke Log dan Henti" msgid "Write to Window" msgstr "Tulis ke Tetingkap" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13650,14 +14035,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13690,7 +14075,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13738,7 +14123,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Anda mesti mulakan semula Dolphin supaya perubahan berkesan." @@ -13758,7 +14143,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13776,7 +14161,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Kod Zero 3 tidak disokong" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13825,7 +14210,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13841,7 +14226,8 @@ msgstr "" msgid "fake-completion" msgstr "pelengkapan-palsu" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13906,7 +14292,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13926,23 +14313,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13953,7 +14340,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/nb.po b/Languages/po/nb.po index 5e331bc5d6..61d2188a1c 100644 --- a/Languages/po/nb.po +++ b/Languages/po/nb.po @@ -18,11 +18,11 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: d1fcc80a35d5442129c384ac221ef98f_d2a8fa7 " ", 2015\n" -"Language-Team: Norwegian Bokmål (http://app.transifex.com/delroth/dolphin-" +"Language-Team: Norwegian Bokmål (http://app.transifex.com/dolphinemu/dolphin-" "emu/language/nb/)\n" "Language: nb\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -42,7 +42,7 @@ msgstr "" "Fordi GameCube-diskbilledfiler inneholder lite verifikasjonsdata, kan det " "være problemer som Dolphin ikke kan oppdage." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -50,6 +50,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Disk %1)" @@ -58,7 +64,7 @@ msgstr " (Disk %1)" msgid "! Not" msgstr "! Ikke" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -95,16 +101,16 @@ msgstr "" "%1\n" "vil bli med i din gruppe." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -120,16 +126,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Kopi)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Disk %2, Utgave %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revisjon %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -149,7 +155,7 @@ msgstr "%1 (tregt)" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -163,11 +169,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Grafikkoppsett" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -180,11 +186,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 støtter ikke denne funksjonen på ditt system." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 støtter ikke denne funksjonen." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -194,27 +200,27 @@ msgstr "" "%2 objekt(er)\n" "Nåværende bilderute: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 ble med" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 har forlatt" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golfer nå" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -222,13 +228,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -240,30 +246,30 @@ msgstr "%1 økt funnet" msgid "%1 sessions found" msgstr "%1 økter funnet" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normal hastighet)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -271,11 +277,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -291,7 +301,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -304,25 +314,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -348,36 +358,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Om" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Legg til minnestoppunkt" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Legg til ny kode…" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Legg til funksjon" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Legg til..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Lyd-innstillinger" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Autooppdater:" @@ -385,15 +395,19 @@ msgstr "&Autooppdater:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Brytepunkter" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Feilsporer" @@ -401,15 +415,15 @@ msgstr "&Feilsporer" msgid "&Cancel" msgstr "&Avbryt" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Juksekodebehandler" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Se etter oppdateringer..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Tøm symboler" @@ -417,50 +431,51 @@ msgstr "&Tøm symboler" msgid "&Clone..." msgstr "&Dupliser..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Kode" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Kontroller-innstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Kopier adresse" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Opprett …" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Slett" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Slett Overvåker" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Rediger kode…" @@ -468,14 +483,18 @@ msgstr "&Rediger kode…" msgid "&Edit..." msgstr "&Rediger..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Løs ut disk" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulering" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -492,41 +511,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fil" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Skrift…" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Bilde for bilde" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "%Generer symboler fra" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-pakkebrønn" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafikkinnstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hjelp" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Innstillinger for &hurtigtaster" @@ -546,19 +565,19 @@ msgstr "" msgid "&Import..." msgstr "&Importer..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Sett inn blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -566,15 +585,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Språk:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Åpne hurtiglagring" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Last symbolkart" @@ -584,23 +603,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Lås fast moduler" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Minne" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -608,7 +631,7 @@ msgstr "&Film" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Nettverk" @@ -617,23 +640,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Åpne…" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Innstillinger" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Patch HLE-funksjoner" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pause" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Spill" @@ -641,7 +668,7 @@ msgstr "&Spill" msgid "&Properties" msgstr "&Egenskaper" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Skrivebeskyttet modus" @@ -649,7 +676,7 @@ msgstr "&Skrivebeskyttet modus" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registere" @@ -657,29 +684,29 @@ msgstr "&Registere" msgid "&Remove" msgstr "&Fjern" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Fjern kode" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Gi symbol nytt navn" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Tilbakestill" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Ressurspakke-behandler" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Lagre symbolkart" @@ -687,31 +714,35 @@ msgstr "&Lagre symbolkart" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Fartsgrense:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "S&topp" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Drakt:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Tråder" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Verktøy" @@ -721,21 +752,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "Vi&s" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Se" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Nettside" @@ -747,38 +778,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' ikke funnet, ingen symbolnavn generert" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' ikke funnet, scanner for vanlige funksjoner istedet" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(vert)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(av)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Multipliser" @@ -795,7 +818,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Trekk fra" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "→ %1" @@ -804,7 +827,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -865,7 +888,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -873,7 +896,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -885,7 +908,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -921,19 +944,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D-dybde" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -949,7 +972,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blokker)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -957,7 +980,7 @@ msgstr "4:3" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1046,15 +1069,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1087,8 +1110,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Større enn" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "En NetPlay-økt finnes allerede!" @@ -1106,7 +1129,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "En plate er i ferd med å bli satt inn." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1116,7 +1139,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1134,7 +1157,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Synkronisering kan bare utløses når et Wii-spill kjører." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1170,7 +1193,7 @@ msgstr "" "Wiimote-støtte i NetPlay er eksperimentell, og kan muligens fungere feil.\n" "Benytt med din egen risiko.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR-kode" @@ -1212,8 +1235,8 @@ msgstr "Nøyaktighet:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1289,7 +1312,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "Aktiver NetPlay-chat" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1305,7 +1328,7 @@ msgstr "" msgid "Active threads" msgstr "Aktive tråder" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1313,7 +1336,7 @@ msgstr "" msgid "Adapter Detected" msgstr "Adapter oppdaget" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter:" @@ -1340,11 +1363,11 @@ msgstr "Legg til ny USB-enhet" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Legg til et Stoppunkt" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Legg til et MinneStoppunkt" @@ -1363,28 +1386,27 @@ msgstr "" msgid "Add to &watch" msgstr "Legg til i &overvåkingslisten" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Legg til…" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1403,14 +1425,14 @@ msgstr "" msgid "Address:" msgstr "Adresse:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1428,7 +1450,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1436,7 +1458,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1472,7 +1494,7 @@ msgstr "Avansert" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1528,7 +1550,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1536,7 +1558,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Alle filer (*)" @@ -1545,7 +1567,7 @@ msgstr "Alle filer (*)" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1554,8 +1576,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Alle lagringsstadier (*.sav *.s##);; Alle filer (*)" @@ -1567,27 +1589,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Alle spilleres koder er synkronisert." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Alle spilleres lagringsfiler er synkronisert." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Tillat rapportering av brukerstatistikk" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Tillat lagringer til SD-kort" @@ -1605,7 +1627,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Alternative inndatakilder" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1627,7 +1649,7 @@ msgstr "En innsatt plate var forventet, men ble ikke funnet." msgid "Anaglyph" msgstr "Anaglyph" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analyser" @@ -1641,7 +1663,7 @@ msgstr "Vinkel" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1653,25 +1675,25 @@ msgstr "Kantutjevning:" msgid "Any Region" msgstr "Alle regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "Legg signatur til" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Føy på til &eksisterende signaturfil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Legg p&å Singaturfil..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Programinnlaster-dato:" @@ -1679,19 +1701,19 @@ msgstr "Programinnlaster-dato:" msgid "Apply" msgstr "Bruk" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "Bruk signaturfil" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Arbitrær Mipmap Oppdagelse" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Er du sikker på at du vil slette \"%1\"?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Er du sikker på at du vil slette denne filen?" @@ -1699,10 +1721,18 @@ msgstr "Er du sikker på at du vil slette denne filen?" msgid "Are you sure you want to delete this pack?" msgstr "Er du sikker på at du vil slette denne pakken?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Er du sikker på at du vil avslutte NetPlay?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Er du sikker?" @@ -1711,16 +1741,16 @@ msgstr "Er du sikker?" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Billedforhold:" @@ -1728,8 +1758,8 @@ msgstr "Billedforhold:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1740,7 +1770,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Velg kontrollerporter" @@ -1761,11 +1791,11 @@ msgstr "Tilknytt MotionPlus" msgid "Audio" msgstr "Lyd-CD" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Lyd-bakende:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Innstillinger for lydstrekking" @@ -1781,7 +1811,7 @@ msgstr "Forfatter" msgid "Authors" msgstr "Forfattere" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1790,11 +1820,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (Multiplum av 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Auto-oppdater innstillinger" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1806,7 +1840,7 @@ msgstr "" "\n" "Vennligst velg en spesifikk intern oppløsning." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Automatisk justering av vindusstørrelse" @@ -1814,20 +1848,31 @@ msgstr "Automatisk justering av vindusstørrelse" msgid "Auto-Hide" msgstr "Gjem automatisk" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Vil du auto-oppdage RSO-moduler?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1839,7 +1884,7 @@ msgid "Auxiliary" msgstr "Støtte" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1870,19 +1915,19 @@ msgstr "BP-register " msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Bakende-innstillinger" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Motor:" @@ -1891,20 +1936,20 @@ msgstr "Motor:" msgid "Background Input" msgstr "Bakgrunnsinndata" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Bakover" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Dårlig adresse oppgitt." @@ -1912,28 +1957,28 @@ msgstr "Dårlig adresse oppgitt." msgid "Bad dump" msgstr "Dårlig dump" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Dårlig verdi angitt." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Bannerdetaljer" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -1949,11 +1994,11 @@ msgstr "" msgid "Base priority" msgstr "Grunnprioritet" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Grunnleggende" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Grunnleggende innstillinger" @@ -2001,7 +2046,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bitfrekvens (kbps):" @@ -2013,13 +2058,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Blokkstørrelse" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Blokkstørrelse:" @@ -2053,67 +2098,67 @@ msgstr "" "Blåtann gjennomstrømningsmodus er aktivert, men Dolphin ble bygd uten " "Libusdb. Gjennomstrømmingsmodus kan ikke benyttes." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Start opp i pausemodus" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND sikkerhetskopifil (*.bin);;Alle filer (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii nøkkelfil (*.bin);;Alle filer (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Rammefri fullskjermsvisning" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Nede" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2125,23 +2170,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2158,7 +2203,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2168,19 +2213,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2189,30 +2234,30 @@ msgstr "" msgid "Branch: %1" msgstr "Gren: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Grener" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Stopp" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Stoppunkt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Stoppunkt nådd! Utstepping avbrutt." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Stoppunkter" @@ -2246,24 +2291,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Utforsk &NetPlay-sesjoner..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Hurtiglagerstørrelse:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Bufferstørrelse endret til %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Mellomlager:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2308,7 +2353,7 @@ msgstr "" msgid "C Stick" msgstr "C-joystick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "Lag Signatu&rfil..." @@ -2316,11 +2361,11 @@ msgstr "Lag Signatu&rfil..." msgid "CP register " msgstr "CP-register " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU-emuleringsmotor:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU-alternativer" @@ -2328,11 +2373,11 @@ msgstr "CPU-alternativer" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Hurtiglagret fortolker (tregere)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2343,7 +2388,7 @@ msgstr "" msgid "Calculate" msgstr "Kalkuler" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2351,11 +2396,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibrer" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibrering" @@ -2389,51 +2434,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Kan ikke starte en NetPlay-økt mens et spill er aktivt!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Avbryt" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Avbryt kalibrering" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2446,23 +2491,23 @@ msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" "Kan ikke starte denne WAD-filen, fordi den ikke kan installeres til NAND." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Finner ikke GC IPL." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2470,13 +2515,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Kan ikke starte spillet, fordi GC IPL ikke ble funnet." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2494,7 +2539,7 @@ msgstr "I midten" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Sentrer og kalibrer" @@ -2502,7 +2547,7 @@ msgstr "Sentrer og kalibrer" msgid "Change &Disc" msgstr "Endre &disk" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Endre &disk…" @@ -2510,7 +2555,7 @@ msgstr "Endre &disk…" msgid "Change Disc" msgstr "Endre disk" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Endre disk automatisk" @@ -2518,13 +2563,13 @@ msgstr "Endre disk automatisk" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2542,7 +2587,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" "Endring av juksekode vil kun tre i kraft etter at spillet er startet på nytt." @@ -2555,7 +2600,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2563,7 +2608,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "Juksekode-redigeringsverktøy" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Juksekodesøk" @@ -2571,7 +2616,7 @@ msgstr "Juksekodesøk" msgid "Cheats Manager" msgstr "Juksekodebehandler" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Sjekk NAND..." @@ -2583,7 +2628,7 @@ msgstr "Sjekk for endringer i spillisten i bakgrunnen" msgid "Check for updates" msgstr "Se etter oppdateringer" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2591,7 +2636,7 @@ msgstr "" "Sjekk om du har tillatelsene påkrevd for å slette denne filen, eller om " "filen fortsatt er i bruk." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Sjekksum" @@ -2603,29 +2648,29 @@ msgstr "Kina" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Velg en fil å åpne" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Velg prioritetsinputfil" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Velg andre input fil" - #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Velg mappen å pakke ut til" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2644,17 +2689,18 @@ msgstr "Klassisk kontroller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Nullstill" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Tøm mellomlager" @@ -2662,11 +2708,11 @@ msgstr "Tøm mellomlager" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Klokkeoverstyring" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Klon og &rediger kode..." @@ -2675,7 +2721,7 @@ msgstr "Klon og &rediger kode..." msgid "Close" msgstr "Lukk" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "&Oppsett" @@ -2683,11 +2729,20 @@ msgstr "&Oppsett" msgid "Code" msgstr "Kode" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2695,11 +2750,11 @@ msgstr "" msgid "Code:" msgstr "Kode:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Koder mottatt!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2715,11 +2770,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Kombiner &to signaturfiler..." @@ -2732,21 +2787,21 @@ msgstr "Felles" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Kompiler shadere før start" @@ -2754,9 +2809,9 @@ msgstr "Kompiler shadere før start" msgid "Compiling Shaders" msgstr "Komplierer skygger" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Kompresjon" @@ -2764,7 +2819,7 @@ msgstr "Kompresjon" msgid "Compression Level:" msgstr "Kompresjonsnivå:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Komprimering:" @@ -2777,11 +2832,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Betingelse" @@ -2871,7 +2926,7 @@ msgstr "Sett opp" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Sett opp Dolphin" @@ -2884,27 +2939,35 @@ msgstr "Sett opp inndata" msgid "Configure Output" msgstr "Sett opp utdata" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Bekreft" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Bekreft endring av backend" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Bekreft ved stans" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Bekreftelse" @@ -2914,35 +2977,35 @@ msgstr "Bekreftelse" msgid "Connect" msgstr "Koble til" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Koble til balansebrett" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Koble til USB-tastatur" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Koble til Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Koble til Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Koble til Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Koble til Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Koble til Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Koble til Wii Remote-er" @@ -2958,7 +3021,7 @@ msgstr "Koble til Internett og utfør nettbasert systemoppdatering?" msgid "Connected" msgstr "Tilkoblet" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2966,7 +3029,7 @@ msgstr "" msgid "Connection Type:" msgstr "Tilkoblingstype:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2983,23 +3046,23 @@ msgstr "Kontroller NetPlay-golfmodus" msgid "Control Stick" msgstr "Sirkel-joystick" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Kontrollerprofil" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Kontrollerprofil 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Kontrollerprofil 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Kontrollerprofil 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Kontrollerprofil 4" @@ -3011,6 +3074,16 @@ msgstr "Kontroller-innstillinger" msgid "Controllers" msgstr "Kontrollere" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3019,7 +3092,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3027,7 +3100,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3036,7 +3109,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3067,17 +3140,17 @@ msgstr "" "Kontrollerer om høy-nivå eller lav-nivå DSP-emulering skal benyttes. " "Standard er Sant" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Konvergens:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3085,9 +3158,9 @@ msgstr "" msgid "Convert" msgstr "Konverter" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3095,9 +3168,9 @@ msgstr "" msgid "Convert File..." msgstr "Konverter fil …" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3117,8 +3190,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Konverterer…" @@ -3147,43 +3220,43 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopier" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Kopier &funksjon" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Kopier &heksadesimal" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Kopier adresse" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Kopier heksadesimal" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 -msgid "Copy Value" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Kopier kode&linje" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 +msgid "Copy Value" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 @@ -3200,11 +3273,6 @@ msgstr "Kopier til B" msgid "Core" msgstr "Kjerne" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3213,21 +3281,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Kostnad" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Kunne ikke kommunisere med vert." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Kunne Ikke opprette klient." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Kunne Ikke opprette likemann." @@ -3247,14 +3310,14 @@ msgstr "" "Kunne ikke laste ned oppdateringsinformasjon fra Nintendo. Sjekk din " "internettilknytning å prøv igjen." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3291,16 +3354,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3316,7 +3379,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kunne ikke finne sentral tjener" @@ -3328,7 +3391,7 @@ msgstr "Kunne ikke åpne fil." msgid "Couldn't read file." msgstr "Kunne ikke lese fil." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Land:" @@ -3361,7 +3424,7 @@ msgid "Create..." msgstr "Opprett …" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Skaper:" @@ -3369,11 +3432,11 @@ msgstr "Skaper:" msgid "Critical" msgstr "Kritisk" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Beskjær" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3385,22 +3448,22 @@ msgstr "" msgid "Crossfade" msgstr "Kryssutfasing" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Nåværende region" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3408,7 +3471,7 @@ msgstr "" msgid "Current context" msgstr "Nåværende sammenheng" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Nåværende spill" @@ -3416,11 +3479,11 @@ msgstr "Nåværende spill" msgid "Current thread" msgstr "Nåværende tråd" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3428,19 +3491,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Egendefinerte RTC-valg" @@ -3452,6 +3515,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3479,7 +3568,7 @@ msgstr "DJ dreiebord" msgid "DK Bongos" msgstr "DK-bongotrommer" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP-emuleringsmotor" @@ -3487,15 +3576,15 @@ msgstr "DSP-emuleringsmotor" msgid "DSP HLE (fast)" msgstr "DSP HLE (raskt)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3521,7 +3610,7 @@ msgstr "Dansematte" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Data" @@ -3549,7 +3638,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Data mottatt!" @@ -3566,8 +3655,8 @@ msgstr "Dødsone" msgid "Debug" msgstr "Feilsøk" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Feilretting" @@ -3576,40 +3665,40 @@ msgstr "Feilretting" msgid "Decimal" msgstr "Desimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Dekodingskvalitet:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Reduser konvergens" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Reduser dybde" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Senk emuleringshastighet" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Reduser IR" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3623,7 +3712,7 @@ msgstr "Standard" msgid "Default Config (Read Only)" msgstr "Standard Konfigurasjon (Kun Lesing)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Standard enhet" @@ -3639,7 +3728,7 @@ msgstr "Forvalgt ISO-fil:" msgid "Default thread" msgstr "Standardtråd" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Utsett EFB cahce-invalidering" @@ -3647,7 +3736,7 @@ msgstr "Utsett EFB cahce-invalidering" msgid "Defer EFB Copies to RAM" msgstr "Utsett EFB Kopier til RAM" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3657,8 +3746,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Slett" @@ -3676,7 +3765,7 @@ msgstr "Slett valgte filer..." msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3684,22 +3773,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "Dybdeprosent:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Dybde:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Beskrivelse" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Beskrivelse:" @@ -3707,7 +3796,7 @@ msgstr "Beskrivelse:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3720,16 +3809,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3742,7 +3831,7 @@ msgstr "Frakoblet" msgid "Detect" msgstr "Finn automatisk" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3750,7 +3839,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "Deterministisk dobbelkjerne:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Utviklingsutgave (flere ganger daglig)" @@ -3772,7 +3861,7 @@ msgstr "Enhetsinnstillinger" msgid "Device VID (e.g., 057e)" msgstr "Enhets-VID (f.eks 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Enhet:" @@ -3780,7 +3869,7 @@ msgstr "Enhet:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Demp skjermbelysning etter fem minutters inaktivitet." @@ -3804,19 +3893,19 @@ msgstr "Skru av bounding-box-kalkulasjoner" msgid "Disable Copy Filter" msgstr "Slå av Kopieringsfilter" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Slå av EFB VRAM Kopier" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Skru av hastighetsbegrensning av emulering" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3824,11 +3913,11 @@ msgstr "" msgid "Disable Fog" msgstr "Skru av tåke" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Deaktiver JIT-lager" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3836,21 +3925,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3859,7 +3948,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3873,7 +3962,8 @@ msgstr "Plate" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3903,15 +3993,15 @@ msgstr "Avstand" msgid "Distance of travel from neutral position." msgstr "Reiseavstand fra nøytral posisjon." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Tillater du at Dolphin samler inn informasjon til Dolphins utviklere?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Vil du legge til «%1» i listen over spillfilbaner?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Vil du tømme listen over symbolnavn?" @@ -3921,7 +4011,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vil du stoppe pågående emulering?" @@ -3929,12 +4019,12 @@ msgstr "Vil du stoppe pågående emulering?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II-dekoder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO-Logg (*.dff)" @@ -3942,22 +4032,22 @@ msgstr "Dolphin FIFO-Logg (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin Map Fil (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphin-signatur-CSV-fil" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphin-signaturfil" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-Filmer (*.dtm)" @@ -3992,11 +4082,11 @@ msgstr "Dolphin kunne ikke fullføre den forespurte handligen." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin er en fri og åpen kildekode-basert GameCube og Wii-emulator." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin er for gammel for traverseringsserveren" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4004,17 +4094,11 @@ msgstr "" "Dolphin kan ikke verifisere typiske TGC-filer ordentlig, siden de ikke er " "ripper av faktiske disker." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin kan ikke verifisere ulisensierte disker." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphins juksesystem er for øyeblikket deaktivert." @@ -4023,7 +4107,7 @@ msgstr "Dolphins juksesystem er for øyeblikket deaktivert." msgid "Domain" msgstr "Domene" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Ikke oppdater" @@ -4048,7 +4132,7 @@ msgstr "" msgid "Double" msgstr "Dobbel" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4058,33 +4142,33 @@ msgstr "Dobbel" msgid "Down" msgstr "Ned" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Last ned koder" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Last ned koder fra WiiRD-databasen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Last ned spillcovere fra GameTDB.com for bruk i portrettmodus" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Nedlasting fullført" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Lastet %1 koder. (Lagt til %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4127,19 +4211,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Dump lyd" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Dump grunnteksturer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Dump EFB-mål" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dumping av bilder" @@ -4147,7 +4231,7 @@ msgstr "Dumping av bilder" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4155,7 +4239,7 @@ msgstr "" msgid "Dump Path:" msgstr "Dump sti:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4180,20 +4264,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4209,15 +4293,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Nederlandsk" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Avslutt" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4229,7 +4313,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4237,7 +4321,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Tidlige minneoppdateringer" @@ -4256,16 +4340,16 @@ msgstr "Øst-Asia" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4274,6 +4358,11 @@ msgstr "" msgid "Editor" msgstr "Editor" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4285,11 +4374,20 @@ msgstr "Effekt" msgid "Effective" msgstr "Effektiv" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4311,7 +4409,7 @@ msgstr "Eksternt bildemellomlager (EFB)" msgid "Empty" msgstr "Tom" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Emulator-CPU-tråden kjører allerede" @@ -4337,7 +4435,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4352,27 +4450,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Emuleringshastighet" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Aktiver" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Slå på API-valideringslag" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Tillat lydstrekking" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Aktiver juksekoder" @@ -4380,15 +4478,15 @@ msgstr "Aktiver juksekoder" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Aktiver egendefinert RTC (klokke)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4396,19 +4494,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Aktiver bruk av dobbelkjerne" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Aktiver bruk av dobbelkjerne (for bedre ytelse)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Aktiver emulert CPU klokkefrekvensoverskridelse" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4416,15 +4514,15 @@ msgstr "" msgid "Enable FPRF" msgstr "Aktiver FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4442,33 +4540,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Aktiver MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Aktiver progressiv skanning" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Aktiver vibrering" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Aktiver skjermbeskytter" @@ -4476,27 +4574,27 @@ msgstr "Aktiver skjermbeskytter" msgid "Enable Speaker Data" msgstr "Tillat høyttalerdata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Skru på bruks- og statistikkrapportering" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Aktiver wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4506,7 +4604,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4514,14 +4612,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4530,7 +4628,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4540,7 +4638,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4548,7 +4646,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4564,18 +4662,18 @@ msgstr "" "Aktiverer flyttallskalkulering av punkt for resulterende flagg, som trengs " "for noen få spill. (PÅ = Kompatibelt, AV = Raskt)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4583,7 +4681,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4591,14 +4689,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4608,7 +4706,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "Tillater strekking av lyden for å matche emuleringshastigheten." @@ -4616,9 +4714,9 @@ msgstr "Tillater strekking av lyden for å matche emuleringshastigheten." msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4629,14 +4727,14 @@ msgstr "" "Tillater Memory Management Unit (MMU), som trengs for noen spill. (PÅ = " "Kompatibelt, AV = Raskt)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4644,7 +4742,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4652,7 +4759,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4671,17 +4778,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enhet ble ikke igangsatt" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Engelsk" @@ -4698,7 +4805,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "Skriv inn ID for USB-enhet" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4722,78 +4829,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Skriv inn RSO-moduladresse:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4804,10 +4910,10 @@ msgstr "Skriv inn RSO-moduladresse:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Feil" @@ -4819,7 +4925,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "Feil under åpning av adapter: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4829,7 +4935,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Feil ved innlasting av valgt språk. Faller tilbake til systemstandarden." @@ -4838,15 +4944,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Feil ved henting av sesjonsliste: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Feil ved synkronisering av juksekoder." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Feil ved bearbeidelse av data." @@ -4854,11 +4960,11 @@ msgstr "Feil ved bearbeidelse av data." msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Feil ved synkronisering av juksekoder!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Feil ved synkronisering av lagringsdata!" @@ -4900,7 +5006,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4920,11 +5026,11 @@ msgstr "" "Feil: Prøver å slå opp Windows-1252 skrifttyper, men de er ikke lastet. " "Spill kan potensielt ikke vise skrifttyper riktig, eller krasje." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4933,12 +5039,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4946,15 +5052,15 @@ msgstr "" msgid "Exit" msgstr "Avslutt" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Forventet argumenter: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Forventet parentes-lukking." @@ -4966,27 +5072,27 @@ msgstr "Forventet et komma." msgid "Expected end of expression." msgstr "Forventet en RegEx-innkapsling." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Forventet navnet på inndataen." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Forventet parentes-begynnelse" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Forventet starten på RegEx-innkapsling." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Eksperimentell" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eksporter alle Wii-lagringsfiler" @@ -4997,11 +5103,11 @@ msgstr "Eksporter alle Wii-lagringsfiler" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Eksporter opptak" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksporter opptak…" @@ -5029,14 +5135,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "Eksporterte %n lagringsfil(er)." #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Utvidelse" @@ -5049,7 +5155,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Ekstern" @@ -5057,35 +5163,35 @@ msgstr "Ekstern" msgid "External Frame Buffer (XFB)" msgstr "Eksternt bildebuffer (EFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Pakk ut sertifikater fra NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Pakk ut hele disken…" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Pakk ut hele partisjonen…" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Pakk ut fil…" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Pakk ut filer…" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Pakk ut systemdata…" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Pakker ut alle filer..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Pakker ut mappe..." @@ -5095,7 +5201,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO-spiller" @@ -5111,15 +5217,15 @@ msgstr "" "Kunne ikke åpne minnekort:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Kunne ikke legge til denne sesjonen i NetPlay-indeksen: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Kunne ikke legge til på signaturfil '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5135,7 +5241,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Kunne ikke koble til server: %1" @@ -5172,32 +5278,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "Kunne ikke slette NetPlay-minnekort. Verifiser dine skrivetillatelser." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Klarte ikke å slette valgt fil." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Nedlasting av koder mislyktes." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Kunne ikke dumpe %1: Kan ikke åpne fil" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Kunne ikke dumpe %1: Kan ikke skrive til fil" @@ -5210,15 +5316,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "Kunne ikke eksportere følgende lagringsfiler:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Klarte ikke å pakke ut sertifikater fra NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Kunne ikke pakke ut fil." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Kunne ikke pakke ut systemdata." @@ -5237,25 +5343,25 @@ msgstr "Kunne ikke finne en eller flere D3D-symboler" msgid "Failed to import \"%1\"." msgstr "Kunne ikke importere \"%1\"." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Klarte ikke å igangsette kjerne" @@ -5266,7 +5372,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5275,11 +5381,11 @@ msgid "Failed to install pack: %1" msgstr "Kunne ikke installere pakke: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Klarte ikke å installere denne tittelen til NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5287,8 +5393,8 @@ msgstr "" "Klarte ikke å lytte til port %1. Kjøres det en annen instans av NetPlay-" "tjeneren?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Kunne ikke laste RSO-modul ved %1" @@ -5300,7 +5406,7 @@ msgstr "Kunne ikke laste d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "Kunne ikke laste dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Kunne ikke laste map-fil '%1'" @@ -5314,7 +5420,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Klarte ikke å laste kjørbar fil til minne." @@ -5328,25 +5434,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Klarte ikke å åpne \"%1\"" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5378,7 +5484,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Klarte ikke å åpne tjener" @@ -5411,7 +5517,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Mislyktes i å åpne inndatafilen «%1»." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5423,7 +5529,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5436,7 +5542,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5494,46 +5600,46 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Kunne ikke fjerne denne tittelen fra NAND." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Kunne ikke tilbakestille NetPlay GCI-mappe. Verifiser dine skrivetillatelser." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Kunne ikke tilbakestille NetPlay NAND-mappe. Verifiser dine " "skrivetillatelser." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Lagring av FIFO-logg mislyktes." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Kunne ikke lagre kodemapping til sti '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Kunne ikke lagre signaturfil '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Kunne ikke lagre symbolkart til sti '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Kunne ikke lagre til signaturfil '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5548,11 +5654,11 @@ msgstr "Kunne ikke avinstallere pakke: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Kunne ikke skrive BT.DINF til SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Skriving av Mii-data mislyktes." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Skriving til Wii-lagringsfil mislyktes." @@ -5566,7 +5672,7 @@ msgstr "Kunne ikke skrive til konfigurasjonsfilen!" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5575,7 +5681,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5583,20 +5689,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Feil" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5615,7 +5722,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5628,46 +5735,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Fildetaljer" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Filformat" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Filformat:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Fil-informasjon" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Filnavn" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Filbane" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Filstørrelse" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Filstørrelse:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Filen inneholdt ingen koder." @@ -5679,7 +5786,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "Fil åpnet, klar for komprimering." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5710,7 +5817,7 @@ msgstr "Finn &neste" msgid "Find &Previous" msgstr "Finn &forrige" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Fullfør kalibrering" @@ -5745,12 +5852,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Flagg" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5760,11 +5861,11 @@ msgstr "Flagg" msgid "Float" msgstr "Flyttall" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Følg &avgrening" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "For best resultater, vennligst flytt inn-dataen sakte til alle mulige " @@ -5782,7 +5883,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Tving 16:9" @@ -5790,7 +5891,7 @@ msgstr "Tving 16:9" msgid "Force 24-Bit Color" msgstr "Tving 24-biters farge" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Tving 4:3" @@ -5822,15 +5923,15 @@ msgstr "Tving lytteport:" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5840,7 +5941,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5848,7 +5949,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5858,7 +5959,7 @@ msgstr "" msgid "Format:" msgstr "Format:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5873,38 +5974,38 @@ msgstr "Videresendingsport (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Fant %1 resultater for \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Bilde %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Bilde-for-bilde-modus" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Senk hastighet for bildeforskuddsvisning" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Øk hastighet for bildeforskuddsvisning" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Tilbakestill bilde-for-bilde-hastighet" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Bildespennvidde" @@ -5912,7 +6013,7 @@ msgstr "Bildespennvidde" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Bilder å ta opp:" @@ -5932,7 +6033,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5948,22 +6049,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Fri-sikt" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Frisikts-veksling" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Fransk" @@ -5982,8 +6087,8 @@ msgid "From" msgstr "Fra" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Fra:" @@ -5991,11 +6096,12 @@ msgstr "Fra:" msgid "FullScr" msgstr "Fullskjerm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funksjon" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6015,7 +6121,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -6031,19 +6137,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6067,7 +6173,7 @@ msgstr "GC-minnekortmappe: ClearBlock ble påkalt med ugyldig blokkadresse" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6085,7 +6191,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU-teksturdekoding" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6095,25 +6201,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6125,7 +6231,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6143,22 +6249,22 @@ msgstr "" msgid "Game" msgstr "Spill" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance-disker (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6170,7 +6276,7 @@ msgstr "" msgid "Game Config" msgstr "Spilloppsett" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Spilldetaljer" @@ -6186,39 +6292,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Spill-ID" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Spill-ID:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Spillstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Spill endret til \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Spillet kjører allerede!" @@ -6227,7 +6333,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6247,11 +6353,11 @@ msgstr "GameCube-adapter for Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "GameCube-adapter for Wii U i port %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube-kontroller" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "GameCube-kontroller i port %1" @@ -6259,11 +6365,11 @@ msgstr "GameCube-kontroller i port %1" msgid "GameCube Controllers" msgstr "GameCube-kontrollere" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube-tastatur" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "GameCube-tastatur i port %1" @@ -6280,7 +6386,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "GameCube-minnekort (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "GameCube-mikrofoninngang i inngang %1" @@ -6308,45 +6414,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko-juksekoder" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Generelt" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Generelt og innstillinger" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Opprett en ny statistikk-identitet" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Genererte symbolnavn fra '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Tysk" @@ -6354,11 +6468,11 @@ msgstr "Tysk" msgid "Germany" msgstr "Tyskland" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6373,7 +6487,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golfmodus" @@ -6382,7 +6496,7 @@ msgid "Good dump" msgstr "God dump" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafikk" @@ -6391,7 +6505,7 @@ msgstr "Grafikk" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Grafikkbrytere" @@ -6400,7 +6514,7 @@ msgstr "Grafikkbrytere" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6422,7 +6536,7 @@ msgstr "Grønn venstre" msgid "Green Right" msgstr "Grønn høyre" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rutenettvisning" @@ -6467,7 +6581,7 @@ msgstr "Head" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6500,11 +6614,11 @@ msgstr "Heksadesimal" msgid "Hide" msgstr "Gjem" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6516,23 +6630,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "Gjem ikke-kompatible sesjoner" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Høy" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Høyest" @@ -6555,15 +6669,39 @@ msgstr "Vert" msgid "Host Code:" msgstr "Vertskode:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Host Input-autoritet" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Vertstørrelse" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6571,14 +6709,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Vertsinndataautoritet deaktivert" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Vertsinndataautoritet aktivert" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Vær vertskap med NetPlay" @@ -6587,21 +6733,21 @@ msgstr "Vær vertskap med NetPlay" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Tastesnarveis-innstillinger" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Hurtigtaster" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6628,7 +6774,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6659,7 +6805,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR-sensitivitet:" @@ -6685,18 +6831,18 @@ msgstr "" msgid "Icon" msgstr "Ikon" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Identitetsgenerering" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6718,7 +6864,7 @@ msgstr "" "Denne godkjenningen kan tilbakekalles når som helst fra Dolphins " "innstillinger." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6732,14 +6878,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6751,7 +6907,7 @@ msgstr "" msgid "Ignore" msgstr "Ignorer" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6776,14 +6932,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Øyeblikkelig tilgjengelig XFB" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6792,7 +6948,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importer BootMii NAND sikkerhetskopi..." @@ -6807,15 +6963,15 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importer Wii-lagringsfil …" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importing NAND sikkerhetskopi" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -6824,7 +6980,7 @@ msgstr "" "Importerer NAND sikkerhetskopi\n" "Tid passert: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6837,7 +6993,7 @@ msgstr "" msgid "In-Game?" msgstr "I spillet?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6845,64 +7001,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Øk konvergens" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Øk dybde" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Øk emuleringshastighet" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Øk IR" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6939,12 +7095,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informasjon" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6953,11 +7109,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Inngang" @@ -6971,19 +7127,16 @@ msgstr "Inndata styrke kreves for aktivering." msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Sett inn &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Sett inn SD-kort" @@ -7000,7 +7153,7 @@ msgstr "" msgid "Install Update" msgstr "Installer oppdatering" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installer WAD…" @@ -7008,13 +7161,14 @@ msgstr "Installer WAD…" msgid "Install to the NAND" msgstr "Installer til NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instruksjon" @@ -7023,7 +7177,7 @@ msgstr "Instruksjon" msgid "Instruction Breakpoint" msgstr "Instruksjonsstoppunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruksjon:" @@ -7032,7 +7186,7 @@ msgstr "Instruksjon:" msgid "Instruction: %1" msgstr "Instruksjon: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7091,8 +7245,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Intern oppløsning" @@ -7101,15 +7255,15 @@ msgstr "Intern oppløsning" msgid "Internal Resolution:" msgstr "Intern bildeoppløsning:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Fortolker (tregest)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Fortolkerkjerne" @@ -7117,7 +7271,7 @@ msgstr "Fortolkerkjerne" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7125,7 +7279,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Ugyldig mikset kode" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ugyldig Pakke %1 oppgitt: %2" @@ -7134,11 +7288,11 @@ msgstr "Ugyldig Pakke %1 oppgitt: %2" msgid "Invalid Player ID" msgstr "Ugyldig spiller-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Ugyldig RSO-moduladresse: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Ugyldig kallstakk" @@ -7150,7 +7304,7 @@ msgstr "Ugyldige sjekksummer." msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Ugyldig vert" @@ -7159,7 +7313,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Ugyldig inndata for feltet \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Ugyldig inndata oppgitt" @@ -7167,7 +7321,7 @@ msgstr "Ugyldig inndata oppgitt" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7195,13 +7349,21 @@ msgstr "Ugyldig søkestreng (bare strenger av partallslengde støttes)" msgid "Invalid title ID." msgstr "Ugyldig tittel-ID." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiensk" @@ -7214,95 +7376,97 @@ msgstr "Italia" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT Blokklinking Av" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT-blokker" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branching Av" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FlytTall Av" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Heltall Av" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LastLagre Flyt Av" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LastLagre Av" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LastLagre Parret Av" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LastLagre lXz Av" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT Ibzx Av" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LastLagre Iwz Av" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Av (JIT Kjerne)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Parret Av" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT Systemregistre Av" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japan" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japansk" @@ -7313,18 +7477,18 @@ msgstr "Japansk" msgid "Japanese (Shift-JIS)" msgstr "Japansk (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Behold vindu øverst" @@ -7354,20 +7518,20 @@ msgstr "" msgid "Keys" msgstr "Nøkler" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Spark spiller" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Koreansk" @@ -7396,41 +7560,41 @@ msgstr "" msgid "Label" msgstr "Etikett" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Forsinkelse:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7438,11 +7602,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7499,6 +7663,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7532,11 +7704,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "Begrens Klump-opplastningshastighet:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listekolonner" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listevisning" @@ -7546,29 +7718,29 @@ msgstr "Lytter" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Last" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Last &Dårlig kartfil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Last &Annen kartfil..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Last inn brukerlagde teksturer" @@ -7576,24 +7748,29 @@ msgstr "Last inn brukerlagde teksturer" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Last inn GameCube-hovedmeny" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Last inn nyeste hurtiglagring" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Innlastingsfilbane:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7601,171 +7778,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Last inn hurtiglagring" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Last inn hurtiglagring siste 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Last inn hurtiglagring siste 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Last inn hurtiglagring siste 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Last inn hurtiglagring siste 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Last inn hurtiglagring siste 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Last inn hurtiglagring siste 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Last inn hurtiglagring siste 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Last inn hurtiglagring siste 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Last inn hurtiglagring siste 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Last inn hurtiglagring siste 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Åpne hurtiglagringsplass nr. 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Åpne hurtiglagringsplass nr. 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Åpne hurtiglagringsplass nr. 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Åpne hurtiglagringsplass nr. 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Åpne hurtiglagringsplass nr. 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Åpne hurtiglagringsplass nr. 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Åpne hurtiglagringsplass nr. 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Åpne hurtiglagringsplass nr. 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Åpne hurtiglagringsplass nr. 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Åpne hurtiglagringsplass nr. 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Last inn tilstand fra fil" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Last inn tilstand fra valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Last inn tilstand fra kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Last inn Wii-systemmeny %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Last fra valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Last inn fra kortplass %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Last kartfil" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Last..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Lastet symboler fra '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Lokal" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Logg" @@ -7774,19 +7946,20 @@ msgstr "Logg" msgid "Log Configuration" msgstr "Logg-innstillinger" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Jit-logg Instruksjonsdekning" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Loggfør opptegningstid til fil" @@ -7798,31 +7971,43 @@ msgstr "Loggtyper" msgid "Logger Outputs" msgstr "Logger utdata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Mistet tilkobling til NetPlay-tjener…" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Lav" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Lavest" @@ -7852,27 +8037,31 @@ msgstr "" msgid "Main Stick" msgstr "Hoved-joystick" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7880,18 +8069,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Skaper" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Skaper:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7899,16 +8088,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Administrer NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Mapping" @@ -7916,15 +8105,19 @@ msgstr "Mapping" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Treff funnet" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Maksimal Buffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Maksimum bufferstørrelse endret til %1" @@ -7933,12 +8126,12 @@ msgstr "Maksimum bufferstørrelse endret til %1" msgid "Maximum tilt angle." msgstr "Maksimal tilt-vinkel." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Kan senke ytelse i Wii-menyen og noen spill." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Middels" @@ -7954,7 +8147,7 @@ msgstr "Minne Stoppunkt" msgid "Memory Card" msgstr "Minnekort" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Minnekortbehandler" @@ -7962,7 +8155,7 @@ msgstr "Minnekortbehandler" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Minneoverstyring" @@ -7982,7 +8175,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7994,33 +8187,41 @@ msgstr "" "det er anbefalt at du bevarer sikkerhetskopier av begge NAND-filer. Er du " "sikker på at du vil fortsette?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Diverse" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Diverse innstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8029,7 +8230,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8049,7 +8250,7 @@ msgstr "" msgid "Modifier" msgstr "Modifiserer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8061,20 +8262,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8086,11 +8287,11 @@ msgstr "Monoskopiske skygger" msgid "Monospaced Font" msgstr "Fastbreddeskrift" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Bevegelsesinndata" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Bevegelsessimulering" @@ -8099,16 +8300,16 @@ msgstr "Bevegelsessimulering" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Film" @@ -8119,7 +8320,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8128,14 +8329,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND-sjekk" @@ -8144,8 +8355,8 @@ msgstr "NAND-sjekk" msgid "NKit Warning" msgstr "NKit-advarsel" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8154,7 +8365,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8171,8 +8382,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8185,11 +8396,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Navn" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Navn for en ny merkelapp:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Navn for tagg til å fjerne:" @@ -8198,10 +8409,10 @@ msgid "Name of your session shown in the server browser" msgstr "Navnet på din sesjon som vises i tjenerutforskeren" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Navn:" @@ -8215,7 +8426,7 @@ msgstr "Opprinnelig størrelse (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8231,27 +8442,27 @@ msgstr "NetPlay-innstillinger" msgid "Netherlands" msgstr "Nederland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Nettverk" @@ -8259,7 +8470,7 @@ msgstr "Nettverk" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8268,7 +8479,7 @@ msgid "Never Auto-Update" msgstr "Aldri autooppdater" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nye" @@ -8293,7 +8504,7 @@ msgstr "Nytt søk" msgid "New Tag..." msgstr "Ny merkelapp..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Ny identietet opprettet." @@ -8301,30 +8512,32 @@ msgstr "Ny identietet opprettet." msgid "New instruction:" msgstr "Ny instruksjon:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Ny etikett" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Neste spillprofil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Neste treff" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Neste profil" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Kallenavnet er for langt." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Brukernavn:" @@ -8346,21 +8559,21 @@ msgstr "" msgid "No Audio Output" msgstr "Ingen lydavspilling" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Ingen komprimering" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Ingen treff" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8381,15 +8594,15 @@ msgstr "Ingen feil." msgid "No extension selected." msgstr "Ingen utvidelse valgt." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Ingen filer lastet / tatt opp." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8402,23 +8615,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Ingen feil har blitt oppdaget." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Ingen problemer ble funnet." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8432,7 +8645,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Ingen opptak lastet." @@ -8448,7 +8661,7 @@ msgstr "" "unngå film-desynkronisering" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8466,7 +8679,7 @@ msgstr "Nord-Amerika" msgid "Not Set" msgstr "Ikke satt" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Ikke alle spillere har spillet. Vil du virkelig starte?" @@ -8486,7 +8699,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8513,11 +8726,6 @@ msgstr "Merknad" msgid "Null" msgstr "Ingenting" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8543,13 +8751,13 @@ msgid "Nunchuk Stick" msgstr "Nunchuck-Joystick" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objekt %1" @@ -8601,7 +8809,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Objektrekkevidde" @@ -8622,18 +8830,18 @@ msgstr "" msgid "On" msgstr "På" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8648,7 +8856,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Nettbasert &dokumentasjon" @@ -8656,7 +8864,7 @@ msgstr "Nettbasert &dokumentasjon" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -8664,7 +8872,7 @@ msgstr "" "Legg til kun symboler med prefiks:\n" "(Blank for alle symboler)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8683,18 +8891,22 @@ msgstr "Åpne" msgid "Open &Containing Folder" msgstr "Åpne &inneholdende mappe" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Åpne mappe..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "Åpne FIFO-logg" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -8758,34 +8970,34 @@ msgstr "Orange" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8795,16 +9007,16 @@ msgstr "Andre" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Andre Status-hurtigtaster" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Annen Statusadministrering" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Andre spill..." @@ -8812,7 +9024,7 @@ msgstr "Andre spill..." msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8820,16 +9032,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Spi&ll av inndataopptak…" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8842,23 +9054,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG-bildefil (*.png);; Alle filer (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC-størrelse" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Host" @@ -8871,7 +9092,7 @@ msgstr "Kontroll" msgid "Pads" msgstr "Kontrollere" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parametere" @@ -8892,7 +9113,7 @@ msgstr "Passiv" msgid "Passthrough a Bluetooth adapter" msgstr "Gjennomstrøm en Blåtann-adapter" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Passord" @@ -8918,7 +9139,7 @@ msgstr "Patch-navn" msgid "Patches" msgstr "Patcher" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Filbane:" @@ -8931,23 +9152,23 @@ msgstr "Baner" msgid "Pause" msgstr "Pause" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pause på slutten av filmen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pause ved tapt fokus" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8955,7 +9176,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8980,7 +9201,7 @@ msgstr "Høyeste fart for utgående svingbevegelser." msgid "Per-Pixel Lighting" msgstr "Belysning per piksel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Utfør pålogget systemoppdatering" @@ -8988,15 +9209,15 @@ msgstr "Utfør pålogget systemoppdatering" msgid "Perform System Update" msgstr "Utfør systemoppdatering" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -9010,15 +9231,15 @@ msgstr "Fysisk" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Velg en debug-font" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9030,8 +9251,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plattform" @@ -9039,11 +9260,11 @@ msgstr "Plattform" msgid "Play" msgstr "Spill av" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Spill/Ta opp" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Spill av opptak" @@ -9051,11 +9272,11 @@ msgstr "Spill av opptak" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Avspillingsalterntiver" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Spiller" @@ -9084,24 +9305,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Spillere" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9134,12 +9360,12 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Potensiell desynkronisering oppdaget: %1 kan ha desynkroniser i bilde %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9160,11 +9386,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Forhåndsinnlasting av egendefinerte teksturer" @@ -9192,7 +9418,7 @@ msgstr "" msgid "Presets" msgstr "Forhåndsinnstillinger" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Trykk Synkroniseringsknapp" @@ -9201,7 +9427,7 @@ msgstr "Trykk Synkroniseringsknapp" msgid "Pressure" msgstr "Trykk" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9210,18 +9436,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Forrige spillprofil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Forrige spill" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Forrige profil" @@ -9243,7 +9470,7 @@ msgstr "Privat og offentlig" msgid "Problem" msgstr "Problem" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9251,7 +9478,7 @@ msgstr "" "Problem med høy alvorlighetsgrad funnet. Spillet vil sannsynligvis ikke " "fungere i det hele tatt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9259,7 +9486,7 @@ msgstr "" "Problem med lav alvorlighetsgrad funnet. Dette vil mest sannsynlig ikke " "hindre spillet fra å kjøre." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9271,20 +9498,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Programteller" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Fremdrift" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9294,11 +9521,11 @@ msgstr "" msgid "Public" msgstr "Offentlig" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Tøm spillistehurtiglager" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9310,26 +9537,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Quality of Service (QoS) kunne ikke aktiveres." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Quality of Service (QoS) ble aktivert." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Spørsmål" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Avslutt" @@ -9350,11 +9577,11 @@ msgstr "Høyre-analog" msgid "READY" msgstr "KLAR" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-moduler" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO-autooppdaging" @@ -9387,17 +9614,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "B&ytt instruksjon" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Les" @@ -9420,7 +9651,7 @@ msgstr "Kun skrivebeskyttet" msgid "Read or Write" msgstr "Les eller skriv" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Skrivebeskyttet modus" @@ -9436,7 +9667,7 @@ msgstr "Ekte Wii Remote" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9446,23 +9677,27 @@ msgstr "" msgid "Recenter" msgstr "Sentrer igjen" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Opptak" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Ta opp inndata" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Tar opp" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opptaksinnstillinger" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Tar opp..." @@ -9479,7 +9714,7 @@ msgstr "Rød venstre" msgid "Red Right" msgstr "Rød høyre" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9497,7 +9732,6 @@ msgstr "'Redump.org-'status:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9512,11 +9746,11 @@ msgstr "" msgid "Refresh Game List" msgstr "Oppdater spilliste" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9525,8 +9759,8 @@ msgstr "" msgid "Refreshing..." msgstr "Gjennoppfrisker..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9547,7 +9781,8 @@ msgstr "Relativ inndata" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9559,7 +9794,7 @@ msgstr "Minn Meg Senere" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Fjern" @@ -9576,7 +9811,7 @@ msgstr "" msgid "Remove Tag..." msgstr "Fjern merkelapp..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Fjern merkelapp" @@ -9587,25 +9822,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "&Gi symbol nytt navn" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Renderingsvindu" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Spill i hovedvinduet" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9614,15 +9859,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "Forespørsel om å bli med i din gruppe" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9633,7 +9878,7 @@ msgstr "Nullstill" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9657,7 +9902,7 @@ msgstr "Tilbakestill traverseringsinnstillinger" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9665,7 +9910,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "Tilbakestill alle Wii-kontroll parringer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9677,7 +9922,7 @@ msgstr "Ressurspakkebehandler" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Omstart påkrevd" @@ -9685,11 +9930,11 @@ msgstr "Omstart påkrevd" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "Tilbakestill instruksjon" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Forsøk igjen" @@ -9698,7 +9943,7 @@ msgstr "Forsøk igjen" msgid "Return Speed" msgstr "Returhastighet" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revisjon" @@ -9706,7 +9951,7 @@ msgstr "Revisjon" msgid "Revision: %1" msgstr "Revisjon: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9757,11 +10002,11 @@ msgstr "Rull mot venstre" msgid "Roll Right" msgstr "Rull mot høyre" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "Rom-ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9770,7 +10015,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "Rotasjon brukt ved utslaget av sving." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9779,7 +10024,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9791,6 +10036,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9816,20 +10070,25 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Kjør &Til Hit" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9840,23 +10099,23 @@ msgstr "" msgid "Russia" msgstr "Russland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD-kort" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD-kortbilde (*.raw);;Alle filer (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD-kort-sti:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9864,7 +10123,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9899,11 +10158,11 @@ msgstr "SSL-sammenheng" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Lag&ringskode" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Lagre &stadie" @@ -9915,7 +10174,7 @@ msgstr "Sikker" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9925,28 +10184,40 @@ msgstr "Lagre" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Lagringsfil Eksport" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "Lagre FIFO-logg" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Lagre fil til" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -9957,15 +10228,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Lagre import" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Lagre eldste hurtiglagring" @@ -9973,73 +10248,77 @@ msgstr "Lagre eldste hurtiglagring" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Lagre hurtiglagring" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Hurtiglagringsplass nr. 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Hurtiglagringsplass nr. 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Hurtiglagringsplass nr. 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Hurtiglagringsplass nr. 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Hurtiglagringsplass nr. 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Hurtiglagringsplass nr. 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Hurtiglagringsplass nr. 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Hurtiglagringsplass nr. 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Hurtiglagringsplass nr. 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Hurtiglagringsplass nr. 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Lagre tilstand til fil" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Lagre tilstand til eldste kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Lagre tilstand til valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Lagre tilstand til kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "&Lagre symbolkart som..." @@ -10047,7 +10326,7 @@ msgstr "&Lagre symbolkart som..." msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Lagre og last inn tilstand" @@ -10055,15 +10334,11 @@ msgstr "Lagre og last inn tilstand" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Lagre som …" -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Lagre kombinert utdatafil som" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10077,23 +10352,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Lagre kartfil" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Lagre signaturfil" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Lagre til valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Lagre til kortplass %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Lagre …" @@ -10114,7 +10381,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Skalert EFB-kopi" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10123,8 +10390,8 @@ msgid "ScrShot" msgstr "SkjDump" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Søk" @@ -10133,7 +10400,7 @@ msgstr "Søk" msgid "Search Address" msgstr "Søkeadresse" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Søk i nåværende objekt" @@ -10145,13 +10412,13 @@ msgstr "Søk i undermapper" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Søk etter en instruks" @@ -10159,7 +10426,7 @@ msgstr "Søk etter en instruks" msgid "Search games..." msgstr "Søk spill..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Søk instruksjon" @@ -10194,9 +10461,9 @@ msgstr "Velg" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10205,7 +10472,7 @@ msgid "Select Dump Path" msgstr "Velg dumpens filbane" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Velg eksportmappe" @@ -10213,18 +10480,22 @@ msgstr "Velg eksportmappe" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Velg nyeste hurtiglagring" @@ -10233,6 +10504,10 @@ msgstr "Velg nyeste hurtiglagring" msgid "Select Load Path" msgstr "Velg innlastingsfilbane" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10241,6 +10516,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10249,58 +10532,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Velg inngang %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Velg tilstand" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Velg kortplass for lagringsstadie" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Velg lagringsstadieplass 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Velg lagringsstadieplass 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Velg lagringsstadieplass 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Velg lagringsstadieplass 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Velg lagringsstadieplass 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Velg lagringsstadieplass 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Velg lagringsstadieplass 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Velg lagringsstadieplass 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Velg lagringsstadieplass 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Velg lagringsstadieplass 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10314,29 +10601,25 @@ msgstr "Velg Wii NAND-Rot" msgid "Select a Directory" msgstr "Velg mappe" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Velg en fil" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Velg et spill" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Velg en SD-kortbilledfil" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10344,19 +10627,15 @@ msgstr "" msgid "Select a game" msgstr "Velg et spill" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Velg en tittel å installere til NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Velg RSO-moduladressen:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10364,36 +10643,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Velg nøkkelfil (OTP/SEEPROM dump)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Velg lagringsfil" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Valgt skrifttype" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Valgt kontrolprofil finnes ikke" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Valgt spill eksisterer ikke i spillisten!" @@ -10405,19 +10667,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10436,7 +10698,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10447,7 +10709,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10469,24 +10731,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Send" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Sensorbjelkeposisjon:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10503,7 +10795,7 @@ msgstr "IP-adresse for server" msgid "Server Port" msgstr "Serverport" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Tjeneren avslo traverseringsforsøk" @@ -10511,44 +10803,40 @@ msgstr "Tjeneren avslo traverseringsforsøk" msgid "Set &Value" msgstr "Sett &verdi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Sett programteller" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Sett som &forvalgt ISO" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Angi minnekortfil for inngang A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Angi minnekortfil for inngang B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Sett symbol-&sluttadresse" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Angi symbol&størrelse" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Sett symbol-sluttadresse" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Angi symbolstørrelse (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10558,28 +10846,35 @@ msgstr "" "spill.\n" "Fungerer kanskje ikke i alle spill." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Sett Wii-systemspråket." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10589,13 +10884,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Innstillinger" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Kan ikke opprette «setting.txt»-fil" @@ -10603,7 +10898,7 @@ msgstr "SetupWiiMemory: Kan ikke opprette «setting.txt»-fil" msgid "Severity" msgstr "Alvorlighetsgrad" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Skygeleggerkompilering" @@ -10625,228 +10920,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Vis &logg" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Vis &verktøylinje" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Vis aktiv tittel i vindustittel" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Vis Australia" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Vis nåværende spill på Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Vis ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Vis bildefrekvens (FPS)" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Vis bildeteller" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Vis Frankrike" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Vis GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Vis Tyskland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Vis golfmodusoverlegg" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Vis inndataskjerm" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Vis Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Vis Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Vis lagteller" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Vis språk:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Vis logg&oppsett" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Vis NetPlay-meldinger" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Vis NetPlay-ping" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Vis Nederland" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Vis Skjerm-meldinger" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Vis PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Vis PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Vis plattformer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Vis regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Vis Russland" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Vis Spania" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Vis statistikker" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Vis systemklokke" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Vis Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Vis USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Vis ukjent" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Vis WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Vis Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Vis verden" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Vis i &minne" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Vis i kode" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10854,109 +11153,113 @@ msgstr "" msgid "Show in server browser" msgstr "Vis i vertsliste" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Side-ved-side" @@ -10973,7 +11276,7 @@ msgstr "Sideveisveksling" msgid "Sideways Wii Remote" msgstr "Sideveis Wii Remote" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signaturdatabase" @@ -10997,7 +11300,7 @@ msgid "Signed Integer" msgstr "Signert heltall" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Forenklet kinesisk" @@ -11014,7 +11317,7 @@ msgstr "" msgid "Size" msgstr "Størrelse" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11022,11 +11325,11 @@ msgstr "" "Størrelse på strekkehurtilagringsbufferen i millisekunder. For lave verdier " "kan forårsake lydknaking." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Hopp over" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11042,7 +11345,7 @@ msgstr "Hopp over hovedmeny" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11122,11 +11425,11 @@ msgstr "" msgid "Software Renderer" msgstr "Programvarerendrer" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11140,12 +11443,12 @@ msgstr "" "Noen av de angitte verdiene er ugyldige.\n" "Vennligst sjekk de markerte verdiene." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Sorter alfabetisk" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Lyd:" @@ -11159,7 +11462,7 @@ msgstr "Spania" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spansk" @@ -11167,11 +11470,11 @@ msgstr "Spansk" msgid "Speaker Pan" msgstr "Høytaler-lydforskyvelse" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Lydstyrke:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11179,7 +11482,7 @@ msgstr "" msgid "Specific" msgstr "Spesifikk" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11192,12 +11495,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Hastighet" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11216,33 +11523,37 @@ msgstr "" msgid "Standard Controller" msgstr "Forvalgt kontroller" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Start &NetPlay…" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Start inn&dataopptak" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Start opptak" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11254,7 +11565,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Startet spill" @@ -11277,52 +11588,52 @@ msgstr "Steg" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Stepp Inn i" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Stepp ut" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Stepp over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Utstepping vellykket!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Utstepping tidsutløp!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Stepper over..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Stepp vellykket!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Stepper" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Stereoskopisk 3D-modus:" @@ -11343,16 +11654,20 @@ msgid "Stick" msgstr "Joystick" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Stopp" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Stopp avspilling/opptak av inndata" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Stoppet spill" @@ -11384,11 +11699,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Strekk til Vindu" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Streng innstillingssynkronisering" @@ -11402,11 +11717,11 @@ msgstr "Streng" msgid "Strum" msgstr "Klimpre" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11417,18 +11732,18 @@ msgstr "" msgid "Stylus" msgstr "Penn" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Vellykket" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Lagt til i NetPlay-indeksen" @@ -11438,7 +11753,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Slettet '%1'." @@ -11451,24 +11766,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "Eksportering av lagringsfiler var vellykket" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Ekstrahering av sertifikat fra NAND vellykket" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Ekstrahering av fil vellykket." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Ekstrahering av systemdata vellykket." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Installering av tittelen til NAND var vellykket." @@ -11491,12 +11806,12 @@ msgstr "Støtte" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Støtter SD og SDHC. Standardstørrelsen er 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround" @@ -11504,7 +11819,7 @@ msgstr "Surround" msgid "Suspended" msgstr "Suspendert" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Bytt øyne" @@ -11519,7 +11834,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11539,22 +11854,31 @@ msgstr "Bytt til A" msgid "Switch to B" msgstr "Bytt til B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Symbol (%1) endeadresse:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "Symbolnavn:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboler" @@ -11562,7 +11886,7 @@ msgstr "Symboler" msgid "Sync" msgstr "Synkroniser" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Synkroniser AR/Gecko-koder" @@ -11582,43 +11906,43 @@ msgstr "" "Synkroniserer GPU- og CPU-trådene for å hindre tilfeldige frys i " "dobbelkjernemodus. (PÅ = kompatibel, AV = raskt)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "Synkroniserer AR-koder..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Synkroniserer Gecko-koder..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Synkroniserer lagringsdata..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Systemspråk:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS-inndata" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS-verktøy" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiketter" @@ -11636,15 +11960,15 @@ msgstr "Hale" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Ta skjermbilde" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11660,9 +11984,9 @@ msgstr "" msgid "Test" msgstr "Test" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11671,15 +11995,15 @@ msgstr "" msgid "Texture Cache" msgstr "Tekstur-hurtiglager" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11687,7 +12011,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Teksturformat-overlegg" @@ -11706,11 +12030,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11720,11 +12044,11 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "Mesterverk-partisjonene mangler." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -11732,22 +12056,22 @@ msgstr "" "NAND kunne ikke repareres. Det er anbefalt å sikkerhetskopiere dine " "nåværende data for deretter å starte med en blank NAND." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND er blitt reparert." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11763,14 +12087,14 @@ msgstr "Kanalpartisjonene mangler." msgid "The data partition is missing." msgstr "Datapartisjonen mangler." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11858,7 +12182,7 @@ msgstr "" "Filen %1 finnes allerede.\n" "Vil du erstatte den?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11885,29 +12209,29 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Filsystemet er ugyldig eller kunne ikke leses." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" "Formatet disk-bildefilen er lagret i, holder ikke størrelsen på bildefilen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "Spill-IDen er inkonsekvent." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "Spill-IDen er uvanlig kort." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11915,7 +12239,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "Spillplata inneholder ikke noen brukbar oppdateringsinformasjon." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Spillet kjøres for øyeblikket." @@ -11929,7 +12253,7 @@ msgstr "" "systemmenyen er det ikke mulig å oppdatere den emulerte konsollen ved bruk " "av denne platen." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11938,21 +12262,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Sjekksummene samsvarer ikke!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Sjekksummene samsvarer!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11964,11 +12288,11 @@ msgstr "" msgid "The install partition is missing." msgstr "Installeringspartisjonen mangler." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11982,7 +12306,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11990,8 +12314,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Profilen \"%1\" finnes ikke" @@ -11999,7 +12323,7 @@ msgstr "Profilen \"%1\" finnes ikke" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12018,20 +12342,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "Serverens og klientens NetPlay-versjoner er ikke kompatible." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "Tjeneren er full." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "Tjeneren sendte en ukjent feilmelding." @@ -12048,15 +12372,15 @@ msgstr "" "Vil du virkelig benytte programvarerendering? Hvis usikker, velg 'Nei'." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12067,31 +12391,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Typen til partisjonen kunne ikke leses." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12104,7 +12428,7 @@ msgstr "" "Oppdateringen har blitt kansellert. Det er sterkt anbefalt å fullføre denne " "for å unngå inkonsekvente systemprogramvareversjoner." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" "Oppdateringspartisjonen inneholder ikke IOS-versjonen brukt av denne " @@ -12114,33 +12438,33 @@ msgstr "" msgid "The update partition is missing." msgstr "Oppdateringspartisjonen mangler." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "Oppdateringspartisjonen er ikke ved sin normale posisjon." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12155,8 +12479,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12194,7 +12518,7 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -12202,7 +12526,7 @@ msgstr "" "Denne koreanske tittelen er satt til å bruke en IOS som ikke typisk brukes " "på koreanske konsoller. Dette vil sannsynligvis føre til ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12226,35 +12550,35 @@ msgstr "" "Denne Action Replay-simulatoren støtter ikke koder som modifiserer selve " "Action Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Dette kan ikke omgjøres!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "Denne feilrettings-diskbildefilen har størrelsen til en vanlig kommersiell " "diskbildefil." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Denne diskbildefilen har en uvanlig størrelse." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12265,7 +12589,7 @@ msgstr "" "nåværende form, men kan konvertes tilbake til en bra rip. CRC32 av filen kan " "muligens matche CRC32 av en bra kopi, selv om de ikke er identiske." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12274,7 +12598,7 @@ msgstr "" "kopieringsprogram lagret diskbildefilen som flere biter, må du flette den " "inn i én fil." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12283,14 +12607,14 @@ msgstr "" "sannsynlig at dette er en dobbeltlags disk, som har blitt kopiert som " "enkeltlags disk." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12308,7 +12632,7 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "Denne filen virker ikke som en BootMii NAND-sikkerhetskopi." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -12319,7 +12643,7 @@ msgstr "" "vil være korrupt. Dette problemet finnes som regel kun på ulovlige " "spillkopier." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -12329,27 +12653,27 @@ msgstr "" "grafikkort eller dets drivere støtter ikke dette. Derfor vil du oppleve feil " "eller bildefrys mens du kjører spillet." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Dette er en dårlig dump." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Dette er en god dump." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12357,7 +12681,7 @@ msgstr "" msgid "This session requires a password:" msgstr "Denne økten er passordbeskyttet:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12379,12 +12703,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Denne tittelen kan ikke startes." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Tittelen er satt til en ugyldig IOS." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Tittelen er satt til å bruke en ugyldig fellesnøkkel." @@ -12417,7 +12741,7 @@ msgid "" msgstr "" "Denne verdien er multiplisert med dybden som er valgt i grafikkoppsettet." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12432,7 +12756,7 @@ msgstr "" "Dette vil begrense hastigheten til klump-opplasting per klient, som brukes " "til lagrefilssynkronisering." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12452,7 +12776,7 @@ msgstr "Tråder" msgid "Threshold" msgstr "Terskel" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12462,6 +12786,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Vend" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12471,10 +12820,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Tittel" @@ -12482,25 +12831,29 @@ msgstr "Tittel" msgid "To" msgstr "Til" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Til:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Bruk &fullskjerm" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Veksle 3D Anaglyph" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Veksle 3D side-ved-side" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Veksle 3D topp-bunn" @@ -12508,28 +12861,28 @@ msgstr "Veksle 3D topp-bunn" msgid "Toggle All Log Types" msgstr "Bytt alle loggtypene" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Skift bildestørrelse" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Slå av/på stoppunkt" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Veksle krumningsinnstilling" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Veksle Brukerteksturer" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Slå på EFB-kopi" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Slå på tåke" @@ -12541,35 +12894,39 @@ msgstr "Bytt mellom fullskjermspilling eller vinduspilling" msgid "Toggle Pause" msgstr "Slå av/på pause" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Veksle SD-kort" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Veksle teksturdumping" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "Bruk USB-tastatur" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Veksle XFB-Kopier" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Veksle XFB Øyeblikkelig Modus" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12577,7 +12934,7 @@ msgstr "" msgid "Toolbar" msgstr "Verktøylinje" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Oppe" @@ -12585,7 +12942,7 @@ msgstr "Oppe" msgid "Top-and-Bottom" msgstr "Topp-og-bunn" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12623,12 +12980,12 @@ msgstr "Total reiselengde." msgid "Touch" msgstr "Berør" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Tradisjonell kinesisk" @@ -12648,8 +13005,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Traverseringsfeil" @@ -12657,7 +13014,7 @@ msgstr "Traverseringsfeil" msgid "Traversal Server" msgstr "Traverserings-tjener" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Tidsavbrudd for traverseringstjener under tilkobling til vert" @@ -12688,7 +13045,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12714,11 +13071,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12732,14 +13089,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB hviteliste-feil" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12747,7 +13104,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12756,23 +13113,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12800,11 +13157,11 @@ msgstr "" "\n" "Ønsker du å ignorere denne linjen å fortsette fortolkning?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12827,11 +13184,11 @@ msgstr "Ukomprimerte GC/Wii bildefiler (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Angre åpning av hurtiglagring" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Angre hurtiglagring" @@ -12851,23 +13208,23 @@ msgstr "" "Å avinstallere WAD-filen vil fjerne den nåværende installerte versjonen av " "denne tittelen fra NAND, uten å slette dens lagringsdata. Fortsett?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "USA" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Ukjent" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12876,27 +13233,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12916,11 +13273,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12928,11 +13285,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12947,11 +13304,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Ubegrenset" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12959,7 +13316,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12991,7 +13353,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "Usignert heltall" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13002,7 +13364,7 @@ msgid "Up" msgstr "Opp" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Oppdater" @@ -13059,7 +13421,7 @@ msgstr "Oppreisningsveksling" msgid "Upright Wii Remote" msgstr "Oppreist Wii-kontroll" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Innstillinger for rapportering av bruksstatistikk" @@ -13067,15 +13429,19 @@ msgstr "Innstillinger for rapportering av bruksstatistikk" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Bruk den innebygde databasen over spillnavn" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Bruk tapsfri kodek (FFV1)" @@ -13083,21 +13449,21 @@ msgstr "Bruk tapsfri kodek (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Bruk PAL60-modus (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Bruk panikkadvarslere" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13106,8 +13472,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13146,18 +13512,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13165,14 +13531,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13435,8 +13805,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advarsel" @@ -13526,7 +13896,14 @@ msgstr "Vestlig (Windows-1252)" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13534,7 +13911,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13542,7 +13919,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Hvitelistede USB-gjennomstrømmingsenheter" @@ -13550,7 +13927,7 @@ msgstr "Hvitelistede USB-gjennomstrømmingsenheter" msgid "Widescreen Hack" msgstr "Bredskjermshack" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13574,7 +13951,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13592,7 +13969,7 @@ msgstr "Wii-kontrollerknapper" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Innstillinger for Wii Remote" @@ -13612,7 +13989,7 @@ msgstr "Wii TAS-inndata %1 - Wii-kontroll" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii TAS-inndata %1 - Wii-kontroll + Nunchuck" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii og Wii-kontroll" @@ -13620,15 +13997,15 @@ msgstr "Wii og Wii-kontroll" msgid "Wii data is not public yet" msgstr "Wii-data er ikke offentlige enda" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii-lagringsfiler (*.bin);;Alle filer (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13637,11 +14014,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13655,11 +14040,11 @@ msgstr "Verden" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Skriv" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13692,27 +14077,27 @@ msgstr "Skriv til logg og stop" msgid "Write to Window" msgstr "Skriv til vindu" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13763,14 +14148,14 @@ msgstr "Ja" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13803,7 +14188,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" "Du bruker den nyeste versjonen som er tilgjengelig gjennom denne " @@ -13853,7 +14238,7 @@ msgstr "Du må angi et navn for din økt!" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Du må restarte Dolphin for at endringen skal tre i kraft." @@ -13873,7 +14258,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13891,7 +14276,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3-kode støttes ikke" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13940,7 +14325,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "frakoblet" @@ -13956,7 +14341,8 @@ msgstr "" msgid "fake-completion" msgstr "falsk-utførrelse" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -14021,7 +14407,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -14041,23 +14428,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -14068,7 +14455,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/nl.po b/Languages/po/nl.po index 7fcad3f8da..7163e57d2f 100644 --- a/Languages/po/nl.po +++ b/Languages/po/nl.po @@ -29,18 +29,18 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Mike van der Kuijl , 2020-2024\n" -"Language-Team: Dutch (http://app.transifex.com/delroth/dolphin-emu/language/" -"nl/)\n" +"Language-Team: Dutch (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/nl/)\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -52,7 +52,7 @@ msgstr "" "Omdat GameCube-schijfafbeeldingen weinig verificatiedata bevatten kunnen er " "problemen zijn die Dolphin niet kan detecteren." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -65,6 +65,12 @@ msgstr "" "garanderen dat er niet mee geknoeid is, zelfs als de handtekeningen geldig " "lijken." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (schijf %1)" @@ -73,7 +79,7 @@ msgstr " (schijf %1)" msgid "! Not" msgstr "! Niet" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" is een ongeldig GCM/ISO-bestand." @@ -110,16 +116,16 @@ msgstr "" "%1\n" "wil lid worden van uw partij." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -135,16 +141,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Kopie)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Schijf %2, Revisie %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revisie %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (Standaard)" @@ -164,7 +170,7 @@ msgstr "%1 (langzaam)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -178,28 +184,28 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Grafische Configuratie" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" #. i18n: A positive number of version control commits made compared to some named branch #: Source/Core/DolphinQt/AboutDialog.cpp:27 msgid "%1 commit(s) ahead of %2" -msgstr "" +msgstr "%1 commit(s) voor op %2" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:141 msgid "%1 doesn't support this feature on your system." msgstr "%1 ondersteunt deze functie niet op uw systeem." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 ondersteunt deze functie niet." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -209,27 +215,27 @@ msgstr "" "%2 object(en)\n" "Huidige Frame: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 doet nu mee" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 is vertrokken" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 heeft %2/%3 prestaties ontgrendeld die %4/%5 punten waard zijn" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 is geen geldige ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 is nu aan het golfen" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 is %2 aan het spelen" @@ -237,13 +243,13 @@ msgstr "%1 is %2 aan het spelen" msgid "%1 memory ranges" msgstr "%1 geheugen reeksen" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 punten" @@ -255,30 +261,30 @@ msgstr "%1 sessie gevonden" msgid "%1 sessions found" msgstr "%1 sessies gevonden" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normale Snelheid)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "%1's waarde is veranderd" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "%1's waarde is geraakt" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1's waarde is gebruikt" @@ -286,13 +292,17 @@ msgstr "%1's waarde is gebruikt" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" -msgstr "" +msgstr "%1

%2" #: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:141 msgid "%1[%2]: %3" @@ -306,7 +316,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -319,26 +329,26 @@ msgstr "%1x Native (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Native (%2x%3) voor %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" "%n adres(sen) kon(den) niet worden benaderd in het geëmuleerde geheugen." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n adres(sen) blijft/blijven over." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -364,36 +374,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Over" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Voeg Functie toe" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Voeg Geheugen Breekpunt Toe" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Nieuwe Code Toevoegen..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Functie toevoegen" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Toevoegen..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Geluidsinstellingen" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Automatisch Bijwerken:" @@ -401,15 +411,19 @@ msgstr "&Automatisch Bijwerken:" msgid "&Borderless Window" msgstr "&Randloos venster" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "&Breek bij Hit." + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Breekpunten" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug-tracker" @@ -417,15 +431,15 @@ msgstr "&Bug-tracker" msgid "&Cancel" msgstr "&Annuleren" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Cheats Beheer" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Controleer op updates..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "Symbolen &wissen" @@ -433,50 +447,51 @@ msgstr "Symbolen &wissen" msgid "&Clone..." msgstr "&Klonen…" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Code" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Verbonden" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Controllerinstellingen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Adres kopiëren" +msgstr "&Kopieer Adres" #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Aanmaken…" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Verwijderen" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Verwijder Watchvenster" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Verwijder Watches" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "Code &bewerken…" @@ -484,14 +499,18 @@ msgstr "Code &bewerken…" msgid "&Edit..." msgstr "&Bewerken…" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "Schijf &uitwerpen" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulatie" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exporteren" @@ -508,41 +527,41 @@ msgstr "State &exporteren…" msgid "&Export as .gci..." msgstr "Als .gci exporteren…" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Lettertype..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Frame Voorwaarts" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" -msgstr "&Vrije-kijk-instellingen" +msgstr "&Vrije-kijkinstellingen" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "Symbolen &genereren van" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-repository" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafische instellingen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hulp" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Sneltoetsinstellingen" @@ -562,19 +581,19 @@ msgstr "State &importeren…" msgid "&Import..." msgstr "&Importeren…" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinity Base" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "Blr …invoegen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "&Voeg BLR in" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Interframe Menging" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -582,15 +601,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Taal:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" -msgstr "" +msgstr "&Laad Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "State &laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "Symbol-map &laden" @@ -600,23 +619,27 @@ msgstr "&Laad bestand naar huidig adres" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Vergrendel Watches" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Vergrendel Widgets op hun Plaats" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" +msgstr "&Log bij Hit." -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Geheugen" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Opname" @@ -624,7 +647,7 @@ msgstr "&Opname" msgid "&Mute" msgstr "&Dempen" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Netwerk" @@ -633,23 +656,27 @@ msgid "&No" msgstr "&Nee" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Openen…" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opties" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Patch HLE Functies" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauze" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Spelen" @@ -657,7 +684,7 @@ msgstr "&Spelen" msgid "&Properties" msgstr "&Eigenschappen" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Alleen-lezen-modus" @@ -665,7 +692,7 @@ msgstr "&Alleen-lezen-modus" msgid "&Refresh List" msgstr "Lijst &verversen" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registers" @@ -673,29 +700,29 @@ msgstr "&Registers" msgid "&Remove" msgstr "&Verwijderen" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Code verwijderen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Symbool hernoemen" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "&Hernoem Symbool" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Resetten" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Resource Pack Beheer" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" -msgstr "" +msgstr "&Sla Branch Watch op" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Symbol-map opslaan" @@ -703,31 +730,35 @@ msgstr "&Symbol-map opslaan" msgid "&Scan e-Reader Card(s)..." msgstr "&Scan e-Reader Kaart(en)..." -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Skylanders Portal" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Snelheidslimiet:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Stoppen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Thema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Threads" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" +msgstr "&Gereedschap" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Gereedschap" @@ -737,21 +768,21 @@ msgstr "&ROM ontladen" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "Watches &ontgrendelen" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Weergave" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -763,38 +794,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ja" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' niet gevonden, geen symboolnamen gegenereerd" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' niet gevonden, in plaats daarvan zoeken naar algemene functies" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Dark)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Licht)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Systeem)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(host)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(uit)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Vermenigvuldig" @@ -811,7 +834,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Aftrekken" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -820,7 +843,7 @@ msgid "--Unknown--" msgstr "--Onbekend--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -881,7 +904,7 @@ msgstr "16-bit Signed Integer" msgid "16-bit Unsigned Integer" msgstr "16-bit Unsigned Integer" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -889,7 +912,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x Anisotropisch" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -901,7 +924,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -937,19 +960,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-bit Unsigned Integer" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D diepte" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -965,7 +988,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blokken)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -973,7 +996,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1062,15 +1085,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "Uitgeschakeld in Hardcore-modus." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1086,7 +1109,7 @@ msgid "" "Notes:" msgstr "" "

Een nieuwe versie van Dolphin is beschikbaar!

Dolphin %1 is " -"beschikbaar om te downloaden. U gebruikt %2.
Wilt u updaten?" +"beschikbaar om te downloaden. U gebruikt %2.
Wilt u bijwerken?" "

Releaseopmerkingen:

" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:20 @@ -1109,8 +1132,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Meer dan" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Er is al een NetPlay sesie bezig!" @@ -1134,7 +1157,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Er ligt al een schijf in de lade." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1147,7 +1170,7 @@ msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" "Een save state kan niet worden gebruikt zonder een spel te specificeren. " -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1169,9 +1192,9 @@ msgstr "" "Een synchronisatie kan alleen worden geactiveerd wanneer er een Wii spel " "draait." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" -msgstr "" +msgstr "A&utomatisch Opslaan" #. i18n: A mysterious debugging/diagnostics peripheral for the GameCube. #: Source/Core/Core/HW/EXI/EXI_Device.h:98 @@ -1207,7 +1230,7 @@ msgstr "" "Wii-afstandbediening ondersteuning in netplay is experimenteel en " "functioneert mogelijk niet optimaal. Gebruik op eigen risico.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR Code" @@ -1249,8 +1272,8 @@ msgstr "Nauwkeurigheid:" msgid "Achievement Settings" msgstr "Prestatie-instellingen" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Prestaties" @@ -1343,7 +1366,7 @@ msgstr "Action Replay: Normal Code {1}: Onjuist Subtype {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "Activeer NetPlay Chat" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Actief" @@ -1359,7 +1382,7 @@ msgstr "Actieve thread wachtrij" msgid "Active threads" msgstr "Actieve threads" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adapter" @@ -1367,7 +1390,7 @@ msgstr "Adapter" msgid "Adapter Detected" msgstr "Adapter gedetecteerd" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter:" @@ -1394,11 +1417,11 @@ msgstr "Nieuw USB Apparaat Toevoegen" msgid "Add Shortcut to Desktop" msgstr "Voeg Snelkoppeling toe aan Bureaublad" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Voeg een Breekpunt Toe" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Voeg Een Geheugen Breekpunt Toe" @@ -1417,28 +1440,27 @@ msgstr "Plaats geheugen breekpunt" msgid "Add to &watch" msgstr "Toevoegen aan &watchvenster" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Voeg toe aan watch" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Toevoegen..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adres" @@ -1457,14 +1479,14 @@ msgstr "Adresruimte per CPU state" msgid "Address:" msgstr "Adres:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1487,7 +1509,7 @@ msgstr "" "weergave en het ontbreken van tekst.

In geval van " "twijfel de meest rechter waarde gebruiken." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1499,7 +1521,7 @@ msgstr "" "WAARSCHUWING: Dit inschakelen zal vele spellen kapot maken. Slechts een " "klein aantal spellen kan hiervan profiteren." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1536,7 +1558,7 @@ msgstr "Geavanceerd" msgid "Advanced Settings" msgstr "Geavanceerde instellingen" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1592,7 +1614,7 @@ msgstr "Alles Double" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1600,7 +1622,7 @@ msgid "All Files" msgstr "Alle Bestanden" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Alle Bestanden (*)" @@ -1609,7 +1631,7 @@ msgstr "Alle Bestanden (*)" msgid "All Float" msgstr "Alle Float" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Alle GC/Wii bestanden" @@ -1618,8 +1640,8 @@ msgstr "Alle GC/Wii bestanden" msgid "All Hexadecimal" msgstr "Alle Hexadecimaal" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Alle Save States (*.sav *.s##);; Alle Bestanden (*)" @@ -1631,27 +1653,27 @@ msgstr "Alles Signed Integer" msgid "All Unsigned Integer" msgstr "Alles Unsigned Integer" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Alle Bestanden (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Codes van alle spelers gesynchroniseerd." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Saves van alle spelers gesynchroniseerd." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Niet-overeenkomende regio-instellingen toestaan" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Rapportage van gebruiksstatistieken toestaan" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Sta Schrijven naar SD-Kaart toe" @@ -1671,7 +1693,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Alternatieve inputbronnen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Altijd" @@ -1693,7 +1715,7 @@ msgstr "Een geplaatste schijf werd verwacht maar is niet gevonden." msgid "Anaglyph" msgstr "Anaglyph" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analyseer" @@ -1707,7 +1729,7 @@ msgstr "Hoek" msgid "Angular velocity to ignore and remap." msgstr "Hoeksnelheid om te negeren en te remappen." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Anti-Aliasing" @@ -1719,19 +1741,19 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Elke Regio" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "Voeg Signatuur toe aan" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Toevoegen aan &Bestaand Signatuurbestand..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "P&as Signatuur Toe..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1739,7 +1761,7 @@ msgstr "" "Past een post-processing effect toe na het verwerken van een frame.

In geval van twijfel selecteer (uit)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploader Datum:" @@ -1747,19 +1769,19 @@ msgstr "Apploader Datum:" msgid "Apply" msgstr "Toepassen" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "Pas signatuurbestand toe..." +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "Pas Signatuurbestand toe" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Arbitraire Mipmapdetectie" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Weet u zeker dat u '%1' wilt verwijderen?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Weet u zeker dat u dit bestand wilt verwijderen?" @@ -1767,10 +1789,18 @@ msgstr "Weet u zeker dat u dit bestand wilt verwijderen?" msgid "Are you sure you want to delete this pack?" msgstr "Weet u zeker dat u dit pakket wilt verwijderen?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Weet u zeker dat u NetPlay wilt afsluiten?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Weet u het zeker?" @@ -1779,16 +1809,16 @@ msgstr "Weet u het zeker?" msgid "Area Sampling" msgstr "Gebiedssampling" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Beeldverhouding" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" -msgstr "" +msgstr "Beeldverhouding gecorrigeerde interne resolutie" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Beeldverhouding:" @@ -1796,9 +1826,9 @@ msgstr "Beeldverhouding:" msgid "Assemble" msgstr "Assemble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "Assemble instructie" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "Assemble Instructie" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1808,7 +1838,7 @@ msgstr "Assembler" msgid "Assembly File" msgstr "Assembly Bestand" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Controllerpoorten Toewijzen" @@ -1831,11 +1861,11 @@ msgstr "Koppel MotionPlus" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Audio-backend:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Audiorekkingsinstellingen" @@ -1851,7 +1881,7 @@ msgstr "Auteur" msgid "Authors" msgstr "Auteurs" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1860,11 +1890,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (veelvoud van 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Automatisch Bijwerken" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Instellingen voor automatisch bijwerken" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1876,7 +1910,7 @@ msgstr "" "\n" "Selecteer een specifieke interne resolutie." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Venstergrootte automatisch aanpassen" @@ -1884,15 +1918,15 @@ msgstr "Venstergrootte automatisch aanpassen" msgid "Auto-Hide" msgstr "Automatisch Verbergen" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Auto-detect RSO module?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Automatisch synchroniseren met map" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1900,6 +1934,17 @@ msgstr "" "Past de venster grootte automatisch aan aan de interne resolutie." "

In geval van twijfel leeg laten." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Automatisch bijwerken van huidige waardes" @@ -1911,7 +1956,7 @@ msgid "Auxiliary" msgstr "Auxiliary" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1931,7 +1976,7 @@ msgstr "" #: Source/Core/DolphinQt/Settings/BroadbandAdapterSettingsDialog.cpp:73 msgid "BBA destination address" -msgstr "" +msgstr "BBA Bestemmingsadres" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:209 msgid "BIOS:" @@ -1945,19 +1990,19 @@ msgstr "BP register " msgid "Back Chain" msgstr "Back Chain" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Backend" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Backend Multi-threading" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Backend-instellingen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -1966,20 +2011,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Achtergrondinput" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Achteruit" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Slechte Waarde Gegeven" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Verkeerd adres opgegeven." @@ -1987,28 +2032,28 @@ msgstr "Verkeerd adres opgegeven." msgid "Bad dump" msgstr "Slechte dump" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Slechte offset gegeven." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Verkeerde waarde opgegeven." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Banner Details" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -2024,11 +2069,11 @@ msgstr "Basis Adres" msgid "Base priority" msgstr "Basisprioriteit" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Basis" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Basisinstellingen" @@ -2076,7 +2121,7 @@ msgstr "Binaire SSL (lees)" msgid "Binary SSL (write)" msgstr "Binaire SSL (schrijf)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bitrate (kbps):" @@ -2088,13 +2133,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Blokgrootte" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Blokgrootte:" @@ -2128,95 +2173,95 @@ msgstr "" "Bluetooth passthrough modus staat aan, maar Dolphin is gecompileerd zonder " "libusb. Passthrough mode kan niet gebruikt worden." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Opstarten naar Pauze" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND backup bestanden (*.bin);;Alle bestanden (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii sleutelbestand (*.bin);;Alle Bestanden (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Randloos volledig scherm" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Beneden" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" -msgstr "" +msgstr "Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" -msgstr "" +msgstr "Branch (LR opgeslagen)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" -msgstr "" +msgstr "Voorwaardelijke Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" -msgstr "" +msgstr "Voorwaardelijke Brach (LR opgeslagen)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" -msgstr "" +msgstr "Voorwaardelijke Branch naar Tel Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" -msgstr "" +msgstr "Voorwaardelijke Branch naar Tel Register (LR opgeslagen)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" -msgstr "" +msgstr "Voorwaardelijke Branch naar Link Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" -msgstr "" +msgstr "Voorwaardelijke Branch naar Link Register (LR opgeslagen)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" -msgstr "" +msgstr "Branch Niet Overschreven" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" -msgstr "" +msgstr "Branch Type" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" -msgstr "" +msgstr "Branch Was Overschreven" #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:109 msgid "Branch Watch" -msgstr "" +msgstr "Branch Watch" #: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:202 msgid "Branch Watch Tool" -msgstr "" +msgstr "Branch Watch Tool" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" -msgstr "" +msgstr "Branch Watch Tool Hulp (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" -msgstr "" +msgstr "Branch Watch Tool Hulp (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" -msgstr "" +msgstr "Branch Watch Tool Hulp (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" -msgstr "" +msgstr "Branch Watch Tool Hulp (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2233,7 +2278,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2243,51 +2288,51 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" -msgstr "" +msgstr "Branch naar Tel Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" -msgstr "" +msgstr "Branch naar Tel Register (LR opgeslagen)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" -msgstr "" +msgstr "Branch naar Link Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" -msgstr "" +msgstr "Branch naar Link Register (LR opgeslagen)" #. i18n: "Branch" means the version control term, not a literal tree branch. #: Source/Core/DolphinQt/AboutDialog.cpp:63 msgid "Branch: %1" msgstr "Branch: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Branches" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Afbreken" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" +msgstr "Breek &en Log bij Hit." -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Breekpunt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Breekpunt tegengekomen! Uitstappen afgebroken." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Breekpunten" @@ -2321,24 +2366,24 @@ msgstr "Breedbandadapterfout" msgid "Broadband Adapter MAC Address" msgstr "Breedbandadapter-MAC-adres" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Blader &NetPlay Sessies...." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Buffergrootte:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Buffergrootte gewijzigd naar %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2386,7 +2431,7 @@ msgstr "Door: %1" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "M&aak Signatuurbestand aan..." @@ -2394,11 +2439,11 @@ msgstr "M&aak Signatuurbestand aan..." msgid "CP register " msgstr "CP register " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU Emulatie Engine:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU Opties" @@ -2406,11 +2451,11 @@ msgstr "CPU Opties" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Gecachete interpreter (trager)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2425,7 +2470,7 @@ msgstr "" msgid "Calculate" msgstr "Bereken" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2438,11 +2483,11 @@ msgstr "" "grafische problemen.

In geval van twijfel leeg " "laten." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibreren" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibratie" @@ -2476,53 +2521,53 @@ msgstr "Camera 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Camera gezichtsveld (beïnvloedt gevoeligheid van het wijzen)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "Kan alleen AR code genereren voor waarden in virtueel geheugen." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Kan nog niet aangepast worden!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Kan de schurken voor deze trofee niet aanpassen" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Kan Wii-afstandsbediening niet vinden via verbindingshendel {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Kan geen NetPlay-sessie starten als spel nog draait!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Annuleren" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Kalibratie Annuleren" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" -msgstr "" +msgstr "Kandidaten: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" -msgstr "" +msgstr "Kandidaten: %1 | Uitgesloten: %2 | Overgebleven %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" -msgstr "" +msgstr "Kandidaten: %1 | Gefilterd: %2 | Overgebleven %3" #: Source/Core/Core/FifoPlayer/FifoPlayer.cpp:247 msgid "Cannot SingleStep the FIFO. Use Frame Advance instead." @@ -2534,23 +2579,23 @@ msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" "Kan deze WAD niet starten omdat het niet op de NAND kon worden geïnstalleerd." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "Kan niet vergelijken met de laatste waarde bij de eerste zoekactie." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Kan de GC IPL niet vinden." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Kan geen AR code genereren voor dit adres." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Kan niet verversen zonder resultaten." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "Kan GCI map niet op een leeg pad zetten." @@ -2558,13 +2603,13 @@ msgstr "Kan GCI map niet op een leeg pad zetten." msgid "Cannot set memory card to an empty path." msgstr "Kan geheugenkaart niet op een leeg pad zetten." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Kan het spel niet starten, omdat de GC IPL niet kon worden gevonden." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Gevangen schurk %1:" @@ -2582,7 +2627,7 @@ msgstr "Middelpunt" msgid "Center Mouse" msgstr "Centreer Muis" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Centreer en Kalibreer" @@ -2590,7 +2635,7 @@ msgstr "Centreer en Kalibreer" msgid "Change &Disc" msgstr "&Schijf wisselen" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "&Schijf wisselen…" @@ -2598,7 +2643,7 @@ msgstr "&Schijf wisselen…" msgid "Change Disc" msgstr "Schijf wisselen" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Verwissel Schijven Automatisch" @@ -2606,13 +2651,16 @@ msgstr "Verwissel Schijven Automatisch" msgid "Change the disc to {0}" msgstr "Verander de schijf naar {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" +"Verandert het uiterlijk en de kleur van de knoppen van Dolphin." +"

In geval van twijfel, Clean selecteren." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2642,7 +2690,7 @@ msgstr "" "de vrije camera rond de originele camera. Heeft geen zijwaartse beweging, " "alleen rotatie. U kunt inzoomen tot het oorsprongspunt van de camera." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" "Het veranderen van cheats zal pas van kracht worden wanneer het spel opnieuw " @@ -2656,7 +2704,7 @@ msgstr "Kanaal Partitie (%1)" msgid "Character entered is invalid!" msgstr "Ingevoerde karakter is ongeldig!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2664,7 +2712,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "Cheat Code Bewerker" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Cheat Zoeken" @@ -2672,7 +2720,7 @@ msgstr "Cheat Zoeken" msgid "Cheats Manager" msgstr "Cheats Beheer" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Controleer NAND..." @@ -2684,7 +2732,7 @@ msgstr "Controleer op de achtergrond op spellijstwijzigingen" msgid "Check for updates" msgstr "Controleer op updates" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2692,7 +2740,7 @@ msgstr "" "Controleer of u de vereiste machtigingen heeft om het bestand te " "verwijderen, of dat het nog in gebruik is." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Controlesom" @@ -2704,29 +2752,29 @@ msgstr "China" msgid "Choose" msgstr "Kies" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Kies een bestand om te openen" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "Kies een bestand om te openen of te maken" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Kies een inputbestand met prioriteit" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Kies een secundair inputbestand" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "Kies een Map om naar Uit te Pakken" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "Selecteer GCI-basismap" +msgid "Choose GCI Base Folder" +msgstr "Kies GCI Basismap" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Kies een map om naar uit te pakken" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "Kies Prioriteit Inputbestand" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "Kies Secundair Inputbestand" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "Kies een Bestand om te Openen" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "Kies een Bestand om te Openen of te Creëren" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2745,29 +2793,30 @@ msgstr "Klassieke Controller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Legen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" -msgstr "" +msgstr "Leeg Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" -msgstr "Cache legen" +msgstr "Leeg Cache" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:114 msgid "Clear Slot" -msgstr "Slot Legen" +msgstr "Leeg Slot" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Klok Overschrijven" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Clone en &Wijzig Code..." @@ -2776,7 +2825,7 @@ msgstr "Clone en &Wijzig Code..." msgid "Close" msgstr "Sluiten" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfiguratie" @@ -2784,23 +2833,32 @@ msgstr "Co&nfiguratie" msgid "Code" msgstr "Code" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 -msgid "Code Path Not Taken" +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 -msgid "Code Path Was Taken" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +msgid "Code Path Not Taken" +msgstr "Code Pad Niet Genomen" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 +msgid "Code Path Was Taken" +msgstr "Code Pad Werd Genomen" + #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:93 msgid "Code:" msgstr "Code:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Codes ontvangen!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Kleur Correctie" @@ -2816,11 +2874,11 @@ msgstr "Kleur Correctie:" msgid "Color Space" msgstr "Kleurruimte" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" -msgstr "" +msgstr "Kolom &Zichtbaarheid" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combineer &Twee Signatuurbestanden..." @@ -2833,7 +2891,7 @@ msgstr "Algemeen" msgid "Comparand:" msgstr "Vergelijking:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2844,7 +2902,7 @@ msgstr "" "vergeleken met de Wii U eShop release van het spel. Dolphin kan dit niet " "verifiëren." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2854,7 +2912,7 @@ msgstr "" "Desondanks is het mogelijk dat dit een goede dump is vergeleken met de Wii U " "eShop release van het spel. Dolphin kan dit niet verifiëren." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Compileer Shaders Voor Starten" @@ -2862,9 +2920,9 @@ msgstr "Compileer Shaders Voor Starten" msgid "Compiling Shaders" msgstr "Shaders Compileren" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compressie" @@ -2872,24 +2930,24 @@ msgstr "Compressie" msgid "Compression Level:" msgstr "Compressieniveau:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Compressie:" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 msgid "Cond." -msgstr "" +msgstr "Voorwaarde" #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite for #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Conditie" @@ -2979,7 +3037,7 @@ msgstr "Configureren" msgid "Configure Controller" msgstr "Configureer Controller" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Dolphin Configureren" @@ -2992,27 +3050,35 @@ msgstr "Configureer Input" msgid "Configure Output" msgstr "Configureer Output" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Bevestigen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Backend-wijziging bevestigen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Bevestiging bij Stop" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Bevestiging" @@ -3022,35 +3088,35 @@ msgstr "Bevestiging" msgid "Connect" msgstr "Verbind" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Verbind Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "USB-toetsenbord verbinden" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Verbind Wii-afstandsbediening %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Verbind Wii-afstandsbediening 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Verbind Wii-afstandsbediening 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Verbind Wii-afstandsbediening 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Verbind Wii-afstandsbediening 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Verbind Wii-afstandsbedieningen" @@ -3066,7 +3132,7 @@ msgstr "Verbinding maken met internet en een online systeemupdate uitvoeren?" msgid "Connected" msgstr "Verbonden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Verbinden" @@ -3074,7 +3140,7 @@ msgstr "Verbinden" msgid "Connection Type:" msgstr "Verbindingstype:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Inhoud {0:08x} is beschadigd." @@ -3091,23 +3157,23 @@ msgstr "Bedien NetPlay Golf Modus" msgid "Control Stick" msgstr "Controle Stick" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Controllerprofiel" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Controllerprofiel 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Controllerprofiel 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Controllerprofiel 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Controllerprofiel 4" @@ -3119,6 +3185,16 @@ msgstr "Controllerinstellingen" msgid "Controllers" msgstr "Controllers" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3127,7 +3203,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3138,7 +3214,7 @@ msgstr "" "virtuele objecten op de voorgrond van een scherm moeten worden getoond." "

Een hogere waarde zorgt voor een sterker 'uit het scherm' effect." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3153,7 +3229,7 @@ msgstr "" "

In geval van twijfel Native selecteren." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3186,17 +3262,17 @@ msgstr "" "Bepaalt of high of low-level DSP-emulatie moet worden gebruikt. Standaard " "ingesteld op Waar" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Convergentie" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Convergentie:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Conversie mislukt." @@ -3204,9 +3280,9 @@ msgstr "Conversie mislukt." msgid "Convert" msgstr "Converteer" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Converteer Bestand Nu naar Map" @@ -3214,9 +3290,9 @@ msgstr "Converteer Bestand Nu naar Map" msgid "Convert File..." msgstr "Converteer Bestand..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Converteer Map Nu naar Bestand" @@ -3239,8 +3315,8 @@ msgstr "" "converteren naar ISO. Wilt u toch doorgaan?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Converteren..." @@ -3284,45 +3360,45 @@ msgstr "" "streven vaak naar 2.2.

In geval van twijfel leeg " "laten." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopieer" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Kopieer &functie" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "Kopieer &Functie" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Kopieer &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "Kopieer &Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Kopieer Adres" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "Kopieer Code &Lijn" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Kopie mislukt" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Kopieer Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Kopieer Waarde" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Kopieer code &lijn" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Kopieer &doeladres" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Kopiëren naar A" @@ -3337,11 +3413,6 @@ msgstr "Kopiëren naar B" msgid "Core" msgstr "Core" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Correcte Kleurruimte" @@ -3350,21 +3421,16 @@ msgstr "Correcte Kleurruimte" msgid "Correct SDR Gamma" msgstr "Correcte SDR Gamma" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Kosten" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Kon niet communiceren met de host." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Kon geen client maken." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Kon geen peer maken." @@ -3384,7 +3450,7 @@ msgstr "" "Kon geen updateinformatie van Nintendo downloaden. Controleer uw " "internetverbinding en probeer het opnieuw." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3394,7 +3460,7 @@ msgstr "" "\n" "De geëmuleerde console stopt nu." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3440,16 +3506,16 @@ msgstr "" "Kon titel {0:016x} niet starten omdat het in de NAND mist.\n" "De geëmuleerde software zal nu waarschijnlijk vast lopen." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Kon het bestand {0} niet herkennen" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Kon de wijzigingen niet opslaan!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Kon updater proces niet starten: {0}" @@ -3473,7 +3539,7 @@ msgstr "" "In dat geval moet u uw geheugenkaartlocatie opnieuw aangeven in de " "configuratie." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kon de centrale server niet vinden" @@ -3485,7 +3551,7 @@ msgstr "Kon bestand niet openen." msgid "Couldn't read file." msgstr "Kon bestand niet lezen." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Land:" @@ -3518,7 +3584,7 @@ msgid "Create..." msgstr "Creëer..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Maker:" @@ -3526,11 +3592,11 @@ msgstr "Maker:" msgid "Critical" msgstr "Kritiek" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Bijsnijden" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3542,11 +3608,11 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Cull Vertices op de CPU" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3556,11 +3622,11 @@ msgstr "" "Kan de prestaties beïnvloeden.

In geval van twijfel " "leeg laten." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Huidige Regio" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Huidige Waarde" @@ -3568,7 +3634,7 @@ msgstr "Huidige Waarde" msgid "Current context" msgstr "Huidige context" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Huidig spel" @@ -3576,31 +3642,31 @@ msgstr "Huidig spel" msgid "Current thread" msgstr "Huidige thread" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Aangepast" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" -msgstr "" +msgstr "Aangepast (Strech)" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:51 msgid "Custom Address Space" msgstr "Aangepaste Adresruimte" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Aangepaste Beeldverhouding Hoogte" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Aangepaste Beeldverhouding Breedte" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Aangepaste Beeldverhouding:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Aangepaste RTC Opties" @@ -3612,6 +3678,32 @@ msgstr "Aangepast:" msgid "Customize" msgstr "Aanpassen" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3641,7 +3733,7 @@ msgstr "DJ Draaitafel" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP Emulatie Engine" @@ -3649,15 +3741,15 @@ msgstr "DSP Emulatie Engine" msgid "DSP HLE (fast)" msgstr "DSP HLE (snel)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (aanbevolen)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE Interpreter (zeer langzaam)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE Recompiler (langzaam)" @@ -3687,7 +3779,7 @@ msgstr "Dansmat" msgid "Dark" msgstr "Dark" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Data" @@ -3715,7 +3807,7 @@ msgstr "Data in onherkenbaar formaat of corrupt." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "Data inconsistent in GCMemcardManager, actie afbreken." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Data ontvangen!" @@ -3732,8 +3824,8 @@ msgstr "Dead Zone" msgid "Debug" msgstr "Debug" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Debugging" @@ -3742,40 +3834,40 @@ msgstr "Debugging" msgid "Decimal" msgstr "Decimaal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Decoderingskwaliteit:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Verlaag" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Verlaag Convergentie" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Verlaag Diepte" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Verlaag Emulatiesnelheid" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Verlaag IR" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Verlaag Geselecteerde State Slot" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Verlaag X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Verlaag Y" @@ -3789,7 +3881,7 @@ msgstr "Standaard" msgid "Default Config (Read Only)" msgstr "Standaardconfiguratie (Alleen-lezen)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Standaardapparaat" @@ -3805,7 +3897,7 @@ msgstr "Standaard-ISO:" msgid "Default thread" msgstr "Standaard-thread" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "EFB-cache-invalidatie uitschakelen" @@ -3813,7 +3905,7 @@ msgstr "EFB-cache-invalidatie uitschakelen" msgid "Defer EFB Copies to RAM" msgstr "Stel EFB Kopieën naar RAM uit" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3829,8 +3921,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Verwijderen" @@ -3848,7 +3940,7 @@ msgstr "Verwijder Geselecteerde Bestanden..." msgid "Delete the existing file '{0}'?" msgstr "Verwijder het bestaande bestand '{0}'?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Diepte" @@ -3856,22 +3948,22 @@ msgstr "Diepte" msgid "Depth Percentage:" msgstr "Dieptepercentage:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Diepte:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Beschrijving" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Beschrijving:" @@ -3879,32 +3971,32 @@ msgstr "Beschrijving:" msgid "Description: %1" msgstr "Beschrijving: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" -msgstr "" +msgstr "Bestemming" #: Source/Core/DolphinQt/Settings/BroadbandAdapterSettingsDialog.cpp:64 msgid "Destination (UNIX socket path or address:port):" -msgstr "" +msgstr "Bestemming (Unix socket pad of adres:poort)" #: Source/Core/DolphinQt/Settings/BroadbandAdapterSettingsDialog.cpp:59 msgid "Destination (address:port):" -msgstr "" +msgstr "Bestemming (adres:poort)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" -msgstr "" +msgstr "Bestemming Max" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" -msgstr "" +msgstr "Bestemming Min" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" -msgstr "" +msgstr "Bestemming Symbool" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:187 msgid "Detached" @@ -3914,7 +4006,7 @@ msgstr "Ontkoppeld" msgid "Detect" msgstr "Detecteer" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO Module Detecteren" @@ -3922,7 +4014,7 @@ msgstr "RSO Module Detecteren" msgid "Deterministic dual core:" msgstr "Deterministische dual-core:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Dev (meerdere keren per dag)" @@ -3944,7 +4036,7 @@ msgstr "Apparaatinstellingen" msgid "Device VID (e.g., 057e)" msgstr "Apparaat VID (bijv., 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Apparaat:" @@ -3952,7 +4044,7 @@ msgstr "Apparaat:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "%1 werd niet herkend als een geldig Riivolution XML bestand." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Dimt het scherm na vijf minuten inactiviteit." @@ -3976,19 +4068,19 @@ msgstr "Schakel Bounding Box uit" msgid "Disable Copy Filter" msgstr "Schakel Kopieerfilter uit" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Schakel EFB VRAM Kopieën uit" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Schakel Emulatie Snelheidslimit uit" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Schakel Fastmem uit" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Schakel Fastmem Arena uit" @@ -3996,11 +4088,11 @@ msgstr "Schakel Fastmem Arena uit" msgid "Disable Fog" msgstr "Schakel Mist uit" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT-cache uitschakelen" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Schakel Large Entry Points Map uit" @@ -4008,7 +4100,7 @@ msgstr "Schakel Large Entry Points Map uit" msgid "Disabled" msgstr "Uitgeschakeld" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4018,7 +4110,7 @@ msgstr "" "verbeteren, maar breekt sommige spellen.

In geval " "van twijfel geselecteerd laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
In geval " "van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4043,7 +4135,7 @@ msgstr "" "

In geval van twijfel geselecteerd laten." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4057,9 +4149,10 @@ msgstr "Schijf" msgid "Discard" msgstr "Verwerpen" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" -msgstr "" +msgstr "Weergave-instellingen" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:183 msgid "Display Type" @@ -4092,19 +4185,19 @@ msgstr "Afstand" msgid "Distance of travel from neutral position." msgstr "Reisafstand vanaf neutrale positie." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "Machtigt u Dolphin om informatie te rapporteren aan de ontwikkelaars van " "Dolphin?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Wilt u \"%1\" toevoegen aan de lijst met Spelpaden?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" -msgstr "Wilt u de lijst met symboolnamen wissen?" +msgstr "Wilt u de lijst met symboolnamen legen?" #: Source/Core/DolphinQt/GCMemcardManager.cpp:659 #, c-format @@ -4112,7 +4205,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "Wilt u de %n geselecteerde save bestand(en) verwijderen?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Wilt u de emulatie stoppen?" @@ -4120,12 +4213,12 @@ msgstr "Wilt u de emulatie stoppen?" msgid "Do you want to try to repair the NAND?" msgstr "Wilt u proberen de NAND te repareren?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II Decoder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO Log (*.dff)" @@ -4133,22 +4226,22 @@ msgstr "Dolphin FIFO Log (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin Spel Modificatie Voorinstelling " -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin Mapbestand (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphin CSV Signatuurbestand" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphin Signatuurbestand" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Opname (*.dtm)" @@ -4192,11 +4285,11 @@ msgstr "Dolphin kon de gevraagde actie niet voltooien." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin is een vrije en open-source GameCub- en Wii-emulator." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin is te oud voor de traversal server" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4204,19 +4297,11 @@ msgstr "" "Dolphin kan TGC bestanden niet verifiëren, omdat het geen dumps zijn van " "werkelijke schijven." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin kan ongelicenseerde schijven niet verifiëren." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin gebruikt dit voor spellen waarvan de regio niet automatisch kan " -"worden bepaald." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphin's cheatsysteem is momenteel uitgeschakeld." @@ -4225,7 +4310,7 @@ msgstr "Dolphin's cheatsysteem is momenteel uitgeschakeld." msgid "Domain" msgstr "Domein" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Niet Updaten" @@ -4250,7 +4335,7 @@ msgstr "Deuren Gesloten" msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4260,33 +4345,33 @@ msgstr "Double" msgid "Down" msgstr "Omlaag" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Download Codes" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Download Codes van de WiiRD-Database" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Download Game Covers van GameTDB.com voor gebruik in Grid-modus" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Download voltooid" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 codes gedownload. (%2 toegevoegd)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4329,19 +4414,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Dump Audio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Basistexturen dumpen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Dump EFB Doel" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump Frames" @@ -4349,7 +4434,7 @@ msgstr "Dump Frames" msgid "Dump GameCube BBA traffic" msgstr "Dump GameCube BBA verkeer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Dump Mip Maps" @@ -4357,7 +4442,7 @@ msgstr "Dump Mip Maps" msgid "Dump Path:" msgstr "Dump-Pad:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Dump XFB Doel" @@ -4382,7 +4467,7 @@ msgstr "Dump peer certificaten" msgid "Dump root CA certificates" msgstr "Dump root CA certificaten" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
In geval van " "twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4400,7 +4485,7 @@ msgstr "" "Dumpt de inhoud van EFB-kopieën naar User/Dump/Textures/." "

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4418,15 +4503,15 @@ msgstr "Duur van Tubo-knop los Laten (frames):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Nederlands" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "Sl&uiten" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "EFB kopie %1" @@ -4441,7 +4526,7 @@ msgstr "" "versie {0}.{1} -- Als u Dolphin recentelijk heeft geüpdatet is het mogelijk " "dat Windows eerst moet herstarten voordat de driver herkend wordt." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4453,7 +4538,7 @@ msgstr "" "Geschikt voor competitieve spellen waarbij rechtvaardigheid en minimale " "latentie het belangrijkst zijn." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Vroege Geheugen Updates" @@ -4472,16 +4557,16 @@ msgstr "Oost-Azië" msgid "Edit Breakpoint" msgstr "Bewerk Breekpunt" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" -msgstr "" +msgstr "Bewerk Voorwaarde" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" -msgstr "" +msgstr "Bewerk voorwaardelijke uitdrukking" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Bewerk..." @@ -4490,6 +4575,11 @@ msgstr "Bewerk..." msgid "Editor" msgstr "Bewerker" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4501,11 +4591,20 @@ msgstr "Effect" msgid "Effective" msgstr "Effectief" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Effectieve prioriteit" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4527,7 +4626,7 @@ msgstr "Embedded Frame Buffer (EFB)" msgid "Empty" msgstr "Leeg" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Emu Thread draait al" @@ -4555,7 +4654,7 @@ msgstr "" "Emuleert de schijfsnelheid van echte hardware. Uitschakelen kan " "instabiliteit veroorzaken. Staat standaard op Aan" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Geëmuleerde USB Apparaten" @@ -4573,27 +4672,27 @@ msgstr "" "Huidig: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Emulatiesnelheid" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Inschakelen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Activeer API Validatielagen" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Activeer Audio Uitrekking" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Activeer Cheats" @@ -4601,35 +4700,35 @@ msgstr "Activeer Cheats" msgid "Enable Controller Inpu&t" msgstr "Schakel Controller Inpu&t in" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Activeer Aangepaste RTC" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Activeer Degugging UI" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" -msgstr "" +msgstr "Activeer Discord Presence" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:87 msgid "Enable Dual Core" msgstr "Activeer Dual-Core" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Activeer Dual-Core (snelheidsverhoging)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "Activeer Dual-Core (snelheidshack)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Activeer Overschrijven van Geëmuleerde CPU Klok" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Schakel Gemuleerde Geheugen Grootte Overschrijven in" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Activeer Encore Prestaties" @@ -4637,15 +4736,15 @@ msgstr "Activeer Encore Prestaties" msgid "Enable FPRF" msgstr "Activeer FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Schakel Grafische Mods in" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Schakel Hardcore-modus in" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4663,33 +4762,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" -msgstr "" +msgstr "Activeer JIT Blok Profilering" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Activeer MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" -msgstr "Schakel Voortgangsmeldingen in." +msgstr "Activeer Voortgangsmeldingen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Activeer Progressieve Scan" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Activeer RetroAchievements.org Integratie" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Activeer Trillen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Activeer Schermbeveiliger" @@ -4697,40 +4796,40 @@ msgstr "Activeer Schermbeveiliger" msgid "Enable Speaker Data" msgstr "Activeer Speaker Data" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" -msgstr "" +msgstr "Activeer Toeschouwer Modus" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Activeer Onofficiële Prestaties" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" -msgstr "Rapportage van gebruiksstatistieken inschakelen" +msgstr "Activeer Rapportage van Gebruiksstatistieken" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Activeer WiiConnect24 via WiiLink" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Activeer Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" -msgstr "Write-back-cache inschakelen (traag)" +msgstr "Activeer Write-back Cache (traag)" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:107 msgid "" "Enable emulated disc speed. Disabling this can cause crashes and other " "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -"Schakel geëmuleerde schijfsnelheid in. Het uitschakelen hiervan kan in " -"sommige spellen crashes en andere problemen veroorzaken. (AAN = Compatibel, " -"UIT = Ontgrendeld)" +"Activeer geëmuleerde schijfsnelheid. Het deactiveren hiervan kan in sommige " +"spellen crashes en andere problemen veroorzaken. (AAN = Compatibel, UIT = " +"Ontgrendeld)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4738,14 +4837,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4754,7 +4853,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4764,7 +4863,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4772,7 +4871,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4785,21 +4884,21 @@ msgid "" "Enables Floating Point Result Flag calculation, needed for a few games. (ON " "= Compatible, OFF = Fast)" msgstr "" -"Activeer Floating Point Result Flag berekening, nodig voor enkele spellen. " +"Activeert Floating Point Result Flag berekening, nodig voor enkele spellen. " "(AAN = Compatibel, UIT = Snel)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4807,31 +4906,31 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " "more than two CPU cores. Currently, this is limited to the Vulkan backend." "

If unsure, leave this checked." msgstr "" -"Schakelt multi-threaded command indiening in voor backends die dit " +"Activeert multi-threaded command indiening voor backends die dit " "ondersteunen. Als u deze optie inschakelt, kan dit resulteren in een " "prestatieverbetering op systemen met meer dan twee CPU kernen. Momenteel is " "deze functie alleen beschikbaar voor de Vulkan backend." "

In geval van twijfel geselecteerd laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -"Schakelt progressieve scan in als het ondersteund wordt door de geëmuleerde " +"Activeert progressieve scan als het ondersteund wordt door de geëmuleerde " "software. De meeste spellen geven hier niks om.

In " "geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4841,19 +4940,18 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" -"Maakt uitrekking van audio mogelijk, zodat de audio gelijk blijft aan de " -"emulatiesnelheid." +"Activeert uitrekking van audio om overeen te komen met de emulatiesnelheid." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:269 msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4861,44 +4959,53 @@ msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)" msgstr "" -"Schakel de Memory Management Unit in die nodig is voor sommige spellen. (AAN " -"= Compatibel, UIT = Snel)" +"Activeert de Memory Management Unit, dit is nodig is voor sommige spellen. " +"(AAN = Compatibel, UIT = Snel)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -"Schakelt de Memory Management Unit in, nodig voor sommige spellen. (AAN = " -"Compatibel, UIT = Snel)

In geval van twijfel leeg " -"laten." +"Activeert de Memory Management Unit, dit is nodig is voor sommige spellen. " +"(AAN = Compatibel, UIT = Snel)

In geval van twijfel " +"leeg laten." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " "such as the Forecast and Nintendo Channels\n" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -"Activeer de WiiLink-dienst voor WiiConnect24-kanalen.\n" +"Activeert de WiiLink-dienst voor WiiConnect24-kanalen.\n" "WiiLink is een alternatieve provider voor de beëindigde WiiConnect24-kanalen " "zoals de Voorspellings- en Nintendo-kanalen.\n" "Lees de servicevoorwaarden op: https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " "enables debug symbols for the compiled shaders.

If " "unsure, leave this unchecked." msgstr "" -"Maakt validatie van API-aanroepen door de video-backend mogelijk, wat kan " -"helpen bij het debuggen van grafische problemen. Met Vulkan en D3D backends, " +"Activeert validatie van API-aanroepen door de video-backend, dit kan helpen " +"bij het debuggen van grafische problemen. Met Vulkan en D3D backends, " "schakelt dit ook debug symbolen in voor de gecompileerde shaders." "

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4923,17 +5030,17 @@ msgstr "" "\n" "Importeren afbreken." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" -msgstr "" +msgstr "Eind Adres" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet niet geïnitialiseerd" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Engels" @@ -4950,7 +5057,7 @@ msgstr "Voer IP-adres in van het apparaat waarop de XLink Kai Client draait:" msgid "Enter USB device ID" msgstr "Voer USB apparaat ID in" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Voer adres in voor watch:" @@ -4974,78 +5081,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Voer adres van de RSO-module in:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5056,10 +5162,10 @@ msgstr "Voer adres van de RSO-module in:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fout" @@ -5071,7 +5177,7 @@ msgstr "Fout Log" msgid "Error Opening Adapter: %1" msgstr "Fout bij openen van adapter: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Fout bij verzamelen van save data!" @@ -5081,7 +5187,7 @@ msgstr "Fout bij verzamelen van save data!" msgid "Error converting value" msgstr "Fout bij het omzetten van de waarde" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Fout bij het laden van de geselecteerde taal. Dolphin zal terugvallen op de " @@ -5091,15 +5197,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Fout in het verkrijgen van sessie lijst: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Fout opgetreden bij het laden van sommige texture packs" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Fout bij verwerking van codes." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Fout bij het verwerken van data." @@ -5107,11 +5213,11 @@ msgstr "Fout bij het verwerken van data." msgid "Error reading file: {0}" msgstr "Fout bij het lezen van bestand: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Fout bij het synchroniseren van cheat codes!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Fout bij synchroniseren van save data!" @@ -5129,7 +5235,7 @@ msgstr "" #: Source/Core/Core/HW/GBACore.cpp:192 msgid "Error: GBA{0} failed to create core" -msgstr "Fout: GBA{0} initialisatie mislukt " +msgstr "Fout: GBA{0} creëren core mislukt" #: Source/Core/Core/HW/GBACore.cpp:347 msgid "Error: GBA{0} failed to load the BIOS in {1}" @@ -5155,7 +5261,7 @@ msgstr "Fout: GBA{0} ROM in {1} openen mislukt" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Fout: GBA{0} save in {1} openen mislukt" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Fout: Deze versie ondersteunt geen geëmuleerde GBA-controllers" @@ -5177,11 +5283,11 @@ msgstr "" "maar deze zijn niet geladen. Spellen kunnen wellicht lettertypes niet juist " "weergeven, of crashen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Er zijn fouten gevonden in {0} blokken in de {1} partitie." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "Er zijn fouten gevonden in {0} ongebruikte blokken in de {1} partitie." @@ -5190,12 +5296,12 @@ msgstr "Er zijn fouten gevonden in {0} ongebruikte blokken in de {1} partitie." msgid "Euphoria" msgstr "Euforie" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Exclusieve Ubershaders" @@ -5203,15 +5309,15 @@ msgstr "Exclusieve Ubershaders" msgid "Exit" msgstr "Sluit" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "+ of haakje sluiten verwacht." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Verwachte argumenten:" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "Verwachte argumenten: {0}" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Verwachtte haakje sluiten." @@ -5223,27 +5329,27 @@ msgstr "Verwachte comma." msgid "Expected end of expression." msgstr "Verwachtte eind van uitdrukking." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Verwachte naam van input." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Verwachte haakje openen." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Verwachte start van de uitdrukking." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Verwachtte naam van variabele." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Experimenteel" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exporteer alle Wii Saves" @@ -5254,11 +5360,11 @@ msgstr "Exporteer alle Wii Saves" msgid "Export Failed" msgstr "Exporteren Mislukt" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exporteer Opname" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exporteer Opname..." @@ -5286,14 +5392,14 @@ msgstr "Exporteer als .&gcs..." msgid "Export as .&sav..." msgstr "Exporteer als .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n save(s) geëxporteerd" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Extensie" @@ -5306,7 +5412,7 @@ msgstr "Extensie Bewegings-input" msgid "Extension Motion Simulation" msgstr "Extensie Bewegings-simulatie" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Extern" @@ -5314,35 +5420,35 @@ msgstr "Extern" msgid "External Frame Buffer (XFB)" msgstr "Externe Frame Buffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Certificaten uitpakken van NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Volledige Schijf Uitpakken..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Volledige Partitie Uitpakken..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Bestand Uitpakken..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Bestanden Uitpakken..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Systeemdata Uitpakken..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Alle Bestanden Uitpakken..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Map Uitpakken..." @@ -5352,7 +5458,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO Speler" @@ -5368,15 +5474,15 @@ msgstr "" "Mislukt geheugenkaart te open:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Mislukt om deze sessie aan de NetPlay index toe voegen: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Mislukt om signatuurbestand toe te voegen aan bestand '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" "Mislukt om toegang te krijgen tot de interface voor BT passthrough: {0}" @@ -5387,13 +5493,13 @@ msgstr "Mislukt om Skylander te legen!" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:665 msgid "Failed to clear the Skylander from slot %1!" -msgstr "" +msgstr "Mislukt om Skylander van slot %1 te legen!" #: Source/Core/DiscIO/VolumeVerifier.cpp:108 msgid "Failed to connect to Redump.org" msgstr "Mislukt om met Redump.org te verbinden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Mislukt om verbinding te maken met server: %1" @@ -5429,36 +5535,39 @@ msgid "" "\n" "The Skylander may already be on the portal." msgstr "" +"Mislukt om Skylander bestand te creëren:\n" +"%1\n" +"Skylander is mogelijk al op het portal" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "NetPlay GBA{0} save bestand verwijderen mislukt. Controleer uw " "schrijfrechten." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Kon de NetPlay-geheugenkaart niet verwijderen. Controleer uw schrijfrechten." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Kon het geselecteerde bestand niet verwijderen." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "Kon kernel driver voor BT passthrough niet ontkoppelen: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Kon codes niet downloaden." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Kon %1 niet dumpen: Kon het bestand niet openen" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Kon %1 niet dumpen: Kon niet naar het bestand schrijven" @@ -5471,15 +5580,15 @@ msgstr "Exporteren van %n van de %1 save bestand(en) is mislukt." msgid "Failed to export the following save files:" msgstr "Kon de volgende save bestanden niet exporteren:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Kon geen certificaten uitpakken van NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Uitpakken van het bestand is mislukt." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Uitpakken van de systeemdata is mislukt." @@ -5501,14 +5610,14 @@ msgstr "Kon één of meerdere D3D symbolen niet vinden" msgid "Failed to import \"%1\"." msgstr "Mislukt om \"%1\" te importeren." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Save bestand importeren mislukt. Start het spel eerst en probeer het dan " "opnieuw." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5516,7 +5625,7 @@ msgstr "" "Save bestand importeren mislukt. Het bestand lijkt beschadigd te zijn of is " "geen geldige Wii-save." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5526,7 +5635,7 @@ msgstr "" "verhindert de toegang tot bestanden erin. Probeer uw NAND te repareren " "(Tools -> Beheer NAND -> Controleer NAND...) en importeer de save opnieuw." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Kon core niet initiëren" @@ -5540,7 +5649,7 @@ msgstr "" "Zorg ervoor dat uw videokaart ten minste D3D 10.0 ondersteunt.\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Initialiseren renderer classes mislukt" @@ -5549,11 +5658,11 @@ msgid "Failed to install pack: %1" msgstr "Het is niet gelukt om het pakket te installeren: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Kon deze titel niet installeren op de NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5561,8 +5670,8 @@ msgstr "" "Luisteren naar poort %1 mislukt. Is er nog een exemplaar van de NetPlay-" "server actief?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Kon RSO-module op %1 niet laden" @@ -5574,7 +5683,7 @@ msgstr "Kon d3d11.dll niet laden" msgid "Failed to load dxgi.dll" msgstr "Kon dxgi.dll niet laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Kon mapbestand'%1' niet laden" @@ -5587,8 +5696,10 @@ msgid "" "Failed to load the Skylander file:\n" "%1" msgstr "" +"Mislukt om Skylander bestand te laden:\n" +"%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Kon het uitvoerbare bestand niet in het geheugen laden." @@ -5604,28 +5715,28 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Mislukt om Skylander te wijzigen!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." -msgstr "" +msgstr "Mislukt om \"%1\" te openen voor schrijven." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." -msgstr "" +msgstr "Mislukt om \"{0}\" te openen voor schrijven." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Kon '%1' niet openen" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Kon Bluetooth-apparaat niet openen: {0}" - -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 -msgid "Failed to open Branch Watch snapshot \"%1\"" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 +msgid "Failed to open Branch Watch snapshot \"%1\"" +msgstr "Mislukt om Branch Watch snapshot \"%1\" te openen" + #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:124 msgid "Failed to open config file!" msgstr "Kon het configuratiebestand niet openen!" @@ -5654,7 +5765,7 @@ msgstr "" msgid "Failed to open file." msgstr "Openen bestand mislukt." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Kon server niet openen" @@ -5669,6 +5780,10 @@ msgid "" "\n" "The file may already be in use on the base." msgstr "" +"Mislukt om Infinity bestand te openen:\n" +"%1\n" +"\n" +"Het bestand is mogelijk al in gebruik op de base." #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:807 msgid "Failed to open the Skylander file!" @@ -5681,13 +5796,17 @@ msgid "" "\n" "The file may already be in use on the portal." msgstr "" +"Mislukt om Skylander bestand te openen:\n" +"%1\n" +"\n" +"Het bestand is mogelijk al in gebruik op het portal." #: Source/Core/DolphinQt/ConvertDialog.cpp:474 msgid "Failed to open the input file \"%1\"." msgstr "Kan het inputbestand \"% 1\" niet openen." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5702,7 +5821,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Ontleden van Redump.org data mislukt" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "Kan de gegeven waarde niet verwerken tot het beoogde data type." @@ -5715,7 +5834,7 @@ msgid "Failed to read from file." msgstr "Lezen bestand mislukt." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Lezen van het inputbestand \"{0}\" is mislukt." @@ -5735,6 +5854,10 @@ msgid "" "\n" "The file was too small." msgstr "" +"Mislukt om Infinity bestand te lezen:\n" +"%1\n" +"\n" +"Het bestand was te klein." #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:818 msgid "Failed to read the Skylander file!" @@ -5747,6 +5870,10 @@ msgid "" "\n" "The file was too small." msgstr "" +"Mislukt om Skylander bestand te lezen:\n" +"%1\n" +"\n" +"Het bestand was te klein." #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:732 msgid "" @@ -5776,43 +5903,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Kon deze titel niet van de NAND verwijderen." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "Kon NetPlay CGI-map niet resetten. Controleer uw schrijfrechten." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "Kon NetPlay NAND-map niet resetten. Controleer uw schrijfrechten." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "Kon NetPlay omleid map niet resetten. Controleer uw schrijfrechten." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Mislukt om FIFO op te slaan." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Kon code map niet opslaan naar pad '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Kon signatuurbestand '%1' niet opslaan" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Kon symbool map niet opslaan naar pad '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Kon niet opslaan naar signatuurbestand '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5827,11 +5954,11 @@ msgstr "Het is niet gelukt om het pakket te deïnstalleren: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Het schrijven van BT.DINF naar SYSCONF is mislukt" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Kon Mii data niet schrijven." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Kon Wii-save niet schrijven." @@ -5845,7 +5972,7 @@ msgstr "Kon configuratiebestand niet schrijven!" msgid "Failed to write modified memory card to disk." msgstr "Schrijven van gewijzigde geheugenkaart naar schijf mislukt." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "Schrijven van omgeleide save mislukt." @@ -5854,7 +5981,7 @@ msgid "Failed to write savefile to disk." msgstr "Schrijven van save bestand naar schijf mislukt." #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5864,20 +5991,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Gefaald" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Eerlijke Input Vertraging" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Terugvalregio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Terugvalregio:" @@ -5898,7 +6026,7 @@ msgstr "" "Fatale desync. Terugspelen wordt geannuleerd. (Fout in PlayWiimote: {0} != " "{1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Gezichtsveld" @@ -5911,46 +6039,46 @@ msgstr "Figuur Nummer:" msgid "Figure type" msgstr "Figuurtype" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Bestand Details" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Bestandsformaat" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Bestandsformaat:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Bestandsinfo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Bestandsnaam" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Bestandspad" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Bestandsgrootte" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Bestandsgrootte:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Bestand bevat geen codes." @@ -5962,7 +6090,7 @@ msgstr "Bestandsnaam" msgid "Files opened, ready to compress." msgstr "Bestanden geopend, gereed voor compressie." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5997,7 +6125,7 @@ msgstr "Vind &Volgende" msgid "Find &Previous" msgstr "Vind &Vorige" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Kalibratie Afronden" @@ -6032,12 +6160,6 @@ msgstr "Herstel Controlesom Mislukt" msgid "Fixed Alignment" msgstr "Vaste Uitlijning" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Flags" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6047,11 +6169,11 @@ msgstr "Flags" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Volg &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "Volg &Branch" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Stuur voor de beste resultaten uw input langzaam naar alle mogelijke " @@ -6073,7 +6195,7 @@ msgstr "" "Voor setup instructies, raadpleeg deze pagina." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forceer 16:9" @@ -6081,7 +6203,7 @@ msgstr "Forceer 16:9" msgid "Force 24-Bit Color" msgstr "24-bits kleuren forceren" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forceer 4:3" @@ -6113,15 +6235,15 @@ msgstr "Forceer Luisterpoort:" msgid "Force Nearest" msgstr "Forceer Nearest" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "Uitgeschakeld omdat %1 geen VS uitbreiding ondersteunt." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "Uitgeschakeld omdat %1 geen geometry shaders ondersteunt." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6131,7 +6253,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6144,7 +6266,7 @@ msgstr "" "

In geval van twijfel geselecteerd laten." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6154,7 +6276,7 @@ msgstr "" msgid "Format:" msgstr "Formaat:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6169,38 +6291,38 @@ msgstr "Poort forwarden (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "%1 resultaten gevonden voor \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "%n adres(sen) gevonden." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Frame %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Frame Voorwaarts" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Frame Voorwaarts Verlaag Snelheid" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Frame Vordering Verhoog Snelheid" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Frame Voorwaarts Reset Snelheid" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Frame Dumping" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Framebereik" @@ -6208,7 +6330,7 @@ msgstr "Framebereik" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "Frame Dump-afbeelding(en) '{0}' bestaan al. Overschrijven?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Frames om Op te Nemen:" @@ -6228,7 +6350,7 @@ msgstr "Vrije Bestanden: %1" msgid "Free Look Control Type" msgstr "Vrije-Kijk Bestuur Methode" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Vrije-Kijk Controller %1" @@ -6248,22 +6370,26 @@ msgstr "" "href=\"https://wiki.dolphin-emu.org/index.php?title=Free_Look\">pagina voor " "gedetailleerde instructies.
" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Vrije-Kijk" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Vrije-Kijk" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Vrije-Kijk Schakelaar" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Frans" @@ -6282,8 +6408,8 @@ msgid "From" msgstr "Van" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Van:" @@ -6291,13 +6417,14 @@ msgstr "Van:" msgid "FullScr" msgstr "Volledig scherm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Functie" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" -msgstr "" +msgstr "Functie-instellingen" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" @@ -6315,9 +6442,9 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "Pad naar GBA-cartridge:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" -msgstr "GBA Kern" +msgstr "GBA Core" #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:35 msgid "GBA Port %1" @@ -6331,19 +6458,19 @@ msgstr "GBA-instellingen" msgid "GBA TAS Input %1" msgstr "GBA-TAS-input %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA Volume" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA-venstergrootte" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1 ROM verandert naar \"%2\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM uitgeschakeld" @@ -6367,7 +6494,7 @@ msgstr "GCMemcardDirectory: ClearBlock aangeroepen met ongeldige blok adres" msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ GC/Wii schijfafbeeldingen (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6391,7 +6518,7 @@ msgstr "GL_MAX_TEXTURE_SIZE is {0} - moet op zijn minst 1024 zijn." msgid "GPU Texture Decoding" msgstr "Textuurdecodering door GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6403,7 +6530,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL FOUT: Ondersteunt uw videokaart OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6411,7 +6538,7 @@ msgstr "" "GPU: OGL FOUT: GL_ARB_map_buffer_range vereist.\n" "GPU: Ondersteunt uw videokaart OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6419,7 +6546,7 @@ msgstr "" "GPU: OGL FOUT: GL_ARB_sampler_objects vereist.\n" "GPU: Ondersteunt uw videokaart OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6427,7 +6554,7 @@ msgstr "" "GPU: OGL FOUT: GL_ARB_uniform_buffer_object vereist.\n" "GPU: Ondersteunt uw videokaart OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6443,7 +6570,7 @@ msgstr "" "GPU: OGL FOUT: OpenGL versie 3 vereist.\n" "GPU: Ondersteunt uw videokaart OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6466,16 +6593,16 @@ msgstr "" msgid "Game" msgstr "Spel" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance Carts (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6483,7 +6610,7 @@ msgstr "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "Alle Bestanden (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance aan Poort %1" @@ -6495,7 +6622,7 @@ msgstr "Kleurruimte Spel:" msgid "Game Config" msgstr "Spelconfiguratie" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Spel Details" @@ -6511,25 +6638,25 @@ msgstr "Spel Gamma" msgid "Game Gamma:" msgstr "Gamma Spel:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Spel ID" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Spel ID:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Spelstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Spel gewijzigd naar \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6538,15 +6665,15 @@ msgstr "" "selecteer Eigenschappen, ga naar het tabblad Verifieer, en selecteer " "Verifieer Integriteit om de hash te controleren" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "Spel heeft een ander schijf nummer" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "Spel heeft een andere revisie" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Het spel draait al!" @@ -6555,7 +6682,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "Spel overschreven door een andere save. Data corruptie {0:#x}, {1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "Spel regio komt niet overeen" @@ -6575,11 +6702,11 @@ msgstr "GameCube Adapter voor de Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "GameCube Adapter voor de Wii U op Poort %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube Controller" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "GameCube Controller op Poort %1" @@ -6587,11 +6714,11 @@ msgstr "GameCube Controller op Poort %1" msgid "GameCube Controllers" msgstr "GameCube-controllers" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube-toetsenbord" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "GameCube-toetsenbord op poort %1" @@ -6608,7 +6735,7 @@ msgstr "GameCube Geheugenkaart" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "GameCube Geheugenkaarten (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "GameCube Microfoon Slot %1" @@ -6636,45 +6763,53 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko Codes" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Algemeen" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Algemeen en Opties" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Nieuwe statistiekidentiteit genereren" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 -msgid "Generated AR code(s)." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 +msgid "Generated AR code(s)." +msgstr "Gegenereerde AR code(s)." + +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Gegenereerde symboolnamen van '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Duits" @@ -6682,11 +6817,11 @@ msgstr "Duits" msgid "Germany" msgstr "Duitsland" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "GetDeviceList mislukt: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6701,7 +6836,7 @@ msgstr "Giant" msgid "Giants" msgstr "Giants" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golf Modus" @@ -6710,7 +6845,7 @@ msgid "Good dump" msgstr "Goede dump" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafisch" @@ -6719,7 +6854,7 @@ msgstr "Grafisch" msgid "Graphics Mods" msgstr "Grafische Mods" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Graphics Schakelaars" @@ -6728,7 +6863,7 @@ msgstr "Graphics Schakelaars" msgid "Graphics mods are currently disabled." msgstr "Grafische mods zijn momenteel uitgeschakeld." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6756,7 +6891,7 @@ msgstr "Groen Links" msgid "Green Right" msgstr "Groen Rechts" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rasterweergave" @@ -6801,7 +6936,7 @@ msgstr "Hoofd" msgid "Help" msgstr "Help" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Heldenlevel:" @@ -6834,11 +6969,11 @@ msgstr "Hexadecimaal" msgid "Hide" msgstr "Verbergen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" -msgstr "" +msgstr "Verberg &Bediening" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Alles verbergen" @@ -6850,23 +6985,23 @@ msgstr "In-game-sessies verbergen" msgid "Hide Incompatible Sessions" msgstr "Incompatibele sessies verbergen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Externe GBA's verbergen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Hoog" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Hoogste" @@ -6889,15 +7024,39 @@ msgstr "Host" msgid "Host Code:" msgstr "Host-code:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Host Input Autoriteit" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Hostgrootte" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6909,13 +7068,21 @@ msgstr "" "maar de latentie voor anderen groter wordt. Geschikt voor casual spellen met " "3+ spelers, mogelijk op onstabiele of hoge latency-verbindingen." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host Input Autoriteit uitgeschakeld" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" -msgstr "Host Input Autoriteit ingeschakeld" +msgstr "Host Input Autoriteit geactiveerd" + +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" @@ -6925,21 +7092,21 @@ msgstr "Host met NetPlay" msgid "Hostname" msgstr "Hostnaam" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Sneltoets­instellingen" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Sneltoetsen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Sneltoetsen vereisen vensterfocus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Hybride Ubershaders" @@ -6966,7 +7133,7 @@ msgstr "De ingevoerde ID is ongeldig!" msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOS-versie:" @@ -7003,7 +7170,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR-gevoeligheid:" @@ -7044,7 +7211,7 @@ msgstr "" msgid "Icon" msgstr "Icoon" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7054,11 +7221,11 @@ msgstr "" "vertraging heeft) op elk moment gewisseld kan worden.\n" "Geschikt voor turn-based spellen met timing gevoelige bediening, zoals golf." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Identiteitsgeneratie" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7081,7 +7248,7 @@ msgstr "" "Deze machtiging kan op elk moment worden ingetrokken via de Dolphin-" "instellingen." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7102,34 +7269,44 @@ msgstr "" "gekoppeld aan de verbindingsstatus van de echte standaard controller (als er " "een is)." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -"Indien ingeschakeld, worden alle geheugenupdates tegelijk uitgevoerd voor " -"het eerste frame.

Veroorzaakt problemen met veel fifologs, maar kan " +"Indien geactiveerd, worden alle geheugenupdates tegelijk uitgevoerd voor het " +"eerste frame.

Veroorzaakt problemen met veel fifologs, maar kan " "nuttig zijn voor testen

In geval van twijfel leeg " "laten." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." "

If unsure, leave this checked." msgstr "" -"Indien uitgeschakeld, stopt het afspelen van fifolog na het laatste frame." -"

Dit is over het algemeen alleen nuttig wanneer een frame-dump optie " -"is ingeschakeld.

In geval van twijfel geselecteerd " -"laten." +"Indien niet geselecteerd, stopt het afspelen van fifolog na het laatste " +"frame.

Dit is over het algemeen alleen nuttig wanneer een frame-dump " +"optie is ingeschakeld.

In geval van twijfel " +"geselecteerd laten." #: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:55 #: qtbase/src/gui/kernel/qplatformtheme.cpp:728 msgid "Ignore" msgstr "Negeren" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -7158,18 +7335,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"Negeert elke poging van de CPU om de EFB te lezen of om te beschrijven." -"

Verbetert de prestatie in sommige spellen, maar schakelt alle EFB " -"gerelateerde gameplay features of grafische effecten uit." -"

In geval van twijfel leeg laten." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "XFB direct presenteren" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7183,7 +7356,7 @@ msgstr "" "en vermindert prestaties enigszins.

In geval van " "twijfel leeg laten." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii-NAND-back-up importeren…" @@ -7198,15 +7371,15 @@ msgstr "Importeren mislukt" msgid "Import Save File(s)" msgstr "Save-bestand(en) importeren" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii-save importeren…" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND-back-up importeren" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7215,7 +7388,7 @@ msgstr "" "NAND-back-up importeren\n" " Verstreken tijd: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7228,7 +7401,7 @@ msgstr "" msgid "In-Game?" msgstr "In het spel?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7241,64 +7414,64 @@ msgstr "" "load tijd.

In geval van twijfel geselecteerd laten." "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Onjuiste heldenlevelwaarde!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "Onjuiste laatst geplaatste tijd!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "Onjuiste laatste resettijd!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Onjuiste geldwaarde!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Onjuiste nickname!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Onjuiste speeltijdwaarde!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Verhogen" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Convergentie verhogen" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Diepte verhogen" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Emulatiesnelheid verhogen" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "IR verhogen" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Geselecteerde state-slot verhogen" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "X verhogen" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Y verhogen" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Incrementele Rotatie" @@ -7337,12 +7510,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informatie" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Schermbeveiliging blokkeren tijdens emulatie" @@ -7351,11 +7524,11 @@ msgid "Inject" msgstr "Injecteren" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Input" @@ -7369,19 +7542,16 @@ msgstr "Drempelwaarde voor inputsterkte" msgid "Input strength to ignore and remap." msgstr "Inputsterkte om te negeren en opnieuw in te stellen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" -msgstr "" +msgstr "Plaats &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" -msgstr "" +msgstr "Plaats &NOP" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "&Nop invoegen" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD-Kaart Invoegen" @@ -7398,7 +7568,7 @@ msgstr "Installatiepartitie (%1)" msgid "Install Update" msgstr "Installeer Update" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD installeren…" @@ -7406,13 +7576,14 @@ msgstr "WAD installeren…" msgid "Install to the NAND" msgstr "Naar NAND installeren" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instructie" @@ -7421,7 +7592,7 @@ msgstr "Instructie" msgid "Instruction Breakpoint" msgstr "Instructiebreekpunt" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instructie:" @@ -7430,7 +7601,7 @@ msgstr "Instructie:" msgid "Instruction: %1" msgstr "Instructie: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7499,8 +7670,8 @@ msgstr "" "Interne LZO-fout - parsen van gedecomprimeerde versie-string mislukt ({0} / " "{1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Interne resolutie" @@ -7509,23 +7680,23 @@ msgstr "Interne resolutie" msgid "Internal Resolution:" msgstr "Interne resolutie:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Interne fout bij het genereren van AR code." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (traagst)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" -msgstr "Interpreter-kern" +msgstr "Interpreter Core" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:704 msgid "Invalid Expression." msgstr "Ongeldige expressie" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "Ongeldige JSON ontvangen van auto-update service: {0}" @@ -7533,7 +7704,7 @@ msgstr "Ongeldige JSON ontvangen van auto-update service: {0}" msgid "Invalid Mixed Code" msgstr "Ongeldige Gemengde Code" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ongeldige Pakket %1 ingevoerd: %2" @@ -7542,11 +7713,11 @@ msgstr "Ongeldige Pakket %1 ingevoerd: %2" msgid "Invalid Player ID" msgstr "Ongeldige Speler-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Ongeldig RSO-moduleadres: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Ongeldige callstack" @@ -7558,7 +7729,7 @@ msgstr "Ongeldige controlesom" msgid "Invalid game." msgstr "Ongeldig spel" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Ongeldige host" @@ -7567,7 +7738,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Ongeldige input voor het veld \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Ongeldige input opgegeven" @@ -7575,7 +7746,7 @@ msgstr "Ongeldige input opgegeven" msgid "Invalid literal." msgstr "Ongeldige tekst." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Ongeldige parameters gegeven om te zoeken." @@ -7604,13 +7775,21 @@ msgstr "" msgid "Invalid title ID." msgstr "Ongeldige titel-ID." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Ongeldig watch adres: 1%" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiaans" @@ -7623,80 +7802,81 @@ msgstr "Italië" msgid "Item" msgstr "Voorwerp" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT Block Linking Uit" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT Blokken" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" -msgstr "Jit Branch Uit" +msgstr "JIT Branch Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Uit (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Paired Uit" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "JIT Recompiler voor ARM64 (aanbevolen)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "JIT Recompiler voor x86-64 (aanbevolen)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" -msgstr "JIT-registercache uitgeschakld" +msgstr "JIT Registercache Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SysteemRegisters Uit" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7705,16 +7885,17 @@ msgstr "" "nooit moeten gebeuren. Meld dit incident alstublieft via de bugtracker. " "Dolphin zal nu afsluiten." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" -msgstr "" +msgstr "JIT is niet actief" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japan" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japans" @@ -7725,19 +7906,19 @@ msgstr "Japans" msgid "Japanese (Shift-JIS)" msgstr "Japans (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" "Kaos is de enige vijand voor deze trofee. Er hoeft niets gewijzigd te worden!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Blijf Uitvoeren" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Venster bovenaan houden" @@ -7767,20 +7948,20 @@ msgstr "Toetsenbordcontroller" msgid "Keys" msgstr "Toetsen" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Speler kicken" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Koreaans" @@ -7809,41 +7990,41 @@ msgstr "LR Save" msgid "Label" msgstr "Label" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" -msgstr "" +msgstr "Taal" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Laatste Waarde" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Laatst geplaatst:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Laatste reset:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Vertraging:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Vertraging: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Vertraging: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Vertraging: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Vertraging: ~80 ms" @@ -7851,11 +8032,11 @@ msgstr "Vertraging: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "Het starten van deze spellen kan de problemen ook verhelpen." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Leiderborden" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7914,6 +8095,14 @@ msgstr "" "Links / Rechts-klik om output te configureren.\n" "Midden-klik om te wissen." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7947,11 +8136,11 @@ msgstr "Licht" msgid "Limit Chunked Upload Speed:" msgstr "Beperk chunked-uploadsnelheid:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Lijstkolommen" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Lijstweergave" @@ -7961,29 +8150,29 @@ msgstr "Luisteren" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Laad &Slechte Mapbestand..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Laad &Ander Mapbestand..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Laad Aangepaste Textures" @@ -7991,24 +8180,29 @@ msgstr "Laad Aangepaste Textures" msgid "Load File" msgstr "Laad Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube Hoofdmenu Laden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Laad Alleen Host Save Data" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Laad Laatste State" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "Laad Mapbestand" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Laad-pad:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Laad ROM" @@ -8016,137 +8210,132 @@ msgstr "Laad ROM" msgid "Load Slot" msgstr "Laad Slot" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Laad State" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Laad Laatste State 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Laad Laatste State 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Laad Laatste State 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Laad Laatste State 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Laad Laatste State 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Laad Laatste State 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Laad Laatste State 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Laad Laatste State 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Laad Laatste State 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Laad Laatste State 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Laad State Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Laad State Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Laad State Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Laad State Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Laad State Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Laad State Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Laad State Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Laad State Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Laad State Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Laad State Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Laad State van Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Laad State van Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Laad State van Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii-systeemmenu %1 laden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Laad en Schrijf Alleen Host Save Data" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Laden van Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Laad van Slot Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Laad mapbestand" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Laad vWii Systeem Menu %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Laden..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Symbolen geladen van '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8156,7 +8345,7 @@ msgstr "" "DynamicInputTextures//.

In geval van " "twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8164,28 +8353,28 @@ msgstr "" "Laadt grafische mods van User/Load/GraphicsMods/." "

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Lokaal" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Vergrendel Muisaanwijzer" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Vergrendeld" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8194,19 +8383,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Logconfiguratie" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Aanmelden" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" -msgstr "JIT-instructiedekking loggen" +msgstr "Log JIT Instructiedekking" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Afmelden" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Log Rendertijden naar Bestand" @@ -8218,11 +8408,23 @@ msgstr "Log Types" msgid "Logger Outputs" msgstr "Logger Outputs" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Inloggen Mislukt" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8232,20 +8434,20 @@ msgstr "" "

Gebruik deze optie als u de prestaties van Dolphin wilt meten." "

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Loop" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Verbinding met NetPlay-server verloren..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Laag" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Laagste" @@ -8275,27 +8477,31 @@ msgstr "Magie" msgid "Main Stick" msgstr "Hoofd Stick" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "Zorg ervoor dat de heldenlevelwaarde tussen 0 en 100 ligt!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "Zorg ervoor dat de laatst geplaatste datumtijd waarde geldig is!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "Zorg ervoor dat de laatste geresette datumtijd waarde geldig is!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "Zorg ervoor dat de geldwaarde tussen 0 en 65000 ligt!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "Zorg ervoor dat de nickname tussen 0 en 15 karakters lang is!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "Zorg ervoor dat de speeltijdwaarde geldig is!" @@ -8303,18 +8509,18 @@ msgstr "Zorg ervoor dat de speeltijdwaarde geldig is!" msgid "Make sure there is a Skylander in slot %1!" msgstr "Zorg ervoor dat er een Skylander in slot %1 zit!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Maker" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Maker:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8326,16 +8532,16 @@ msgstr "" "mist emulatie rekent.

In geval van twijfel leeg " "laten." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Beheer NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Handmatige Texture Sampling" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Mapping" @@ -8343,15 +8549,19 @@ msgstr "Mapping" msgid "Mask ROM" msgstr "Mask ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Overeenkomst Gevonden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Max Buffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Max buffergrootte gewijzigd naar %1" @@ -8360,12 +8570,12 @@ msgstr "Max buffergrootte gewijzigd naar %1" msgid "Maximum tilt angle." msgstr "Maximale kantel hoek." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Kan leiden tot vertraging van het Wii-menu en een aantal spellen." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Medium" @@ -8381,7 +8591,7 @@ msgstr "Geheugenbreekpunt" msgid "Memory Card" msgstr "Geheugenkaart" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Geheugenkaart Beheer" @@ -8389,7 +8599,7 @@ msgstr "Geheugenkaart Beheer" msgid "Memory Card Path:" msgstr "Geheugenkaartpad:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Geheugen overschrijven" @@ -8409,7 +8619,7 @@ msgstr "MemoryCard: Read opgeroepen met onjuiste bron adres ({0:#x})" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "MemoryCard: Write opgeroepen met ongeldige bestemming adres ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8421,31 +8631,39 @@ msgstr "" "omkeerbaar, dus het is raadzaam om back-ups van beide NAND's maken. Weet u " "zeker dat u wilt doorgaan?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Microfoon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Overig" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Overige instellingen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" +msgstr "Overige Bediening" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 @@ -8458,7 +8676,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Verschil tussen interne data structuren." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8478,14 +8696,14 @@ msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:108 msgid "Modem Adapter (tapserver)" -msgstr "" +msgstr "Modem Adapter (tapserver)" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:32 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:25 msgid "Modifier" msgstr "Modifier" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8500,20 +8718,20 @@ msgid "Modify Slot" msgstr "Wijzig Slot" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Wijzig Skylander: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Module gevonden: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Geld:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8525,11 +8743,11 @@ msgstr "Monoscopische Schaduwen" msgid "Monospaced Font" msgstr "Niet-proportionele (monospace) Lettertype" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Bewegings-input" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Bewegings-simulatie" @@ -8538,16 +8756,16 @@ msgstr "Bewegings-simulatie" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Zichtbaarheid van Muisaanwijzer" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Verplaats" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Opname" @@ -8560,7 +8778,7 @@ msgstr "" "Opname {0} geeft aan dat het start vanuit een savestate, maar {1} bestaat " "niet. De opname zal waarschijnlijk niet synchroniseren!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8569,14 +8787,24 @@ msgstr "" msgid "Multiplier" msgstr "Vermenigvuldiger" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "N&ee op Alles" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND-controle" @@ -8585,8 +8813,8 @@ msgstr "NAND-controle" msgid "NKit Warning" msgstr "NKit-waarschuwing" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8595,7 +8823,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8618,8 +8846,8 @@ msgstr "" "

In geval van twijfel op 2.35 laten." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8632,11 +8860,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Naam" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Naam voor deze nieuwe tag:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Naam van de te verwijderen tag:" @@ -8645,10 +8873,10 @@ msgid "Name of your session shown in the server browser" msgstr "Naam van uw sessie zoals weergegeven in de server browser" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Naam:" @@ -8662,7 +8890,7 @@ msgstr "Native (640x528)" msgid "Native GCI File" msgstr "Native GCI bestand" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8678,7 +8906,7 @@ msgstr "Netplay Instellingen" msgid "Netherlands" msgstr "Nederland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8687,7 +8915,7 @@ msgstr "" "Netplay-sessie zijn gemaakt of gewijzigd blijven in de lokale saves van de " "host." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8697,7 +8925,7 @@ msgstr "" "de Netplay-sessie zijn gemaakt of gewijzigd worden aan het eind van de " "sessie weggegooid." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8706,7 +8934,7 @@ msgstr "" "worden aan het einde van de Netplay-sessie weggegooid." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Netwerk" @@ -8714,7 +8942,7 @@ msgstr "Netwerk" msgid "Network dump format:" msgstr "Netwerk-dump-formaat:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Nooit" @@ -8723,7 +8951,7 @@ msgid "Never Auto-Update" msgstr "Nooit Automatisch Updaten" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nieuw" @@ -8748,7 +8976,7 @@ msgstr "Nieuwe Zoekopdracht" msgid "New Tag..." msgstr "Nieuwe Tag..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Nieuwe identiteit gegenereerd." @@ -8756,30 +8984,32 @@ msgstr "Nieuwe identiteit gegenereerd." msgid "New instruction:" msgstr "Nieuwe instructie:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Nieuwe tag" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Volgend Spel Profiel" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Volgende Overeenkomst" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Volgend Profiel" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Nickname is te lang" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Nickname:" @@ -8801,21 +9031,21 @@ msgstr "Geen Uitlijning" msgid "No Audio Output" msgstr "Geen Audio-output" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Geen Compressie" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Geen Overeenkomst" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Geen Save Data" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Geen data om te wijzigen!" @@ -8836,15 +9066,15 @@ msgstr "Geen fouten." msgid "No extension selected." msgstr "Geen extensie geselecteerd." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Geen bestand geladen / opgenomen." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Er draait geen spel." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Er draait geen spel." @@ -8857,23 +9087,23 @@ msgstr "Geen graphics mod geselecteerd" msgid "No input" msgstr "Geen input" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Er zijn geen problemen gedetecteerd." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "Geen overeenkomend spel gevonden" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "Geen mappen gevonden in het M3U-bestand \"{0}\"" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Er zijn geen problemen gevonden" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8887,7 +9117,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Geen profielen gevonden voor de spel-instelling '{0}'" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Geen opname geladen." @@ -8903,7 +9133,7 @@ msgstr "" "afgebroken om opname desynchonisatie te voorkomen" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8921,7 +9151,7 @@ msgstr "Noord-Amerika" msgid "Not Set" msgstr "Niet ingesteld" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Niet alle spelers hebben het spel. Weet u zeker dat u wilt doorgaan?" @@ -8945,7 +9175,7 @@ msgstr "" "Niet genoeg vrije bestanden op de doelgeheugenkaart. Ten minste %n vrije " "bestand(en) vereist." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Niet gevonden" @@ -8974,11 +9204,6 @@ msgstr "Opmerkingen" msgid "Null" msgstr "Null" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9004,65 +9229,65 @@ msgid "Nunchuk Stick" msgstr "Nunchuk Stick" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Object %1" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:24 msgid "Object 1 Size" -msgstr "" +msgstr "Object 1 Grootte" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:22 msgid "Object 1 X" -msgstr "" +msgstr "Object 1 X" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:23 msgid "Object 1 Y" -msgstr "" +msgstr "Object 1 Y" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:27 msgid "Object 2 Size" -msgstr "" +msgstr "Object 2 Grootte" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:25 msgid "Object 2 X" -msgstr "" +msgstr "Object 2 X" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:26 msgid "Object 2 Y" -msgstr "" +msgstr "Object 2 Y" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:30 msgid "Object 3 Size" -msgstr "" +msgstr "Object 3 Grootte" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:28 msgid "Object 3 X" -msgstr "" +msgstr "Object 3 X" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:29 msgid "Object 3 Y" -msgstr "" +msgstr "Object 3 Y" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:33 msgid "Object 4 Size" -msgstr "" +msgstr "Object 4 Grootte" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:31 msgid "Object 4 X" -msgstr "" +msgstr "Object 4 X" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IRPassthrough.cpp:32 msgid "Object 4 Y" -msgstr "" +msgstr "Object 4 Y" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Object Bereik" @@ -9083,11 +9308,11 @@ msgstr "Offset" msgid "On" msgstr "Aan" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Bij Beweging" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9097,7 +9322,7 @@ msgstr "" "voor het uitbreiden van punten en lijnen, selecteert de vertex shader voor " "de taak. Kan de prestatie beïnvloeden.

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9112,7 +9337,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &Documentatie" @@ -9120,7 +9345,7 @@ msgstr "Online &Documentatie" msgid "Only Show Collection" msgstr "Alleen Collectie Tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9128,7 +9353,7 @@ msgstr "" "Alleen symbolen toevoegen die beginnen met:\n" "(Leeg voor alle symbolen)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9147,17 +9372,21 @@ msgstr "Openen" msgid "Open &Containing Folder" msgstr "&Bijbehorende map openen" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "&Gebruikersmap openen" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "Open Prestaties" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Map openen…" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "Open FIFO Log" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -9222,34 +9451,34 @@ msgstr "Oranje" msgid "Orbital" msgstr "Orbitaal" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" -msgstr "" +msgstr "Oorsprong" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" -msgstr "" +msgstr "Oorsprong Max" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" -msgstr "" +msgstr "Oorsprong Min" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" -msgstr "" +msgstr "Oorsprong Symbool" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" -msgstr "" +msgstr "Oorsprong en Bestemming" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9259,16 +9488,16 @@ msgstr "Overige" msgid "Other Partition (%1)" msgstr "Andere Partitie (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Overige State Sneltoetsen" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Overige State Beheer" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Ander spel..." @@ -9276,7 +9505,7 @@ msgstr "Ander spel..." msgid "Output" msgstr "Output" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Output Resampling" @@ -9284,16 +9513,16 @@ msgstr "Output Resampling" msgid "Output Resampling:" msgstr "Output Resampling:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Overschrijven" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Input Opname Af&spelen..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9306,23 +9535,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG Compressie Level" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG Compressie Level:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG afbeeldingsbestand (*.png);; Alle bestanden (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC Grootte" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Host" @@ -9335,7 +9573,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pads" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parameters" @@ -9356,7 +9594,7 @@ msgstr "Passief" msgid "Passthrough a Bluetooth adapter" msgstr "Bluetooth-adapter doorgeven" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Wachtwoord" @@ -9381,7 +9619,7 @@ msgstr "Patchnaam" msgid "Patches" msgstr "Patches" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Pad:" @@ -9394,23 +9632,23 @@ msgstr "Paden" msgid "Pause" msgstr "Pauze" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" -msgstr "" +msgstr "Pauzeer Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pauzeer aan het Einde van de Opname" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pauzeer bij Verliezen van Focus" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Pauzeer op Panic" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9418,7 +9656,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9443,7 +9681,7 @@ msgstr "Top snelheid van buitenwaartse zwaai beweging." msgid "Per-Pixel Lighting" msgstr "Per-Pixel Belichting" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Voer Online Systeemupdate Uit" @@ -9451,15 +9689,15 @@ msgstr "Voer Online Systeemupdate Uit" msgid "Perform System Update" msgstr "Voer Systeemupdate Uit" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Venster van prestatiemonster (ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Venster van prestatiemonster (ms):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Prestatiestatistieken" @@ -9473,15 +9711,15 @@ msgstr "Fysieke" msgid "Physical address space" msgstr "Fysieke adresruimte" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Kies een debug-lettertype" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9493,8 +9731,8 @@ msgstr "Stamp Omlaag" msgid "Pitch Up" msgstr "Stamp Omhoog" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -9502,11 +9740,11 @@ msgstr "Platform" msgid "Play" msgstr "Spelen" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Afspelen / Opnemen" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Speel Opname" @@ -9514,11 +9752,11 @@ msgstr "Speel Opname" msgid "Play Set/Power Disc" msgstr "Play Set/Power Disc" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Terugspeel Opties" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Speler" @@ -9547,18 +9785,23 @@ msgid "Player Two Ability Two" msgstr "Speler Twee Vaardigheid Twee" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Spelers" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Speeltijd:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9566,7 +9809,7 @@ msgstr "" "Verander de instelling \"SyncOnSkipIdle\" naar \"True\"! Op dit moment is " "het uitgeschakeld, waardoor dit probleem zeer waarschijnlijk zal optreden." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9581,7 +9824,7 @@ msgstr "Wijzen" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:255 msgid "Point (Passthrough)" -msgstr "" +msgstr "Wijzen (Passthrough)" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:84 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:65 @@ -9601,12 +9844,12 @@ msgstr "Poort:" msgid "Portal Slots" msgstr "Portal Slots" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Mogelijke desync gedetecteerd: %1 heeft mogelijk sync verloren in frame %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Post-Processing Effect" @@ -9620,18 +9863,18 @@ msgstr "Post-Processing Shader Configuratie" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:86 msgid "Power Disc Three" -msgstr "" +msgstr "Power Disc Drie" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:84 msgid "Power Disc Two" -msgstr "" +msgstr "Power Disc Twee" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Geef voorkeur aan VS voor Punt/Lijn uitbreiding" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Prefetch Aangepaste Textures" @@ -9659,7 +9902,7 @@ msgstr "" msgid "Presets" msgstr "Voorinstellingen" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Druk Op Sync Knop" @@ -9668,7 +9911,7 @@ msgstr "Druk Op Sync Knop" msgid "Pressure" msgstr "Druk" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9682,18 +9925,19 @@ msgstr "" "

Niet aanbevolen, gebruik alleen als de andere " "opties slechte resultaten opleveren." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Vorig Spel Profiel" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Vorige Overeenkomst" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Vorig Profiel" @@ -9715,7 +9959,7 @@ msgstr "Privé en Openbaar" msgid "Problem" msgstr "Probleem" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9723,7 +9967,7 @@ msgstr "" "Er zijn zeer ernstige problemen gevonden. Het spel zal waarschijnlijk niet " "werken." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9731,7 +9975,7 @@ msgstr "" "Er zijn problemen met lage ernst gevonden. Het spel zal waarschijnlijk goed " "werken." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9743,20 +9987,20 @@ msgstr "" msgid "Profile" msgstr "Profiel" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Programmateller" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Voortgang" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9766,11 +10010,11 @@ msgstr "" msgid "Public" msgstr "Openbaar" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Gamelijstcache opschonen" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Zet IPL ROMs in Gebruiker/GC/." @@ -9782,15 +10026,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Quality of Service (QoS) kan niet worden geactiveerd." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Quality of Service (QoS) is succesvol geactiveerd." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "Kwaliteit van de DPLII decoder. Audio vetraging neemt toe met de kwaliteit." @@ -9798,11 +10042,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Vraag" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Stoppen" @@ -9823,11 +10067,11 @@ msgstr "R-Analoog" msgid "READY" msgstr "GEREED" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO Modules" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO autodetectie" @@ -9860,17 +10104,21 @@ msgstr "Rang %1" msgid "Raw" msgstr "Rauw" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" -msgstr "" +msgstr "Rauwe Interne Resolutie" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "Ver&vang instructie" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "Ver&vang Instructie" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lezen" @@ -9893,7 +10141,7 @@ msgstr "Alleen lezen" msgid "Read or Write" msgstr "Lezen of Schrijven" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Alleen-Lezen Modus" @@ -9909,33 +10157,37 @@ msgstr "Echte Wii-afstandsbediening" msgid "Received invalid Wii Remote data from Netplay." msgstr "Ongeldige Wii-afstandsbediening gegevens ontvangen van Netplay." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" -msgstr "" +msgstr "Recente Hits" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp:31 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:29 msgid "Recenter" msgstr "Hercentreren" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Opnemen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Input Opnemen" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Opnemen" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opname Opties" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Opnemen..." @@ -9952,7 +10204,7 @@ msgstr "Rood Links" msgid "Red Right" msgstr "Rood Rechts" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9977,7 +10229,6 @@ msgstr "Redump.org Status:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9992,12 +10243,12 @@ msgstr "Huidige waarden verversen" msgid "Refresh Game List" msgstr "Spellijst verversen" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" "Verversen mislukt. Laat het spel een tijdje draaien en probeer het opnieuw." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Huidige waarden ververst." @@ -10006,8 +10257,8 @@ msgstr "Huidige waarden ververst." msgid "Refreshing..." msgstr "Verversen..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Regio" @@ -10028,7 +10279,8 @@ msgstr "Relatieve Input" msgid "Relative Input Hold" msgstr "Relatieve Input Vasthouden" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -10040,7 +10292,7 @@ msgstr "Herinner Me Later" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Verwijder" @@ -10057,7 +10309,7 @@ msgstr "Verwijder Junk Data (Onomkeerbaar):" msgid "Remove Tag..." msgstr "Tag Verwijderen..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Tag verwijderen" @@ -10071,20 +10323,20 @@ msgstr "" "ISO (tenzij u het ISO-bestand verpakt in een gecomprimeerd bestandsformaat " "zoals ZIP achteraf). Wilt u toch doorgaan?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Hernoem symbool" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "Hernoem Symbool" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Render-venster" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Renderen naar hoofdvenster" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10092,6 +10344,16 @@ msgstr "" "Rendert de scène als een wireframe.

In geval van " "twijfel leeg laten." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Report: GCIFolder schrijft naar niet gealloceerde blok {0:#x}" @@ -10100,15 +10362,15 @@ msgstr "Report: GCIFolder schrijft naar niet gealloceerde blok {0:#x}" msgid "Request to Join Your Party" msgstr "Verzoek om Lid te Worden van Uw Partij" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10119,7 +10381,7 @@ msgstr "Reset" msgid "Reset All" msgstr "Reset Alles" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reset Negeer Panic Handler" @@ -10143,7 +10405,7 @@ msgstr "Reset Traversal Instellingen" msgid "Reset Values" msgstr "Reset Waarde" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Reset Weergave" @@ -10151,9 +10413,9 @@ msgstr "Reset Weergave" msgid "Reset all saved Wii Remote pairings" msgstr "Reset alle opgeslagen Wii-afstandsbediening koppelingen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" -msgstr "" +msgstr "Resolutie Type:" #: Source/Core/DolphinQt/ResourcePackManager.cpp:26 msgid "Resource Pack Manager" @@ -10163,7 +10425,7 @@ msgstr "Resource Pack Beheer" msgid "Resource Pack Path:" msgstr "Pad naar Resource Pack:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Herstarten Vereist" @@ -10171,11 +10433,11 @@ msgstr "Herstarten Vereist" msgid "Restore Defaults" msgstr "Herstel Standaardinstellingen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "Herstel instructie" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "Herstel Instructie" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Opnieuw" @@ -10184,7 +10446,7 @@ msgstr "Opnieuw" msgid "Return Speed" msgstr "Terugkeer Snelheid" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revisie" @@ -10192,7 +10454,7 @@ msgstr "Revisie" msgid "Revision: %1" msgstr "Revisie: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10243,11 +10505,11 @@ msgstr "Rol Links" msgid "Roll Right" msgstr "Rol Rechts" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "Kamer ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Rotatie" @@ -10256,7 +10518,7 @@ msgstr "Rotatie" msgid "Rotation applied at extremities of swing." msgstr "Rotatie toegepast aan de uiteinden van de zwaai." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10270,7 +10532,7 @@ msgstr "" "interne resolutie wordt gebruikt.

In geval van " "twijfel leeg laten." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10282,6 +10544,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10307,21 +10578,26 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Loop &Tot Hier" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "Uitvoeren &tot Hier" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Voer GBA Emulatie uit in Specifieke threads" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" -msgstr "Uitvoeren tot" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" +msgstr "Uitvoeren Tot" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" -msgstr "Uitvoeren tot (negeer breekpunten)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" +msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10331,23 +10607,23 @@ msgstr "Uitvoeren tot hit (negeer breekpunten)" msgid "Russia" msgstr "Rusland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD-Kaart" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SD-Kaart Bestandsgrootte:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD-Kaartafbeedling (*.raw);;Alle Bestanden(*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD-Kaart Pad:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD-Kaart-instellingen" @@ -10355,7 +10631,7 @@ msgstr "SD-Kaart-instellingen" msgid "SD Root:" msgstr "SD Root:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "SD Sync Map:" @@ -10390,11 +10666,11 @@ msgstr "SSL context" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Code Op&slaan" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "S&la State Op" @@ -10406,7 +10682,7 @@ msgstr "Veilig" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10416,28 +10692,40 @@ msgstr "Opslaan" msgid "Save All" msgstr "Sla Alles op" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "Sla Geconverteerde Afbeelding op" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Export Opslaan" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "Sla FIFO log op" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "Sla FIFO Log op" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Bestand Opslaan in" +msgid "Save File To" +msgstr "Sla Bestand op Naar" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10448,15 +10736,19 @@ msgstr "Spel Opslag" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Spel Save Bestanden (*.sav);;All Files (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Import Opslaan" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "Sla Map Bestand op" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Sla Oudste State op" @@ -10464,73 +10756,77 @@ msgstr "Sla Oudste State op" msgid "Save Preset" msgstr "Voorinstelling opslaan" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Sla Opnamebestand op Als" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Save State" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Save State Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Save State Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Save State Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Save State Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Save State Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Save State Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Save State Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Save State Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Save State Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Save State Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Save State naar Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Save State naar Oudste Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Save State naar Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Save State naar Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Sla Symbol Map Op &Als..." @@ -10538,7 +10834,7 @@ msgstr "Sla Symbol Map Op &Als..." msgid "Save Texture Cache to State" msgstr "Textuurcache in Save-state opslaan" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Save en Laad State" @@ -10546,15 +10842,11 @@ msgstr "Save en Laad State" msgid "Save as Preset..." msgstr "Opslaan als voorinstelling..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Opslaan als..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Gecombineerde outputbestand opslaan als" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10568,23 +10860,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Save in de Zelfde Map als de ROM" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Sla mapbestand op" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Sla signatuurbestand op" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Opslaan naar Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Opslaan naar Slot %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Opslaan..." @@ -10606,7 +10890,7 @@ msgstr "Savestate opname {0} is corrupt, opname wordt gestopt..." msgid "Scaled EFB Copy" msgstr "Geschaalde EFB Kopie" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Scan gelukt." @@ -10615,8 +10899,8 @@ msgid "ScrShot" msgstr "Schermafdruk" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Zoeken" @@ -10625,7 +10909,7 @@ msgstr "Zoeken" msgid "Search Address" msgstr "Zoek Adres" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Zoek Huidig Object" @@ -10637,7 +10921,7 @@ msgstr "Zoeken in submappen" msgid "Search and Filter" msgstr "Zoek en Filter" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10645,7 +10929,7 @@ msgstr "" "Zoeken is momenteel niet mogelijk in de virtuele adresruimte. Laat het spel " "een tijdje draaien en probeer het opnieuw." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Zoek naar Instructie" @@ -10653,7 +10937,7 @@ msgstr "Zoek naar Instructie" msgid "Search games..." msgstr "Zoek Spellen..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Zoek instructie" @@ -10687,9 +10971,9 @@ msgstr "Selecteer" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10698,7 +10982,7 @@ msgid "Select Dump Path" msgstr "Selecteer Dump Pad" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Selecteer Export Map" @@ -10706,18 +10990,22 @@ msgstr "Selecteer Export Map" msgid "Select Figure File" msgstr "Selecteer Figuur Bestand" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Selecteer GBA BIOS" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Selecteer GBA ROM" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Selecteer GBA Saves Pad" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Selecteer Laatste State" @@ -10726,6 +11014,10 @@ msgstr "Selecteer Laatste State" msgid "Select Load Path" msgstr "Selecteer Laad Pad" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Selecteer Resource Pack Pad" @@ -10734,6 +11026,14 @@ msgstr "Selecteer Resource Pack Pad" msgid "Select Riivolution XML file" msgstr "Selecteer Riivolution XML bestand" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Selecteer Skylander Collectie" @@ -10742,58 +11042,62 @@ msgstr "Selecteer Skylander Collectie" msgid "Select Skylander File" msgstr "Selecteer Skylander Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Selecteer Slot %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Selecteer State" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Selecteer State Slot" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Selecteer State Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Selecteer State Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Selecteer State Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Selecteer State Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Selecteer State Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Selecteer State Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Selecteer State Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Selecteer State Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Selecteer State Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Selecteer State Slot 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Selecteer WFS Pad" @@ -10807,29 +11111,25 @@ msgstr "Selecteer Wii-NAND-basismap" msgid "Select a Directory" msgstr "Selecteer een Map" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Selecteer een Bestand" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "Selecteer een map om te synchroniseren met de SD-kaart afbeelding" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Selecteer een Spel" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Selecteer een SD-Kaartafbeelding" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Selecteer een bestand" @@ -10837,19 +11137,15 @@ msgstr "Selecteer een bestand" msgid "Select a game" msgstr "Selecteer een Spel" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Selecteer een titel om te installeren op de NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Selecteer e-Reader Kaarten" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Selecteer het RSO module adres:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Selecteer Opnamebestand om Af te Spelen" @@ -10857,36 +11153,19 @@ msgstr "Selecteer Opnamebestand om Af te Spelen" msgid "Select the Virtual SD Card Root" msgstr "Selecteer de Virtuele SD-Kaart Root" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Selecteer het sleutelbestand (OTP/SEEPROM dump)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Selecteer het save bestand" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Selecteer waar u de geconverteerde afbeelding wilt opslaan" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Selecteer waar u de geconverteerde afbeeldingen wilt opslaan" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Selecteer Font" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Geselecteerde controller profiel bestaat niet" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Het geselecteerde spel bestaat niet in de spellijst!" @@ -10898,7 +11177,7 @@ msgstr "Geselecteerde thread callstack" msgid "Selected thread context" msgstr "Geselecteerde thread context" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -10906,7 +11185,7 @@ msgstr "" "Selecteert een hardware-adapter om te gebruiken.

" "%1 ondersteunt deze functie niet.
" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -10914,7 +11193,7 @@ msgstr "" "Selecteert een hardware-adapter om te gebruiken.

In " "geval van twijfel de eerste selecteren." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10933,7 +11212,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10952,7 +11231,7 @@ msgstr "" "dat door sommige tv's wordt gebruikt.

In geval van " "twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10974,31 +11253,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Selecteert welke grafische API intern moet worden gebruikt.

De " -"software-renderer is extreem traag en alleen nuttig voor foutopsporing, dus " -"alleen de andere backends worden aangeraden. Verschillende spellen en " -"verschillende GPU's gedragen zich anders op elke backend, dus voor de beste " -"emulatie-ervaring wordt aangeraden om elk spel te proberen en de backend te " -"selecteren die het minst problematisch is.

In geval " -"van twijfel OpenGL selecteren." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Verzend" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Sensor Bar Positie:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11020,7 +11322,7 @@ msgstr "Server IP-adres" msgid "Server Port" msgstr "Server Poort" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Server heeft traversal poging geweigerd" @@ -11028,44 +11330,40 @@ msgstr "Server heeft traversal poging geweigerd" msgid "Set &Value" msgstr "Stel &Waarde In" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" +msgstr "Stel Bree&kpunt in" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" msgstr "" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Stel PC In" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Stel in als &Standaard-ISO" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Stel geheugenkaartbestand in voor Slot A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Stel geheugenkaartbestand in voor Slot B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Stel symbool in &eindadres" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Stel symbool in &grootte" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Stel symbool eindadres in" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Stel symboolgrootte (%1) in:" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11075,19 +11373,19 @@ msgstr "" "PAL spellen.\n" "Werkt mogelijk niet voor alle spellen." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Stelt de Wii-systeemtaal in." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11095,10 +11393,17 @@ msgstr "" "Stelt de vertraging in milliseconden in. Hogere waarden kunnen audio gekraak " "verminderen. Alleen voor bepaalde backends." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -11111,13 +11416,13 @@ msgstr "" "virtuele adresruimte. Dit zal werken voor de overgrote meerderheid van " "spellen." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Instellingen" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMem: Kan setting.txt niet aanmaken" @@ -11125,7 +11430,7 @@ msgstr "SetupWiiMem: Kan setting.txt niet aanmaken" msgid "Severity" msgstr "Ernst" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Shadercompilatie" @@ -11147,228 +11452,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Shinkansen Controller" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Snelheidspercentage tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Toon &Log" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "&Werkbalk tonen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Actieve game in venstertitel weergeven" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Alles tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Australië tonen" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Huidig spel op Discord tonen" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Toon Eerst de Uitgeschakelde Codes" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL tonen" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" -msgstr "Toon Eerst de Ingeschakelde Codes" +msgstr "Toon Geactiveerde Codes Eerst" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "FPS tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Frameteller tonen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Frametijden tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Frankrijk tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Duitsland tonen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Golfmodus-overlay tonen" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Toon Infinity Base" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Inputweergave tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Italië tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "JPN tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korea tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Vertragingsteller tonen" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Taal tonen:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Toon Log &Configuratie" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "NetPlay-berichten tonen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "NetPlay-ping tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Nederland tonen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "On-screen-berichtgevingen tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL tonen" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "PC weergeven" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Prestatiegrafieken tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Platforms tonen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" -msgstr "" +msgstr "Toon Projectiestatistieken" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Regio's tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Heropnameteller tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rusland tonen" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Toon Skylanders Portal" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Spanje tonen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Snelheidskleuren tonen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Statistieken tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Systeemklok tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwan tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "VS tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Onbekend tonen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "VBlank-tijden tonen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "VPS tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Wereld tonen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "In &geheugen weergeven" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "In Code Weergeven" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "In Geheugen Weergeven" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "In code tonen" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "In geheugen weergeven" @@ -11376,19 +11685,15 @@ msgstr "In geheugen weergeven" msgid "Show in server browser" msgstr "Weergeef in server browser" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "Doel in &geheugen tonen" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11397,7 +11702,7 @@ msgstr "" "tijdens NetPlay.

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
In geval van twijfel leeg laten." "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11424,25 +11729,13 @@ msgstr "" "snelheid.

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11452,7 +11745,7 @@ msgstr "" "standaardafwijking.

In geval van twijfel leeg laten." "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11462,7 +11755,19 @@ msgstr "" "standaardafwijking.

In geval van twijfel leeg laten." "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11472,7 +11777,7 @@ msgstr "" "de visuele vloeiendheid.

In geval van twijfel leeg " "laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
In geval van twijfel leeg " "laten." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11490,13 +11795,13 @@ msgstr "" "Toont de maximum ping van de spelers tijdens NetPlay." "

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11504,6 +11809,14 @@ msgstr "" "Toont diverse rendering statistieken.

In geval van " "twijfel leeg laten." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Naast Elkaar" @@ -11520,7 +11833,7 @@ msgstr " Schakel Zijwaarts" msgid "Sideways Wii Remote" msgstr "Wii-afstandsbediening Zijwaarts" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signatuurdatabase" @@ -11544,7 +11857,7 @@ msgid "Signed Integer" msgstr "Signed Integer" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Vereenvoudigd Chinees" @@ -11561,7 +11874,7 @@ msgstr "Zes Assen" msgid "Size" msgstr "Grootte" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11569,11 +11882,11 @@ msgstr "" "Grootte van uitrekkingsbuffer in milliseconden. Te lage waarden kunnen " "leiden tot krakend geluid." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Overslaan" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Tekenen Overslaan" @@ -11589,7 +11902,7 @@ msgstr "Hoofdmenu overslaan" msgid "Skip Presenting Duplicate Frames" msgstr "Sla Weergave Dubbele Frames Over" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11679,11 +11992,11 @@ msgstr "Socket table" msgid "Software Renderer" msgstr "Software Renderer" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Een deel van de data kon niet worden gelezen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11699,12 +12012,12 @@ msgstr "" "Sommige waarden die u heeft opgegeven zijn ongeldig.\n" "Controleer de gemarkeerde waarden." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Sorteer Alfabetisch" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Geluid:" @@ -11718,7 +12031,7 @@ msgstr "Spanje" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spaans" @@ -11726,11 +12039,11 @@ msgstr "Spaans" msgid "Speaker Pan" msgstr "Speaker Pan" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Speaker Volume:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Gespecialiseerd (Standaard)" @@ -11738,7 +12051,7 @@ msgstr "Gespecialiseerd (Standaard)" msgid "Specific" msgstr "Specifiek" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11761,12 +12074,16 @@ msgstr "" "niveau 9, maar verwerken aanzienlijk sneller.

Als " "je het niet zeker weet, laat dit dan op 6 staan." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Snelheid" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "Snelheidslimiet" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11785,33 +12102,37 @@ msgstr "Stack begin" msgid "Standard Controller" msgstr "Standaardcontroller" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Start &NetPlay..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" -msgstr "" +msgstr "Start Branch Watch" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Start Nieuwe Cheat Zoekopdracht" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Start Input &Opname" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Start Opname" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "In volledig scherm starten" @@ -11823,7 +12144,7 @@ msgstr "Start met Riivolution Patches" msgid "Start with Riivolution Patches..." msgstr "Start met Riivolution Patches..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Gestart spel" @@ -11846,52 +12167,52 @@ msgstr "Stap" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Stap In" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Stap Uit" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Stap Over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Uitstappen succesvol!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Uitstappen timed out!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Overstappen in voortgang..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Stap succesvol!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Stappen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Stereoscopische 3D Modus" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Stereoscopische 3D Modus:" @@ -11912,16 +12233,20 @@ msgid "Stick" msgstr "Stick" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Stoppen" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Afspelen/opnemen van input stoppen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Gestopt spel" @@ -11963,11 +12288,11 @@ msgstr "" "Texture)

In geval van twijfel geselecteerd laten." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Uitrekken naar venster" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Strikte Instellingensynchronisatie" @@ -11981,11 +12306,11 @@ msgstr "String" msgid "Strum" msgstr "Strum" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" -msgstr "" +msgstr "Stijl" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Stijl:" @@ -11996,18 +12321,18 @@ msgstr "Stijl:" msgid "Stylus" msgstr "Stylus" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Geslaagd" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Succesvol aan NetPlay index toegevoegd" @@ -12017,7 +12342,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "Succesvol %n afbeelding(en) geconverteerd." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "'%1' is succesvol verwijderd." @@ -12030,24 +12355,24 @@ msgstr "Exporteren van %n van de %1 save bestand(en) gelukt." msgid "Successfully exported save files" msgstr "Save bestanden succesvol geëxporteerd" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certificaten succesvol uitgepakt van NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Bestand succesvol uitgepakt." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Systeemdata succesvol uitgepakt." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Save bestand succesvol geïmporteerd." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Titel succesvol geïnstalleerd op de NAND." @@ -12070,12 +12395,12 @@ msgstr "Ondersteuning" msgid "Supported file formats" msgstr "Ondersteunde bestandsformaten" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Ondersteunt SD en SDHC. De standaardgrootte is 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround" @@ -12083,7 +12408,7 @@ msgstr "Surround" msgid "Suspended" msgstr "Onderbroken" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Wissel Ogen" @@ -12098,7 +12423,7 @@ msgstr "Swap Force" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12121,22 +12446,31 @@ msgstr "Overschakelen naar A" msgid "Switch to B" msgstr "Overschakelen naar B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbool" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Symbool (%1) eindadres:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "Symboolnaam:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbolen" @@ -12144,7 +12478,7 @@ msgstr "Symbolen" msgid "Sync" msgstr "Sync" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "AR/Gecko Codes Synchroniseren" @@ -12164,7 +12498,7 @@ msgstr "" "Synchroniseert de GPU- en CPU-threads om willekeurige vastlopers te " "voorkomen in Dual-core modus. (Aan = Compatibel, Uit = Snel)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12172,37 +12506,37 @@ msgstr "" "Synchroniseert de SD-kaart met de SD Sync-map bij het starten en beëindigen " "van emulatie." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "AR Codes aan het Synchroniseren..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Gecko Codes aan het Synchroniseren..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Synchroniseren van save data..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Systeemtaal:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS-input" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" -msgstr "TAS-gereedschap" +msgstr "TAS-tools" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tags" @@ -12220,15 +12554,15 @@ msgstr "Staart" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Maak Screenshot" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "Doeladresbereik is ongeldig." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12246,9 +12580,9 @@ msgstr "Tech" msgid "Test" msgstr "Test" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -12257,15 +12591,15 @@ msgstr "" msgid "Texture Cache" msgstr "Textuurcache" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Nauwkeurigheid van textuurcache" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Texture Dumping" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Textuurfiltering" @@ -12273,7 +12607,7 @@ msgstr "Textuurfiltering" msgid "Texture Filtering:" msgstr "Textuurfiltering:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Texture Formaat Overlay" @@ -12299,11 +12633,11 @@ msgstr "" "\n" "Wilt u echt Direct3D 11 gebruiken? In geval van twijfel 'Nee' selecteren." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "De H3 hashtabel voor de {0} partitie is onjuist." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "Het IPL bestand is geen bekende goede dump. (CRC32: {0:x})" @@ -12313,11 +12647,11 @@ msgstr "Het IPL bestand is geen bekende goede dump. (CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "De Masterpiece partities ontbreken." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12325,11 +12659,11 @@ msgstr "" "De NAND kon niet worden gerepareerd. Het wordt aanbevolen om een back-up te " "maken van uw huidige gegevens en opnieuw te beginnen met een nieuwe NAND." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "De NAND is gerepareerd." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12339,11 +12673,11 @@ msgstr "" "verplaatst of kopieert, zal het Wii-systeemmenu niet meer starten en zal het " "ook weigeren om het te kopiëren of terug te zetten naar de NAND." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12363,7 +12697,7 @@ msgstr "De kanaalpartitie ontbreekt." msgid "The data partition is missing." msgstr "De datapartitie ontbreekt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12373,7 +12707,7 @@ msgstr "" "laadtijden beinvloeden. U kunt geen input opnames delen en niet NetPlay " "gebruiken met iemand die een goede dump heeft." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12477,7 +12811,7 @@ msgstr "" "Bestand %1 bestaat al.\n" "Wilt u het vervangen?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12513,7 +12847,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Het bestandssysteem is ongeldig of kon niet gelezen worden." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12523,7 +12857,7 @@ msgstr "" "Hernoem deze map naar %2, %3, of %4, overeenkomstig met de regio van de " "opgeslagen bestanden." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." @@ -12531,15 +12865,15 @@ msgstr "" "Het formaat waarin de schijfafbeelding is opgeslagen, slaat de grote van de " "schijfafbeelding niet op." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "Het spel ID is inconsistent." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "Het spel ID is ongewoon kort." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "Het spel ID is {0} maar zou {1} moeten zijn." @@ -12547,7 +12881,7 @@ msgstr "Het spel ID is {0} maar zou {1} moeten zijn." msgid "The game disc does not contain any usable update information." msgstr "De spelschijf bevat geen bruikbare update informatie." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Het spel wordt momenteel uitgevoerd." @@ -12561,7 +12895,7 @@ msgstr "" "met het systeemmenu te voorkomen, is het niet mogelijk om de geëmuleerde " "console met deze schijf bij te werken." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12575,21 +12909,21 @@ msgstr "" "\n" "(MSAA met {0} samples gevonden op de standaard framebuffer)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "De hashes komen niet overeen!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "De hashes komen overeen!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12601,11 +12935,11 @@ msgstr "" msgid "The install partition is missing." msgstr "De installatiepartitie ontbreekt." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "De laatste keer dat het figuur op een portal is geplaatst." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12625,7 +12959,7 @@ msgstr "" "geplaatst). Om de opname correct te synchroniseren, dient u het " "geselecteerde apparaat te wijzigen in Geheugenkaart of GCI-map." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -12634,8 +12968,8 @@ msgid "The patches in %1 are not for the selected game or game revision." msgstr "" "De patches in %1 zijn niet voor het geselecteerde spel or spel revisie." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Het profiel '%1' bestaat niet" @@ -12644,7 +12978,7 @@ msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" "Het opgenomen spel ({0}) is niet hetzelfde als het geselecteerde spel ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12666,22 +13000,22 @@ msgstr "" "Hetzelfde bestand kan niet in meerdere slots worden gebruikt; het wordt al " "gebruikt door %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "Dezelfde map kan niet worden gebruikt in meerdere slots; de map wordt al " "gebruikt door %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "De NetPlay versie van de server en client zijn incompatibel." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "De server is vol." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "De server verstuurde een onbekende foutmelding." @@ -12699,16 +13033,16 @@ msgstr "" "\"Nee\" selecteren." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" "De gespecificeerde gedeelde sleutel index is {0} maar zou {1} moeten zijn." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "Het opgegeven bestand \"{0}\" bestaat niet" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12721,32 +13055,32 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "De doelgeheugenkaart bevat al een bestand \"% 1\"." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "Het ticket is niet correct ondertekend." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "De totale tijd dat dit figuur gebruikt is binnen een spel in seconden" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "De figuur-code voor dit figuur. Alleen beschikbaar voor echte figuren." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Het type van een partitie kon niet worden gelezen." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" "Het type van deze Skylander heeft geen data die kunnen worden gewijzigd!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "Het type van deze Skylander is onbekend!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12761,7 +13095,7 @@ msgstr "" "De update is geannuleerd. Het wordt ten zeerste aanbevolen om de update af " "te maken om problemen te voorkomen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "De updatepartitie bevat niet de IOS die wordt gebruikt door dit spel." @@ -12769,11 +13103,11 @@ msgstr "De updatepartitie bevat niet de IOS die wordt gebruikt door dit spel." msgid "The update partition is missing." msgstr "De updatepartitie ontbreekt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "De updatepartitie staat niet op zijn normale positie." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12781,25 +13115,25 @@ msgstr "" "Het door de gebruiker toegankelijke deel van uw NAND bevat %1 blokken (%2 " "KiB) aan data, uit het toegestane maximum van %3 blokken (%4 KiB)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "De {0} partitie heeft geen geldig bestandssysteem. " -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "De {0} partitie bevat geen geldige data." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "De {0} partitie is niet correct ondertekend." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "De {0} partitie is niet goed uitgelijnd." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" -msgstr "" +msgstr "Thema" #: Source/Core/DiscIO/VolumeVerifier.cpp:445 msgid "There are too many partitions in the first partition table." @@ -12815,8 +13149,8 @@ msgstr "" "\n" "Wilt u opslaan voordat u afsluit?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12856,7 +13190,7 @@ msgstr "Deze Gecko code bevat geen regels." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -12864,7 +13198,7 @@ msgstr "" "Deze Koreaanse titel gebruikt een IOS die meestal niet wordt gebruikt op " "Koreaanse consoles. Dit leidt waarschijnlijk tot ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Dit Skylander-type kan nog niet worden gewijzigd!" @@ -12888,7 +13222,7 @@ msgstr "" "Deze action replay simulator ondersteund geen codes die de Action Replay " "zelf aanpassen." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -12896,21 +13230,21 @@ msgstr "" "Deze build van Dolphin is niet gecompileerd voor uw CPU.\n" "Draai alstublieft de ARM64 build van Dolphin voor een betere ervaring." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Dit kan niet ongedaan gemaakt worden!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "Deze debug schijfafbeelding heeft de grootte van een retail schijfafbeelding." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Deze schijfafbeelding heeft een ongebruikelijke grootte." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -12920,7 +13254,7 @@ msgstr "" "laadtijden waarschijnlijk langer. U kunt waarschijnlijk geen input opnames " "delen en NetPlay niet gebruiken met iemand die een goede dump heeft." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12932,7 +13266,7 @@ msgstr "" "geconverteerd. De CRC32 van dit bestand kan overeenkomen met de CRC32 van " "een goede dump, hoewel de bestanden niet identiek zijn." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12941,7 +13275,7 @@ msgstr "" "de schijfafbeelding in verschillende stukken heeft opgeslagen, moet u deze " "in één bestand samenvoegen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12950,7 +13284,7 @@ msgstr "" "hoogstwaarschijnlijk veroorzaakt doordat dit een dubbellaagse schijf is die " "als een enkellaagse schijf is gedumpt." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -12961,7 +13295,7 @@ msgstr "" "het onwaarschijnlijk dat dit gebeurt. Als deze fout ervoor zorgt dat het " "spel niet werkt, meld dit dan bij de ontwikkelaars." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12982,7 +13316,7 @@ msgstr "Dit bestand bevat geen geldig Wii bestandssysteem." msgid "This file does not look like a BootMii NAND backup." msgstr "Dit bestand lijkt niet op een BootMii NAND-back-up." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -12993,7 +13327,7 @@ msgstr "" "werken. Dit probleem komt over het algemeen alleen in illegale kopieën van " "spellen voor." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13003,11 +13337,11 @@ msgstr "" "grafische kaart of stuurprogramma's ondersteunen dit niet. Als gevolg " "hiervan zult u bugs of vastlopers ervaren tijdens het uitvoeren van dit spel." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Dit is een slechte dump." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13015,7 +13349,7 @@ msgstr "" "Dit is een slechte dump. Dit betekend niet per se dat het spel niet goed " "werkt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13023,11 +13357,11 @@ msgstr "" "Dit is een goede dump volgens Redump.org, maar Dolphin heeft problemen " "gevonden. Dit is misschien een fout in Dolphin." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Dit is een goede dump." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -13035,7 +13369,7 @@ msgstr "" msgid "This session requires a password:" msgstr "Deze sessie heeft een wachtwoord nodig:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13057,12 +13391,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Deze titel kan niet worden opgestart." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Dit spel gebruikt een ongeldige IOS." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Dit spel gebruikt een ongeldige gedeelde sleutel." @@ -13105,7 +13439,7 @@ msgstr "" "Deze waarde wordt vermenigvuldigd met de gekozen diepte waarde in de " "grafische instellingen." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13120,7 +13454,7 @@ msgstr "" "Dit zal de snelheid van het chunked uploaden per client beperken, wat wordt " "gebruikt om saves te synchroniseren." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13144,7 +13478,7 @@ msgstr "Threads" msgid "Threshold" msgstr "Drempelwaarde" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13154,6 +13488,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Kantelen" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13165,10 +13524,10 @@ msgstr "" msgid "Timed Out" msgstr "Timed Out" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -13176,25 +13535,29 @@ msgstr "Titel" msgid "To" msgstr "Naar" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Naar:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Volledig scherm omschakelen" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Schakel 3D Anaglyph Om" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Schakel 3D Naast elkaar Om" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Schakel 3D Boven en Beneden Om" @@ -13202,28 +13565,28 @@ msgstr "Schakel 3D Boven en Beneden Om" msgid "Toggle All Log Types" msgstr "Schakel Alle Log Types Om" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Schakel Beeldverhouding Om" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Schakel Breekpunt Om" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Schakel Bijsnijden Om" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Schakel Aangepaste Textures Om" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Schakel EFB Kopieën Om" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Schakel Mist Om " @@ -13235,43 +13598,47 @@ msgstr "&Volledig scherm omschakelen" msgid "Toggle Pause" msgstr "Schakel Pauze Om" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Schakel SD-Kaart Om" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Schakel EFB Toegang Overslaan Om" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Schakel Texture Dumpen Om" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "USB-toetsenbord omschakelen" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Schakel XFB Kopieën Om" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Schakel XFB Onmiddellijke Modus Om" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Tokeniseren is mislukt." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" -msgstr "" +msgstr "Gereedschap Bediening" #: Source/Core/DolphinQt/ToolBar.cpp:29 msgid "Toolbar" -msgstr "Toolbar" +msgstr "Werkbalk" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Boven" @@ -13279,7 +13646,7 @@ msgstr "Boven" msgid "Top-and-Bottom" msgstr "Boven en Beneden" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Totale Hits" @@ -13317,12 +13684,12 @@ msgstr "Totale reisafstand." msgid "Touch" msgstr "Aanraking" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Figuur-code:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chinees (Traditioneel)" @@ -13342,8 +13709,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Traversalfout" @@ -13351,7 +13718,7 @@ msgstr "Traversalfout" msgid "Traversal Server" msgstr "Traversal Server" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Traversal server time-out tijdens het verbinden met de host" @@ -13382,7 +13749,7 @@ msgid "Trophy" msgstr "Trofee" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13408,11 +13775,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "USB Apparaat Emulatie" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB Emulatie" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "USB Emulatie Apparaat" @@ -13426,7 +13793,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB Whitelist Fout" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13437,7 +13804,7 @@ msgstr "" "low-end hardware.

In geval van twijfel deze modus " "selecteren." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13449,7 +13816,7 @@ msgstr "" "

Alleen aanbevolen als u stotteringen ondervindt " "met Hybride Ubershaders en u een krachtige GPU heeft." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13463,23 +13830,23 @@ msgstr "" "het shadercompilatie met minimale impact op de prestaties, maar de " "resultaten zijn afhankelijk van het gedrag van video-stuurprogramma's." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Kan RSO-module niet automatisch detecteren" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "Kan geen contact maken met update server." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "Kan geen updater kopie maken." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Kan Skylander niet wijzigen!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Niet in staat bestand te openen." @@ -13508,11 +13875,11 @@ msgstr "" "\n" "Wilt u deze regel negeren en verder gaan met verwerken?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Niet in staat bestand te lezen." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "Kan geen rechten instellen op updater kopie." @@ -13535,11 +13902,11 @@ msgstr "Ongecomprimeerde GC/Wii-afbeeldingen (*.iso *.gcm)" msgid "Undead" msgstr "Ondood" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Laad State Ongedaan Maken" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Save State Ongedaan Maken" @@ -13560,23 +13927,23 @@ msgstr "" "van deze titel uit de NAND, zonder dat zijn save data wordt verwijderd. " "Doorgaan?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Verenigde Staten" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Onbekend" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Onbekend (Id:%1 Var:%2)" @@ -13585,11 +13952,11 @@ msgstr "Onbekend (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Onbekend DVD commando {0:08x} - fatale fout" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Onbekend SYNC_CODES bericht ontvangen met id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13597,11 +13964,11 @@ msgstr "" "Onbekend SYNC_GECKO_CODES bericht met ID:{0} ontvangen van speler:{1} Speler " "wordt gekickt!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Onbekend SYNC_SAVE_DATA-bericht ontvangen met id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13609,7 +13976,7 @@ msgstr "" "Onbekend SYNC_SAVE_DATA-bericht met id:{0} ontvangen van speler:{1} Speler " "wordt gekickt!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Onbekend Skylander type!" @@ -13629,11 +13996,11 @@ msgstr "Onbekend data type" msgid "Unknown disc" msgstr "Onbekende disc" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Onbekende fout opgetreden." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Onbekende fout {0:x}" @@ -13641,11 +14008,11 @@ msgstr "Onbekende fout {0:x}" msgid "Unknown error." msgstr "Onbekende fout." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Onbekend bericht ontvangen met id : {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Onbekend bericht ontvangen met id: {0} ontvangen van speler: {1} Speler " @@ -13662,11 +14029,11 @@ msgstr "Onbekend(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Onbekend(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Onbeperkt" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Leeg ROM" @@ -13674,9 +14041,14 @@ msgstr "Leeg ROM" msgid "Unlock Cursor" msgstr "Ontgrendel Cursor" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Ontgrendeld" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" -msgstr "" +msgstr "Ontgrendeld om %1" #: Source/Core/DiscIO/FileBlob.cpp:87 msgid "Unpacking" @@ -13706,7 +14078,7 @@ msgstr "Unsigned 8" msgid "Unsigned Integer" msgstr "Unsigned Integer" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13717,7 +14089,7 @@ msgid "Up" msgstr "Omhoog" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Update" @@ -13774,7 +14146,7 @@ msgstr "Schakel Rechtop" msgid "Upright Wii Remote" msgstr "Wii-afstandsbediening Rechtop" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Instellingen voor rapportage van gebruiksstatistieken" @@ -13782,15 +14154,19 @@ msgstr "Instellingen voor rapportage van gebruiksstatistieken" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "Gebruik 8.8.8.8 voor normale DNS, voer anders uw eigen in" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Alle Wii Save Data gebruiken" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Gebruik Ingebouwde Database met Spelnamen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Gebruik Lossless Codec (FFV1)" @@ -13798,21 +14174,21 @@ msgstr "Gebruik Lossless Codec (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Gebruik Muis Gestuurd Wijzen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Gebruik PAL60 Modus (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Gebruik Panic Handlers" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13821,21 +14197,10 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" -"Gebruik een handmatige implementatie van texture-sampling in plaats van de " -"ingebouwde functionaliteit van de grafische backend.

Deze instelling " -"kan grafische problemen oplossen in sommige games, meestal verticale lijnen " -"op FMV's, met bepaalde videokaarten. Daarnaast zorgt het inschakelen van " -"handmatige texture-sampling voor een correcte emulatie van speciale gevallen " -"voor texture-omhulling (bij 1xIR, of wanneer geschaalde EFB en aangepaste " -"textures zijn uitgeschakeld) en emuleert de detailniveau berekening beter." -"

Dit gaat ten koste van mogelijk slechtere prestaties, vooral bij " -"hogere interne resoluties. Bovendien is anisotrope filtering momenteel niet " -"compatibel met handmatige texturesampling.

In geval " -"van twijfel leeg laten." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -13875,18 +14240,18 @@ msgstr "" "besturingsuitdrukking. U kunt ze gebruiken om waarden op te slaan of te " "verkrijgen tussen input en output van dezelfde controller." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Gebruikersnaam" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13899,7 +14264,7 @@ msgstr "" "

In geval van twijfel geselecteerd laten." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -13909,7 +14274,7 @@ msgstr "" "zal er een render venster worden aangemaakt.

In " "geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
In " "geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14205,8 +14574,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Waarschuwing" @@ -14328,7 +14697,14 @@ msgstr "Westers (Windows-1252)" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14340,7 +14716,7 @@ msgstr "" "Mipmapdetectie' is ingeschakeld in Verbeteringen." "

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14352,7 +14728,7 @@ msgstr "" "Mipmapdetectie' is ingeschakeld in Verbeteringen." "

In geval van twijfel leeg laten." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Whitelist van USB Passthrough Apparaten" @@ -14360,7 +14736,7 @@ msgstr "Whitelist van USB Passthrough Apparaten" msgid "Widescreen Hack" msgstr "Breedbeeld-hack" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14384,7 +14760,7 @@ msgstr "Wii-afstandsbediening" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14402,7 +14778,7 @@ msgstr "Wii-afstandbedieningsknoppen" msgid "Wii Remote Gyroscope" msgstr "Gyroscoop van Wii-afstandbediening" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii-afstandsbedienings-instellingen" @@ -14422,7 +14798,7 @@ msgstr "Wii-TAS-input %1 - Wii-afstandsbediening" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii-TAS-input %1 - Wii-afstandsbediening + Nunchuk" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii en Wii-afstandsbediening" @@ -14430,31 +14806,39 @@ msgstr "Wii en Wii-afstandsbediening" msgid "Wii data is not public yet" msgstr "Wii data is nog niet publiek" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii save bestanden (*.bin);;All Files (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiTools Signatuur MEGA Bestand" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" -msgstr "" +msgstr "Venster Resolutie" #: Source/Core/DolphinQt/Config/Mapping/HotkeyGBA.cpp:25 #: Source/Core/DolphinQt/GBAWidget.cpp:437 msgid "Window Size" msgstr "Venstergrootte" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" +msgstr "Wis &Inspectie Data" + +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 -msgid "Wipe Recent Hits" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 +msgid "Wipe Recent Hits" +msgstr "Wis Recente Hits" + #: Source/Core/DolphinQt/Config/LogWidget.cpp:134 msgid "Word Wrap" msgstr "Regelafbreking" @@ -14465,13 +14849,13 @@ msgstr "Wereld" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Schrijven" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" -msgstr "" +msgstr "Schrijf JIT Blok Log Dump" #. i18n: This string is used for a radio button that represents the type of #. memory breakpoint that gets triggered when a write operation occurs. @@ -14502,29 +14886,29 @@ msgstr "Schrijf naar Log en Breek af" msgid "Write to Window" msgstr "Naar venster schrijven" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Verkeerde schijf nummer" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Verkeerde hash" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Verkeerde regio" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Verkeerde revisie" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." -msgstr "" +msgstr "Schreef naar \"%1\"." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." -msgstr "" +msgstr "Schreef naar \"{0}\"." #. i18n: Refers to a 3D axis (used when mapping motion controls) #: Source/Core/DolphinQt/TAS/WiiTASInputWindow.cpp:123 @@ -14573,7 +14957,7 @@ msgstr "Ja" msgid "Yes to &All" msgstr "Ja op &Alles" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14583,7 +14967,7 @@ msgstr "" "de map in %1. Alle huidige inhoud van de map zal worden verwijderd. Weet u " "zeker dat u door wilt gaan?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14637,7 +15021,7 @@ msgstr "" "\"Phantasy Star Online Episode I & II\". Keer terug in geval van twijfel en " "configureer een \"Standaardcontroller\"." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "U gebruikt de nieuwste versie die beschikbaar is op deze update-track." @@ -14699,7 +15083,7 @@ msgstr "U moet een naam voor uw sessie opgeven!" msgid "You must provide a region for your session!" msgstr "U moet een regio voor uw sessie opgeven!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "U moet Dolphin herstarten voordat deze optie effect zal hebben." @@ -14727,7 +15111,7 @@ msgstr "" "Wilt u nu stoppen om het probleem op te lossen?\n" "Als u \"Nee\" kiest, kan het geluid vervormd zijn." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14747,9 +15131,9 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3 code niet ondersteund" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." -msgstr "" +msgstr "Nul kandidaten over." #: Source/Core/Core/ActionReplay.cpp:961 msgid "Zero code unknown to Dolphin: {0:08x}" @@ -14796,7 +15180,7 @@ msgid "default" msgstr "standaard" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "verbinding verbroken" @@ -14812,9 +15196,10 @@ msgstr "errno" msgid "fake-completion" msgstr "fake-completion" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" -msgstr "" +msgstr "onwaar" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:190 msgid "is equal to" @@ -14879,9 +15264,10 @@ msgstr "sRGB" msgid "this value:" msgstr "deze waarde:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" -msgstr "" +msgstr "waar" #: Source/Core/Core/HW/WiimoteEmu/Extension/UDrawTablet.cpp:35 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:185 @@ -14899,24 +15285,24 @@ msgstr "niet-uitgelijnd" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Masterpiece)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" "{0} IPL gevonden in {1} map. Het is mogelijk dat de schijf niet herkend wordt" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} kon codes niet synchroniseren." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} kon niet synchroniseren." @@ -14930,7 +15316,7 @@ msgstr "" "buiten Dolphin" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} van {1} blokken. Compressieverhouding {2}%" diff --git a/Languages/po/pl.po b/Languages/po/pl.po index b473ee0b36..a669df118a 100644 --- a/Languages/po/pl.po +++ b/Languages/po/pl.po @@ -22,11 +22,11 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: FlexBy, 2021,2023\n" -"Language-Team: Polish (http://app.transifex.com/delroth/dolphin-emu/language/" -"pl/)\n" +"Language-Team: Polish (http://app.transifex.com/dolphinemu/dolphin-emu/" +"language/pl/)\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +35,7 @@ msgstr "" "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -47,7 +47,7 @@ msgstr "" "Ponieważ obrazy dysków GameCube'a zawierają niewiele danych do weryfikacji, " "mogą nastąpić problemy, których Dolphin nie jest w stanie wykryć." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -60,6 +60,12 @@ msgstr "" "nie może zapewnić, że nie został on zmodyfikowany, nawet jeśli podpisy " "wydają się prawidłowe." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Dysk %1)" @@ -68,7 +74,7 @@ msgstr " (Dysk %1)" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -105,16 +111,16 @@ msgstr "" "%1\n" "chce dołączyć do Twojej rozgrywki." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -130,16 +136,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Kopia)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Dysk %2, Rewizja %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Rewizja %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -159,7 +165,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -170,11 +176,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "Konfiguracja graficzna %1" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -187,11 +193,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1 nie wspiera tej funkcji na twoim systemie." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 nie wspiera tej funkcji." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -201,27 +207,27 @@ msgstr "" "%2 obiekt(ów)\n" "Aktualna klatka: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 dołączył(a)" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 wyszedł" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -229,13 +235,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -247,30 +253,30 @@ msgstr "Znaleziono %1 sesję" msgid "%1 sessions found" msgstr "Znaleziono %1 sesji" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normalna szybkość)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1's wartość jest używana" @@ -278,11 +284,15 @@ msgstr "%1's wartość jest używana" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -298,7 +308,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -311,25 +321,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "Nie można było uzyskać dostępu do %n adresów w emulowanej pamięci." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n adres(ów) został(o)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -355,36 +365,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&O programie" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Dodaj punkt przerwania pamięci" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Dodaj nowy kod..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Dodaj funkcję" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Dodaj..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Ustawienia &audio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Automatyczna aktualizacja:" @@ -392,15 +402,19 @@ msgstr "&Automatyczna aktualizacja:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Punkty przerwania" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -408,15 +422,15 @@ msgstr "" msgid "&Cancel" msgstr "&Anuluj" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Sprawdź aktualizacje..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "Wy&czyść Symbole" @@ -424,50 +438,51 @@ msgstr "Wy&czyść Symbole" msgid "&Clone..." msgstr "&Klonuj..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Ustawienia &kontrolerów" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Kopiuj adres" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Usuń" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Usuń obejrzenie" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Edytuj kod..." @@ -475,14 +490,18 @@ msgstr "&Edytuj kod..." msgid "&Edit..." msgstr "&Edytuj..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulacja" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -499,41 +518,41 @@ msgstr "&Eksportuj Stan..." msgid "&Export as .gci..." msgstr "&Eksportuj jako .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Plik" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Czcionka..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Wyprzedzanie &klatek" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Generuj Symbole Z" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&Repozytorium GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Ustawienia &graficzne" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "Po&moc" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Ustawienia &skrótów klawiaturowych" @@ -553,19 +572,19 @@ msgstr "&Importuj Stan..." msgid "&Import..." msgstr "&Importuj..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -573,15 +592,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Język:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Wczytaj stan" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -591,23 +610,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "Pa&mięć" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -615,7 +638,7 @@ msgstr "&Film" msgid "&Mute" msgstr "&Wycisz" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Sieć" @@ -624,23 +647,27 @@ msgid "&No" msgstr "&Nie" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Otwórz..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcje" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "W&strzymaj" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Graj" @@ -648,7 +675,7 @@ msgstr "&Graj" msgid "&Properties" msgstr "&Właściwości" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Tryb tylko do odczytu" @@ -656,7 +683,7 @@ msgstr "&Tryb tylko do odczytu" msgid "&Refresh List" msgstr "&Odśwież listę" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Rejestry" @@ -664,29 +691,29 @@ msgstr "&Rejestry" msgid "&Remove" msgstr "&Usuń" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Usuń kod" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "Z&resetuj" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -694,31 +721,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "Limit &szybkości:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Zatrzymaj" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Motyw:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Wątków" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Narzędzia" @@ -728,21 +759,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Widok" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Obejrz" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Strona internetowa" @@ -754,38 +785,30 @@ msgstr "Wi&ki" msgid "&Yes" msgstr "&Tak" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(wyłączony)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -802,7 +825,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -811,7 +834,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -872,7 +895,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -880,7 +903,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -892,7 +915,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -928,19 +951,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Głębia 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -956,7 +979,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -964,7 +987,7 @@ msgstr "4:3" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1053,17 +1076,17 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Jeśli nie jesteś pewien, pozostaw to pole niezaznaczone." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1096,8 +1119,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Sesja NetPlay jest już rozpoczęta!" @@ -1115,7 +1138,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Dysk już jest gotowy do włożenia." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1126,7 +1149,7 @@ msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" "Stan zapisu nie może zostać wczytany bez określenia gry do uruchomienia." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1144,7 +1167,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Synchronizacja może być uruchomiona, tylko gdy działa gra Wii." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1169,7 +1192,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1211,8 +1234,8 @@ msgstr "Dokładność:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1288,7 +1311,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1304,7 +1327,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1312,7 +1335,7 @@ msgstr "" msgid "Adapter Detected" msgstr "Adapter wykryty" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter:" @@ -1339,11 +1362,11 @@ msgstr "Dodaj nowe urządzenie USB" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Dodaj punkt przerwania" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Dodaj punkt przerwania pamięci" @@ -1362,28 +1385,27 @@ msgstr "" msgid "Add to &watch" msgstr "Dodaj do &oglądania" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Dodaj..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adres" @@ -1402,14 +1424,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1427,7 +1449,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1435,7 +1457,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1473,7 +1495,7 @@ msgstr "Zaawansowane" msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1529,7 +1551,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1537,7 +1559,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1546,7 +1568,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1555,8 +1577,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Wszystkie stany zapisu (*.sav *.s##);; wszystkie pliki (*)" @@ -1568,27 +1590,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Kody wszystkich graczy zsynchronizowane." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Zapisy wszystkich graczy zsynchronizowane." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Zezwalaj na niedopasowane ustawienia regionalne" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1606,7 +1628,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1628,7 +1650,7 @@ msgstr "Oczekiwano włożonego dysku ale go nie wykryto." msgid "Anaglyph" msgstr "Anaglifowy" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analizuj" @@ -1642,7 +1664,7 @@ msgstr "Kąt" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1654,25 +1676,25 @@ msgstr "Antyaliasing:" msgid "Any Region" msgstr "Jakikolwiek region" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Data Apploadera:" @@ -1680,19 +1702,19 @@ msgstr "Data Apploadera:" msgid "Apply" msgstr "Zastosuj" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Czy jesteś pewien, że chcesz usunąć '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Czy jesteś pewien, że chcesz usunąć ten plik?" @@ -1700,10 +1722,18 @@ msgstr "Czy jesteś pewien, że chcesz usunąć ten plik?" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Czy jesteś pewien, że chcesz zamknąć NetPlay?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Czy jesteś pewien?" @@ -1712,16 +1742,16 @@ msgstr "Czy jesteś pewien?" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Proporcje obrazu:" @@ -1729,8 +1759,8 @@ msgstr "Proporcje obrazu:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1741,7 +1771,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Przypisz porty kontrolerów" @@ -1762,11 +1792,11 @@ msgstr "" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Silnik audio:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Ustawienia rozciągania dźwięku" @@ -1782,7 +1812,7 @@ msgstr "Twórca" msgid "Authors" msgstr "Autorzy" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automatyczne" @@ -1791,11 +1821,15 @@ msgstr "Automatyczne" msgid "Auto (Multiple of 640x528)" msgstr "Automatyczna (wielokrotność 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Ustawienia automatycznej aktualizacji" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1803,7 +1837,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Automatycznie dopasuj rozmiar okna" @@ -1811,20 +1845,31 @@ msgstr "Automatycznie dopasuj rozmiar okna" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1836,7 +1881,7 @@ msgid "Auxiliary" msgstr "Pomocnicza" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1867,19 +1912,19 @@ msgstr "Rejestr BP" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Ustawienia silnika" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Silnik:" @@ -1888,20 +1933,20 @@ msgstr "Silnik:" msgid "Background Input" msgstr "Wejście w tle" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "W tył" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1909,28 +1954,28 @@ msgstr "" msgid "Bad dump" msgstr "Zły dump" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Baner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Szczegóły banera" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Baner:" @@ -1946,11 +1991,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Podstawowe" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Ustawienia podstawowe" @@ -1998,7 +2043,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -2010,13 +2055,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2048,67 +2093,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Pełny ekran bez ramek" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Dół" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2120,23 +2165,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2153,7 +2198,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2163,19 +2208,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2184,30 +2229,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Przerwij" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Punkt przerwania" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Napotkano punkt przerwania! Wyjście anulowane." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Punkty przerwania" @@ -2241,24 +2286,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Rozmiar bufora:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Rozmiar bufora zmieniono na %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Bufor:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2303,7 +2348,7 @@ msgstr "" msgid "C Stick" msgstr "C Gałka" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2311,11 +2356,11 @@ msgstr "" msgid "CP register " msgstr "Rejestr CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Opcje CPU" @@ -2323,11 +2368,11 @@ msgstr "Opcje CPU" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Buforowany Interpreter (wolniejszy)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2338,7 +2383,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2346,11 +2391,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2384,52 +2429,52 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" "Nie można uruchomić Sesji NetPlay, podczas gdy gra wciąż jest uruchomiona!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Anuluj" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2441,23 +2486,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2465,13 +2510,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2489,7 +2534,7 @@ msgstr "Środek" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2497,7 +2542,7 @@ msgstr "" msgid "Change &Disc" msgstr "Zmień &dysk" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Zmień &dysk..." @@ -2505,7 +2550,7 @@ msgstr "Zmień &dysk..." msgid "Change Disc" msgstr "Zmień dysk" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Zmieniaj dyski automatycznie" @@ -2513,13 +2558,13 @@ msgstr "Zmieniaj dyski automatycznie" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2537,7 +2582,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" "Zmienianie cheatów uzyska efekt dopiero wtedy, gdy gra zostanie ponownie " @@ -2551,7 +2596,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Rozmówki" @@ -2559,7 +2604,7 @@ msgstr "Rozmówki" msgid "Cheat Code Editor" msgstr "Edytor kodów cheatowania" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Szukaj cheatów" @@ -2567,7 +2612,7 @@ msgstr "Szukaj cheatów" msgid "Cheats Manager" msgstr "Menadżer cheatów" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2579,13 +2624,13 @@ msgstr "" msgid "Check for updates" msgstr "Sprawdź aktualizacje" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Suma kontrolna" @@ -2597,29 +2642,29 @@ msgstr "Chiny" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Wybierz plik do otwarcia" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "Wybierz plik do otwarcia lub utworzenia" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Wybierz folder do wypakowania" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2638,17 +2683,18 @@ msgstr "Kontroler Klasyczny" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Wyczyść" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Wyczyść pamięć podręczną" @@ -2656,11 +2702,11 @@ msgstr "Wyczyść pamięć podręczną" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Sklonuj i &edytuj kod..." @@ -2669,7 +2715,7 @@ msgstr "Sklonuj i &edytuj kod..." msgid "Close" msgstr "Zamknij" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguracja" @@ -2677,11 +2723,20 @@ msgstr "Ko&nfiguracja" msgid "Code" msgstr "Kod" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2689,11 +2744,11 @@ msgstr "" msgid "Code:" msgstr "Kod:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2709,11 +2764,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2726,21 +2781,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2748,9 +2803,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "Kompilowanie shaderów" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2758,7 +2813,7 @@ msgstr "" msgid "Compression Level:" msgstr "Poziom kompresji:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2771,11 +2826,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2865,7 +2920,7 @@ msgstr "Konfiguruj" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Konfiguruj Dolphin" @@ -2878,27 +2933,35 @@ msgstr "Skonfiguruj wejście" msgid "Configure Output" msgstr "Skonfiguruj wyjście" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Potwierdź" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Potwierdź przy zatrzymaniu" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Potwierdzenie" @@ -2908,35 +2971,35 @@ msgstr "Potwierdzenie" msgid "Connect" msgstr "Połącz" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Podłącz Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Podłącz klawiaturę USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Połącz Wiilot 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Połącz Wiilot 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Połącz Wiilot 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Połącz Wiilot 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Połącz Wiiloty" @@ -2952,7 +3015,7 @@ msgstr "Połączyć z Internetem i przeprowadzić aktualizację systemu?" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Łączenie" @@ -2960,7 +3023,7 @@ msgstr "Łączenie" msgid "Connection Type:" msgstr "Typ połączenia:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2977,23 +3040,23 @@ msgstr "" msgid "Control Stick" msgstr "Gałka sterująca" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Profil kontrolera" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Profil kontrolera 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Profil kontrolera 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Profil kontrolera 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Profil kontrolera 4" @@ -3005,6 +3068,16 @@ msgstr "Ustawienia kontrolera" msgid "Controllers" msgstr "Kontrolery" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3013,7 +3086,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3021,7 +3094,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3030,7 +3103,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3055,17 +3128,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Konwergencja:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3073,9 +3146,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3083,9 +3156,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3105,8 +3178,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3135,45 +3208,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopiuj" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Kopiuj &funkcję" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Kopiuj &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Kopiuj adres" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Kopiowanie nie powiodło się" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Kopiuj Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3188,11 +3261,6 @@ msgstr "" msgid "Core" msgstr "Rdzeń" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3201,21 +3269,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Koszt" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3235,14 +3298,14 @@ msgstr "" "Nie można było pobrać informacji o aktualizacji od Nintendo. Proszę sprawdź " "połączenie Internetowe i spróbuj ponownie." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3275,16 +3338,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3300,7 +3363,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3312,7 +3375,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Kraj:" @@ -3345,7 +3408,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Twórca:" @@ -3353,11 +3416,11 @@ msgstr "Twórca:" msgid "Critical" msgstr "Krytyczny" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Przycinanie obrazu" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3369,22 +3432,22 @@ msgstr "" msgid "Crossfade" msgstr "Suwak" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Aktualny region" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3392,7 +3455,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3400,11 +3463,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3412,19 +3475,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Opcje dostosowanego RTC" @@ -3436,6 +3499,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3463,7 +3552,7 @@ msgstr "" msgid "DK Bongos" msgstr "Bongosy DK" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "Tryb emulacji DSP" @@ -3471,15 +3560,15 @@ msgstr "Tryb emulacji DSP" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3505,7 +3594,7 @@ msgstr "Mata do tańczenia" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3533,7 +3622,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3550,8 +3639,8 @@ msgstr "Dead Zone" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Debugowanie" @@ -3560,40 +3649,40 @@ msgstr "Debugowanie" msgid "Decimal" msgstr "Dziesiętnie" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Zmniejsz konwergencję" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Zmniejsz głębię" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Zmniejsz szybkość emulacji" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Zmniejsz rozdzielczość wewnętrzną" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3607,7 +3696,7 @@ msgstr "Domyślne" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3623,7 +3712,7 @@ msgstr "Domyślne ISO:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3631,7 +3720,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3641,8 +3730,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Usuń" @@ -3660,7 +3749,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3668,22 +3757,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Głębia:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Opis" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Opis:" @@ -3691,7 +3780,7 @@ msgstr "Opis:" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3704,16 +3793,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3726,7 +3815,7 @@ msgstr "" msgid "Detect" msgstr "Wykryj" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3734,7 +3823,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "Deterministyczna dwurdzeniowość:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Deweloperska (wiele razy w ciągu dnia)" @@ -3756,7 +3845,7 @@ msgstr "Ustawienia urządzenia" msgid "Device VID (e.g., 057e)" msgstr "VID urządzenia (np. 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3764,7 +3853,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Ekran wygasa po 5 minutach braku aktywności." @@ -3788,19 +3877,19 @@ msgstr "Wyłącz prostokąt ograniczający" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Wyłącz limit szybkości emulacji" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3808,11 +3897,11 @@ msgstr "" msgid "Disable Fog" msgstr "Wyłącz mgłę" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3820,21 +3909,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3843,7 +3932,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3857,7 +3946,8 @@ msgstr "Dysk" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3887,16 +3977,16 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "Czy zezwalasz programowi Dolphin na wysyłanie informacji do jego producentów?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Czy chcesz wyczyścić listę nazw symboli?" @@ -3906,7 +3996,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Zatrzymać aktualną emulację?" @@ -3914,12 +4004,12 @@ msgstr "Zatrzymać aktualną emulację?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dekoder Dolby Pro Logic II" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3927,22 +4017,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Filmy TAS (*.dtm)" @@ -3977,27 +4067,21 @@ msgstr "Nie udało się wykonać wymaganego zadania." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin jest wolnym i otwartoźródłowym emulatorem GameCube'a oraz Wii." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "System cheatów programu Dolphin jest aktualnie wyłączony." @@ -4006,7 +4090,7 @@ msgstr "System cheatów programu Dolphin jest aktualnie wyłączony." msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Nie aktualizuj" @@ -4031,7 +4115,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4041,33 +4125,33 @@ msgstr "" msgid "Down" msgstr "Dół" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Pobierz kody" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Pobierz kody z bazy danych WiiRD" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Pobieranie zakończone" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Pobrano %1 kodów. (dodano %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4110,19 +4194,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Zrzucaj audio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Zrzucaj docelowy EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Zrzucaj klatki" @@ -4130,7 +4214,7 @@ msgstr "Zrzucaj klatki" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4138,7 +4222,7 @@ msgstr "" msgid "Dump Path:" msgstr "Ścieżka zrzutu:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4163,20 +4247,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4192,15 +4276,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Holenderski" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Wyjście" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4212,7 +4296,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4220,7 +4304,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Wczesne aktualizacje pamięci" @@ -4239,16 +4323,16 @@ msgstr "Azja Wschodnia" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4257,6 +4341,11 @@ msgstr "" msgid "Editor" msgstr "Edytor" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4268,11 +4357,20 @@ msgstr "Efekt" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4294,7 +4392,7 @@ msgstr "Wbudowany bufor klatki (Embedded Frame Buffer - EFB)" msgid "Empty" msgstr "Pusty" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Wątek emulacji jest już uruchomiony" @@ -4320,7 +4418,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4335,27 +4433,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Szybkość emulacji" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Włącz weryfikację warstw API" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Włącz rozciąganie dźwięku" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Włącz cheaty" @@ -4363,15 +4461,15 @@ msgstr "Włącz cheaty" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Włącz dostosowany RTC" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4379,19 +4477,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Włącz dwa rdzenie" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Włącz dwa rdzenie (przyspieszenie)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Zmień częstotliwość taktowania emulowanego CPU" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4399,15 +4497,15 @@ msgstr "" msgid "Enable FPRF" msgstr "Włącz FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4425,33 +4523,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Włącz MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Włącz skanowanie progresywne" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Włącz wygaszacz ekranu" @@ -4459,27 +4557,27 @@ msgstr "Włącz wygaszacz ekranu" msgid "Enable Speaker Data" msgstr "Włącz dane głosu" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Włącz raportowanie statystyk użytkowania" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Włącz przedstawienie szkieletowe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4489,7 +4587,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4497,14 +4595,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4513,7 +4611,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4523,7 +4621,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4531,7 +4629,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4547,18 +4645,18 @@ msgstr "" "Włącza obliczanie flagi wyniku liczby zmiennoprzecinkowej, wymagane dla " "niektórych gier. (włączone = kompatybilne, wyłączone = szybkie)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4566,7 +4664,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4574,14 +4672,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4591,7 +4689,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4599,9 +4697,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4612,14 +4710,14 @@ msgstr "" "Włącza jednostkę zarządzania pamięcią (Memory Management Unit - MMU), " "wymagana dla niektórych gier. (włączone = kompatybilne, wyłączone = szybkie)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4627,7 +4725,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4635,7 +4742,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4654,17 +4761,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet nie zainicjował się" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Angielski" @@ -4681,7 +4788,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "Wprowadź ID urządzenia USB" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4705,78 +4812,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4787,10 +4893,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Błąd" @@ -4802,7 +4908,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4812,7 +4918,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Błąd wczytywania wybranego języka. Zmienianie spowrotem na domyślny systemu." @@ -4821,15 +4927,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4837,11 +4943,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Błąd synchronizacji kodów cheatowania" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4883,7 +4989,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4903,11 +5009,11 @@ msgstr "" "Błąd: Próba uzyskania dostępu do czcionek Windows-1252, choć nie są one " "wczytane. Gry mogą nie pokazywać czcionek poprawnie lub zawieszać się." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4916,12 +5022,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4929,15 +5035,15 @@ msgstr "" msgid "Exit" msgstr "Wyjdź" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4949,27 +5055,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eksportuj wszystkie zapisy Wii" @@ -4980,11 +5086,11 @@ msgstr "Eksportuj wszystkie zapisy Wii" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Eksportuj nagranie" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksportuj nagranie..." @@ -5012,14 +5118,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Rozszerzenie" @@ -5032,7 +5138,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -5040,35 +5146,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Zewnętrzny bufor klatki (External Frame Buffer - XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Wypakuj certyfikaty z NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Wypakuj cały dysk..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Wypakuj całą partycję" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Wypakuj plik..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Wypakuj pliki..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Wypakuj dane systemowe..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Wypakowywanie wszystkich plików..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Wypakowywanie folderu..." @@ -5078,7 +5184,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Odtwarzacz FIFO" @@ -5092,15 +5198,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5116,7 +5222,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5153,32 +5259,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Nie udało się usunąć wybranego pliku." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Nie udało się pobrać kodów." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5191,15 +5297,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Nie udało się wypakować pliku." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5218,25 +5324,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5247,7 +5353,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5256,11 +5362,11 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5268,8 +5374,8 @@ msgstr "" "Nasłuch na porcie %1 zakończony niepowodzeniem. Czy jest uruchomiony jakiś " "inny serwer NetPlay?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5281,7 +5387,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5295,7 +5401,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5309,25 +5415,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Nie udało się otworzyć '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5357,7 +5463,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5390,7 +5496,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5402,7 +5508,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5415,7 +5521,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5473,43 +5579,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Nie udało się zapisać log FIFO." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5524,11 +5630,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Nie udało się zapisać BT.DINF do SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5542,7 +5648,7 @@ msgstr "Nie udało się zapisać pliku konfiguracyjnego!" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5551,7 +5657,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5559,20 +5665,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5591,7 +5698,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5604,46 +5711,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Informacje o pliku" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nazwa pliku" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Rozmiar pliku" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Plik nie zawierał kodów." @@ -5655,7 +5762,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "Pliki otwarte, gotowe do kompresji." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5685,7 +5792,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5718,12 +5825,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Flagi" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5733,11 +5834,11 @@ msgstr "Flagi" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5753,7 +5854,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Wymuszaj 16:9" @@ -5761,7 +5862,7 @@ msgstr "Wymuszaj 16:9" msgid "Force 24-Bit Color" msgstr "Wymuszaj 24-bitowy kolor" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Wymuszaj 4:3" @@ -5793,15 +5894,15 @@ msgstr "Wymuszaj nasłuch na porcie:" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5811,7 +5912,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5819,7 +5920,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5829,7 +5930,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5844,38 +5945,38 @@ msgstr "Przekieruj port (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Wyprzedzanie klatek" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Zmniejsz szybkość wyprzedzania klatek" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Zwiększ szybkość wyprzedzania klatek" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Zresetuj szybkość wyprzedzania klatek" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Zrzucanie klatek" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Zasięg klatki" @@ -5883,7 +5984,7 @@ msgstr "Zasięg klatki" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5903,7 +6004,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5919,22 +6020,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Swobodne obserwowanie" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francuski" @@ -5953,8 +6058,8 @@ msgid "From" msgstr "Z" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5962,11 +6067,12 @@ msgstr "" msgid "FullScr" msgstr "Pełny ekran" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funkcja" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5986,7 +6092,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -6002,19 +6108,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6038,7 +6144,7 @@ msgstr "GCMemcardDirectory: ClearBlock wywołany z niewłaściwym adresem bloku" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6056,7 +6162,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "Dekodowanie tekstur za pomocą GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6066,25 +6172,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6096,7 +6202,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6114,22 +6220,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Kartridże GBA (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6141,7 +6247,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6157,39 +6263,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID gry" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID gry:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Zmieniono grę na \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Gra jest już uruchomiona!" @@ -6198,7 +6304,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6218,11 +6324,11 @@ msgstr "Adapter GameCube do Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "Adapter GameCube do Wii U w porcie %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "Kontroler GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "Kontroler GameCube w porcie %1" @@ -6230,11 +6336,11 @@ msgstr "Kontroler GameCube w porcie %1" msgid "GameCube Controllers" msgstr "Kontrolery GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "Klawiatura GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "Klawiatura GameCube w porcie %1" @@ -6251,7 +6357,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6279,45 +6385,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Kody Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Główne" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Ogóły i opcje" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Generuj nową tożsamość" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Niemiecki" @@ -6325,11 +6439,11 @@ msgstr "Niemiecki" msgid "Germany" msgstr "Niemcy" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6344,7 +6458,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6353,7 +6467,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafika" @@ -6362,7 +6476,7 @@ msgstr "Grafika" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Przełączniki grafiki" @@ -6371,7 +6485,7 @@ msgstr "Przełączniki grafiki" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6393,7 +6507,7 @@ msgstr "Zielony lewo" msgid "Green Right" msgstr "Zielony prawo" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Widok kafelków" @@ -6438,7 +6552,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6471,11 +6585,11 @@ msgstr "Heksadecymalne" msgid "Hide" msgstr "Ukryj" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6487,23 +6601,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6526,15 +6640,39 @@ msgstr "Hostuj" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6542,14 +6680,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6558,21 +6704,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Ustawienia skrótów klawiaturowych" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Skróty klawiaturowe" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6599,7 +6745,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6630,7 +6776,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Czułość IR" @@ -6656,18 +6802,18 @@ msgstr "" msgid "Icon" msgstr "Ikona" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Generacja tożsamości" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6689,7 +6835,7 @@ msgstr "" "powodują błędy oraz problemy z wydajnością i stabilnością.\n" "Autoryzacja może zostać wycofana w każdej chwili poprzez ustawienia programu." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6703,14 +6849,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6722,7 +6878,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6747,14 +6903,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Natychmiastowo obecny XFB" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6763,7 +6919,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6778,22 +6934,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importuj zapis Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6806,7 +6962,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6814,64 +6970,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Zwiększ konwergencję" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Zwiększ głębię" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Zwiększ szybkość emulacji" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Zwiększ rozdzielczość wewnętrzną" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6908,12 +7064,12 @@ msgstr "Informacje" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informacja" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6922,11 +7078,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Wejście" @@ -6940,19 +7096,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Włóż kartę SD" @@ -6969,7 +7122,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Zainstaluj WAD..." @@ -6977,13 +7130,14 @@ msgstr "Zainstaluj WAD..." msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6992,7 +7146,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -7001,7 +7155,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7060,8 +7214,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Rozdzielczość wewnętrzna" @@ -7070,15 +7224,15 @@ msgstr "Rozdzielczość wewnętrzna" msgid "Internal Resolution:" msgstr "Rozdzielczość wewnętrzna:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreter (najwolniejszy)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7086,7 +7240,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7094,7 +7248,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7103,11 +7257,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7119,7 +7273,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7128,7 +7282,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7136,7 +7290,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7166,13 +7320,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Włoski" @@ -7185,95 +7347,97 @@ msgstr "Włochy" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japonia" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japoński" @@ -7284,18 +7448,18 @@ msgstr "Japoński" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Trzymaj okno zawsze na wierzchu" @@ -7325,20 +7489,20 @@ msgstr "" msgid "Keys" msgstr "Klawisze" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Wyrzuć gracza" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Koreański" @@ -7367,41 +7531,41 @@ msgstr "" msgid "Label" msgstr "Etykieta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Opóźnienie" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7409,11 +7573,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7466,6 +7630,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7499,11 +7671,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Pokaż kolumny" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Widok listy" @@ -7513,29 +7685,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Wczytaj" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Wczytuj dostosowane tekstury" @@ -7543,24 +7715,29 @@ msgstr "Wczytuj dostosowane tekstury" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Wczytaj ostatni stan" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7568,171 +7745,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Wczytaj stan" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Wczytaj stan Ostatni 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Wczytaj stan Ostatni 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Wczytaj stan Ostatni 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Wczytaj stan Ostatni 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Wczytaj stan Ostatni 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Wczytaj stan Ostatni 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Wczytaj stan Ostatni 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Wczytaj stan Ostatni 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Wczytaj stan Ostatni 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Wczytaj stan Ostatni 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Wczytaj stan Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Wczytaj stan Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Wczytaj stan Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Wczytaj stan Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Wczytaj stan Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Wczytaj stan Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Wczytaj stan Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Wczytaj stan Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Wczytaj stan Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Wczytaj stan Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Wczytaj stan z pliku" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Wczytaj stan z wybranego slotu" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Wczytaj stan ze slotu" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Wczytaj z wybranego slotu" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Wczytaj ze slotu Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Wczytaj plik map" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Wczytaj..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -7741,19 +7913,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Konfiguracja logu" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Loguj czas renderowania do pliku" @@ -7765,31 +7938,43 @@ msgstr "Typy logów" msgid "Logger Outputs" msgstr "Logger Outputs" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7819,27 +8004,31 @@ msgstr "" msgid "Main Stick" msgstr "Główna gałka" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7847,18 +8036,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Producent" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Producent:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7866,16 +8055,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7883,15 +8072,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Trafienie znalezione" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7900,12 +8093,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Może powodować spowolnienie w Wii Menu i niektórych grach." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Umiarkowany" @@ -7921,7 +8114,7 @@ msgstr "" msgid "Memory Card" msgstr "Karta pamięci" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7929,7 +8122,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7949,7 +8142,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7957,33 +8150,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Różne" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Ustawienia różne" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7992,7 +8193,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8012,7 +8213,7 @@ msgstr "" msgid "Modifier" msgstr "Zmiennik" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8024,20 +8225,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -8049,11 +8250,11 @@ msgstr "Monoskopowe cienie" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -8062,16 +8263,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Film" @@ -8082,7 +8283,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8091,14 +8292,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8107,8 +8318,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8117,7 +8328,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8134,8 +8345,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8148,11 +8359,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8161,10 +8372,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nazwa:" @@ -8178,7 +8389,7 @@ msgstr "Natywna (640x528)" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8194,27 +8405,27 @@ msgstr "" msgid "Netherlands" msgstr "Holandia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8222,7 +8433,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8231,7 +8442,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8256,7 +8467,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Nowa tożsamość została wygenerowana." @@ -8264,30 +8475,32 @@ msgstr "Nowa tożsamość została wygenerowana." msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Pseudonim:" @@ -8309,21 +8522,21 @@ msgstr "" msgid "No Audio Output" msgstr "Bez wyjścia audio" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Brak trafień" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8344,15 +8557,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8365,23 +8578,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Nie wykryto żadnych problemów" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Nie znaleziono żadnych problemów." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8392,7 +8605,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8406,7 +8619,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8424,7 +8637,7 @@ msgstr "Ameryka Północna" msgid "Not Set" msgstr "Nieokreślona" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Nie wszyscy gracze mają tę grę. Czy na pewno chcesz rozpocząć?" @@ -8444,7 +8657,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8471,11 +8684,6 @@ msgstr "Uwagi" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8501,13 +8709,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8559,7 +8767,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Zasięg objektu" @@ -8580,18 +8788,18 @@ msgstr "" msgid "On" msgstr "Włączone" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8606,7 +8814,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Dokumentacja online" @@ -8614,13 +8822,13 @@ msgstr "&Dokumentacja online" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8639,18 +8847,22 @@ msgstr "Otwórz" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "Otwórz log FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -8714,34 +8926,34 @@ msgstr "Pomarańczowy" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8751,16 +8963,16 @@ msgstr "Pozostałe" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Inne skróty klawiaturowe stanów" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Inne zarządzanie stanami" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8768,7 +8980,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8776,16 +8988,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Odtwórz nagranie wejścia..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8798,23 +9010,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "Plik graficzny PNG (*.png);; All Files (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "Rozmiar PPC" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8827,7 +9048,7 @@ msgstr "Pad" msgid "Pads" msgstr "Pady" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8848,7 +9069,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8873,7 +9094,7 @@ msgstr "Nazwa łatki" msgid "Patches" msgstr "Łatki" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8886,23 +9107,23 @@ msgstr "Ścieżki" msgid "Pause" msgstr "Wstrzymaj" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Wstrzymaj na końcu filmu" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Wstrzymaj gdy okno nieaktywne" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8910,7 +9131,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8935,7 +9156,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Oświetlenie na piksel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8943,15 +9164,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8965,15 +9186,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8985,8 +9206,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platforma" @@ -8994,11 +9215,11 @@ msgstr "Platforma" msgid "Play" msgstr "Graj" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Odtwórz nagranie" @@ -9006,11 +9227,11 @@ msgstr "Odtwórz nagranie" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Opcje odtwarzania" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -9039,24 +9260,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Gracze" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9089,11 +9315,11 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9114,11 +9340,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Wstępnie pobieraj dostosowane tekstury" @@ -9146,7 +9372,7 @@ msgstr "" msgid "Presets" msgstr "Wstępne ustawienia" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Naciśnij przycisk Sync" @@ -9155,7 +9381,7 @@ msgstr "Naciśnij przycisk Sync" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9164,18 +9390,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9197,19 +9424,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9219,20 +9446,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Licznik programu" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9242,11 +9469,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9258,26 +9485,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pytanie" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Zamknij" @@ -9298,11 +9525,11 @@ msgstr "R-Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9335,17 +9562,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9368,7 +9599,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9384,7 +9615,7 @@ msgstr "Prawdziwy Wiilot" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9394,23 +9625,27 @@ msgstr "" msgid "Recenter" msgstr "Wyśrodkuj" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Nagranie" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opcje nagrywania" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Nagrywanie..." @@ -9427,7 +9662,7 @@ msgstr "Czerwony lewo" msgid "Red Right" msgstr "Czerwony prawo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9445,7 +9680,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9460,11 +9694,11 @@ msgstr "" msgid "Refresh Game List" msgstr "Odśwież listę gier" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9473,8 +9707,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9495,7 +9729,8 @@ msgstr "Wejście relatywne" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9507,7 +9742,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Usuń" @@ -9524,7 +9759,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9535,25 +9770,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Renderuj do okna głównego‭" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9562,15 +9807,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9581,7 +9826,7 @@ msgstr "Zresetuj" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9605,7 +9850,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9613,7 +9858,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "Zresetuj wszystkie zapisane sparowania Wiilotów" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9625,7 +9870,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Wymagane ponowne uruchomienie" @@ -9633,11 +9878,11 @@ msgstr "Wymagane ponowne uruchomienie" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Ponów" @@ -9646,7 +9891,7 @@ msgstr "Ponów" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9654,7 +9899,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9705,11 +9950,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "ID pokoju" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9718,7 +9963,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9727,7 +9972,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9739,6 +9984,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9764,20 +10018,25 @@ msgstr "" msgid "Rumble" msgstr "Wibracje" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9788,23 +10047,23 @@ msgstr "" msgid "Russia" msgstr "Rosja" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "Ścieżka karty SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9812,7 +10071,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9847,11 +10106,11 @@ msgstr "" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Z&apisz stan" @@ -9863,7 +10122,7 @@ msgstr "Bezpieczny" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9873,28 +10132,40 @@ msgstr "Zapisz" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "Zapisz log FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Zapisz plik do" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -9905,15 +10176,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Zapisz najstarszy stan" @@ -9921,73 +10196,77 @@ msgstr "Zapisz najstarszy stan" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Zapisz stan" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Zapisz stan Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Zapisz stan Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Zapisz stan Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Zapisz stan Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Zapisz stan Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Zapisz stan Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Zapisz stan Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Zapisz stan Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Zapisz stan Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Zapisz stan Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Zapisz stan do pliku" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Zapisz stan w najstarszym slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Zapisz stan we wybranym slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Zapisz stan w slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9995,7 +10274,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Zapisz i wczytaj stan" @@ -10003,15 +10282,11 @@ msgstr "Zapisz i wczytaj stan" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Zapisz jako..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10022,23 +10297,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Zapisz we wybranym slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Zapisz w slocie %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Zapisz..." @@ -10058,7 +10325,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Skalowana kopia EFB" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10067,8 +10334,8 @@ msgid "ScrShot" msgstr "Zrzut ekranu" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Szukaj" @@ -10077,7 +10344,7 @@ msgstr "Szukaj" msgid "Search Address" msgstr "Szukaj adresu" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Przeszukaj aktualny obiekt" @@ -10089,13 +10356,13 @@ msgstr "Przeszukuj podfoldery" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10103,7 +10370,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10137,9 +10404,9 @@ msgstr "Wybierz" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10148,7 +10415,7 @@ msgid "Select Dump Path" msgstr "Wybierz ścieżkę zrzutu" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10156,18 +10423,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10176,6 +10447,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10184,6 +10459,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10192,58 +10475,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Wybierz slot %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Wybierz stan" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Wybierz slot stanu" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Wybierz slot stanu 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Wybierz slot stanu 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Wybierz slot stanu 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Wybierz slot stanu 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Wybierz slot stanu 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Wybierz slot stanu 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Wybierz slot stanu 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Wybierz slot stanu 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Wybierz slot stanu 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Wybierz slot stanu 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10257,29 +10544,25 @@ msgstr "" msgid "Select a Directory" msgstr "Wybierz ścieżkę" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Wybierz plik" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Wybierz grę" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10287,19 +10570,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10307,36 +10586,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Wybierz plik do zapisu" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Wybierz czcionkę" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Wybrany profil kontrolera nie istnieje" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10348,19 +10610,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10379,7 +10641,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10390,7 +10652,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10412,24 +10674,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Wyślij" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Pozycja Sensor Baru:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10446,7 +10738,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10454,44 +10746,40 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Ustaw PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10501,28 +10789,35 @@ msgstr "" "gier PAL.\n" "Może nie działać z niektórymi grami." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Ustawia język systemu Wii." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10532,13 +10827,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Ustawienia" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMem: Nie można utworzyć pliku setting.txt" @@ -10546,7 +10841,7 @@ msgstr "SetupWiiMem: Nie można utworzyć pliku setting.txt" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10568,228 +10863,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Pokaż &log" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Pokaż pasek &narzędzi" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Pokazuj aktywny tytuł w tytule okna" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Pokaż Australię" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Pokazuj aktualną grę w programie Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Pokaż ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Pokazuj kl./s" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Pokazuj licznik klatek" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Pokaż Francję" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Pokaż GameCube'a" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Pokaż Niemcy" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Pokaż wejścia ekranu" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Pokaż Włochy" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Pokaż Koreę" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Pokaż licznik lagów" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Pokaż język:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Pokaż &konfigurację logu" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Pokazuj wiadomości NetPlay" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Pokazuj ping NetPlay" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Pokaż Holandię" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Pokaż PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Pokaż PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Pokaż platformy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Pokaż regiony" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Pokaż Rosję" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Pokaż Hiszpanię" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Pokazuj statystyki" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Pokaż zegar systemowy" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Pokaż Tajwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Pokaż USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Pokaż nieznane" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Pokaż WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Pokaż Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Pokaż świat" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10797,109 +11096,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Obok siebie" @@ -10916,7 +11219,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "Wiilot trzymany poziomo" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10940,7 +11243,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Chiński uproszczony" @@ -10957,17 +11260,17 @@ msgstr "" msgid "Size" msgstr "Rozmiar" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Pomiń" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10983,7 +11286,7 @@ msgstr "Pomijaj menu główne" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11063,11 +11366,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11081,12 +11384,12 @@ msgstr "" "Niektóre wartości, które podałeś są nieprawidłowe.\n" "Sprawdź proszę zaznaczone wartości." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11100,7 +11403,7 @@ msgstr "Hiszpania" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Hiszpański" @@ -11108,11 +11411,11 @@ msgstr "Hiszpański" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Poziom głośnika:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11120,7 +11423,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11133,12 +11436,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11157,33 +11464,37 @@ msgstr "" msgid "Standard Controller" msgstr "Standardowy kontroler" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Uruchom &NetPlay..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Rozpocznij nagrywanie wejścia" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Rozpocznij nagrywanie" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11195,7 +11506,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11218,52 +11529,52 @@ msgstr "Krok" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Wkrocz do" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Wyjście udane!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Wyjście przekroczyło czas oczekiwania!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Przekraczanie w toku..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Krok wykonany!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Kroki" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Tryb 3D stereoskopii:" @@ -11284,16 +11595,20 @@ msgid "Stick" msgstr "Gałka" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Zatrzymaj" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Zatrzymana gra" @@ -11325,11 +11640,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Rozciągnij do okna" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Ścisła synchronizacja ustawień" @@ -11343,11 +11658,11 @@ msgstr "Łańcuch" msgid "Strum" msgstr "Struny" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11358,18 +11673,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Powodzenie" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11379,7 +11694,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Pomyślnie usunięto '%1'." @@ -11392,24 +11707,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "Pliki zapisów zostały pomyślnie wyeksportowane" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certyfikaty z NAND zostały pomyślnie wyodrębnione" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Plik został pomyślnie wyodrębniony." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Dane systemowe zostały pomyślnie wyodrębnione." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Ten tytuł został pomyślnie zainstalowany do NAND." @@ -11432,12 +11747,12 @@ msgstr "Wsparcie" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11445,7 +11760,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Zamień oczy" @@ -11460,7 +11775,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11480,22 +11795,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbole" @@ -11503,7 +11827,7 @@ msgstr "Symbole" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11521,43 +11845,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Język systemu:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Wejście TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "Narzędzia TAS" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11575,15 +11899,15 @@ msgstr "" msgid "Taiwan" msgstr "Tajwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Zrób zrzut ekranu" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11599,9 +11923,9 @@ msgstr "" msgid "Test" msgstr "Testuj" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11610,15 +11934,15 @@ msgstr "" msgid "Texture Cache" msgstr "Bufor tekstur" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11626,7 +11950,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Nakładka formatu tekstur" @@ -11645,11 +11969,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11659,32 +11983,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND został naprawiony." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11700,14 +12024,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11793,7 +12117,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11820,28 +12144,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11849,7 +12173,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "Dysk gry nie zawiera żadnych użytecznych informacji." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11860,7 +12184,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11869,21 +12193,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11893,11 +12217,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11911,7 +12235,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11919,8 +12243,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Profil '%1' nie istnieje." @@ -11928,7 +12252,7 @@ msgstr "Profil '%1' nie istnieje." msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11944,20 +12268,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11970,15 +12294,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11989,31 +12313,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12024,7 +12348,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -12032,33 +12356,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12073,8 +12397,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12108,13 +12432,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12138,33 +12462,33 @@ msgstr "" "Ten symulator action replay nie obsługuje kodów, które modyfikują Action " "Replay sam w sobie." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "To nie może być cofnięte!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12172,26 +12496,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12209,41 +12533,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12251,7 +12575,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12273,12 +12597,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12312,7 +12636,7 @@ msgid "" msgstr "" "Ta wartość zwielokrotnia się z głębią ustawioną w konfiguracji graficznej." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12325,7 +12649,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12345,7 +12669,7 @@ msgstr "" msgid "Threshold" msgstr "Próg nacisku" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12355,6 +12679,31 @@ msgstr "" msgid "Tilt" msgstr "Przechylenie" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12364,10 +12713,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Tytuł" @@ -12375,25 +12724,29 @@ msgstr "Tytuł" msgid "To" msgstr "Do" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Do:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Przełącz pełny &ekran" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Przełącz 3D Anaglif" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12401,28 +12754,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Przełącz wszystkie typy logów" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Przełącz proporcje obrazu" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Przełącz punkt przerwania" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Przełącz przycinanie" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Przełącz dostosowane tekstury" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Przełącz kopie EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Przełącz mgłę" @@ -12434,35 +12787,39 @@ msgstr "Przełącz pełny ekran" msgid "Toggle Pause" msgstr "Przełącz wstrzymanie" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Przełącz zrzucanie tekstur" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Przełącz kopie XFB" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Przełącz tryb natychmiastowy XFB" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12470,7 +12827,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Góra" @@ -12478,7 +12835,7 @@ msgstr "Góra" msgid "Top-and-Bottom" msgstr "Góra-i-dół" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12516,12 +12873,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chiński tradycyjny" @@ -12541,8 +12898,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12550,7 +12907,7 @@ msgstr "" msgid "Traversal Server" msgstr "Serwer przejściowy" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12579,7 +12936,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12605,11 +12962,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12623,14 +12980,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12638,7 +12995,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12647,23 +13004,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12683,11 +13040,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12710,11 +13067,11 @@ msgstr "Nieskompresowane obrazy gier GC/Wii (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Cofnij wczytywanie stanu" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Cofnij zapisywanie stanu" @@ -12732,23 +13089,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Stany Zjednoczone" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Nieznany" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12757,27 +13114,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12797,11 +13154,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12809,11 +13166,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12828,11 +13185,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Nieograniczona szybkość" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12840,7 +13197,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12872,7 +13234,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12883,7 +13245,7 @@ msgid "Up" msgstr "Góra" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Aktualizuj" @@ -12938,7 +13300,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "Wiilot trzymany pionowo" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Ustawienia raportowania statystyk użytkowania" @@ -12946,15 +13308,19 @@ msgstr "Ustawienia raportowania statystyk użytkowania" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Użyj wbudowanej bazy danych nazw gier" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12962,21 +13328,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Użyj trybu PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Użyj Panic Handlers" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12985,8 +13351,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13025,18 +13391,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13044,14 +13410,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13314,8 +13684,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Ostrzeżenie" @@ -13403,7 +13773,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13411,7 +13788,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13419,7 +13796,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Zezwolone urządzenia przejściowe USB" @@ -13427,7 +13804,7 @@ msgstr "Zezwolone urządzenia przejściowe USB" msgid "Widescreen Hack" msgstr "Hak szerokiego ekranu" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13451,7 +13828,7 @@ msgstr "Wiilot" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13469,7 +13846,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Ustawienia Wii Pilota" @@ -13489,7 +13866,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii i Wiilot" @@ -13497,15 +13874,15 @@ msgstr "Wii i Wiilot" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Pliki zapisu Wii (*.bin);Wszystkie pliki (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13514,11 +13891,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13532,11 +13917,11 @@ msgstr "Świat" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13569,27 +13954,27 @@ msgstr "" msgid "Write to Window" msgstr "Wpisz do okna" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13640,14 +14025,14 @@ msgstr "Tak" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13680,7 +14065,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13724,7 +14109,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Musisz ponownie uruchomić program Dolphin, aby zastosować zmianę." @@ -13744,7 +14129,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13762,7 +14147,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Kod 3 zero niewspierany" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13811,7 +14196,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13827,7 +14212,8 @@ msgstr "" msgid "fake-completion" msgstr "fałszywe-ukończenie‭‭" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13892,7 +14278,8 @@ msgstr "" msgid "this value:" msgstr "ta wartość:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13912,23 +14299,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13939,7 +14326,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/pt.po b/Languages/po/pt.po index 64e49128f2..e87683ff84 100644 --- a/Languages/po/pt.po +++ b/Languages/po/pt.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Zilaan , 2011\n" -"Language-Team: Portuguese (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Portuguese (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/pt/)\n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -29,7 +29,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -37,6 +37,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -45,7 +51,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -80,16 +86,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -105,16 +111,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -134,7 +140,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -145,11 +151,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -162,38 +168,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -201,13 +207,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -219,30 +225,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -250,11 +256,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -270,7 +280,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -283,25 +293,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -327,36 +337,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -364,15 +374,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Pontos de partida" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -380,15 +394,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -396,50 +410,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -447,14 +462,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulação" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -471,41 +490,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Ficheiro" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avançar Quadro" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Definições Gráficas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ajuda" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Definições de Teclas de Atalho" @@ -525,19 +544,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -545,15 +564,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Carregar Estado" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -563,23 +582,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memória" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -587,7 +610,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -596,23 +619,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Abrir..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opções" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Começar" @@ -620,7 +647,7 @@ msgstr "&Começar" msgid "&Properties" msgstr "&Propriedades" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -628,7 +655,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registos" @@ -636,29 +663,29 @@ msgstr "&Registos" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Reset" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -666,31 +693,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Parar" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Ferramentas" @@ -700,21 +731,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Ver" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -726,38 +757,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(desligado)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -774,7 +797,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -783,7 +806,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -844,7 +867,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -852,7 +875,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -864,7 +887,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -900,19 +923,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -928,7 +951,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -936,7 +959,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1025,15 +1048,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1063,8 +1086,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1082,7 +1105,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1092,7 +1115,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1108,7 +1131,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1133,7 +1156,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1175,8 +1198,8 @@ msgstr "Precisão:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1252,7 +1275,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1268,7 +1291,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1276,7 +1299,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adaptador:" @@ -1303,11 +1326,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1326,28 +1349,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Adicionar..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1366,14 +1388,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1391,7 +1413,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1399,7 +1421,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1426,7 +1448,7 @@ msgstr "Avançadas" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1482,7 +1504,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1490,7 +1512,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1499,7 +1521,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1508,8 +1530,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1521,27 +1543,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1559,7 +1581,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1581,7 +1603,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analisar" @@ -1595,7 +1617,7 @@ msgstr "Ângulo" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1607,25 +1629,25 @@ msgstr "Anti-Serrilhamento" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1633,19 +1655,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1653,10 +1675,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1665,16 +1695,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Proporção de ecrã:" @@ -1682,8 +1712,8 @@ msgstr "Proporção de ecrã:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1694,7 +1724,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1715,11 +1745,11 @@ msgstr "" msgid "Audio" msgstr "Áudio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Áudio Backend :" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1735,7 +1765,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automático" @@ -1744,11 +1774,15 @@ msgstr "Automático" msgid "Auto (Multiple of 640x528)" msgstr "Automático (Multiplo de 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1756,7 +1790,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1764,20 +1798,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1789,7 +1834,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1820,19 +1865,19 @@ msgstr "" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Definições Backend" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -1841,20 +1886,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Introdução em segundo plano" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Retroceder" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1862,28 +1907,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detalhes de Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -1899,11 +1944,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Básico" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Definições Básicas" @@ -1951,7 +1996,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1963,13 +2008,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2001,67 +2046,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Inferior" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2073,23 +2118,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2106,7 +2151,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2116,19 +2161,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2137,30 +2182,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2194,24 +2239,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2256,7 +2301,7 @@ msgstr "" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2264,11 +2309,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "" @@ -2276,11 +2321,11 @@ msgstr "" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2291,7 +2336,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2299,11 +2344,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2337,51 +2382,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2393,23 +2438,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2417,13 +2462,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2441,7 +2486,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2449,7 +2494,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Mudar &Disco..." @@ -2457,7 +2502,7 @@ msgstr "Mudar &Disco..." msgid "Change Disc" msgstr "Mudar Disco" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2465,13 +2510,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2489,7 +2534,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2501,7 +2546,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Conversa" @@ -2509,7 +2554,7 @@ msgstr "Conversa" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Procura de Cheats" @@ -2517,7 +2562,7 @@ msgstr "Procura de Cheats" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2529,13 +2574,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2547,29 +2592,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Escolha um ficheiro para abrir" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Escolha a pasta para extrair" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2588,17 +2633,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Limpar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2606,11 +2652,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2619,7 +2665,7 @@ msgstr "" msgid "Close" msgstr "Fechar" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2627,11 +2673,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2639,11 +2694,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2659,11 +2714,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2676,21 +2731,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2698,9 +2753,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2708,7 +2763,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2721,11 +2776,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2815,7 +2870,7 @@ msgstr "Configuração" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2828,27 +2883,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Confirmar Ao Parar" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2858,35 +2921,35 @@ msgstr "" msgid "Connect" msgstr "Conectar" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Conectar Teclado USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2902,7 +2965,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2910,7 +2973,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2927,23 +2990,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2955,6 +3018,16 @@ msgstr "" msgid "Controllers" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2963,7 +3036,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2971,7 +3044,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2980,7 +3053,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3005,17 +3078,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3023,9 +3096,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3033,9 +3106,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3055,8 +3128,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3085,45 +3158,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3138,11 +3211,6 @@ msgstr "" msgid "Core" msgstr "Core" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3151,21 +3219,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3181,14 +3244,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3221,16 +3284,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3246,7 +3309,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3258,7 +3321,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "País" @@ -3291,7 +3354,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3299,11 +3362,11 @@ msgstr "" msgid "Critical" msgstr "Crítico" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Recortar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3315,22 +3378,22 @@ msgstr "" msgid "Crossfade" msgstr "Desvanecimento cruzado" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3338,7 +3401,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3346,11 +3409,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3358,19 +3421,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3382,6 +3445,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3409,7 +3498,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3417,15 +3506,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3451,7 +3540,7 @@ msgstr "" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3479,7 +3568,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3496,8 +3585,8 @@ msgstr "Zona morta" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Depuração" @@ -3506,40 +3595,40 @@ msgstr "Depuração" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3553,7 +3642,7 @@ msgstr "Padrão" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3569,7 +3658,7 @@ msgstr "ISO Padrão:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3577,7 +3666,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3587,8 +3676,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Apagar" @@ -3606,7 +3695,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3614,22 +3703,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Descrição" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3637,7 +3726,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3650,16 +3739,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3672,7 +3761,7 @@ msgstr "" msgid "Detect" msgstr "Detectar" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3680,7 +3769,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3702,7 +3791,7 @@ msgstr "Definições de Dispositivo" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3710,7 +3799,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3734,19 +3823,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3754,11 +3843,11 @@ msgstr "" msgid "Disable Fog" msgstr "Desactivar Nevoeiro" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3766,21 +3855,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3789,7 +3878,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3803,7 +3892,8 @@ msgstr "Disco" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3833,15 +3923,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3851,7 +3941,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Deseja parar a emulação actual?" @@ -3859,12 +3949,12 @@ msgstr "Deseja parar a emulação actual?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3872,22 +3962,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS filmes (*.dtm)" @@ -3920,27 +4010,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3949,7 +4033,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3974,7 +4058,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3984,33 +4068,33 @@ msgstr "" msgid "Down" msgstr "Baixo" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4053,19 +4137,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Depositar Áudio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Depositar Alvo EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Depositar Quadros" @@ -4073,7 +4157,7 @@ msgstr "Depositar Quadros" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4081,7 +4165,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4106,20 +4190,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4135,15 +4219,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Holandês" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "S&air" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4155,7 +4239,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4163,7 +4247,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Actualizações de Memória Inicial" @@ -4182,16 +4266,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4200,6 +4284,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4211,11 +4300,20 @@ msgstr "Efeito" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4237,7 +4335,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Thread de Emulador já em execução" @@ -4263,7 +4361,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4278,27 +4376,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Activar Cheats" @@ -4306,15 +4404,15 @@ msgstr "Activar Cheats" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4322,19 +4420,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Activar Dual Core" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Activar Dual Core (aumento de desempenho)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4342,15 +4440,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4368,33 +4466,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Activar MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Activar Progressive Scan" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Activar Protector de Ecrã" @@ -4402,27 +4500,27 @@ msgstr "Activar Protector de Ecrã" msgid "Enable Speaker Data" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Activar Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4432,7 +4530,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4440,14 +4538,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4456,7 +4554,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4466,7 +4564,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4474,7 +4572,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4486,18 +4584,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4505,7 +4603,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4513,14 +4611,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4530,7 +4628,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4538,9 +4636,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4551,14 +4649,14 @@ msgstr "" "Activa a Unidade de Gestão de Memória, necessária em alguns jogos. (ON = " "Compatível, OFF = Rápido)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4566,7 +4664,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4574,7 +4681,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4593,17 +4700,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Inglês" @@ -4620,7 +4727,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4644,78 +4751,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4726,10 +4832,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Erro" @@ -4741,7 +4847,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4751,7 +4857,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Erro ao carregar o idioma seleccionado. Será revertido para o idioma padrão " @@ -4761,15 +4867,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4777,11 +4883,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4823,7 +4929,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4839,11 +4945,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4852,12 +4958,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4865,15 +4971,15 @@ msgstr "" msgid "Exit" msgstr "Sair" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4885,27 +4991,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar Todos os Jogos Guardados Wii" @@ -4916,11 +5022,11 @@ msgstr "Exportar Todos os Jogos Guardados Wii" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exportar Gravação" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportar Gravação..." @@ -4948,14 +5054,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Extensão" @@ -4968,7 +5074,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4976,35 +5082,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extrair Ficheiro..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5014,7 +5120,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Reprodutor FIFO" @@ -5028,15 +5134,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5052,7 +5158,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5089,32 +5195,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Falha ao descarregar códigos" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5127,15 +5233,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5154,25 +5260,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5183,7 +5289,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5192,18 +5298,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5215,7 +5321,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5229,7 +5335,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5243,25 +5349,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5291,7 +5397,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5324,7 +5430,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5336,7 +5442,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5349,7 +5455,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5407,43 +5513,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5458,11 +5564,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Falha ao escrever BT.DINF para SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5476,7 +5582,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5485,7 +5591,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5493,20 +5599,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5525,7 +5632,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5538,46 +5645,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Informação de Ficheiro" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "O ficheiro não continha códigos." @@ -5589,7 +5696,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5619,7 +5726,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5652,12 +5759,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5667,11 +5768,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5687,7 +5788,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forçar 16:9" @@ -5695,7 +5796,7 @@ msgstr "Forçar 16:9" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forçar 4:3" @@ -5727,15 +5828,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5745,7 +5846,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5753,7 +5854,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5763,7 +5864,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5778,38 +5879,38 @@ msgstr "" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Avançar Quadro" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Alcance de Quadros" @@ -5817,7 +5918,7 @@ msgstr "Alcance de Quadros" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5837,7 +5938,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5853,22 +5954,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francês" @@ -5887,8 +5992,8 @@ msgid "From" msgstr "De" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5896,11 +6001,12 @@ msgstr "" msgid "FullScr" msgstr "Ecrã Inteiro" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5920,7 +6026,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5936,19 +6042,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5972,7 +6078,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5990,7 +6096,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6000,25 +6106,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6030,7 +6136,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6048,22 +6154,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6075,7 +6181,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6091,39 +6197,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID do Jogo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "O jogo já está a correr!" @@ -6132,7 +6238,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6152,11 +6258,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6164,11 +6270,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6185,7 +6291,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6213,45 +6319,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Códigos Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Geral" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Alemão" @@ -6259,11 +6373,11 @@ msgstr "Alemão" msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6278,7 +6392,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6287,7 +6401,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Gráficos" @@ -6296,7 +6410,7 @@ msgstr "Gráficos" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6305,7 +6419,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6327,7 +6441,7 @@ msgstr "Verde Esquerda" msgid "Green Right" msgstr "Verde Direita" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6372,7 +6486,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6405,11 +6519,11 @@ msgstr "" msgid "Hide" msgstr "Esconder" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6421,23 +6535,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6460,15 +6574,39 @@ msgstr "Host" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6476,14 +6614,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6492,21 +6638,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Teclas de Atalho" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6533,7 +6679,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6564,7 +6710,7 @@ msgid "IR" msgstr "IV" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Sensibilidade de Infra Vermelhos" @@ -6590,18 +6736,18 @@ msgstr "" msgid "Icon" msgstr "Ícone" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6614,7 +6760,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6628,14 +6774,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6647,7 +6803,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6672,14 +6828,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6688,7 +6844,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6703,22 +6859,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6731,7 +6887,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6739,64 +6895,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6833,12 +6989,12 @@ msgstr "Informação" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informação" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6847,11 +7003,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Entrada" @@ -6865,19 +7021,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Inserir Cartão SD" @@ -6894,7 +7047,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6902,13 +7055,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6917,7 +7071,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6926,7 +7080,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6985,8 +7139,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6995,15 +7149,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "Resolução Interna:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7011,7 +7165,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7019,7 +7173,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7028,11 +7182,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7044,7 +7198,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7053,7 +7207,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7061,7 +7215,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7089,13 +7243,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiano" @@ -7108,95 +7270,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japonês" @@ -7207,18 +7371,18 @@ msgstr "Japonês" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7248,20 +7412,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Coreano" @@ -7290,41 +7454,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7332,11 +7496,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7389,6 +7553,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7422,11 +7594,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7436,29 +7608,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Carregar" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Carregar Texturas Personalizadas" @@ -7466,24 +7638,29 @@ msgstr "Carregar Texturas Personalizadas" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7491,171 +7668,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Carregar Estado Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Carregar Estado Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Carregar Estado Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Carregar Estado Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Carregar Estado Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Carregar Estado Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Carregar Estado Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Carregar Estado Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Relatório" @@ -7664,19 +7836,20 @@ msgstr "Relatório" msgid "Log Configuration" msgstr "Configuração de Relatório" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7688,31 +7861,43 @@ msgstr "Tipos de Relatório" msgid "Logger Outputs" msgstr "Saídas de Gerador de Relatórios" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7742,27 +7927,31 @@ msgstr "" msgid "Main Stick" msgstr "Stick Principal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7770,18 +7959,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Fabricante:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7789,16 +7978,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7806,15 +7995,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7823,12 +8016,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7844,7 +8037,7 @@ msgstr "" msgid "Memory Card" msgstr "Cartão de memória" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7852,7 +8045,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7872,7 +8065,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7880,33 +8073,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Diversos" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Configurações Diversas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7915,7 +8116,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7935,7 +8136,7 @@ msgstr "" msgid "Modifier" msgstr "Modificador" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7947,20 +8148,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7972,11 +8173,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7985,16 +8186,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -8005,7 +8206,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8014,14 +8215,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8030,8 +8241,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8040,7 +8251,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8057,8 +8268,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8071,11 +8282,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8084,10 +8295,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nome:" @@ -8101,7 +8312,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8117,27 +8328,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8145,7 +8356,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8154,7 +8365,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8179,7 +8390,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8187,30 +8398,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8232,21 +8445,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8267,15 +8480,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8288,23 +8501,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8315,7 +8528,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8329,7 +8542,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8347,7 +8560,7 @@ msgstr "" msgid "Not Set" msgstr "Não definido" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8367,7 +8580,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8394,11 +8607,6 @@ msgstr "Noticia" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8424,13 +8632,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8482,7 +8690,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Alcance de Objecto" @@ -8503,18 +8711,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8529,7 +8737,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online e documentação" @@ -8537,13 +8745,13 @@ msgstr "Online e documentação" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8560,17 +8768,21 @@ msgstr "Abrir" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8635,34 +8847,34 @@ msgstr "Laranja" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8672,16 +8884,16 @@ msgstr "Outro" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8689,7 +8901,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8697,16 +8909,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8719,23 +8931,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8748,7 +8969,7 @@ msgstr "Comando" msgid "Pads" msgstr "Comandos" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8769,7 +8990,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8794,7 +9015,7 @@ msgstr "" msgid "Patches" msgstr "Patches" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8807,23 +9028,23 @@ msgstr "Caminhos" msgid "Pause" msgstr "Pausa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8831,7 +9052,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8856,7 +9077,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Iluminação por Pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8864,15 +9085,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8886,15 +9107,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8906,8 +9127,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8915,11 +9136,11 @@ msgstr "" msgid "Play" msgstr "Começar" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Tocar Gravação" @@ -8927,11 +9148,11 @@ msgstr "Tocar Gravação" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Opções de Reprodução" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8960,24 +9181,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Jogadores" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9010,11 +9236,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9035,11 +9261,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9065,7 +9291,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9074,7 +9300,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9083,18 +9309,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9116,19 +9343,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9138,20 +9365,20 @@ msgstr "" msgid "Profile" msgstr "Perfil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9161,11 +9388,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9177,26 +9404,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Questão" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Sair" @@ -9217,11 +9444,11 @@ msgstr "R-Analógico" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9254,17 +9481,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9287,7 +9518,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9303,7 +9534,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9313,23 +9544,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Gravar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opções de Gravação" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9346,7 +9581,7 @@ msgstr "Vermelho Esquerda" msgid "Red Right" msgstr "Vermelho Direita" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9364,7 +9599,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9379,11 +9613,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9392,8 +9626,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9414,7 +9648,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9426,7 +9661,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Remover" @@ -9443,7 +9678,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9454,25 +9689,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Renderizar para a Janela Principal" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9481,15 +9726,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9500,7 +9745,7 @@ msgstr "Reset" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9524,7 +9769,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9532,7 +9777,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9544,7 +9789,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9552,11 +9797,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9565,7 +9810,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9573,7 +9818,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9624,11 +9869,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9637,7 +9882,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9646,7 +9891,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9658,6 +9903,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9683,20 +9937,25 @@ msgstr "" msgid "Rumble" msgstr "Vibração" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9707,23 +9966,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9731,7 +9990,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9766,11 +10025,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Gua&rdar Estado" @@ -9782,7 +10041,7 @@ msgstr "Seguro" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9792,27 +10051,39 @@ msgstr "Guardar" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9824,15 +10095,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "" @@ -9840,73 +10115,77 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Guardar Estado Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Guardar Estado Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Guardar Estado Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Guardar Estado Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Guardar Estado Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Guardar Estado Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Guardar Estado Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Guardar Estado Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9914,7 +10193,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9922,15 +10201,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Guardar como..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9941,23 +10216,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9977,7 +10244,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Cópia EFB Escalada" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9986,8 +10253,8 @@ msgid "ScrShot" msgstr "ScrShot" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -9996,7 +10263,7 @@ msgstr "" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10008,13 +10275,13 @@ msgstr "Procurar em Sub-Pastas" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10022,7 +10289,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10056,9 +10323,9 @@ msgstr "Seleccionar" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10067,7 +10334,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10075,18 +10342,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10095,6 +10366,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10103,6 +10378,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10111,58 +10394,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10176,29 +10463,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10206,19 +10489,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10226,36 +10505,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Seleccione o ficheiro de jogo guardado" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10267,19 +10529,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10298,7 +10560,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10309,7 +10571,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10331,24 +10593,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Enviar" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Posição da Barra de Sensor:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10365,7 +10657,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10373,72 +10665,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10448,13 +10743,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10462,7 +10757,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10484,228 +10779,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar &Relatório" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Mostrar Barra de Ferramen&tas" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Mostrar FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Mostrar França" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostrar GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostrar visualização de Entradas" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Mostrar Itália" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Mostrar Coreia" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Mostrar Idioma:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Mostrar &Configuração de Relatório" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Mostrar Pal" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Mostrar Plataformas" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar Regiões" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Mostrar Estatísticas" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Mostrar Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Mostrar EUA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostrar Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10713,109 +11012,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10832,7 +11135,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10856,7 +11159,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Chinês Simplificado" @@ -10873,17 +11176,17 @@ msgstr "" msgid "Size" msgstr "Dimensão" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10899,7 +11202,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10979,11 +11282,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10995,12 +11298,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11014,7 +11317,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Espanhol" @@ -11022,11 +11325,11 @@ msgstr "Espanhol" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volume do Altifalante:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11034,7 +11337,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11047,12 +11350,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11071,33 +11378,37 @@ msgstr "" msgid "Standard Controller" msgstr "Comando padrão" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Começar" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Começar Gravação" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11109,7 +11420,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11132,52 +11443,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11198,16 +11509,20 @@ msgid "Stick" msgstr "Stick" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Parar" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11239,11 +11554,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Ajustar à janela" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11257,11 +11572,11 @@ msgstr "" msgid "Strum" msgstr "Strum" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11272,18 +11587,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11293,7 +11608,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11306,24 +11621,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11346,12 +11661,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11359,7 +11674,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11374,7 +11689,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11394,22 +11709,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11417,7 +11741,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11435,43 +11759,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Idioma do sistema:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Entrada TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11489,15 +11813,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Tirar Screenshot" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11513,9 +11837,9 @@ msgstr "" msgid "Test" msgstr "Teste" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11524,15 +11848,15 @@ msgstr "" msgid "Texture Cache" msgstr "Cache de Textura" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11540,7 +11864,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Formato da textura" @@ -11559,11 +11883,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11573,32 +11897,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11614,14 +11938,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11707,7 +12031,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11734,28 +12058,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11763,7 +12087,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11774,7 +12098,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11783,21 +12107,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11807,11 +12131,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11825,7 +12149,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11833,8 +12157,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11842,7 +12166,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11858,20 +12182,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11884,15 +12208,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11903,31 +12227,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11938,7 +12262,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11946,33 +12270,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11987,8 +12311,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12022,13 +12346,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12052,33 +12376,33 @@ msgstr "" "Este simulador de Action Replay não suporta códigos que modifiquem o próprio " "Action Replay" -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12086,26 +12410,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12123,41 +12447,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12165,7 +12489,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12181,12 +12505,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12217,7 +12541,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12230,7 +12554,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12250,7 +12574,7 @@ msgstr "" msgid "Threshold" msgstr "Limite" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12260,6 +12584,31 @@ msgstr "" msgid "Tilt" msgstr "Tilt" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12269,10 +12618,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Título" @@ -12280,25 +12629,29 @@ msgstr "Título" msgid "To" msgstr "Para" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12306,28 +12659,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Alternar Todos os Tipos de Relatório" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "" @@ -12339,35 +12692,39 @@ msgstr "Alternar Ecrã Inteiro" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12375,7 +12732,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Topo" @@ -12383,7 +12740,7 @@ msgstr "Topo" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12421,12 +12778,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chinês Tradicional" @@ -12446,8 +12803,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12455,7 +12812,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12484,7 +12841,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12510,11 +12867,11 @@ msgstr "EUA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12528,14 +12885,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12543,7 +12900,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12552,23 +12909,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12588,11 +12945,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12615,11 +12972,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Retroceder Carregamento de Estado" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12637,23 +12994,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Desconhecido" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12662,27 +13019,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12702,11 +13059,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12714,11 +13071,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12733,11 +13090,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12745,7 +13102,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12777,7 +13139,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12788,7 +13150,7 @@ msgid "Up" msgstr "Cima" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Actualizar" @@ -12843,7 +13205,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12851,15 +13213,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12867,21 +13233,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Usar Manipuladores de Pânico" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12890,8 +13256,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12930,18 +13296,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12949,14 +13315,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13219,8 +13589,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Aviso" @@ -13308,7 +13678,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13316,7 +13693,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13324,7 +13701,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13332,7 +13709,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "Hack de Ecrã Panorâmico" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13356,7 +13733,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13374,7 +13751,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13394,7 +13771,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13402,15 +13779,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13419,11 +13796,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13437,11 +13822,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13474,27 +13859,27 @@ msgstr "" msgid "Write to Window" msgstr "Escrever para a Janela" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13545,14 +13930,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13585,7 +13970,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13629,7 +14014,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Tem que reiniciar o Dolphin para que as alterações sejam efectuadas" @@ -13649,7 +14034,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13667,7 +14052,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "Código Zero 3 não é suportado" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13716,7 +14101,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13732,7 +14117,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13797,7 +14183,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13817,23 +14204,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13844,7 +14231,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/pt_BR.po b/Languages/po/pt_BR.po index 8386b6b309..a426e00ee3 100644 --- a/Languages/po/pt_BR.po +++ b/Languages/po/pt_BR.po @@ -46,11 +46,11 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Mateus B. Cassiano , 2017,2021-2024\n" -"Language-Team: Portuguese (Brazil) (http://app.transifex.com/delroth/dolphin-" -"emu/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://app.transifex.com/dolphinemu/" +"dolphin-emu/language/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -58,7 +58,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -70,7 +70,7 @@ msgstr "" "Como as imagens de disco do GameCube contém poucos dados de verificação, " "podem existir problemas que o Dolphin não consegue detectar." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -83,6 +83,12 @@ msgstr "" "Dolphin não pode garantir que essa cópia não foi modificada, mesmo contendo " "assinaturas aparentemente válidas." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr " %1 %2 (%3% fragmentado)" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Disco %1)" @@ -91,7 +97,7 @@ msgstr " (Disco %1)" msgid "! Not" msgstr "! Não" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" é um arquivo GCM/ISO inválido ou não é uma ISO de GC/Wii." @@ -128,16 +134,16 @@ msgstr "" "%1\n" "quer se juntar ao seu grupo." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1%" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -153,16 +159,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Cópia)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Disco %2, Revisão %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revisão %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (Padrão)" @@ -182,7 +188,7 @@ msgstr "%1 (lento)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -196,11 +202,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "Configuração de Gráficos %1" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -213,11 +219,11 @@ msgstr "%1 revisão(ões) à frente de %2" msgid "%1 doesn't support this feature on your system." msgstr "O backend %1 não é compatível com esse recurso no seu sistema." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "O backend %1 não é compatível com esse recurso." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -227,27 +233,27 @@ msgstr "" "%2 objeto(s)\n" "Quadro Atual: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 entrou" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 saiu" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 desbloqueou %2 de %3 conquistas valendo %4 de %5 pontos" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 não é uma ROM válida" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 assumiu controle do golfe" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 está jogando %2" @@ -255,13 +261,13 @@ msgstr "%1 está jogando %2" msgid "%1 memory ranges" msgstr "%1 alcances da memória" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 pontos" @@ -273,30 +279,30 @@ msgstr "%1 sessão encontrada" msgid "%1 sessions found" msgstr "%1 sessões encontradas" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Velocidade Normal)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "o valor do %1 foi mudado" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "O valor do %1 foi atingido" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "O valor do %1 é usado" @@ -304,11 +310,15 @@ msgstr "O valor do %1 é usado" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "%1

%2" @@ -324,7 +334,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -337,25 +347,25 @@ msgstr "%1x Nativa (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Nativa (%2x%3) [%4]" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n endereço(s) não puderam ser acessados na memória emulada." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n endereço(s) restante(s)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -381,36 +391,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Sobre" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "&Adicionar Função" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Adicionar Ponto de Interrupção de Memória" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Adicionar Novo Código..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Adicionar função" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Adicionar..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Configurações de &Som" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "C&anal:" @@ -418,15 +428,19 @@ msgstr "C&anal:" msgid "&Borderless Window" msgstr "Janela Sem &Bordas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" -msgstr "&Interromper No Acerto" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "Tipo de &Branch" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "&Interromper no Acerto" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Pontos de Interrupção" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug Tracker" @@ -434,15 +448,15 @@ msgstr "&Bug Tracker" msgid "&Cancel" msgstr "&Cancelar" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "Gerenciador de &Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "Verificar &Atualizações..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Limpar Símbolos" @@ -450,50 +464,51 @@ msgstr "&Limpar Símbolos" msgid "&Clone..." msgstr "&Duplicar..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Código" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "&Condição" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Conectado" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Configurações de &Controles" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copiar Endereço" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Copiar endereço" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Criar..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "E&xcluir" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Apagar Observação" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Apagar Relógios" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Editar Código..." @@ -501,14 +516,18 @@ msgstr "&Editar Código..." msgid "&Edit..." msgstr "&Editar..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Ejetar Disco" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulação" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "&Excluir Bloco(s)" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exportar" @@ -525,41 +544,41 @@ msgstr "&Exportar Estado Salvo..." msgid "&Export as .gci..." msgstr "&Exportar como .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Arquivo" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Fonte..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "A&vançar Quadro" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Configurações do Olhar Livre" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Gerar Símbolos De" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Repositório no &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Configurações de &Gráficos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "Aj&uda" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Configurações das &Teclas de Atalho" @@ -579,19 +598,19 @@ msgstr "&Importar Estado Salvo..." msgid "&Import..." msgstr "&Importar..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "Base &Infinity" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Inserir blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "&Inserir BLR" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Mistura do Interframe" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -599,15 +618,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Idioma:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "&Carregar Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Carregar Estado Salvo" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Carregar o Mapa dos Símbolos" @@ -617,23 +636,27 @@ msgstr "&Carregar o arquivo no endereço atual" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Trancar Relógios" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "B&loquear Widgets" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" -msgstr "&Registrar No Acerto" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" +msgstr "&Registrar no Acerto" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memória" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "&Outros Controles" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Gravação" @@ -641,7 +664,7 @@ msgstr "&Gravação" msgid "&Mute" msgstr "Ativar &Mudo" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Rede" @@ -650,23 +673,27 @@ msgid "&No" msgstr "&Não" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "A&brir..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opções" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "&Origem e Destino" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Funções HLE do Patch" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "P&ausar" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "Inici&ar" @@ -674,7 +701,7 @@ msgstr "Inici&ar" msgid "&Properties" msgstr "&Propriedades" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Modo &Somente Leitura" @@ -682,7 +709,7 @@ msgstr "Modo &Somente Leitura" msgid "&Refresh List" msgstr "&Atualizar Lista" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registradores" @@ -690,29 +717,29 @@ msgstr "&Registradores" msgid "&Remove" msgstr "&Remover" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Remover Código" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "&Renomear Símbolo" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Reiniciar" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "Gerenciador de Pacotes de &Recursos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "&Salvar Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Salvar Mapa de Símbolos" @@ -720,31 +747,35 @@ msgstr "&Salvar Mapa de Símbolos" msgid "&Scan e-Reader Card(s)..." msgstr "&Escanear Cartões do e-Reader..." -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "Portal &Skylanders" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Limite de Velocidade:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Parar" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Threads" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "&Ferramenta" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "&Ferramentas Visíveis" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Ferramentas" @@ -754,21 +785,21 @@ msgstr "&Fechar ROM" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "&Destrancar Relógios" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Visualizar" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "A&ssistir" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -780,38 +811,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sim" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1\" não foi encontrado, nenhum nome de símbolo foi gerado" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' não foi encontrado, ao invés disto escaneando por funções comuns" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Escuro)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Claro)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Sistema)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(host)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(desligado)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Multiplicar" @@ -828,7 +851,7 @@ msgstr ", Vírgula" msgid "- Subtract" msgstr "- Subtrair" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -837,7 +860,7 @@ msgid "--Unknown--" msgstr "--Desconhecido--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -898,7 +921,7 @@ msgstr "Inteiro de 16 bits (Com Sinal)" msgid "16-bit Unsigned Integer" msgstr "Inteiro de 16 bits (Sem Sinal)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -906,7 +929,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x Anisotrópico" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -918,7 +941,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -954,19 +977,19 @@ msgid "32-bit Unsigned Integer" msgstr "Inteiro de 32 bits (Sem Sinal)" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Profundidade 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -982,7 +1005,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbits (59 blocos)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -990,7 +1013,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1079,17 +1102,17 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "Desativado no Modo Hardcore." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1127,8 +1150,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Maior que" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Uma sessão do NetPlay já está em progresso!" @@ -1152,7 +1175,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Um disco já está prestes a ser inserido." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1167,7 +1190,7 @@ msgstr "" "Não é possível carregar um estado salvo sem especificar um jogo para " "executar." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1189,7 +1212,7 @@ msgstr "" "Uma sincronização só pode ser acionada quando um jogo de Wii está em " "execução." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "Salvar A&utomaticamente" @@ -1225,7 +1248,7 @@ msgstr "" "• Suporte para o Wii Remote no NetPlay é experimental e pode não funcionar " "corretamente. Use por sua conta e risco.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "Códigos AR" @@ -1267,8 +1290,8 @@ msgstr "Precisão:" msgid "Achievement Settings" msgstr "Configurações das Conquistas" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Conquistas" @@ -1364,7 +1387,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "Ativar Chat do NetPlay" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Ativo" @@ -1380,7 +1403,7 @@ msgstr "Fila do thread ativo" msgid "Active threads" msgstr "Threads ativas" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adaptador" @@ -1388,7 +1411,7 @@ msgstr "Adaptador" msgid "Adapter Detected" msgstr "Adaptador Detectado" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adaptador:" @@ -1415,11 +1438,11 @@ msgstr "Adicionar Novo Dispositivo USB" msgid "Add Shortcut to Desktop" msgstr "Criar Atalho na Área de Trabalho" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Adicionar Ponto de Interrupção" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Adicionar Ponto de Interrupção de Memória" @@ -1438,28 +1461,27 @@ msgstr "Adicionar ponto de interrupção da memória" msgid "Add to &watch" msgstr "Adicionar a &observação" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Adicionar a observação" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Adicionar..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Endereço" @@ -1478,14 +1500,14 @@ msgstr "Espaço do endereço pelo state da CPU" msgid "Address:" msgstr "Endereço:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" "Ajusta a filtragem das texturas. A filtragem anisotrópica melhora a " @@ -1493,9 +1515,9 @@ msgstr "" "\"Forçar Pelo Mais Próximo\" e \"Forçar Linear\" substituirão o filtro de " "escala de textura especificado pelo jogo.

Qualquer opção diferente de " "\"Padrão\" alterará a aparência das texturas e poderá causar problemas em um " -"pequeno número de jogos.

Essa opção é incompatível com a \"Amostragem " -"Manual de Texturas\".

Na dúvida, selecione \"Padrão" -"\"." +"pequeno número de jogos.

Essa opção é desativada quando \"Amostragem " +"Manual de Texturas\" está ativada.

Na dúvida, " +"selecione \"Padrão\"." #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1516,7 +1538,7 @@ msgstr "" "alguns jogos ilegível.

Na dúvida, selecione o valor " "mais próximo da direita." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1528,7 +1550,7 @@ msgstr "" "AVISO: Ativar essa opção causará sérios problemas na maioria dos jogos. " "Apenas um pequeno número deles consegue tirar proveito desse recurso." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1566,7 +1588,7 @@ msgstr "Avançado" msgid "Advanced Settings" msgstr "Configurações Avançadas" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1642,7 +1664,7 @@ msgstr "Tudo Duplo" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1650,7 +1672,7 @@ msgid "All Files" msgstr "Todos os arquivos" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Todos os arquivos (*)" @@ -1659,7 +1681,7 @@ msgstr "Todos os arquivos (*)" msgid "All Float" msgstr "Todos Flutuantes" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Todos os arquivos do GC/Wii" @@ -1668,8 +1690,8 @@ msgstr "Todos os arquivos do GC/Wii" msgid "All Hexadecimal" msgstr "Tudo Hexadecimal" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Todos os Estados Salvos (*.sav *.s##);;Todos os arquivos (*)" @@ -1681,27 +1703,27 @@ msgstr "Todos os Inteiros Assinados" msgid "All Unsigned Integer" msgstr "Todos os Inteiros Não Assinados" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Todos os arquivos (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Todos os códigos dos jogadores sincronizados." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Todos os saves dos jogadores sincronizados." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Permitir Configurações de Região Incompatíveis" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Permitir Envio de Estatísticas de Uso" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Permitir Gravações no Cartão SD" @@ -1721,7 +1743,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Fontes de Entrada Adicionais" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Sempre" @@ -1743,7 +1765,7 @@ msgstr "Era esperado um disco inserido mas não foi achado." msgid "Anaglyph" msgstr "Anáglifo" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analisar" @@ -1757,7 +1779,7 @@ msgstr "Ângulo" msgid "Angular velocity to ignore and remap." msgstr "Velocidade angular a ignorar e remapear." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Anti-Aliasing" @@ -1769,19 +1791,19 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Qualquer Região" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "Anexar assinatura a" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "Anexar Assinatura Em" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Anexar ao &Arquivo de Assinatura Existente..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Apl&icar Arquivo de Assinatura..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1789,7 +1811,7 @@ msgstr "" "Aplica um efeito de pós-processamento após renderizar cada quadro.

Na dúvida, selecione \"(desligado)\"." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Data do Apploader:" @@ -1797,19 +1819,19 @@ msgstr "Data do Apploader:" msgid "Apply" msgstr "Aplicar" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "Aplicar arquivo de assinatura" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "Aplicar Arquivo de Assinatura" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Detecção de Mipmaps Arbitrários" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Tem certeza de que deseja excluir o perfil \"%1\"?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Tem certeza de que deseja excluir este arquivo?" @@ -1817,10 +1839,18 @@ msgstr "Tem certeza de que deseja excluir este arquivo?" msgid "Are you sure you want to delete this pack?" msgstr "Tem certeza de que deseja excluir esse pacote?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "Tem certeza de que deseja sair do RetroAchievements?" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Você tem certeza que você quer sair do NetPlay?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "Tem certeza de que deseja desativar o Modo Hardcore?" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Tem certeza?" @@ -1829,16 +1859,16 @@ msgstr "Tem certeza?" msgid "Area Sampling" msgstr "Amostragem da Área" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Proporção de Tela" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Resolução Interna com Proporção de Tela Corrigida" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Proporção de Tela:" @@ -1846,9 +1876,9 @@ msgstr "Proporção de Tela:" msgid "Assemble" msgstr "Assemble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "Instruções do Assembly" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "Montar Instrução" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1858,7 +1888,7 @@ msgstr "Assembler" msgid "Assembly File" msgstr "Arquivo Assembly" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Definir Porta dos Controles" @@ -1881,11 +1911,11 @@ msgstr "Conectar o Motion Plus" msgid "Audio" msgstr "Áudio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Backend:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Configurações do Alongamento de Áudio" @@ -1901,7 +1931,7 @@ msgstr "Autor" msgid "Authors" msgstr "Autores" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Automática" @@ -1910,11 +1940,15 @@ msgstr "Automática" msgid "Auto (Multiple of 640x528)" msgstr "Automática (Múltipla de 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "Canal" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Configurações de Atualização Automática" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1926,7 +1960,7 @@ msgstr "" "\n" "Por favor selecione uma resolução interna específica." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Auto-Ajustar o Tamanho da Janela" @@ -1934,15 +1968,15 @@ msgstr "Auto-Ajustar o Tamanho da Janela" msgid "Auto-Hide" msgstr "Ocultar Automaticamente" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Auto-detectar os módulos do RSO?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Sincronizar Automaticamente com a Pasta" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1951,6 +1985,25 @@ msgstr "" "interna.

Na dúvida, mantenha essa opção desativada." "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" +"Troca o disco do jogo automaticamente quando solicitado pelos jogos com dois " +"discos. Essa função requer que o jogo seja iniciado de uma das seguintes " +"maneiras:
- A partir da lista de jogos, com ambos os discos presentes na " +"lista.
- Em Arquivo => Abrir, ou pela interface de linha de comando, " +"especificando o caminho para ambos os discos.
- Carregando um arquivo M3U " +"em Arquivo => Abrir, ou pela interface de linha de comando." +"

Na dúvida, mantenha essa opção desativada." + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Atualizar automaticamente os Valores Atuais" @@ -1962,7 +2015,7 @@ msgid "Auxiliary" msgstr "Auxiliar" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1996,19 +2049,19 @@ msgstr "Registrador BP" msgid "Back Chain" msgstr "Cadeia Traseira" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Backend" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Usar Múltiplas Threads" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Configurações do Backend" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -2017,20 +2070,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Entrada de Dados em Segundo Plano" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Para trás" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Valor Ruim Dado" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Endereço ruim fornecido." @@ -2038,28 +2091,28 @@ msgstr "Endereço ruim fornecido." msgid "Bad dump" msgstr "Cópia com erros" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Deslocamento ruim fornecido." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Valor ruim fornecido." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detalhes do Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -2075,11 +2128,11 @@ msgstr "Endereço Base" msgid "Base priority" msgstr "Prioridade base" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Básico" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Configurações Básicas" @@ -2129,7 +2182,7 @@ msgstr "SSL Binário (leitura)" msgid "Binary SSL (write)" msgstr "SSL Binário (gravação)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Taxa de Bits (kbps):" @@ -2145,13 +2198,13 @@ msgstr "" "\n" "Tente novamente com um personagem diferente." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Tamanho do Bloco" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Tamanho do Bloco:" @@ -2186,67 +2239,67 @@ msgstr "" "foi compilada sem o libusb. O modo de redirecionamento não pode ser " "utilizado." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Do Início até a Pausa" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "Arquivo de backup da NAND do BootMii (*.bin);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "Arquivo de chaves do BootMii (*.bin);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Tela Cheia Sem Bordas" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Embaixo" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Branch (LR salvo)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Branch Condicional" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "Branch Condicional (LR salvo)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "Branch Condicional para Registrador Contador" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "Branch Condicional para Registrador Contador (LR salvo)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "Branch Condicional para Registrador de Link" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "Branch Condicional para Registrador de Link (LR salvo)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "Branch Não Foi Sobrescrita" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Tipo de Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "Branch Foi Sobrescrita" @@ -2258,23 +2311,23 @@ msgstr "Branch Watch" msgid "Branch Watch Tool" msgstr "Ferramenta Branch Watch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "Ajuda da Ferramenta Branch Watch (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "Ajuda da Ferramenta Branch Watch (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "Ajuda da Ferramenta Branch Watch (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "Ajuda da Ferramenta Branch Watch (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2305,7 +2358,7 @@ msgstr "" "seja instruída a resumir o monitoramento. Pressione o botão \"Limpar Branch " "Watch\" para remover todos os candidatos e retornar à etapa de exclusão." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2322,19 +2375,19 @@ msgstr "" "ferramenta avançará para a próxima fase e preencherá a tabela com todos os " "candidatos elegíveis." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "Branch para Registrador Contador" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "Branch para Registrador Contador (LR salvo)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "Branch para Registrador de Link" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "Branch para Registrador de Link (LR salvo)" @@ -2343,30 +2396,30 @@ msgstr "Branch para Registrador de Link (LR salvo)" msgid "Branch: %1" msgstr "Branch: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Vertentes" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Interrupção" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" -msgstr "Interromper &E Registrar no Acerto" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" +msgstr "Interromper &e Registrar no Acerto" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Pontos de Interrupção" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Ponto de interrupção encontrado! Saída abortada." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Pontos de Interrupção" @@ -2400,24 +2453,24 @@ msgstr "Erro no Adaptador de Banda Larga" msgid "Broadband Adapter MAC Address" msgstr "Endereço MAC do Adaptador de Banda Larga" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Navegar pelas &Sessões do NetPlay..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Tamanho do Buffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Tamanho do buffer alterado para %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2465,7 +2518,7 @@ msgstr "Autor(a): %1" msgid "C Stick" msgstr "Eixo C" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "C&riar Arquivo de Assinatura..." @@ -2473,11 +2526,11 @@ msgstr "C&riar Arquivo de Assinatura..." msgid "CP register " msgstr "Registrador CP" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "Mecanismo de Emulação da CPU:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Opções da CPU" @@ -2485,11 +2538,11 @@ msgstr "Opções da CPU" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Interpretador com Cache (lento)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2504,7 +2557,7 @@ msgstr "" msgid "Calculate" msgstr "Calcular" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2517,11 +2570,11 @@ msgstr "" "no desempenho ou problemas gráficos.

Na dúvida, " "mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Calibrar" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Calibração" @@ -2555,25 +2608,25 @@ msgstr "Câmera 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Campo de visão da câmera (afeta a sensibilidade da pontaria)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "Só é possível gerar códigos AR para valores na memória virtual." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Ainda não pode ser modificado!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Não consegue editar os vilões pra esse troféu!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" "Não foi possível encontrar o Wii Remote pelo identificador de conexão {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" "Não é possível iniciar uma sessão do NetPlay enquanto um jogo está em " @@ -2581,28 +2634,28 @@ msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Cancelar" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Cancelar Calibração" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "Candidatos: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "Candidatos: %1 | Excluídos: %2 | Restantes: %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "Candidatos: %1 | Filtrados: %2 | Restantes: %3" @@ -2616,23 +2669,23 @@ msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" "Não foi possível iniciar esse WAD porque ele não pôde ser instalado na NAND." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "Não consegue comparar com o último valor na primeira busca." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Não foi possível encontrar o IPL do GameCube." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Não é possível gerar um código AR para este endereço." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Não pode atualizar sem resultados." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "Não é possível definir o local da Pasta CGI para um caminho vazio." @@ -2640,14 +2693,14 @@ msgstr "Não é possível definir o local da Pasta CGI para um caminho vazio." msgid "Cannot set memory card to an empty path." msgstr "Não é possível definir o local do Memory Card para um caminho vazio." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" "Não foi possível iniciar o jogo porque o IPL do GameCube não foi encontrado." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Vilão capturado %1:" @@ -2665,7 +2718,7 @@ msgstr "Centro" msgid "Center Mouse" msgstr "Centralizar Mouse" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Centralizar e Calibrar" @@ -2673,7 +2726,7 @@ msgstr "Centralizar e Calibrar" msgid "Change &Disc" msgstr "Trocar &Disco" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "&Trocar Disco..." @@ -2681,7 +2734,7 @@ msgstr "&Trocar Disco..." msgid "Change Disc" msgstr "Trocar Disco" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Trocar Discos Automaticamente" @@ -2689,7 +2742,7 @@ msgstr "Trocar Discos Automaticamente" msgid "Change the disc to {0}" msgstr "Trocar o disco para {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." @@ -2697,7 +2750,7 @@ msgstr "" "Altera a aparência e a cor dos botões do Dolphin." "

Na dúvida, selecione \"Clean\"." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2727,7 +2780,7 @@ msgstr "" "tem movimento lateral, só rotação e você pode aumentar o zoom até o ponto de " "origem da câmera." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Alterações nos cheats só terão efeito quando o jogo for reiniciado." @@ -2739,7 +2792,7 @@ msgstr "Partição do Canal (%1)" msgid "Character entered is invalid!" msgstr "O personagem informado é inválido!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2747,7 +2800,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "Editor de Código de Cheat" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Pesquisa de Cheats" @@ -2755,7 +2808,7 @@ msgstr "Pesquisa de Cheats" msgid "Cheats Manager" msgstr "Gerenciador de Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Verificar NAND..." @@ -2767,7 +2820,7 @@ msgstr "Monitorar Alterações na Lista de Jogos em Segundo Plano" msgid "Check for updates" msgstr "Verificar atualizações" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2775,7 +2828,7 @@ msgstr "" "Verifique se você tem as permissões necessárias para excluir o arquivo ou se " "ele ainda está em uso." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Checksum" @@ -2787,29 +2840,29 @@ msgstr "China" msgid "Choose" msgstr "..." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Abrir" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "Escolha um arquivo pra abrir ou criar" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Escolha a prioridade do arquivo de entrada dos dados" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Escolha o arquivo secundário de entrada dos dados" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "Escolha Pasta para Extração" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "Escolher a pasta base do GCI" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Selecionar pasta" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "Escolha o Arquivo de Entrada Prioritário" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "Escolha o Arquivo de Entrada Secundário" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "Escolha um Arquivo para Abrir" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "Escolha um Arquivo para Abrir ou Criar" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2828,17 +2881,18 @@ msgstr "Classic Controller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Limpar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "Limpar Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Limpar Cache" @@ -2846,11 +2900,11 @@ msgstr "Limpar Cache" msgid "Clear Slot" msgstr "Limpar Slot" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Velocidade de Clock" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Duplicar e &Editar Código..." @@ -2859,7 +2913,7 @@ msgstr "Duplicar e &Editar Código..." msgid "Close" msgstr "Fechar" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfigurações" @@ -2867,11 +2921,20 @@ msgstr "Co&nfigurações" msgid "Code" msgstr "Código" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "Tam. Buf. Código" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "Tamanho do Buffer de Código" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "Caminho de Código Não Executado" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "Caminho de Código Executado" @@ -2879,11 +2942,11 @@ msgstr "Caminho de Código Executado" msgid "Code:" msgstr "Código:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Códigos recebidos!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Correção de Cores" @@ -2899,11 +2962,11 @@ msgstr "Correção de Cores:" msgid "Color Space" msgstr "Espaço de Cores" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "Colunas &Visíveis" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combinar &Dois Arquivos de Assinatura..." @@ -2916,7 +2979,7 @@ msgstr "Comum" msgid "Comparand:" msgstr "Comparando:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2927,7 +2990,7 @@ msgstr "" "comparada com a edição digital da eShop do Wii U. O Dolphin não pode " "verificar se esse é o caso." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2937,7 +3000,7 @@ msgstr "" "Mesmo assim, é possível que seja uma cópia válida se comparada com a edição " "digital da eShop do Wii U. O Dolphin não pode verificar se esse é o caso." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Compilar Shaders Antes de Iniciar" @@ -2945,9 +3008,9 @@ msgstr "Compilar Shaders Antes de Iniciar" msgid "Compiling Shaders" msgstr "Compilando Shaders" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compressão" @@ -2955,7 +3018,7 @@ msgstr "Compressão" msgid "Compression Level:" msgstr "Nível da Compressão:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Compressão:" @@ -2968,11 +3031,11 @@ msgstr "Condição" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condição" @@ -3115,7 +3178,7 @@ msgstr "Configurar" msgid "Configure Controller" msgstr "Configurar" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Abrir Configurações" @@ -3128,27 +3191,35 @@ msgstr "Configurar a Entrada dos Dados" msgid "Configure Output" msgstr "Configurar a Saída dos Dados" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Confirmar" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "Confirmar Desativação" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "Confirmar Saída" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Confirmar mudança de backend" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Confirmar ao Parar" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Confirmação" @@ -3158,35 +3229,35 @@ msgstr "Confirmação" msgid "Connect" msgstr "Conectar" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Conectar/Desconectar Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Conectar Teclado USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Conectar/Desconectar Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Conectar/Desconectar Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Conectar/Desconectar Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Conectar/Desconectar Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Conectar Wii Remotes" @@ -3202,7 +3273,7 @@ msgstr "Conectar-se à Internet e realizar uma atualização online do sistema?" msgid "Connected" msgstr "Conectado" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Conectando" @@ -3210,7 +3281,7 @@ msgstr "Conectando" msgid "Connection Type:" msgstr "Tipo de Conexão:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "O conteúdo {0:08x} está corrompido." @@ -3227,23 +3298,23 @@ msgstr "Controlar Modo Golfe do NetPlay" msgid "Control Stick" msgstr "Eixo Principal" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Perfil do Controle" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Perfil do Controle 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Perfil do Controle 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Perfil do Controle 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Perfil do Controle 4" @@ -3255,6 +3326,23 @@ msgstr "Configuração dos Controles" msgid "Controllers" msgstr "Controles" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" +"Controla a velocidade de execução do emulador em relação ao hardware " +"original.

Valores superiores a 100% irão emular mais rápido do que o " +"hardware original pode executar, se o seu sistema conseguir acompanhar. " +"Valores inferiores a 100% irão diminuir a velocidade da emulação. " +"'Ilimitado' emulará tão rápido quanto o seu sistema permitir." +"

Na dúvida, selecione \"100% (Velocidade Normal)\"." +"" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3268,7 +3356,7 @@ msgstr "" "para que essa opção tenha efeito.

Na dúvida, " "mantenha essa opção em 203." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3280,7 +3368,7 @@ msgstr "" "alto cria efeitos fora da tela mais fortes enquanto um valor mais baixo é " "mais confortável." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3294,7 +3382,7 @@ msgstr "" "resolução interna, melhor será o desempenho.

Na " "dúvida, selecione \"Nativa (640x528)\"." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3328,17 +3416,17 @@ msgstr "" "Controla se deve usar emulação do DSP de alto ou baixo nível. O padrão é " "True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Convergência" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Convergência:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Falha na conversão." @@ -3346,9 +3434,9 @@ msgstr "Falha na conversão." msgid "Convert" msgstr "Converter" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Converter Arquivo para Pasta Agora" @@ -3356,9 +3444,9 @@ msgstr "Converter Arquivo para Pasta Agora" msgid "Convert File..." msgstr "Converter Arquivo..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Converter Pasta para Arquivo Agora" @@ -3381,8 +3469,8 @@ msgstr "" "a conversão para ISO. Deseja continuar assim mesmo?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Convertendo..." @@ -3428,45 +3516,45 @@ msgstr "" "normalmente usam o alvo 2.2.

Na dúvida, mantenha " "essa opção desativada." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Copiar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Copiar &função" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "Copiar &Função" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Copiar &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "Copiar &Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Copiar Endereço" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "Copiar &Linha de Código" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Falha ao Copiar" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Copiar Hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "Copiar Ende&reço Alvo" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copiar Valor" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Copiar &linha de código" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Copiar o end&ereço do alvo" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Copiar para A" @@ -3481,11 +3569,6 @@ msgstr "Copiar para B" msgid "Core" msgstr "Core" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "Core não inicializado." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Corrigir Espaço de Cores" @@ -3494,21 +3577,16 @@ msgstr "Corrigir Espaço de Cores" msgid "Correct SDR Gamma" msgstr "Corrigir Gama SDR" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Custo" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Não foi possível comunicar-se com o host." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Não foi possível criar o cliente." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Não foi possível criar o peer." @@ -3528,7 +3606,7 @@ msgstr "" "Não foi possível baixar as informações de atualização dos servidores da " "Nintendo. Por favor, verifique sua conexão com a Internet e tente novamente." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3539,7 +3617,7 @@ msgstr "" "\n" "A emulação do console será interrompida." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3589,16 +3667,16 @@ msgstr "" "NAND.\n" "O software emulado provavelmente travará agora." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Não foi possível reconhecer o arquivo {0}" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Não foi possível salvar as alterações!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Não pôde iniciar o processo do atualizador: {0}" @@ -3622,7 +3700,7 @@ msgstr "" "Se sim, então você pode precisar reespecificar o local do seu arquivo de " "Memory Card nas configurações." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Não foi possível encontrar o servidor central" @@ -3634,7 +3712,7 @@ msgstr "Não foi possível abrir o arquivo." msgid "Couldn't read file." msgstr "Não foi possível ler o arquivo." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "País:" @@ -3667,7 +3745,7 @@ msgid "Create..." msgstr "Criar..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Autor:" @@ -3675,11 +3753,11 @@ msgstr "Autor:" msgid "Critical" msgstr "Crítico" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Cortar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3695,11 +3773,11 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Selecionar Vértices na CPU" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3710,11 +3788,11 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Região Atual" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Valor atual" @@ -3722,7 +3800,7 @@ msgstr "Valor atual" msgid "Current context" msgstr "Contexto atual" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Jogo atual" @@ -3730,11 +3808,11 @@ msgstr "Jogo atual" msgid "Current thread" msgstr "Thread atual" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Personalizada" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Personalizada (Esticada)" @@ -3742,19 +3820,19 @@ msgstr "Personalizada (Esticada)" msgid "Custom Address Space" msgstr "Espaço do Endereço Personalizado" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Altura da proporção de tela personalizada" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Largura da proporção de tela personalizada" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Proporção de Tela Personalizada:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Opções do RTC Personalizado" @@ -3766,6 +3844,32 @@ msgstr "Personalizado:" msgid "Customize" msgstr "Personalizar" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "% de Ciclos" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "Média de Ciclos" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "Méd. Ciclos" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "Porcentagem de Ciclos" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "Ciclos Gastos" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3793,7 +3897,7 @@ msgstr "Mesa de DJ" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "Mecanismo de Emulação do DSP" @@ -3801,15 +3905,15 @@ msgstr "Mecanismo de Emulação do DSP" msgid "DSP HLE (fast)" msgstr "DSP HLE (rápido)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (recomendado)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "Interpretador DSP LLE (muito lento)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "Recompilador DSP LLE (lento)" @@ -3839,7 +3943,7 @@ msgstr "Tapete de Dança" msgid "Dark" msgstr "Trevas" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Dados" @@ -3867,7 +3971,7 @@ msgstr "Os dados estão num formato não reconhecido ou corrompido." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "Inconsistência dos dados no GCMemcardManager, abortando ação." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Dados recebidos!" @@ -3884,8 +3988,8 @@ msgstr "Zona Morta" msgid "Debug" msgstr "Depuração" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Depuração" @@ -3894,40 +3998,40 @@ msgstr "Depuração" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Qualidade de Decodificação:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Diminuir" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Diminuir Convergência" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Diminuir Profundidade" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Diminuir Velocidade" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Diminuir Resolução Interna" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Diminuir Slot de Estado Selecionado" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Diminuir X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Diminuir Y" @@ -3941,7 +4045,7 @@ msgstr "Padrão" msgid "Default Config (Read Only)" msgstr "Configuração Padrão (Somente Leitura)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Dispositivo Padrão" @@ -3957,7 +4061,7 @@ msgstr "ISO padrão:" msgid "Default thread" msgstr "Thread padrão" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Adiar Invalidação do Cache do EFB" @@ -3965,7 +4069,7 @@ msgstr "Adiar Invalidação do Cache do EFB" msgid "Defer EFB Copies to RAM" msgstr "Adiar Cópias do EFB para RAM" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3981,8 +4085,8 @@ msgstr "" "desativada." #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Excluir" @@ -4000,7 +4104,7 @@ msgstr "Excluir Arquivos Selecionados..." msgid "Delete the existing file '{0}'?" msgstr "Excluir o arquivo existente '{0}'?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Profundidade" @@ -4008,22 +4112,22 @@ msgstr "Profundidade" msgid "Depth Percentage:" msgstr "Porcentagem da Profundidade:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Profundidade:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Descrição" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Descrição:" @@ -4031,7 +4135,7 @@ msgstr "Descrição:" msgid "Description: %1" msgstr "Descrição: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "Destino" @@ -4044,16 +4148,16 @@ msgstr "Destino (caminho p/ soquete UNIX ou endereço:porta):" msgid "Destination (address:port):" msgstr "Destino (endereço:porta):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Destino Máx." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "Destino Mín." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "Símbolo de Destino" @@ -4066,7 +4170,7 @@ msgstr "Separado" msgid "Detect" msgstr "Detectar" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Detectando os Módulos do RSO" @@ -4074,7 +4178,7 @@ msgstr "Detectando os Módulos do RSO" msgid "Deterministic dual core:" msgstr "Dual core determinístico:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Dev (todos os dias)" @@ -4096,7 +4200,7 @@ msgstr "Configurações do Dispositivo" msgid "Device VID (e.g., 057e)" msgstr "VID do Dispositivo (ex.: 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Dispositivo:" @@ -4104,7 +4208,7 @@ msgstr "Dispositivo:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "%1 não reconhecido como um arquivo XML válido do Riivolution." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" "Escurece a tela após 5 minutos de inatividade durante a emulação de " @@ -4130,19 +4234,19 @@ msgstr "Desativar Bounding Box" msgid "Disable Copy Filter" msgstr "Desativar Filtro de Cópia" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Desativar Cópias VRAM do EFB" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Desativar Limite de Velocidade" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Desativar Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Desativar Arena do Fastmem" @@ -4150,11 +4254,11 @@ msgstr "Desativar Arena do Fastmem" msgid "Disable Fog" msgstr "Desativar Névoa" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Desativar Cache do JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Desativar o Mapa dos Pontos de Entrada Grandes" @@ -4162,7 +4266,7 @@ msgstr "Desativar o Mapa dos Pontos de Entrada Grandes" msgid "Disabled" msgstr "Desativado" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4173,7 +4277,7 @@ msgstr "" "

Na dúvida, mantenha essa opção ativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4198,7 +4302,7 @@ msgstr "" "Causa alguns defeitos gráficos.

Na dúvida, mantenha " "essa opção ativada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4215,7 +4319,8 @@ msgstr "Disco" msgid "Discard" msgstr "Descartar" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Configurações de Exibição" @@ -4250,17 +4355,17 @@ msgstr "Distância" msgid "Distance of travel from neutral position." msgstr "Distância de viagem da posição neutra." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "Você autoriza o Dolphin a enviar estatísticas de uso para a equipe de " "desenvolvimento?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Você quer adicionar '%1' a lista de caminhos dos jogos?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Você quer limpar a lista dos nomes do símbolos?" @@ -4270,7 +4375,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "Deseja excluir %n arquivo(s) de jogo salvo selecionado(s)?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Deseja parar a emulação atual?" @@ -4278,12 +4383,12 @@ msgstr "Deseja parar a emulação atual?" msgid "Do you want to try to repair the NAND?" msgstr "Deseja tentar efetuar um reparo na NAND?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Decodificador Dolby Pro Logic II" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Registro FIFO do Dolphin (*.dff)" @@ -4291,22 +4396,22 @@ msgstr "Registro FIFO do Dolphin (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Pré-definição do Mod do Jogo no Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Arquivo do Mapa do Dolphin (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Arquivo CSV de Assinatura do Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Arquivo de Assinatura do Dolphin" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Gravações TAS do Dolphin (*.dtm)" @@ -4350,11 +4455,11 @@ msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" "O Dolphin é um emulador de GameCube e Wii grátis e de código fonte aberto." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Versão do Dolphin é muito antiga para o servidor traversal" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4362,19 +4467,11 @@ msgstr "" "O Dolphin não consegue verificar imagens TGC corretamente, pois elas não são " "cópias de discos reais." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "O Dolphin não pode verificar imagens de discos não licenciados." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"O Dolphin usará a região padrão quando não for possível determinar a região " -"do software automaticamente." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "O sistema de cheats do Dolphin está desativado no momento." @@ -4383,7 +4480,7 @@ msgstr "O sistema de cheats do Dolphin está desativado no momento." msgid "Domain" msgstr "Domínio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Desativar Atualizações" @@ -4408,7 +4505,7 @@ msgstr "Portas Fechadas" msgid "Double" msgstr "Dobro" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4418,33 +4515,33 @@ msgstr "Dobro" msgid "Down" msgstr "Para Baixo" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Baixar Códigos" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Baixar Códigos da Base de Dados do WiiRD" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Mostrar Capas de Jogos Baixadas do GameTDB.com no Modo Grade" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Download completo" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 códigos baixados (%2 adicionados)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" "Baixa imagens de capa do GameTDB.com para mostrar na exibição em grade da " @@ -4494,19 +4591,19 @@ msgstr "Exportar &FakeVMEM" msgid "Dump &MRAM" msgstr "Exportar &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Exportar Áudio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Exportar Texturas de Base" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Exportar Alvo EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Exportar Quadros" @@ -4514,7 +4611,7 @@ msgstr "Exportar Quadros" msgid "Dump GameCube BBA traffic" msgstr "Exportar tráfego do BBA do GameCube" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Exportar Mip Maps" @@ -4522,7 +4619,7 @@ msgstr "Exportar Mip Maps" msgid "Dump Path:" msgstr "Exportação:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Exportar Alvo XFB" @@ -4547,7 +4644,7 @@ msgstr "Exportar certificados de mesmo nível" msgid "Dump root CA certificates" msgstr "Exportar certificados raiz da CA" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Na " "dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4566,7 +4663,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4585,15 +4682,15 @@ msgstr "Duração do Soltar do Botão Turbo (frames):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Holandês" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "S&air" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "Cópia do EFB %1" @@ -4609,7 +4706,7 @@ msgstr "" "provavelmente será necessário reiniciar o computador para que o Windows " "utilize o novo driver." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4621,7 +4718,7 @@ msgstr "" "Adequado para jogos competitivos em que imparcialidade e latência mínima são " "mais importantes." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Atualizações Prévias de Memória" @@ -4640,16 +4737,16 @@ msgstr "Ásia Oriental" msgid "Edit Breakpoint" msgstr "Editar Ponto de Interrupção" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Editar Condicional" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Editar expressão condicional" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Editar..." @@ -4658,6 +4755,11 @@ msgstr "Editar..." msgid "Editor" msgstr "Editor" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "End. Efetivo" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4669,11 +4771,20 @@ msgstr "Efeito" msgid "Effective" msgstr "Efetivo" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "Endereço Efetivo" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "Endereço efetivo %1 não possui tradução para endereço físico." + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Prioridade efetiva" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4695,7 +4806,7 @@ msgstr "Frame Buffer Embutido (EFB)" msgid "Empty" msgstr "Vazio" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Thread de Emulação já está em execução" @@ -4723,7 +4834,7 @@ msgstr "" "Emula a velocidade do disco do hardware original. Desativar essa opção pode " "causar instabilidade. Valor padrão:Ativado" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Dispositivos USB Emulados" @@ -4741,27 +4852,27 @@ msgstr "" "Atual: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Velocidade de Emulação" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Ativar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Ativar Camadas de Validação da API" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Ativar Alongamento de Áudio" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Ativar Cheats" @@ -4769,15 +4880,15 @@ msgstr "Ativar Cheats" msgid "Enable Controller Inpu&t" msgstr "Ativar Entrada do Control&e" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Ativar RTC Personalizado" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Ativar Interface de Depuração" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "Ativar Status do Discord" @@ -4785,19 +4896,19 @@ msgstr "Ativar Status do Discord" msgid "Enable Dual Core" msgstr "Ativar Dual Core" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Ativar Dual Core (aumento na velocidade)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "Ativar Dual Core (hack de velocidade)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Ativar Ajuste de Clock da CPU Emulada" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Ativar Ajuste de Memória do Console Emulado" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Ativar Conquistas Encore" @@ -4805,15 +4916,15 @@ msgstr "Ativar Conquistas Encore" msgid "Enable FPRF" msgstr "Ativar FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Ativar Mods Gráficos" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Ativar Modo Hardcore" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4847,33 +4958,33 @@ msgstr "" "ativar.
Desativar o Modo Hardcore enquanto um jogo está em execução " "requer que o jogo seja fechado antes de ser possível reativá-lo." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "Ativar Perfilamento de Bloco JIT" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Ativar MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Ativar Notificações de Progresso" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Ativar Varredura Progressiva" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Ativar Integração RetroAchievements.org" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Ativar Vibração" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Ativar Proteção de Tela" @@ -4881,27 +4992,27 @@ msgstr "Ativar Proteção de Tela" msgid "Enable Speaker Data" msgstr "Ativar Dados do Auto-Falante" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "Ativar Modo Espectador" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Ativar Conquistas Não Oficiais" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Ativar Envio de Estatísticas de Uso" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Ativar WiiConnect24 via WiiLink" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Ativar Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Ativar Cache Write-Back (lento)" @@ -4913,7 +5024,7 @@ msgstr "" "Ativa a emulação de velocidade do disco. Pode causar travamentos e outros " "problemas em alguns jogos (ON = Compatível, OFF = Desbloqueada)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4925,7 +5036,7 @@ msgstr "" "para ser utilizada. Dolphin não salva sua senha localmente, utilizando um " "token de API para manter o acesso." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4935,7 +5046,7 @@ msgstr "" "mensagem popup quando o jogador progride em uma conquista que monitora um " "valor acumulado, por exemplo, 60 de 120 estrelas." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4950,7 +5061,7 @@ msgstr "" "diversão.

Essa opção será aplicada na próxima vez que um jogo for " "iniciado." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4968,7 +5079,7 @@ msgstr "" "iniciar um jogo, o Modo Espectador poderá ser ligado/desligado a qualquer " "momento enquanto o jogo estiver em execução." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4981,7 +5092,7 @@ msgstr "" "RetroAchievements, útil para testes, ou por pura diversão.

Essa opção " "será aplicada na próxima vez que um jogo for iniciado." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4997,26 +5108,27 @@ msgstr "" "Ativa o cálculo da Flag de Resultado com Ponto Flutuante, necessária em " "alguns jogos. (ON = Compatível, OFF = Rápido)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" "Ativa a detecção de mipmaps arbitrários, que alguns jogos utilizam para " "renderizar efeitos gráficos especiais baseados na distância da câmera." "

Pode causar falsos positivos, resultando em texturas borradas em " "resoluções internas maiores, como em jogos que utilizam mipmaps de resolução " "muito baixa. Desativar essa opção também pode reduzir engasgos em jogos que " -"frequentemente carregam novas texturas.

Esse recurso não é compatível " -"com a 'Decodificação de Texturas na GPU'.

Na " -"dúvida, mantenha essa opção desativada." +"frequentemente carregam novas texturas.

Essa opção é desativada " +"quando \"Decodificação de Texturas na GPU\" está ativada." +"

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -5028,7 +5140,7 @@ msgstr "" "absolutamente necessária.

Na dúvida, mantenha essa " "opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -5041,7 +5153,7 @@ msgstr "" "

Na dúvida, mantenha essa opção ativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -5052,7 +5164,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -5069,7 +5181,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" "Previne picotamentos no áudio causados por variações na velocidade de " @@ -5079,14 +5191,14 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" "Ativa a decodificação de texturas usando a GPU ao invés da CPU.

Isso " "pode melhorar o desempenho em algumas situações, ou em sistemas com gargalos " -"de CPU.

Essa opção é incompatível com a \"Detecção de Mipmaps " -"Arbitrários\".

Na dúvida, mantenha essa opção " +"de CPU.

Se essa opção for ativada, \"Detecção de Mipmaps Arbitrários" +"\" será desativada.

Na dúvida, mantenha essa opção " "desativada." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -5097,7 +5209,7 @@ msgstr "" "Ativa a Unidade de Gerenciamento de Memória, necessária para alguns jogos. " "(ON = Compatível, OFF = Rápido)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
Na dúvida, mantenha " "essa opção desativada." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -5119,7 +5231,22 @@ msgstr "" "como o Forecast Channel e o Nintendo Channel.\n" "Leia os Termos de Serviço em: https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" +"Ativa o uso de códigos de cheat AR e Gecko, que podem ser utilizados para " +"modificar o comportamento dos jogos. Esses códigos podem ser configurados no " +"'Gerenciador de Cheats', no menu 'Ferramentas'.

Essa opção não pode " +"ser alterada enquanto a emulação estiver em execução." +"

Na dúvida, mantenha essa opção desativada." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -5132,7 +5259,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -5157,17 +5284,17 @@ msgstr "" "\n" "Abortando importação." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "End. Final" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet Não Inicializou" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Inglês" @@ -5184,7 +5311,7 @@ msgstr "Informe o endereço IP do dispositivo executando o cliente XLink Kai:" msgid "Enter USB device ID" msgstr "Informe a ID do dispositivo USB" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Insira o endereço a observar:" @@ -5210,78 +5337,77 @@ msgstr "" "Informe o endereço IP e a porta da instância tapserver que você gostaria de " "se conectar." -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Insira o endereço do módulo do RSO:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5292,10 +5418,10 @@ msgstr "Insira o endereço do módulo do RSO:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Erro" @@ -5307,7 +5433,7 @@ msgstr "Registro do Erro" msgid "Error Opening Adapter: %1" msgstr "Erro ao Abrir o Adaptador: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Erro ao coletar os dados do save!" @@ -5317,7 +5443,7 @@ msgstr "Erro ao coletar os dados do save!" msgid "Error converting value" msgstr "Erro ao converter valor" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "Erro ao carregar o idioma selecionado. Voltando ao padrão do sistema." @@ -5325,15 +5451,15 @@ msgstr "Erro ao carregar o idioma selecionado. Voltando ao padrão do sistema." msgid "Error obtaining session list: %1" msgstr "Erro ao obter a lista da sessão: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Um erro ocorreu enquanto carregava alguns pacotes de texturas" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Erro ao processar os códigos." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Erro ao processar os dados." @@ -5341,11 +5467,11 @@ msgstr "Erro ao processar os dados." msgid "Error reading file: {0}" msgstr "Erro ao ler o arquivo: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Erro ao sincronizar os códigos de trapaça!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Erro ao sincronizar os dados do save!" @@ -5389,7 +5515,7 @@ msgstr "Erro: GBA{0} - falha ao abrir a ROM em {1}" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Erro: GBA{0} - falha ao abrir os dados salvos em {1}" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Erro: essa compilação não é compatível com controles GBA emulados" @@ -5409,11 +5535,11 @@ msgstr "" "ERRO: Tentando acessar as fontes Windows-1252, mas elas não foram " "carregadas. Os jogos podem não mostrar as fontes corretamente, ou travarem." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Erros foram encontrados em {0} blocos da partição {1}." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "Erros foram encontrados em {0} blocos não utilizados da partição {1}." @@ -5422,12 +5548,12 @@ msgstr "Erros foram encontrados em {0} blocos não utilizados da partição {1}. msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Ubershaders Exclusivos" @@ -5435,15 +5561,15 @@ msgstr "Ubershaders Exclusivos" msgid "Exit" msgstr "Sair" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "Esperado + ou parênteses fechados." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Argumentos esperados: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "Argumentos esperados: {0}" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Esperava parêntese fechado." @@ -5455,27 +5581,27 @@ msgstr "Esperava vírgula." msgid "Expected end of expression." msgstr "Fim esperado da expressão." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Nome esperado da entrada dos dados." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Parêntese esperado da abertura." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Início esperado da expressão." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Nome esperado da variável." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Experimental" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar Todos os Dados Salvos do Wii" @@ -5486,11 +5612,11 @@ msgstr "Exportar Todos os Dados Salvos do Wii" msgid "Export Failed" msgstr "Falha ao Exportar" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exportar Gravação" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportar Gravação..." @@ -5518,14 +5644,14 @@ msgstr "Exportar como .&gcs..." msgid "Export as .&sav..." msgstr "Exportar como .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n dado(s) salvo(s) exportado(s)" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Acessório" @@ -5538,7 +5664,7 @@ msgstr "Dados de Movimento do Acessório" msgid "Extension Motion Simulation" msgstr "Simulação de Movimentos do Acessório" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "IP Externo" @@ -5546,35 +5672,35 @@ msgstr "IP Externo" msgid "External Frame Buffer (XFB)" msgstr "Frame Buffer Externo (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extrair Certificados da NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Extrair Disco Inteiro..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Extrair Partição Inteira..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extrair Arquivo..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Extrair Arquivos..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Extrair Dados do Sistema..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Extraindo Todos os Arquivos..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Extraindo Diretório..." @@ -5584,7 +5710,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO Player" @@ -5600,15 +5726,15 @@ msgstr "" "Falha ao abrir o Memory Card:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Falha ao adicionar essa sessão ao indexador do NetPlay: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Falha ao anexar ao arquivo de assinatura '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" "Falha ao solicitar acesso à interface para o redirecionamento Bluetooth: {0}" @@ -5625,7 +5751,7 @@ msgstr "Falha ao remover o Skylander do slot %1!" msgid "Failed to connect to Redump.org" msgstr "Falha na conexão com Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Falha na conexão com o servidor: %1" @@ -5666,38 +5792,38 @@ msgstr "" "\n" "O Skylander pode já estar inserido no portal." -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "Falha ao excluir arquivo de jogo salvo do GBA{0} do NetPlay. Verifique suas " "permissões de gravação." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Falha ao excluir Memory Card do NetPlay. Verifique suas permissões de " "gravação." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Falha ao excluir o arquivo selecionado." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" "Falha ao descarregar o driver do kernel para o redirecionamento Bluetooth: " "{0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Falha ao baixar os códigos." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Falha no despejo de %1: Não foi possível abrir o arquivo" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Falha no despejo de %1: Falha ao escrever no arquivo" @@ -5710,15 +5836,15 @@ msgstr "Falha ao exportar %n de %1 arquivo(s) de jogo(s) salvo(s)." msgid "Failed to export the following save files:" msgstr "Falha ao exportar os seguintes dados salvos:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Falha ao extrair os certificados da NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Falha ao extrair arquivo." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Falha ao extrair dados do sistema." @@ -5740,14 +5866,14 @@ msgstr "Falha ao localizar um ou mais símbolos do Direct3D" msgid "Failed to import \"%1\"." msgstr "Falha ao importar \"%1\"." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Falha ao importar o arquivo de dados salvos. Por favor, inicie o jogo " "correspondente pelo menos uma vez, depois tente novamente." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5755,7 +5881,7 @@ msgstr "" "Falha ao importar o arquivo de dados salvos. O arquivo fornecido pode estar " "corrompido ou não contém dados salvos válidos do Wii." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5766,7 +5892,7 @@ msgstr "" "NAND (Ferramentas -> Gerenciar NAND -> Verificar NAND...) , então importe os " "dados salvos novamente." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Falha ao inicializar o núcleo" @@ -5780,7 +5906,7 @@ msgstr "" "Certifique-se de que sua GPU suporta pelo menos a versão 10.0 do Direct3D.\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Falha ao inicializar as classes do renderizador" @@ -5789,11 +5915,11 @@ msgid "Failed to install pack: %1" msgstr "Falha ao instalar pacote: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Falha ao instalar esse software na NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5801,8 +5927,8 @@ msgstr "" "Falha ao acessar a porta %1. Existe outra instância do servidor NetPlay em " "execução?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Falha ao carregar o módulo RSO em %1" @@ -5814,7 +5940,7 @@ msgstr "Falha ao carregar d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "Falha ao carregar dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Falha ao carregar o arquivo de mapa '%1'" @@ -5830,7 +5956,7 @@ msgstr "" "Falha ao carregar arquivo do Skylander:\n" "%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Falha ao carregar o executável para a memória." @@ -5846,25 +5972,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Falha ao modificar o Skylander!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "Falha ao abrir \"%1\" para escrita." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "Falha ao abrir \"{0}\" para escrita." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Falha ao abrir '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Falha ao acessar o dispositivo Bluetooth: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "Falha ao acessar o dispositivo Bluetooth {:04x}:{:04x}: {}" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "Falha ao abrir o estado do Branch Watch \"%1\"" @@ -5897,7 +6023,7 @@ msgstr "" msgid "Failed to open file." msgstr "Falha ao abrir o arquivo." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Falha ao abrir o servidor" @@ -5938,7 +6064,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Falha ao abrir o arquivo de entrada \"%1\"." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5953,7 +6079,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Falha ao processar dados do Redump.org" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "Falha ao converter o valor fornecido no tipo de dados de destino." @@ -5966,7 +6092,7 @@ msgid "Failed to read from file." msgstr "Falha ao ler do arquivo." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Falha na leitura do arquivo de entrada \"{0}\"." @@ -6039,49 +6165,49 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Falha ao remover esse software da NAND." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Falha ao redefinir a pasta GCI do NetPlay. Verifique suas permissões de " "gravação." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Falha ao redefinir a pasta NAND do NetPlay. Verifique suas permissões de " "gravação." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "Falha ao redefinir a pasta de redirecionamento do NetPlay. Verifique as " "permissões de gravação." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "Falha ao salvar o estado do Branch Watch \"%1\"" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Falha ao salvar o log FIFO." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Falha ao salvar o mapa de códigos no local '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Falha ao salvar o arquivo de assinatura '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Falha ao salvar o mapa de símbolos no local '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Falha ao salvar no arquivo de assinatura '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -6100,11 +6226,11 @@ msgstr "Falha ao desinstalar pacote: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Falha ao gravar o BT.DINF no SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Falha ao salvar dados dos Miis." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Falha ao salvar dados salvos do Wii." @@ -6118,7 +6244,7 @@ msgstr "Falha ao salvar o arquivo de configuração!" msgid "Failed to write modified memory card to disk." msgstr "Falha ao salvar o Memory Card modificado no disco." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "Falha ao gravar os dados salvos redirecionados." @@ -6127,7 +6253,7 @@ msgid "Failed to write savefile to disk." msgstr "Falha ao salvar arquivo de jogo salvo no disco." #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -6137,20 +6263,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Falha" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Host Imparcial" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Configurações de Região" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Região Padrão:" @@ -6171,7 +6298,7 @@ msgstr "" "Dessincronização fatal, abortando reprodução. (Erro no PlayWiimote: {0} != " "{1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Campo de Visualização" @@ -6184,46 +6311,46 @@ msgstr "Número da Figura:" msgid "Figure type" msgstr "Tipo de Figura" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Detalhes do Arquivo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Formato" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Formato do Arquivo:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Informações do Arquivo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nome do Arquivo" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Local" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Tamanho" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Tamanho do Arquivo:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "O arquivo não continha códigos." @@ -6235,7 +6362,7 @@ msgstr "Nome do arquivo" msgid "Files opened, ready to compress." msgstr "Arquivos abertos, pronto para comprimir." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6271,7 +6398,7 @@ msgstr "Achar o &Próximo" msgid "Find &Previous" msgstr "Achar o &Anterior" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Concluir Calibração" @@ -6306,12 +6433,6 @@ msgstr "Falha ao Corrigir Checksums" msgid "Fixed Alignment" msgstr "Alinhamento Fixo" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Bandeiras" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6321,11 +6442,11 @@ msgstr "Bandeiras" msgid "Float" msgstr "Flutuação" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Seguir &vertente" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "Seguir &Branch" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Para melhores resultados, mova lentamente o eixo correspondente para todas " @@ -6347,7 +6468,7 @@ msgstr "" "Para instruções de configuração, consulte essa página." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forçar 16:9" @@ -6355,7 +6476,7 @@ msgstr "Forçar 16:9" msgid "Force 24-Bit Color" msgstr "Forçar Cores de 24 Bits" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forçar 4:3" @@ -6387,19 +6508,19 @@ msgstr "Forçar Porta de Escuta:" msgid "Force Nearest" msgstr "Forçar Pelo Mais Próximo" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" "Opção desativada pois o backend %1 não suporta expansão " "por SV." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" "Opção ativada pois o backend %1 não suporta shaders de " "geometria." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6416,7 +6537,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6429,7 +6550,7 @@ msgstr "" "

Na dúvida, mantenha essa opção ativada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6442,7 +6563,7 @@ msgstr "" msgid "Format:" msgstr "Formato:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6457,38 +6578,38 @@ msgstr "Abrir porta (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "%1 resultados encontrados para \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "%n endereço(s) encontrado(s)." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Quadro %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Avançar Quadro" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Diminuir Velocidade" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Aumentar Velocidade" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Redefinir Velocidade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Exportação de Quadros" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Intervalo de Quadros" @@ -6496,7 +6617,7 @@ msgstr "Intervalo de Quadros" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "Imagem(ns) da exportação de quadros '{0}' já existe(m). Substituir?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Quadros a Gravar:" @@ -6516,7 +6637,7 @@ msgstr "Arquivos Livres: %1" msgid "Free Look Control Type" msgstr "Tipo de Controle do Olhar Livre" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Controle de Olhar Livre %1" @@ -6536,22 +6657,26 @@ msgstr "" "detalhadas, consulte essa página." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "Memória disponível:" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Olhar Livre" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Olhar Livre" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Ativar/Desativar Olhar Livre" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Francês" @@ -6570,8 +6695,8 @@ msgid "From" msgstr "De" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "De:" @@ -6579,11 +6704,12 @@ msgstr "De:" msgid "FullScr" msgstr "Tela Cheia" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Função" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Configurações de Funcionamento" @@ -6603,7 +6729,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "Local do Cartucho de GBA:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "Núcleo do GBA" @@ -6619,19 +6745,19 @@ msgstr "Configurações do GBA" msgid "GBA TAS Input %1" msgstr "Entrada de Dados TAS - GBA %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "Volume do GBA" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "Tamanho da Janela do GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "ROM do GBA%1 alterada para \"%2\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM desativada do GBA%1" @@ -6656,7 +6782,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "Imagens GCZ do GC/Wii (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6680,7 +6806,7 @@ msgstr "GL_MAX_TEXTURE_SIZE é {0} - deve ser pelo menos 1024." msgid "GPU Texture Decoding" msgstr "Decodificação de Texturas na GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6693,7 +6819,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: ERRO OGL: Sua placa de vídeo é compatível com o OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6701,7 +6827,7 @@ msgstr "" "GPU: ERRO OGL: extensão GL_ARB_map_buffer_range indisponível.\n" "GPU: Sua placa de vídeo é compatível com o OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6709,7 +6835,7 @@ msgstr "" "GPU: ERRO OGL: extensão GL_ARB_sampler_objects indisponível.\n" "GPU: Sua placa de vídeo é compatível com o OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6717,7 +6843,7 @@ msgstr "" "GPU: ERRO OGL: extensão GL_ARB_uniform_buffer_object indisponível.\n" "GPU: Sua placa de vídeo é compatível com o OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6733,7 +6859,7 @@ msgstr "" "GPU: ERRO OGL: suporte ao OpenGL 3.0 indisponível.\n" "GPU: Sua placa de vídeo é compatível com o OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6756,16 +6882,16 @@ msgstr "" msgid "Game" msgstr "Jogo" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Cartuchos do Game Boy Advance (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6773,7 +6899,7 @@ msgstr "" "ROMs do Game Boy Advance (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *." "bin);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance na Porta %1" @@ -6785,7 +6911,7 @@ msgstr "Espaço de Cores do Jogo:" msgid "Game Config" msgstr "Configurações do Jogo" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Detalhes do Jogo" @@ -6801,25 +6927,25 @@ msgstr "Gama do Jogo" msgid "Game Gamma:" msgstr "Gama do Jogo:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID do Jogo" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID do Jogo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Status do Jogo" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Jogo alterado para \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6828,15 +6954,15 @@ msgstr "" "selecione Propriedades, alterne para a guia Verificar, e selecione Verificar " "Integridade para calcular o hash" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "O número de disco do jogo é diferente" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "A revisão do jogo é diferente" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "O jogo já está rodando!" @@ -6847,7 +6973,7 @@ msgstr "" "Jogo sobrescrito por outro jogo salvo. Dados corrompidos adiante {0:#x}, {1:" "#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "A região do jogo é diferente" @@ -6867,11 +6993,11 @@ msgstr "Adaptador do GameCube para Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "Adaptador do GameCube para Wii U na Porta %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "Controle de GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "Controle de GameCube na Porta %1" @@ -6879,11 +7005,11 @@ msgstr "Controle de GameCube na Porta %1" msgid "GameCube Controllers" msgstr "Controles do GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "Teclado de GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "Teclado de GameCube na Porta %1" @@ -6900,7 +7026,7 @@ msgstr "Memory Cards do GameCube" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "Memory Cards do GameCube (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "Microfone de GameCube no Slot %1" @@ -6928,45 +7054,55 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Códigos Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Geral" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Geral e Opções" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "Gerar Código(s) do Action Replay" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Gerar uma Nova ID de Estatísticas " -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" +"Gera uma nova ID anônima para suas estatísticas de uso. Isso irá desvincular " +"quaisquer estatísticas de uso futuras das suas estatísticas anteriores." + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Código(s) AR gerado(s)." -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Nomes de símbolos gerados a partir de '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Alemão" @@ -6974,11 +7110,11 @@ msgstr "Alemão" msgid "Germany" msgstr "Alemanha" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "Falha no GetDeviceList: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6993,7 +7129,7 @@ msgstr "Gigante" msgid "Giants" msgstr "Gigantes" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Modo Golfe" @@ -7002,7 +7138,7 @@ msgid "Good dump" msgstr "Cópia válida" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Gráficos" @@ -7011,7 +7147,7 @@ msgstr "Gráficos" msgid "Graphics Mods" msgstr "Mods Gráficos" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Configurações" @@ -7020,7 +7156,7 @@ msgstr "Configurações" msgid "Graphics mods are currently disabled." msgstr "Os mods gráficos estão desativados no momento." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -7047,7 +7183,7 @@ msgstr "Verde Esquerdo" msgid "Green Right" msgstr "Verde Direito" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Exibição em Grade" @@ -7092,7 +7228,7 @@ msgstr "Cabeça" msgid "Help" msgstr "Ajuda" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Nível do herói:" @@ -7125,11 +7261,11 @@ msgstr "Hexadecimal" msgid "Hide" msgstr "Ocultar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "Ocultar &Controles" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Ocultar Tudo" @@ -7141,13 +7277,13 @@ msgstr "Esconder Sessões Dentro-do-Jogo" msgid "Hide Incompatible Sessions" msgstr "Esconder Sessões Incompatíveis" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Ocultar GBAs Remotos" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" @@ -7156,12 +7292,12 @@ msgstr "" "

Na dúvida, selecione \"Ao Mover\"." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Alto" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Muito Alto" @@ -7184,15 +7320,39 @@ msgstr "Hospedar" msgid "Host Code:" msgstr "Código da Sala:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "Tam. Cache HFC" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "Cache Far Code do Host" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "Tamanho Far Code do Host" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Host Autoritário" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Tamanho do Hospedeiro" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "Tam. Cache HNC" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "Cache Near Code do Host" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "Tamanho Near Code do Host" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -7205,14 +7365,22 @@ msgstr "" "Adequado para jogos casuais com mais de 3 jogadores, possivelmente em " "conexões instáveis ou de alta latência." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host autoritário desativado" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Host autoritário ativado" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "Contagem de instruções do host: %1 near %2 far (%3% overhead)" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Hospedar no NetPlay" @@ -7221,21 +7389,21 @@ msgstr "Hospedar no NetPlay" msgid "Hostname" msgstr "Nome do Hospedeiro" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Configurações das Teclas de Atalho" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Teclas de Atalho" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Desativar Teclas de Atalho em Segundo Plano" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Ubershaders Híbridos" @@ -7262,7 +7430,7 @@ msgstr " A ID informada é inválida!" msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "Versão do IOS:" @@ -7299,7 +7467,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Sensibilidade do Ponteiro:" @@ -7341,7 +7509,7 @@ msgstr "" msgid "Icon" msgstr "Ícone" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7352,11 +7520,11 @@ msgstr "" "Adequado para jogos baseados em turnos com controles sensíveis ao tempo, " "como golfe." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "ID de Estatísticas" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7381,7 +7549,7 @@ msgstr "" "Essa permissão pode ser revogada a qualquer momento através das " "configurações do Dolphin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7402,7 +7570,7 @@ msgstr "" "Se desmarcado o estado da conexão do controle emulado é ligado\n" "ao estado da conexão do dispositivo padrão real (se houver um)." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7413,7 +7581,26 @@ msgstr "" "pode ser útil para testes.

Na dúvida, mantenha essa " "opção desativada." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" +"Se ativado, o Dolphin pode coletar dados relacionados ao desempenho, uso de " +"recursos e configurações do emulador, assim como informações sobre o seu " +"hardware e sistema operacional.\n" +"\n" +"Dados pessoais nunca serão coletados. Essas informações nos ajudam a " +"compreender como os usuários e os jogos emulados utilizam o Dolphin e a " +"priorizar nossos esforços. Elas também nos ajudam a identificar " +"configurações raras que estejam causando erros ou problemas de desempenho e " +"estabilidade." + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7429,7 +7616,7 @@ msgstr "" msgid "Ignore" msgstr "Ignorar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "Ignorar Acertos de Branch do &Apploader" @@ -7459,18 +7646,18 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" "Ignora quaisquer pedidos da CPU para ler ou escrever no EFB.

Melhora " "o desempenho em alguns jogos, mas pode desabilitar alguns efeitos gráficos " "ou algumas funções relacionadas à jogabilidade.

Na " -"dúvida, mantenha essa opção desativada." +"dúvida, mantenha essa opção ativada.
" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Exibir o XFB Imediatamente" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7485,7 +7672,7 @@ msgstr "" "levemente o desempenho.

Na dúvida, mantenha essa " "opção desativada." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importar Backup da NAND do BootMii..." @@ -7500,15 +7687,15 @@ msgstr "Falha ao Importar" msgid "Import Save File(s)" msgstr "Importar Arquivo(s) de Jogo Salvo" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importar Dados Salvos do Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importando backup da NAND" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7517,7 +7704,7 @@ msgstr "" "Importando backup da NAND\n" " Tempo decorrido: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7535,7 +7722,7 @@ msgstr "" msgid "In-Game?" msgstr "Dentro do Jogo?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7548,64 +7735,64 @@ msgstr "" "salvar ou carregar um estado salvo.

Na dúvida, " "mantenha essa opção ativada." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Valor incorreto do nível do herói!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "Hora incorreta da última colocação!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "Hora incorreta da último reset!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Valor do dinheiro incorreto!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Apelido incorreto!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Valor do tempo de jogo incorreto!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Aumentar" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Aumentar Convergência" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Aumentar Profundidade" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Aumentar Velocidade" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Aumentar Resolução Interna" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Aumentar Slot de Estado Selecionado" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Aumentar X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Aumentar Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Rotação Incremental" @@ -7644,12 +7831,12 @@ msgstr "Informações" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informação" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Desativar Proteção de Tela Durante a Emulação" @@ -7658,11 +7845,11 @@ msgid "Inject" msgstr "Injetar" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Entrada de Dados" @@ -7676,19 +7863,16 @@ msgstr "Força de entrada requerida pra ativação." msgid "Input strength to ignore and remap." msgstr "Força da entrada pra ignorar e remapear." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "Inserir &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Inserir &NOP" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Inserir &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Inserir Cartão SD" @@ -7705,7 +7889,7 @@ msgstr "Partição de Instalação (%1)" msgid "Install Update" msgstr "Instalar Atualização" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Instalar WAD..." @@ -7713,13 +7897,14 @@ msgstr "Instalar WAD..." msgid "Install to the NAND" msgstr "Instalar na NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instrução" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instrução" @@ -7728,7 +7913,7 @@ msgstr "Instrução" msgid "Instruction Breakpoint" msgstr "Ponto de Interrupção da Instrução" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instrução:" @@ -7737,7 +7922,7 @@ msgstr "Instrução:" msgid "Instruction: %1" msgstr "Instrução: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7805,8 +7990,8 @@ msgid "" msgstr "" "Erro Interno do LZO - falha ao processar texto de versão extraído ({0} / {1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Resolução Interna" @@ -7815,15 +8000,15 @@ msgstr "Resolução Interna" msgid "Internal Resolution:" msgstr "Resolução Interna:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Erro interno enquanto gera o código AR." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpretador (muito lento)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Núcleo do Interpretador" @@ -7831,7 +8016,7 @@ msgstr "Núcleo do Interpretador" msgid "Invalid Expression." msgstr "Expressão Inválida" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "JSON inválido recebido do serviço de atualizações automáticas: {0}" @@ -7839,7 +8024,7 @@ msgstr "JSON inválido recebido do serviço de atualizações automáticas: {0}" msgid "Invalid Mixed Code" msgstr "Código Misturado Inválido" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "O pacote %1 fornecido é inválido: %2" @@ -7848,11 +8033,11 @@ msgstr "O pacote %1 fornecido é inválido: %2" msgid "Invalid Player ID" msgstr "ID de Jogador Inválida" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Endereço do módulo do RSO inválido: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Callstack inválido" @@ -7864,7 +8049,7 @@ msgstr "Checksum inválido." msgid "Invalid game." msgstr "Jogo inválido." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Host inválido" @@ -7873,7 +8058,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Entrada inválida para o campo \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Entrada de dados inválida fornecida" @@ -7881,7 +8066,7 @@ msgstr "Entrada de dados inválida fornecida" msgid "Invalid literal." msgstr "Literal inválido." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Parâmetros inválidos dados pra procurar." @@ -7911,13 +8096,21 @@ msgstr "" msgid "Invalid title ID." msgstr "ID do título inválida." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Endereço da observação inválido: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "Inverter &Condição" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "Inverter Verificação de &Decremento" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiano" @@ -7930,80 +8123,81 @@ msgstr "Itália" msgid "Item" msgstr "Item" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "Link de Blocos JIT Desativado" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "Blocos JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "Vertente do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "Ponto Flutuante do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "Inteiro do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "LoadStore Flutuante do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "LoadStore do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "LoadStore Emparelhado do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "LoadStore lXz do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "LoadStore lbzx do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "LoadStore lwz do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Desligado (Núcleo do JIT)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "Emparelhamento do JIT Desligado" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "Recompilador JIT ARM64 (recomendado)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "Recompilador JIT x86-64 (recomendado)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Registro do Cache do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "Registros do Sistema do JIT Desligado" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -8012,16 +8206,17 @@ msgstr "" "nunca deveria acontecer. Por favor relate este incidente no bug tracker. O " "Dolphin irá fechar agora." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT não está ativo" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japão" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japonês" @@ -8032,7 +8227,7 @@ msgstr "Japonês" msgid "Japanese (Shift-JIS)" msgstr "Japonesa (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -8040,12 +8235,12 @@ msgstr "" "Kaos é o único vilão pra esse troféu e está sempre destrancado. Não há " "necessidade de editar nada!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Manter em Execução" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Manter Janela no Topo" @@ -8075,20 +8270,20 @@ msgstr "Teclado" msgid "Keys" msgstr "Teclas" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Remover Jogador" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Coréia" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Coreano" @@ -8117,41 +8312,41 @@ msgstr "Save do LR" msgid "Label" msgstr "Rótulo" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "Idioma" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Último Valor" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Último uso:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Último reset:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Latência:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Latência: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Latência: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Latência: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Latência: ~80 ms" @@ -8159,11 +8354,11 @@ msgstr "Latência: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "Executar os softwares afetados talvez corrija os problemas detectados." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Placar de Líderes" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -8222,6 +8417,19 @@ msgstr "" "Clique com os botões Esquerdo/Direito pra configurar a saída de dados.\n" "Clique com o botão do meio pra limpar." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" +"Permite utilizar idiomas e outras configurações relacionadas à região que " +"podem não ser suportadas pelo jogo. Pode causar problemas e travamentos." +"

Essa opção não pode ser alterada enquanto a emulação estiver em " +"execução.

Na dúvida, mantenha essa opção desativada." +"" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -8255,11 +8463,11 @@ msgstr "Luz" msgid "Limit Chunked Upload Speed:" msgstr "Limitar Velocidade de Envio de Fragmentos:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Selecionar Colunas" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Exibição em Lista" @@ -8269,29 +8477,29 @@ msgstr "Escutando" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Carregar" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Carregar o &Arquivo do Mapa Ruim..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Carregar o &Outro Arquivo do Mapa..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "Carregar Branch Watch &De..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" -msgstr "Carregar estado do Branch Watch" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" +msgstr "Carregar Estado do Branch Watch" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Carregar Texturas Personalizadas" @@ -8299,24 +8507,29 @@ msgstr "Carregar Texturas Personalizadas" msgid "Load File" msgstr "Carregar Arquivo" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Carregar Menu Principal do GameCube" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Somente Carregar Dados Salvos do Host" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Carregar Anterior" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "Carregar Arquivo de Mapa" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Carregamento:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Abrir ROM" @@ -8324,137 +8537,132 @@ msgstr "Abrir ROM" msgid "Load Slot" msgstr "Carregar Slot" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Carregar Estado" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Carregar Estado Anterior 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Carregar Estado Anterior 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Carregar Estado Anterior 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Carregar Estado Anterior 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Carregar Estado Anterior 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Carregar Estado Anterior 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Carregar Estado Anterior 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Carregar Estado Anterior 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Carregar Estado Anterior 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Carregar Estado Anterior 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Carregar do Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Carregar do Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Carregar do Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Carregar do Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Carregar do Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Carregar do Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Carregar do Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Carregar do Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Carregar do Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Carregar do Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Carregar do Arquivo..." -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Carregar do Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Carregar do Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Carregar Wii System Menu %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Carregar e Armazenar Dados Salvos do Host" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Carregar do Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Carregar o arquivo do mapa" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Carregar vWii System Menu %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Carregar..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Símbolos carregados do '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8465,7 +8673,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8474,22 +8682,22 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "IP Local" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Travar Cursor do Mouse" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Trancado" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" @@ -8499,7 +8707,7 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8508,19 +8716,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Configurações" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Entrar" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Registrar Cobertura das Instruções do JIT" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Sair" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Registrar Tempo de Renderização" @@ -8532,11 +8741,23 @@ msgstr "Tipos de Log" msgid "Logger Outputs" msgstr "Saída de Dados" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Falha no Login" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "Falha no Login - Usuário/Senha Inválidos" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "Falha no Login - Sem Conexão à Internet" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "Falha no Login - Erro no Servidor" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8547,20 +8768,20 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Reprodução contínua" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Perdeu a conexão com o servidor do NetPlay..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Baixo" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Muito baixo" @@ -8590,27 +8811,31 @@ msgstr "Magia" msgid "Main Stick" msgstr "Eixo Principal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "Criar &Incondicional" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "Certifique-se que o valor do nível de herói esteja entre 0 e 100!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "Certifique-se que o último valor de data e hora colocado seja válido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "Certifique-se que o valor da data e hora do último reset seja válido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "Certifique-se que o valor do dinheiro esteja entre 0 e 65.000!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "Certifique-se que o apelido tenha entre 0 e 15 caracteres de tamanho!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "Certifique-se que o valor do tempo de jogo seja válido!" @@ -8618,18 +8843,18 @@ msgstr "Certifique-se que o valor do tempo de jogo seja válido!" msgid "Make sure there is a Skylander in slot %1!" msgstr "Certifique-se que há um Skylander no slot %1!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Fabricante" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Fabricante:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8642,16 +8867,16 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Gerenciar NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Amostragem Manual de Texturas" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Mapeamento" @@ -8659,15 +8884,19 @@ msgstr "Mapeamento" msgid "Mask ROM" msgstr "Mask ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Combinação Achada" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Buffer Máximo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "Endereço Efetivo Máximo" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Tamanho máximo do buffer alterado para %1" @@ -8676,12 +8905,12 @@ msgstr "Tamanho máximo do buffer alterado para %1" msgid "Maximum tilt angle." msgstr "Ângulo máximo de inclinação." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Pode causar lentidão no Wii Menu e em alguns jogos." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Médio" @@ -8697,7 +8926,7 @@ msgstr "Pontos de Interrupção da Memória" msgid "Memory Card" msgstr "Memory Card" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Gerenciador de Memory Cards" @@ -8705,7 +8934,7 @@ msgstr "Gerenciador de Memory Cards" msgid "Memory Card Path:" msgstr "Local do Memory Card:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Alocação de Memória" @@ -8725,7 +8954,7 @@ msgstr "MemoryCard: Leitura chamada com endereço inválido da fonte ({0:#x})" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "MemoryCard: Gravação chamada com endereço de destino inválido ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8737,33 +8966,41 @@ msgstr "" "recomendado manter um backup de ambas as NANDs. Tem certeza de que deseja " "continuar?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Microfone" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "Endereço Efetivo Mínimo" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Diversos" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Configurações Diversas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Outros Controles" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "Configurações Diversas" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8774,7 +9011,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Incompatibilidade entre as estruturas internas dos dados." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8801,7 +9038,7 @@ msgstr "Adaptador de Modem (tapserver)" msgid "Modifier" msgstr "Modificador" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8817,20 +9054,20 @@ msgid "Modify Slot" msgstr "Modificar Slot" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Modificando o Skylander: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Módulos achados: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Dinheiro:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8842,11 +9079,11 @@ msgstr "Sombras Monoscópicas" msgid "Monospaced Font" msgstr "Fonte de Largura Fixa" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Dados de Movimento" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Simulação de Movimentos" @@ -8855,16 +9092,16 @@ msgstr "Simulação de Movimentos" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Visibilidade do Cursor" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Mover" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Gravação" @@ -8877,7 +9114,7 @@ msgstr "" "A gravação {0} indica que inicia a partir de um estado salvo, mas {1} não " "existe. A gravação provavelmente não será sincronizada!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "Múltiplos erros ao gerar os códigos AR." @@ -8886,14 +9123,26 @@ msgstr "Múltiplos erros ao gerar os códigos AR." msgid "Multiplier" msgstr "Multiplicador" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "Silenciar ao Desativar Limite de Velocidade" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" +"Silencia o áudio quando o limite de velocidade de emulação é desativado " +"(tecla de atalho padrão: Tab)" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "Não para T&odos" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "Verificação da NAND" @@ -8902,8 +9151,8 @@ msgstr "Verificação da NAND" msgid "NKit Warning" msgstr "Aviso sobre o NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8912,7 +9161,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8935,8 +9184,8 @@ msgstr "" "mesmo valor aqui.

Na dúvida, mantenha essa opção em " "2.35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8949,11 +9198,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Nome" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Nome da nova etiqueta:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Nome da etiqueta a remover:" @@ -8962,10 +9211,10 @@ msgid "Name of your session shown in the server browser" msgstr "Nome da sua sessão mostrada no navegador do servidor" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nome:" @@ -8979,7 +9228,7 @@ msgstr "Nativa (640x528)" msgid "Native GCI File" msgstr "Arquivo GCI Nativo" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "NetPlay" @@ -8995,7 +9244,7 @@ msgstr "Configuração do NetPlay" msgid "Netherlands" msgstr "Holanda" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -9004,7 +9253,7 @@ msgstr "" "criado ou modificado durante a sessão permanecerá nos dados salvos locais do " "host." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -9013,7 +9262,7 @@ msgstr "" "NetPlay iniciará utilizando os dados salvos do host, mas qualquer dado salvo " "criado ou modificado durante a sessão será descartado ao sair dela." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -9022,7 +9271,7 @@ msgstr "" "a sessão será descartado ao sair dela." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Rede" @@ -9030,7 +9279,7 @@ msgstr "Rede" msgid "Network dump format:" msgstr "Formato do despejo de rede:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Nunca" @@ -9039,7 +9288,7 @@ msgid "Never Auto-Update" msgstr "Desativar Atualizações" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Novo" @@ -9064,7 +9313,7 @@ msgstr "Nova Pesquisa" msgid "New Tag..." msgstr "Nova Etiqueta..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Uma nova ID foi gerada." @@ -9072,30 +9321,32 @@ msgstr "Uma nova ID foi gerada." msgid "New instruction:" msgstr "Nova instrução:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Nova etiqueta" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Próximo Perfil de Jogo" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Combinação Seguinte" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Próximo Perfil" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "O apelido é muito longo." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Apelido:" @@ -9117,21 +9368,21 @@ msgstr "Sem Alinhamento" msgid "No Audio Output" msgstr "Desativar Saída de Áudio" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Sem Compressão" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Sem Combinação" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Não Utilizar Dados Salvos" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Não há dados pra modificar!" @@ -9152,15 +9403,15 @@ msgstr "Não há erros." msgid "No extension selected." msgstr "Nenhum acessório selecionado." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Nenhum arquivo carregado / gravado." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Nenhum jogo está em execução." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Nenhum jogo em execução" @@ -9173,23 +9424,23 @@ msgstr "Nenhum mod gráfico selecionado." msgid "No input" msgstr "Sem entrada dos dados" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Não foram detectados problemas." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "Nenhum jogo correspondente encontrado" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "Nenhum caminho encontrado no arquivo M3U \"{0}\"" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Nenhum problema encontrado." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -9203,7 +9454,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Nenhum perfil encontrado pra configuração do jogo '{0}'" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Nenhuma gravação carregada." @@ -9219,7 +9470,7 @@ msgstr "" "estado para evitar perda de sincronia com a gravação" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -9237,7 +9488,7 @@ msgstr "América do Norte" msgid "Not Set" msgstr "Desconhecido" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Nem todos os jogadores possuem o jogo. Iniciar assim mesmo?" @@ -9261,7 +9512,7 @@ msgstr "" "Não há arquivos livres o bastante no memory card alvo. Pelo menos %n " "arquivo(s) livre(s) requerido(s)." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Não encontrado" @@ -9290,11 +9541,6 @@ msgstr "Notificação" msgid "Null" msgstr "Nulo" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9320,13 +9566,13 @@ msgid "Nunchuk Stick" msgstr "Eixo do Nunchuk" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objeto %1" @@ -9378,7 +9624,7 @@ msgstr "Posição X do Objeto 4" msgid "Object 4 Y" msgstr "Posição Y do Objeto 4" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Intervalo de Objetos" @@ -9399,11 +9645,11 @@ msgstr "Deslocamento" msgid "On" msgstr "Ligado" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Ao Mover" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9413,7 +9659,7 @@ msgstr "" "vértices para expansão de pontos e linhas, utiliza shaders de vértices para " "o trabalho. Pode afetar o desempenho.

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9440,7 +9686,7 @@ msgstr "" "são executados apenas quando uma ação específica é executada no software " "emulado." -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentação Online" @@ -9448,7 +9694,7 @@ msgstr "&Documentação Online" msgid "Only Show Collection" msgstr "Mostrar Apenas Coleção" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9456,7 +9702,7 @@ msgstr "" "Só anexar símbolos com o prefixo:\n" "(Em branco pra todos os símbolos)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9475,18 +9721,22 @@ msgstr "Abrir" msgid "Open &Containing Folder" msgstr "Abrir &Local do Arquivo" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Abrir Pasta do &Usuário" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "Abrir Conquistas" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Abrir Diretório..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "Abrir log do FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "Abrir Registro FIFO" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -9550,34 +9800,34 @@ msgstr "Laranja" msgid "Orbital" msgstr "Orbital" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "Origem" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "Origem Máx." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "Origem Mín." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "Símbolo de Origem" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "Origem e Destino" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9587,16 +9837,16 @@ msgstr "Outros" msgid "Other Partition (%1)" msgstr "Outra Partição (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Outros" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Gerenciamento de Estados Salvos" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Outro jogo..." @@ -9604,7 +9854,7 @@ msgstr "Outro jogo..." msgid "Output" msgstr "Saída dos Dados" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Saída da Reamostragem" @@ -9612,16 +9862,16 @@ msgstr "Saída da Reamostragem" msgid "Output Resampling:" msgstr "Saída da Reamostragem:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Sobrescrito" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Reproduzir Gravação de Replay..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9634,23 +9884,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "Nível da Compressão do PNG" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG Compression Level:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "Arquivo de imagem PNG (*.png);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "Tamanho do PPC" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "Flags de Rec. PPC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "Flags de Recursos PPC" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "Cobertura de Instruções PPC" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC vs Hospedeiro" @@ -9663,7 +9922,7 @@ msgstr "Controle" msgid "Pads" msgstr "Pads" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parâmetros" @@ -9684,7 +9943,7 @@ msgstr "Passivo" msgid "Passthrough a Bluetooth adapter" msgstr "Redirecionar um adaptador Bluetooth" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Senha" @@ -9709,7 +9968,7 @@ msgstr "Nome do patch" msgid "Patches" msgstr "Patches" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Caminho:" @@ -9722,23 +9981,23 @@ msgstr "Locais" msgid "Pause" msgstr "Pausar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "Pausar Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "&Pausar no Fim do Replay" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pausar ao Perder Foco" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Pausar ao Detectar Erros" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9751,7 +10010,7 @@ msgstr "" "

Se não tiver certeza deixe isto desmarcado." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9779,7 +10038,7 @@ msgstr "Velocidade pico dos movimentos de balanço externos." msgid "Per-Pixel Lighting" msgstr "Iluminação Por Pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Executar Atualização do Sistema Online" @@ -9787,15 +10046,15 @@ msgstr "Executar Atualização do Sistema Online" msgid "Perform System Update" msgstr "Executar Atualização do Sistema" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Tamanho da Amostra de Desempenho (ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Tamanho da Amostra de Desempenho (ms):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Estatísticas de Desempenho" @@ -9809,15 +10068,15 @@ msgstr "Físico" msgid "Physical address space" msgstr "Espaço do endereço físico" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Escolha a fonte de depuração" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9829,8 +10088,8 @@ msgstr "Pra baixo" msgid "Pitch Up" msgstr "Pra cima" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plataforma" @@ -9838,11 +10097,11 @@ msgstr "Plataforma" msgid "Play" msgstr "Reproduzir" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Reproduzir / Gravar" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Reproduzir Gravação" @@ -9850,11 +10109,11 @@ msgstr "Reproduzir Gravação" msgid "Play Set/Power Disc" msgstr "Play Set/Power Disc" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Opções de Reprodução" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Jogador" @@ -9883,18 +10142,23 @@ msgid "Player Two Ability Two" msgstr "Jogador 2, Habilidade 2" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Jogadores" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "Reproduzindo um jogo" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Tempo de jogo:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9902,7 +10166,7 @@ msgstr "" "Por favor altere a configuração \"SyncOnSkipIdle\" para \"True\"! Ela está " "desativada no momento, o que torna esse problema muito provável de acontecer." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9937,12 +10201,12 @@ msgstr "Porta:" msgid "Portal Slots" msgstr "Slots do Portal" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Possível dessincronia detectada: %1 pode ter dessincronizado no quadro %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Efeito de Pós-Processamento" @@ -9963,11 +10227,11 @@ msgid "Power Disc Two" msgstr "Power Disc 2" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Preferir SV para Expansão de Ponto/Linha" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Pré-carregar Texturas Personalizadas" @@ -9995,7 +10259,7 @@ msgstr "" msgid "Presets" msgstr "Predefinições" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Sincronizar (Redirecionamento Bluetooth)" @@ -10004,7 +10268,7 @@ msgstr "Sincronizar (Redirecionamento Bluetooth)" msgid "Pressure" msgstr "Pressão" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -10018,18 +10282,19 @@ msgstr "" "

Não recomendado, use apenas se os outros modos não " "entregarem resultados satisfatórios." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Perfil de Jogo Anterior" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Combinação Anterior" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Perfil Anterior" @@ -10051,7 +10316,7 @@ msgstr "Privada e Pública" msgid "Problem" msgstr "Problema" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -10059,7 +10324,7 @@ msgstr "" "Problemas de alta gravidade foram encontrados. O jogo provavelmente não " "funcionará." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -10067,7 +10332,7 @@ msgstr "" "Problemas de baixa gravidade foram encontrados. Eles provavelmente não " "impedirão a execução do jogo." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -10079,20 +10344,20 @@ msgstr "" msgid "Profile" msgstr "Perfil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Contador do Programa" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Progresso" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -10105,11 +10370,11 @@ msgstr "" msgid "Public" msgstr "Público" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Limpar Cache da Lista de Jogos" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Coloque as ROMs do IPL na pasta User/GC//." @@ -10121,15 +10386,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "A Qualidade do Serviço (QoS) não pôde ser ativada." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Qualidade do Serviço (QoS) ativado com sucesso." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "Qualidade do decodificador DPLII. A latência do áudio aumenta com a " @@ -10138,11 +10403,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pergunta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Sair" @@ -10163,11 +10428,11 @@ msgstr "R (analógico)" msgid "READY" msgstr "PRONTO" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Módulos do RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Auto-detecção do RSO" @@ -10200,17 +10465,21 @@ msgstr "Rank %1" msgid "Raw" msgstr "Bruto" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Resolução Interna Bruta" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "Su&bstituir instrução" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "Su&bstituir Instrução" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "Reinicializar dados de perfilamento de bloco JIT do software" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Ler" @@ -10233,7 +10502,7 @@ msgstr "Somente-leitura" msgid "Read or Write" msgstr "Ler ou Gravar" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Modo Somente Leitura" @@ -10249,7 +10518,7 @@ msgstr "Wii Remote Real" msgid "Received invalid Wii Remote data from Netplay." msgstr "Dados do Wii Remote inválidos recebidos do NetPlay." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "Acertos Recentes" @@ -10259,23 +10528,27 @@ msgstr "Acertos Recentes" msgid "Recenter" msgstr "Re-centralizar" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "Recompila Endereços Físicos" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Gravar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Gravar a Entrada dos Dados" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Gravação" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opções da Gravação" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Gravando..." @@ -10292,7 +10565,7 @@ msgstr "Vermelho Esquerdo" msgid "Red Right" msgstr "Vermelho Direito" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10317,7 +10590,6 @@ msgstr "Status no Redump.org:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10332,12 +10604,12 @@ msgstr "Atualizar Valores Atuais" msgid "Refresh Game List" msgstr "Atualizar Lista de Jogos" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" "A atualização falhou. Por favor execute o jogo um pouco e tente de novo." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Valores atuais atualizados." @@ -10346,8 +10618,8 @@ msgstr "Valores atuais atualizados." msgid "Refreshing..." msgstr "Atualizando..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Região" @@ -10368,7 +10640,8 @@ msgstr "Entrada Relativa dos Dados" msgid "Relative Input Hold" msgstr "Manter a Entrada Relativa dos Dados" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "Lançamentos (a cada poucos meses)" @@ -10380,7 +10653,7 @@ msgstr "Me Lembrar Mais Tarde" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Remover" @@ -10397,7 +10670,7 @@ msgstr "Remover Dados Não Utilizados (Irreversível):" msgid "Remove Tag..." msgstr "Remover Etiqueta..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Remover etiqueta" @@ -10411,20 +10684,20 @@ msgstr "" "(a menos que você comprima o arquivo ISO em um formato como ZIP " "posteriormente). Deseja continuar mesmo assim?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "Renomear Símbolo" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Janela de Renderização" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Renderizar na Janela Principal" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10432,6 +10705,16 @@ msgstr "" "Renderiza a cena como um wireframe.

Na dúvida, " "mantenha essa opção desativada." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "Inst. Repetidas" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "Instruções Repetidas" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Relatório: Gravação da GCIFolder no bloco não alocado {0:#x}" @@ -10440,7 +10723,7 @@ msgstr "Relatório: Gravação da GCIFolder no bloco não alocado {0:#x}" msgid "Request to Join Your Party" msgstr "Pedido pra se Juntar ao seu Grupo" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." @@ -10449,9 +10732,9 @@ msgstr "" "atalho funcionem.

Na dúvida, mantenha essa opção " "ativada." -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10462,7 +10745,7 @@ msgstr "Redefinir" msgid "Reset All" msgstr "Resetar Tudo" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Redefinir Ignorar Gerenciadores de Pânico" @@ -10486,7 +10769,7 @@ msgstr "Redefinir Servidor Traversal" msgid "Reset Values" msgstr "Redefinir Valores" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Redefinir Câmera" @@ -10494,7 +10777,7 @@ msgstr "Redefinir Câmera" msgid "Reset all saved Wii Remote pairings" msgstr "Redefinir pareamento de todos os Wii Remotes salvos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Resolução de Captura:" @@ -10506,7 +10789,7 @@ msgstr "Gerenciador de Pacotes de Recursos" msgid "Resource Pack Path:" msgstr "Pacotes de Recursos:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Reinicialização Necessária" @@ -10514,11 +10797,11 @@ msgstr "Reinicialização Necessária" msgid "Restore Defaults" msgstr "Restaurar Padrões" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "Restaurar instrução" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "Restaurar Instrução" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Repetir" @@ -10527,7 +10810,7 @@ msgstr "Repetir" msgid "Return Speed" msgstr "Velocidade de Retorno" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revisão" @@ -10535,7 +10818,7 @@ msgstr "Revisão" msgid "Revision: %1" msgstr "Revisão: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10586,11 +10869,11 @@ msgstr "Rolar pra Esquerda" msgid "Roll Right" msgstr "Rolar pra Direita" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "Código da Sala" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Rotação" @@ -10599,7 +10882,7 @@ msgstr "Rotação" msgid "Rotation applied at extremities of swing." msgstr "Rotação aplicada nas extremidades do balanço." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10613,7 +10896,7 @@ msgstr "" "resolução interna nativa.

Na dúvida, mantenha essa " "opção desativada." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10625,6 +10908,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10654,6 +10946,17 @@ msgstr "" "que para as colunas de símbolo de origem / destino, essas ações só estarão " "disponíveis se todas as linhas selecionadas contiverem um símbolo.\n" "\n" +"Se a coluna de instruções de um conjunto de linhas selecionadas for clicada " +"com o botão direito, uma ação para inverter a condição da instrução de " +"branch condicional e uma ação para inverter a condição da instrução de " +"verificação de decremento estarão disponíveis, mas somente se a instrução de " +"branch selecionada for condicional.\n" +"\n" +"Se a coluna de condição de um conjunto de linhas selecionadas for clicada " +"com o botão direito, uma ação para transformar a instrução de branch em " +"incondicional estará disponível, mas somente se a instrução de branch " +"selecionada for condicional.\n" +"\n" "Se a coluna de origem em uma linha da tabela for clicada com o botão " "direito, uma ação para substituir a instrução no(s) destino(s) com uma " "instrução NOP (No Operation) estará disponível.\n" @@ -10680,21 +10983,26 @@ msgstr "" msgid "Rumble" msgstr "Vibração" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Correr &Até Aqui" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "Executar A&té Aqui" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "Contagem de Execução" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Executar Instâncias do GBA em Processos Dedicados" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" -msgstr "Executar até" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" +msgstr "Executar Até" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" -msgstr "Executar até (ignorando pontos de interrupção)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" +msgstr "Executar Até (ignorar Pontos de Interrupção)" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10704,23 +11012,23 @@ msgstr "Executar até atingir (ignorando os pontos de interrupção)" msgid "Russia" msgstr "Rússia" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "Cartão SD" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "Tamanho do Cartão SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "Imagem do Cartão SD (*.raw);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "Local do Cartão SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "Configurações do Cartão SD" @@ -10728,7 +11036,7 @@ msgstr "Configurações do Cartão SD" msgid "SD Root:" msgstr "Raiz do SD:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "Pasta de Sincronização do SD:" @@ -10763,11 +11071,11 @@ msgstr "Contexto do SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sa&lvar Código" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Salvar Estado Salvo" @@ -10779,7 +11087,7 @@ msgstr "Seguro" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10789,28 +11097,40 @@ msgstr "Salvar" msgid "Save All" msgstr "Salvar Todos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "S&alvar Branch Watch Como..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" -msgstr "Salvar estado do Branch Watch" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "Salvar Estado do Branch Watch" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "Salvar Arquivo de Saída Combinado Como" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "Salvar Imagem Convertida" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "Salvar Imagens Convertidas" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Exportar Dados Salvos" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "Salvar o Log do FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "Salvar Registro FIFO" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Salvar o Arquivo em" +msgid "Save File To" +msgstr "Salvar Arquivo Em" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10821,15 +11141,19 @@ msgstr "Jogo Salvo" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Arquivo de jogo salvo (*.sav);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Importar Dados Salvos" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "Salvar Arquivo de Mapa" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Salvar Estado Mais Antigo" @@ -10837,73 +11161,77 @@ msgstr "Salvar Estado Mais Antigo" msgid "Save Preset" msgstr "Salvar Predefinição" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Salvar o Arquivo da Gravação Como" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "Salvar Arquivo de Assinatura" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Salvar Estado" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Salvar no Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Salvar no Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Salvar no Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Salvar no Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Salvar no Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Salvar no Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Salvar no Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Salvar no Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Salvar no Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Salvar no Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Salvar no Arquivo..." -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Salvar no Slot Mais Antigo" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Salvar no Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Salvar no Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Salvar o Mapa dos Símbolos &Como..." @@ -10911,7 +11239,7 @@ msgstr "Salvar o Mapa dos Símbolos &Como..." msgid "Save Texture Cache to State" msgstr "Armazenar Cache de Texturas no Estado Salvo" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Salvar e Carregar Estados Salvos" @@ -10919,15 +11247,11 @@ msgstr "Salvar e Carregar Estados Salvos" msgid "Save as Preset..." msgstr "Salvar como Predefinição..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Salvar como..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Salvar o arquivo de saída combinada dos dados como" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10941,23 +11265,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Salvar na Mesma Pasta da ROM" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Salvar o arquivo do mapa" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Salvar o arquivo de assinatura" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Salvar no Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Slot %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Salvar..." @@ -10979,7 +11295,7 @@ msgstr "O estado salvo da gravação {0} está corrompido, parando a gravação. msgid "Scaled EFB Copy" msgstr "Cópia em Escala do EFB" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Scan bem-sucedido." @@ -10988,8 +11304,8 @@ msgid "ScrShot" msgstr "Screenshot" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Pesquisar" @@ -10998,7 +11314,7 @@ msgstr "Pesquisar" msgid "Search Address" msgstr "Procurar Endereço" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Procurar o Objeto Atual" @@ -11010,7 +11326,7 @@ msgstr "Procurar nas Subpastas" msgid "Search and Filter" msgstr "Procurar e Filtrar" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -11018,7 +11334,7 @@ msgstr "" "A busca atualmente não é possível no espaço do endereço virtual. Por favor " "execute o jogo um pouco e tente de novo." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Procurar uma Instrução" @@ -11026,7 +11342,7 @@ msgstr "Procurar uma Instrução" msgid "Search games..." msgstr "Pesquisar jogos..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Procurar instrução" @@ -11062,20 +11378,20 @@ msgstr "Selecionar" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" -"Selecione o arquivo de salve automático do estado do Branch Watch (para usar " -"o local de pasta do usuário, cancele)" +"Selecione Arquivo de Salvamento Automático do Estado do Branch Watch (para " +"utilizar a pasta do usuário, cancele)" #: Source/Core/DolphinQt/Settings/PathPane.cpp:71 msgid "Select Dump Path" msgstr "Selecione o Caminho do Dump" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Selecione o Diretório de Exportação" @@ -11083,18 +11399,22 @@ msgstr "Selecione o Diretório de Exportação" msgid "Select Figure File" msgstr "Selecionar Arquivo da Figura" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Selecionar a BIOS do GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Selecionar a ROM do GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Selecione o Caminho dos Saves do GBA" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "Selecione Arquivo de Chaves (Backup da OTP/SEEPROM)" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Selecionar" @@ -11103,6 +11423,10 @@ msgstr "Selecionar" msgid "Select Load Path" msgstr "Selecione o Caminho Pra Carregar" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "Selecione Backup da NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Selecione o Caminho do Pacote de Recursos" @@ -11111,6 +11435,14 @@ msgstr "Selecione o Caminho do Pacote de Recursos" msgid "Select Riivolution XML file" msgstr "Selecione o arquivo XML do Riivolution" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "Selecione Imagem do Cartão SD" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "Selecione Arquivo de Dados Salvos" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Selecione a Correção do Skylander" @@ -11119,58 +11451,62 @@ msgstr "Selecione a Correção do Skylander" msgid "Select Skylander File" msgstr "Selecione o arquivo do Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Slot %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Selecionar" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Slot de Estado Salvo" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Selecionar Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Selecionar Slot 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Selecionar Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Selecionar Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Selecionar Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Selecionar Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Selecionar Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Selecionar Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Selecionar Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Selecionar Slot 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "Selecione Software a ser Instalado na NAND" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Selecione o Caminho do WFS" @@ -11184,29 +11520,25 @@ msgstr "Selecione a Raiz NAND do Wii" msgid "Select a Directory" msgstr "Selecione um Diretório" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Selecione um Arquivo" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "Selecione uma pasta pra sincronizar com a imagem do cartão SD" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "Selecione a Pasta a ser Sincronizada com a Imagem do Cartão SD" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Selecione um Jogo" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Selecione uma Imagem do Cartão SD" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Selecione um arquivo" @@ -11214,19 +11546,15 @@ msgstr "Selecione um arquivo" msgid "Select a game" msgstr "Selecione um jogo" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Selecione um título pra instalar no NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Selecione os Cartões do e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Selecione o endereço do módulo do RSO:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Selecione o Arquivo da Gravação a Executar" @@ -11234,36 +11562,19 @@ msgstr "Selecione o Arquivo da Gravação a Executar" msgid "Select the Virtual SD Card Root" msgstr "Selecione a Raiz do Cartão SD Virtual" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Selecione o arquivo das chaves (dump do OTP/SEEPROM)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Importar" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Selecione aonde você quer salvar a imagem convertida" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Selecione aonde você quer salvar as imagens convertidas" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Fonte Selecionada" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "O perfil de controle selecionado não existe" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "O jogo selecionado não existe na lista de jogos!" @@ -11275,7 +11586,7 @@ msgstr "Thread do callstack selecionado" msgid "Selected thread context" msgstr "Contexto do thread selecionado" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -11283,7 +11594,7 @@ msgstr "" "Seleciona o adaptador de vídeo a ser utilizado.

O " "backend %1 não é compatível com esse recurso." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -11291,7 +11602,7 @@ msgstr "" "Seleciona o adaptador de vídeo a ser utilizado.

Na " "dúvida, selecione o primeiro da lista." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -11326,7 +11637,7 @@ msgstr "" "dúvida, selecione \"Resolução Interna com Proporção de Tela Corrigida\"." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -11347,7 +11658,7 @@ msgstr "" "utilizado por algumas TVs.

Na dúvida, selecione " "\"Desligado\"." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11388,30 +11699,81 @@ msgstr "" "

Na dúvida, selecione \"Automática\"." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Seleciona qual API gráfica usar internamente.

O renderizador por " -"software é extremamente lento e só deve ser utilizado para depuração, então " -"qualquer um dos outros backends são recomendados. Jogos e GPUs diferentes se " -"comportarão diferentemente em cada backend, então para a melhor experiência " -"é recomendado testar cada um e selecionar o backend menos problemático." -"

Na dúvida, selecione \"OpenGL\"." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" +"Seleciona qual canal de atualizações a ser utilizado quando o Dolphin " +"verifica se existem novas versões. Se uma nova versão estiver disponível, o " +"Dolphin mostrará um resumo das alterações efetuadas desde a versão em " +"execução atualmente e perguntará se você deseja atualizar o emulador." +"

O canal 'Dev' tem as atualizações mais recentes do Dolphin e " +"normalmente recebe novas versões múltiplas vezes por dia. Selecione esse " +"canal se você deseja ter acesso aos recursos e correções mais recentes." +"

O canal 'Lançamentos' é atualizado a cada poucos meses. Alguns " +"motivos para utilizar esse canal:
- Você prefere utilizar versões que " +"passaram por testes adicionais.
- NetPlay exige que todos os jogadores " +"utilizam a mesma versão, a versão Lançamento mais recente terá mais " +"jogadores disponíveis.
- Você utiliza o sistema de estados salvos com " +"frequência, que não garante compatibilidade com versões diferentes do " +"Dolphin. Se isso se aplica a você, certifique-se de criar dados salvos " +"dentro do jogo antes de atualizar (por exemplo, salve o jogo da mesma " +"maneira que você faria ao jogar em um console GameCube ou Wii), e recarregue " +"esses dados salvos após atualizar o Dolphin e antes de criar novos estados " +"salvos.

Selecionar \"Desativar Atualizações\" fará com que o Dolphin " +"não verifique automaticamente se novas versões estão disponíveis." +"

Na dúvida, selecione \"Lançamentos (a cada poucos " +"meses)\"." + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Enviar" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Posição da Sensor Bar:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" +"Separa a emulação da CPU e da GPU em threads separadas. Reduz a demanda em " +"uma única thread ao dividir a carga mais pesada do Dolphin em dois núcleos, " +"que normalmente melhora o desempenho. No entanto, isso também pode causar " +"defeitos e travamentos.

Essa opção não pode ser alterada enquanto a " +"emulação estiver em execução.

Na dúvida, mantenha " +"essa opção ativada." + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11432,7 +11794,7 @@ msgstr "Endereço IP do Servidor" msgid "Server Port" msgstr "Porta do Servidor" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "O servidor rejeitou a tentativa traversal" @@ -11440,44 +11802,40 @@ msgstr "O servidor rejeitou a tentativa traversal" msgid "Set &Value" msgstr "Definir &Valor" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "Definir Ponto de In&terrupção" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "Definir Arquivo de Memory Card para o Slot A" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "Definir Arquivo de Memory Card para o Slot B" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Definir PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "Definir &Endereço Final do Símbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "Definir Tamanho do &Símbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "Definir Endereço Final do Símbolo" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Definir como &ISO padrão" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Definir arquivo do memory card pro Slot A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Definir arquivo do memory card pro Slot B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Definir final do &endereço do símbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Definir tamanho do &símbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Definir final do endereço do símbolo" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Definir tamanho do símbolo (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11487,13 +11845,13 @@ msgstr "" "jogos PAL.\n" "Pode não funcionar em todos os jogos." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Define o idioma do sistema do Wii." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." @@ -11503,7 +11861,7 @@ msgstr "" "

Na dúvida, selecione \"<Idioma do Sistema>\"." "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11511,10 +11869,20 @@ msgstr "" "Define a latência em milissegundos. Valores mais altos podem reduzir " "picotamentos no áudio. Disponível somente em alguns backends." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" +"Define a região a ser utilizada nos softwares que não puderem ter a região " +"determinada automaticamente.

Essa opção não pode ser alterada " +"enquanto a emulação estiver em execução." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" "Define o estilo para a interface do Dolphin. Qualquer estilo customizado que " @@ -11530,13 +11898,13 @@ msgstr "" "Configura a busca usando mapeamentos MEM1 e MEM2 padrão (no Wii) no espaço " "do endereço virtual. Isto funcionará para a vasta maioria dos jogos." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Configurações" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Não foi possível criar o arquivo setting.txt" @@ -11544,7 +11912,7 @@ msgstr "SetupWiiMemory: Não foi possível criar o arquivo setting.txt" msgid "Severity" msgstr "Gravidade" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Compilação de Shaders" @@ -11566,228 +11934,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Controle Shinkansen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Mostrar Velocidade em %" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar &Log" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Mostrar Barra de &Ferramentas" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Mostrar Software em Execução no Título da Janela" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Mostrar Tudo" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Austrália" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Mostrar Jogo em Execução no Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Mostrar Códigos Desativados Primeiro" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "Mostrar Códigos Ativados Primeiro" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Mostrar FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Mostrar Contador de Quadros" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Mostrar Duração dos Quadros" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "França" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Alemanha" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Mostrar Sobreposição do Modo Golfe" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Mostrar Base Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostrar Entrada de Dados" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Itália" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Japão" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Coréia" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Mostrar Contador de Lag" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Idioma:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Mostrar &Configurações do Log" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Mostrar Mensagens do NetPlay" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Mostrar Ping do NetPlay" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Holanda" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Mostrar Mensagens na Tela" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Europa" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Mostrar PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Mostrar Gráfico de Desempenho" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Mostrar Plataformas" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "Exibir Estatísticas de Projeção" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar Regiões" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Mostrar Contador de Regravações" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rússia" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Mostrar Portal Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Espanha" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Mostrar Velocidade em Cores" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Exibir Estatísticas" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Mostrar Relógio do Sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "Mostrar Alvo na Memória" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Estados Unidos" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Desconhecido" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "Mostrar Duração do VBlank" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "Mostrar VPS" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Global" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Mostrar na &memória" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "Mostrar na &Memória" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Mostrar no Código" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Mostrar na Memória" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Mostrar no código" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Mostrar na memória" @@ -11795,13 +12167,9 @@ msgstr "Mostrar na memória" msgid "Show in server browser" msgstr "Mostrar no navegador do servidor" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "Mostrar o alvo na &memória" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" @@ -11812,7 +12180,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11821,7 +12189,7 @@ msgstr "" "enquanto joga no NetPlay.

Na dúvida, mantenha essa " "opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
Na dúvida, mantenha essa opção " "desativada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " @@ -11841,7 +12209,7 @@ msgstr "" "alguns segundos.

Na dúvida, mantenha essa opção " "ativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11851,24 +12219,7 @@ msgstr "" "velocidade total.

Na dúvida, mantenha essa opção " "desativada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" -"Mostra o cursor do mouse o tempo todo.

Na dúvida, " -"selecione \"Ao Mover\"." - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" -"Mostra o cursor do mouse sempre que for movido, ocultando automaticamente " -"após alguns segundos parado.

Na dúvida, selecione " -"essa opção." - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." @@ -11877,7 +12228,7 @@ msgstr "" "janela de renderização.

Na dúvida, mantenha essa " "opção ativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11887,7 +12238,7 @@ msgstr "" "e seu desvio padrão.

Na dúvida, mantenha essa opção " "desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11897,7 +12248,24 @@ msgstr "" "desvio padrão.

Na dúvida, mantenha essa opção " "desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" +"Mostra o cursor do mouse o tempo todo.

Na dúvida, " +"selecione \"Ao Mover\"." + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" +"Mostra o cursor do mouse sempre que for movido, ocultando automaticamente " +"após alguns segundos parado.

Na dúvida, selecione " +"essa opção." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11907,7 +12275,7 @@ msgstr "" "métrica de suavidade visual.

Na dúvida, mantenha " "essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Na dúvida, mantenha essa " "opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11926,7 +12294,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11934,7 +12302,7 @@ msgstr "" "Mostra várias estatísticas de projeção.

Na dúvida, " "mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11942,6 +12310,18 @@ msgstr "" "Mostra várias estatísticas de renderização.

Na " "dúvida, mantenha essa opção desativada." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" +"Mostra qual jogo está em execução e a duração da sessão de jogo atual no seu " +"status do Discord.

Essa opção não pode ser alterada enquanto a " +"emulação estiver em execução.

Na dúvida, mantenha " +"essa opção ativada." + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Lado a Lado" @@ -11958,7 +12338,7 @@ msgstr "Alternar Horizontal" msgid "Sideways Wii Remote" msgstr "Wii Remote na Horizontal" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Base de Dados da Assinatura" @@ -11982,7 +12362,7 @@ msgid "Signed Integer" msgstr "Inteiro Assinada" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Chinês Simplificado" @@ -11999,7 +12379,7 @@ msgstr "Seis Eixos" msgid "Size" msgstr "Tamanho" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -12007,11 +12387,11 @@ msgstr "" "Tamanho do buffer de alongamento (em ms). Valores muito baixos podem causar " "picotamentos no áudio." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Ignorar" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Ignorar Desenho" @@ -12027,7 +12407,7 @@ msgstr "Ignorar Menu Principal" msgid "Skip Presenting Duplicate Frames" msgstr "Ignorar Exibição de Quadros Duplicados" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -12117,11 +12497,11 @@ msgstr "Tabela do soquete" msgid "Software Renderer" msgstr "Renderizador por Software" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Alguns dos dados não puderam ser lidos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -12137,12 +12517,12 @@ msgstr "" "Alguns valores que você forneceu são inválidos.\n" "Por favor verifique os valores destacados." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Classificar por Nome" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Modo de Som:" @@ -12156,7 +12536,7 @@ msgstr "Espanha" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Espanhol" @@ -12164,11 +12544,11 @@ msgstr "Espanhol" msgid "Speaker Pan" msgstr "Balanço do Speaker" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volume do Auto-Falante:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Especializada (Padrão)" @@ -12176,7 +12556,7 @@ msgstr "Especializada (Padrão)" msgid "Specific" msgstr "Específico" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -12199,12 +12579,16 @@ msgstr "" "nível 9 e levam consideravelmente menos tempo para salvar." "

Na dúvida, selecione \"6\"." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Velocidade" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "Limite de Velocidade" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -12223,33 +12607,37 @@ msgstr "Início das pilhas" msgid "Standard Controller" msgstr "Controle Padrão" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Iniciar &NetPlay..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "Iniciar Branch Watch" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Iniciar Nova Pesquisa" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "Iniciar Perfilamento" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Iniciar Gravação de Replay" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Iniciar Gravação" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Iniciar em Tela Cheia" @@ -12261,7 +12649,7 @@ msgstr "Iniciar com Patches do Riivolution" msgid "Start with Riivolution Patches..." msgstr "Iniciar com Patches do Riivolution..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Jogo iniciado" @@ -12284,52 +12672,52 @@ msgstr "Passo" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Entrada" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Saída" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Passagem" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Saída bem-sucedida!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "O tempo pra sair esgotou!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Passagem em progresso..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Passo bem-sucedido!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Passando" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Estéreo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Modo de Estereoscopia 3D" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Modo de Estereoscopia 3D:" @@ -12350,16 +12738,20 @@ msgid "Stick" msgstr "Eixo" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Parar" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Parar a Reprodução/Gravação de Replay" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "Parar Perfilamento" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Jogo parado" @@ -12401,11 +12793,11 @@ msgstr "" "Cópias do XFB na RAM (e na Textura)

Na dúvida, " "mantenha essa opção ativada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Esticar para a Janela" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Sincronização Rigorosa das Configurações" @@ -12419,11 +12811,11 @@ msgstr "String" msgid "Strum" msgstr "Palheta" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "Estilo" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Estilo:" @@ -12434,18 +12826,18 @@ msgstr "Estilo:" msgid "Stylus" msgstr "Stylus" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Sucesso" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Sessão adicionada com sucesso ao indexador do NetPlay" @@ -12455,7 +12847,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n imagem(ns) convertida(s) com sucesso." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Perfil \"%1\" excluído com sucesso." @@ -12468,24 +12860,24 @@ msgstr "%n de %1 arquivo(s) de jogo salvo exportados com sucesso." msgid "Successfully exported save files" msgstr "Arquivos dos saves exportados com sucesso" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certificados da NAND extraídos com sucesso" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Arquivo extraído com sucesso." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Dados extraídos do sistema com sucesso." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Arquivo de dados salvos importado com sucesso." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Software instalado na NAND com sucesso." @@ -12508,12 +12900,12 @@ msgstr "Suporte" msgid "Supported file formats" msgstr "Formatos de arquivo suportados" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Suporta SD e SDHC. O tamanho padrão é 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround" @@ -12521,7 +12913,7 @@ msgstr "Surround" msgid "Suspended" msgstr "Suspenso" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Inverter Olhos" @@ -12536,7 +12928,7 @@ msgstr "Swap Force" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12559,22 +12951,31 @@ msgstr "Alternar para A" msgid "Switch to B" msgstr "Alternar para B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Símbolo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Fim do endereço do Símbolo (%1)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "Endereço Final do Símbolo (%1):" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "Nome do símbolo:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "Nome do Símbolo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "Nome do Símbolo:" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "Tamanho do Símbolo (%1):" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Símbolos" @@ -12582,7 +12983,7 @@ msgstr "Símbolos" msgid "Sync" msgstr "Sincronizar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Sincronizar Códigos AR/Gecko" @@ -12602,7 +13003,7 @@ msgstr "" "Sincroniza os threads da GPU e da CPU pra ajudar a impedir os congelamentos " "aleatórios no modo Dual Core. (ON = Compatível, OFF = Rápido)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12610,37 +13011,37 @@ msgstr "" "Sincroniza o conteúdo do Cartão SD com a Pasta de Sincronização do SD ao " "iniciar e ao parar a emulação." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "Sincronizando códigos AR..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Sincronizando códigos Gecko..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Sincronizando dados salvos..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Idioma do Sistema:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Entrada de Dados TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "Ferramentas de TAS" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiquetas" @@ -12658,15 +13059,15 @@ msgstr "Cauda" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Capturar Tela" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "O alcance do endereço alvo é inválido." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12684,9 +13085,9 @@ msgstr "Tecnologia" msgid "Test" msgstr "Testar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "Arquivo de texto (*.txt);;Todos os arquivos (*)" @@ -12695,15 +13096,15 @@ msgstr "Arquivo de texto (*.txt);;Todos os arquivos (*)" msgid "Texture Cache" msgstr "Cache de Texturas" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Precisão do Cache de Texturas" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Exportação de Texturas" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Filtragem de Textura" @@ -12711,7 +13112,7 @@ msgstr "Filtragem de Textura" msgid "Texture Filtering:" msgstr "Filtragem de Textura:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Sobreposição do Formato das Texturas" @@ -12738,11 +13139,11 @@ msgstr "" "Tem certeza de que deseja trocar para o Direct3D 11? Na dúvida, selecione " "'Não'." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "A tabela de hash H3 para a partição {0} não está correta." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" "O arquivo IPL não corresponde a nenhuma cópia válida conhecida. (CRC32: {0:" @@ -12754,11 +13155,11 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "As partições das Masterpieces estão ausentes." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12766,11 +13167,11 @@ msgstr "" "A NAND não pôde ser reparada. É recomendável fazer backup dos dados salvos " "atuais e recomeçar do zero com uma NAND limpa." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "A NAND foi reparada." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12780,11 +13181,11 @@ msgstr "" "para o Cartão SD, o Wii System Menu deixará de executá-lo e também se " "recusará a copiar ou mover o software de volta para a NAND." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "A quantidade de dinheiro que esse Skylander possui. Entre 0 e 65000" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12804,7 +13205,7 @@ msgstr "A partição do canal está ausente." msgid "The data partition is missing." msgstr "A partição de dados está ausente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12815,7 +13216,7 @@ msgstr "" "replay e nem jogar no NetPlay com outros usuários que estejam usando uma " "cópia válida do disco." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12921,7 +13322,7 @@ msgstr "" "O arquivo %1 já existe.\n" "Você deseja substituí-lo?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12956,7 +13357,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "O sistema de arquivos é inválido ou não pôde ser lido." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12966,7 +13367,7 @@ msgstr "" "utilizado pelo Dolphin. Por favor renomeie essa pasta para %2, %3, ou %4, " "correspondendo à região dos jogos salvos que estão presentes nela." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." @@ -12974,15 +13375,15 @@ msgstr "" "O formato em que a imagem de disco foi salva não armazena o tamanho da " "imagem de disco." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "A ID do jogo é inconsistente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "A ID do jogo é muito curta." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "A ID do jogo é {0} mas deveria ser {1}." @@ -12992,7 +13393,7 @@ msgstr "" "O disco do jogo selecionado não contém uma partição de atualização " "utilizável." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Um jogo está atualmente em execução." @@ -13006,7 +13407,7 @@ msgstr "" "evitar problemas com o Wii System Menu, não é possível atualizar o console " "emulado usando este disco." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -13020,15 +13421,15 @@ msgstr "" "\n" "(MSAA com {0} amostras encontradas no framebuffer padrão)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Os hashes não combinam!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Os hashes combinam!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -13036,7 +13437,7 @@ msgstr "" "O nível de herói desse Skylander, visível apenas em Skylanders: Spyro's " "Adventure. Entre 0 e 100" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -13048,11 +13449,11 @@ msgstr "" msgid "The install partition is missing." msgstr "A partição de instalação está ausente." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "A última vez que a figura foi colocada em um portal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -13072,7 +13473,7 @@ msgstr "" "corretamente, por favor troque o dispositivo indicado para \"Memory Card\" " "ou \"Pasta GCI\"." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "O apelido para esse Skylander. Limitado a 15 caracteres" @@ -13080,8 +13481,8 @@ msgstr "O apelido para esse Skylander. Limitado a 15 caracteres" msgid "The patches in %1 are not for the selected game or game revision." msgstr "Os patches no %1 não são pro jogo selecionado ou revisão do jogo." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "O perfil \"%1\" não existe" @@ -13089,7 +13490,7 @@ msgstr "O perfil \"%1\" não existe" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "O jogo gravado ({0}) não é o mesmo do jogo selecionado ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -13110,21 +13511,21 @@ msgid "" msgstr "" "O mesmo arquivo não pode ser usado em múltiplos slots; já é usado pelo %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "A mesma pasta não pode ser usada em múltiplos slots; já é usada pelo %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "As versões do servidor e do cliente NetPlay são incompatíveis." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "O servidor está cheio." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "O servidor enviou uma mensagem de erro desconhecida." @@ -13142,15 +13543,15 @@ msgstr "" "selecione 'Não'." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "O índice de chave comum especificado é {0}, mas deveria ser {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "O arquivo especificado \"{0}\" não existe" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13163,33 +13564,33 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "O memory card alvo já contém um arquivo: \"%1\"." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "O ticket não foi assinado corretamente." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "O tempo total que esta figura foi usada em um jogo em segundos" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" "O código do brinquedo pra esta figura. Só está disponível pra figuras reais." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "O tipo de partição não pôde ser lido." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" "O tipo deste Skylander não tem quaisquer dados que possam ser modificados!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "O tipo deste Skylander é desconhecido!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -13203,7 +13604,7 @@ msgstr "" "A atualização foi cancelada. É altamente recomendado concluí-la para evitar " "versões inconsistentes do software do sistema." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "A partição de atualização não contém o IOS utilizado por esse jogo." @@ -13211,11 +13612,11 @@ msgstr "A partição de atualização não contém o IOS utilizado por esse jogo msgid "The update partition is missing." msgstr "A partição de atualização está ausente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "A partição de atualização não está em sua posição normal." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -13223,23 +13624,23 @@ msgstr "" "A parte acessível ao usuário da sua NAND contém %1 blocos (%2 KiB) de dados, " "de uma quantidade máxima permitida de %3 blocos (%4 KiB)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "A partição {0} não contém um sistema de arquivos válido." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "A partição {0} parece não conter dados válidos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "A partição {0} não foi assinada corretamente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "A partição {0} não está alinhada corretamente." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "Tema" @@ -13257,8 +13658,8 @@ msgstr "" "\n" "Você quer salvar antes de fechar?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "Não há nada para salvar!" @@ -13296,7 +13697,7 @@ msgstr "Este código do gecko não contém quaisquer linhas." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -13304,7 +13705,7 @@ msgstr "" "Esse jogo coreano está configurado para utilizar um IOS que normalmente não " "está presente em consoles coreanos. É provável que isso cause o ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Este tipo de Skylander ainda não pode ser modificado!" @@ -13328,7 +13729,7 @@ msgstr "" "Este simulador de Action Replay não suporta códigos que modifiquem o próprio " "Action Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -13337,22 +13738,22 @@ msgstr "" "processador.\n" "Por favor utilize a edição ARM64 do Dolphin para obter a melhor experiência." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Isto não pode ser desfeito!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "Essa imagem de disco de depuração tem o tamanho de uma imagem de disco para " "venda no varejo." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Essa imagem de disco tem um tamanho incomum." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -13363,7 +13764,7 @@ msgstr "" "conseguirá compartilhar gravações de replay e nem jogar no NetPlay com " "outros usuários que estejam usando uma cópia válida do disco." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -13375,7 +13776,7 @@ msgstr "" "de volta. O CRC32 dessa imagem pode corresponder ao CRC32 de uma cópia " "válida mesmo quando os arquivos não são idênticos." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -13384,7 +13785,7 @@ msgstr "" "extração utilizado salvou a imagem de disco em várias partes, você precisará " "juntá-las em um único arquivo." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -13393,7 +13794,7 @@ msgstr "" "trata de um disco de camada dupla que foi extraído como um disco de camada " "única." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -13404,7 +13805,7 @@ msgstr "" "aconteça. Se esse erro estiver impedindo que o jogo funcione, por favor " "relate esse problema para os desenvolvedores do Dolphin." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13424,7 +13825,7 @@ msgstr "Este arquivo não contém um sistema de arquivos do Wii válido." msgid "This file does not look like a BootMii NAND backup." msgstr "Este arquivo não parece um backup NAND do BootMii." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13435,7 +13836,7 @@ msgstr "" "inteiros de jogo não funcionarão corretamente. Esse problema normalmente só " "ocorre em cópias pirateadas." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13446,11 +13847,11 @@ msgstr "" "dessa limitação o jogo apresentará problemas ou travamentos durante a " "execução." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Essa cópia contém erros." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13458,7 +13859,7 @@ msgstr "" "Essa cópia contém erros. Isso não significa necessariamente que o jogo não " "irá funcionar corretamente." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13466,11 +13867,11 @@ msgstr "" "Essa é uma cópia válida do disco de acordo com Redump.org, no entanto o " "Dolphin encontrou problemas. Isso pode ser um bug no Dolphin." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Essa cópia é válida." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "Aplicável apenas ao boot inicial do software emulado." @@ -13478,7 +13879,7 @@ msgstr "Aplicável apenas ao boot inicial do software emulado." msgid "This session requires a password:" msgstr "Esta sessão requer uma senha:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13500,12 +13901,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Este software não pode ser iniciado." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Esse software está configurado para utilizar um IOS inválido." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Esse software está configurado para utilizar uma chave comum inválida." @@ -13548,7 +13949,7 @@ msgstr "" "Esse valor é multiplicado com a profundidade definida nas configurações " "gráficas." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13566,7 +13967,7 @@ msgstr "" "Isto limitará a velocidade do upload fragmentado por cliente, a qual é usada " "pra sincronizar os saves." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13590,7 +13991,7 @@ msgstr "Threads" msgid "Threshold" msgstr "Limite" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13600,6 +14001,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Inclinar" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "% de Tempo" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "Média de Tempo (ns)" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "Méd. Tempo (ns)" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "Porcentagem de Tempo" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "Tempo Gasto (ns)" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13611,10 +14037,10 @@ msgstr "" msgid "Timed Out" msgstr "Tempo Esgotado" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Título" @@ -13622,25 +14048,29 @@ msgstr "Título" msgid "To" msgstr "Até" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "Para entrar, pare a emulação em execução." + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Até:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Alternar &Tela Cheia" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Ativar/Desativar 3D Anáglifo" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Ativar/Desativar 3D Lado a Lado" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Ativar/Desativar 3D Sobreposto" @@ -13648,28 +14078,28 @@ msgstr "Ativar/Desativar 3D Sobreposto" msgid "Toggle All Log Types" msgstr "Ativar/Desativar Todos os Tipos de Logs" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Alternar Proporção de Tela" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Ativar/Desativar Pontos de Interrupção" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Ativar/Desativar Cortar" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Ativar/Desativar Texturas Personalizadas" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Ativar/Desativar Cópias do EFB na RAM" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Ativar/Desativar Névoa" @@ -13681,35 +14111,39 @@ msgstr "Ativar/Desativar Tela Cheia" msgid "Toggle Pause" msgstr "Reproduzir/Pausar" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Inserir/Remover Cartão SD" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Permitir/Ignorar Acesso EFB da CPU" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Ativar/Desativar Exportação de Texturas" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "Conectar/Desconectar Teclado USB" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Ativar/Desativar Cópias do XFB na RAM" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Ativar/Desativar Exibição Imediata do XFB" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "Alterna perfilamento de bloco JIT do software (limpará o cache JIT)" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Falha na tokenização." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "Controles da Ferramenta" @@ -13717,7 +14151,7 @@ msgstr "Controles da Ferramenta" msgid "Toolbar" msgstr "Barra de Ferramentas" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Em cima" @@ -13725,7 +14159,7 @@ msgstr "Em cima" msgid "Top-and-Bottom" msgstr "Sobreposto" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Total de Acertos" @@ -13763,12 +14197,12 @@ msgstr "Total da distância de viagem." msgid "Touch" msgstr "Toque" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Código do brinquedo:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chinês Tradicional" @@ -13788,8 +14222,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Erro Traversal" @@ -13797,7 +14231,7 @@ msgstr "Erro Traversal" msgid "Traversal Server" msgstr "Servidor Traversal" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Servidor traversal não respondeu enquanto conectava-se ao host." @@ -13828,7 +14262,7 @@ msgid "Trophy" msgstr "Troféu" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13854,11 +14288,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "Emulação de Dispositivo USB" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "Emulação USB" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "Emulação de Dispositivos USB" @@ -13872,7 +14306,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "Erro no Redirecionamento USB" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13883,7 +14317,7 @@ msgstr "" "hardware de entrada.

Na dúvida, selecione esse modo." "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13896,7 +14330,7 @@ msgstr "" "notado engasgos com os Ubershaders Híbridos e possua uma GPU " "consideravelmente potente.
" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13910,23 +14344,23 @@ msgstr "" "compilação de shaders com um impacto mínimo no desempenho, mas os resultados " "dependem do comportamento do driver de vídeo." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Incapaz de auto-detectar o módulo do RSO" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "Não foi possível contactar o servidor de atualizações." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "Não foi possível criar cópia do atualizador." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Não foi possível modificar o Skylander!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Não foi possível abrir o arquivo." @@ -13955,11 +14389,11 @@ msgstr "" "\n" "Você gostaria de ignorar esta linha e continuar a analisar?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Não foi possível ler o arquivo." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "Não foi possível definir permissões na cópia do atualizador." @@ -13982,11 +14416,11 @@ msgstr "Imagens do GC/Wii sem compressão (*.iso *.gcm)" msgid "Undead" msgstr "Morto-Vivo" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Desfazer Carregamento" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Desfazer Estado Salvo" @@ -14006,23 +14440,23 @@ msgstr "" "Desinstalar o WAD removerá a versão atualmente instalada desse software da " "NAND, sem excluir seus dados salvos. Continuar?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "Estados Unidos" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Desconhecido" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Desconhecido (ID: %1 Var.: %2)" @@ -14031,11 +14465,11 @@ msgstr "Desconhecido (ID: %1 Var.: %2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Comando desconhecido do DVD {0:08x} - erro fatal" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Mensagem SYNC_CODES desconhecida recebida com a ID: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -14043,11 +14477,11 @@ msgstr "" "Mensagem SYNC_GECKO_CODES desconhecida com ID:{0} recebida do Jogador:{1} " "Expulsando jogador!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Mensagem desconhecida do SYNC_GECKO_DATA recebida com a id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -14055,7 +14489,7 @@ msgstr "" "Mensagem SYNC_SAVE_DATA desconhecida com ID:{0} recebida do Jogador:{1} " "Expulsando jogador!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Tipo de Skylander desconhecido!" @@ -14075,11 +14509,11 @@ msgstr "Tipo de dado desconhecido" msgid "Unknown disc" msgstr "Disco desconhecido" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Um erro desconhecido ocorreu." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Erro desconhecido {0:x}" @@ -14087,11 +14521,11 @@ msgstr "Erro desconhecido {0:x}" msgid "Unknown error." msgstr "Erro desconhecido." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Mensagem desconhecida recebida com a id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Mensagem desconhecida com ID:{0} recebida do Jogador:{1} Expulsando jogador!" @@ -14107,11 +14541,11 @@ msgstr "Desconhecido (%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Desconhecido (%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Ilimitado" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Fechar ROM" @@ -14119,7 +14553,12 @@ msgstr "Fechar ROM" msgid "Unlock Cursor" msgstr "Destravar Cursor" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Desbloqueada" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "Desbloqueado em %1" @@ -14151,7 +14590,7 @@ msgstr "Não Assinou 8" msgid "Unsigned Integer" msgstr "Inteiro Não Assinada" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -14162,7 +14601,7 @@ msgid "Up" msgstr "Para cima" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Atualizar" @@ -14219,7 +14658,7 @@ msgstr "Alternar Vertical" msgid "Upright Wii Remote" msgstr "Wii Remote na Vertical" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Configurações de Estatísticas de Uso" @@ -14227,15 +14666,19 @@ msgstr "Configurações de Estatísticas de Uso" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "Use 8.8.8.8 para DNS normal, ou digite o endereço do DNS personalizado" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Utilizar Todos os Dados Salvos do Wii" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Usar Nomes de Jogos da Base de Dados Embutida" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "Usar Resolução Total Por Olho" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Usar Codec Sem Perdas (FFV1)" @@ -14243,15 +14686,15 @@ msgstr "Usar Codec Sem Perdas (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Usar o Ponteiro Controlado pelo Mouse" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Usar Modo PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Usar Gerenciadores de Pânico" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." @@ -14260,7 +14703,7 @@ msgstr "" "

'Mostrar Jogo em Execução no Discord' precisa estar ativado para que " "essa opção funcione." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -14269,8 +14712,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" "Usa uma implementação manual da amostragem de texturas ao invés de utilizar " @@ -14278,14 +14721,14 @@ msgstr "" "corrigir problemas gráficos em alguns jogos em determinadas GPUs, o mais " "comum sendo linhas verticais em sequências FMV. Adicionalmente, ativar a " "amostragem manual de texturas permite emular corretamente casos especiais do " -"mapeamento de texturas (na resolução interna nativa ou quando 'Cópia em " -"Escala do EFB' e 'Carregar Texturas Customizadas' estão desativadas) e emula " -"com mais precisão o cálculo do nível de detalhe (LOD).

Ativar essa " -"opção acarretará em desempenho potencialmente reduzido, especialmente se " -"usado em conjunto com resoluções internas maiores; adicionalmente, " -"'Filtragem Anisotrópica' no momento é incompatível com a amostragem manual " -"de texturas.

Na dúvida, mantenha essa opção " -"desativada." +"mapeamento de texturas (na resolução interna nativa ou quando \"Cópia em " +"Escala do EFB\" e \"Carregar Texturas Customizadas\" estão desativadas) e " +"emula com mais precisão o cálculo do nível de detalhe (LOD).

Ativar " +"essa opção acarretará em desempenho potencialmente reduzido, especialmente " +"se usado em conjunto com resoluções internas maiores.

Se essa opção " +"for ativada, \"Filtragem de Textura\" será desativada." +"

Na dúvida, mantenha essa opção desativada." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -14327,21 +14770,21 @@ msgstr "" "Você pode usá-las pra salvar ou recuperar os valores entre\n" "as entradas e saídas do mesmo controle principal." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Nome do Usuário" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" "Usa a base de dados do Dolphin para mostrar nomes formatados corretamente na " -"coluna de título da lista de jogos.

Na dúvida, " +"coluna 'Título' da lista de jogos.

Na dúvida, " "mantenha essa opção ativada." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -14354,7 +14797,7 @@ msgstr "" "

Na dúvida, mantenha essa opção ativada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -14364,7 +14807,7 @@ msgstr "" "separada será criada para a renderização.

Na " "dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
Caso " "contrário, na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14666,8 +15113,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Aviso" @@ -14790,7 +15237,18 @@ msgstr "Ocidental (Windows-1252)" msgid "Whammy" msgstr "Distorção" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" +"Define se cada olho recebe uma imagem de resolução total ou uma metade ao " +"utilizar os modos 3D 'Lado a Lado' ou 'Sobreposto'." +"

Na dúvida, mantenha essa opção desativada." + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14803,7 +15261,7 @@ msgstr "" "

Na dúvida, mantenha essa opção ativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14816,7 +15274,7 @@ msgstr "" "

Na dúvida, mantenha essa opção ativada." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Dispositivos Permitidos no Redirecionamento USB" @@ -14824,7 +15282,7 @@ msgstr "Dispositivos Permitidos no Redirecionamento USB" msgid "Widescreen Hack" msgstr "Hack de Widescreen" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14848,7 +15306,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14866,7 +15324,7 @@ msgstr "Botões do Wii Remote" msgid "Wii Remote Gyroscope" msgstr "Giroscópio do Wii Remote" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Configurações do Wii Remote" @@ -14886,7 +15344,7 @@ msgstr "Entrada de Dados TAS - Wii Remote %1" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Entrada de Dados TAS - Wii Remote + Nunchuk %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii e Wii Remote" @@ -14894,15 +15352,15 @@ msgstr "Wii e Wii Remote" msgid "Wii data is not public yet" msgstr "Dados do Wii ainda não são públicos" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Arquivo de dados salvos do Wii (*.bin);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "MEGA Arquivo de Assinatura do WiiTools" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Resolução da Janela" @@ -14911,11 +15369,19 @@ msgstr "Resolução da Janela" msgid "Window Size" msgstr "Tamanho da Janela" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "Limpar Dados de &Inspeção" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "Limpar Dados de Perfilamento de Bloco JIT" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "Limpar Perfilamento" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "Limpar Acertos Recentes" @@ -14929,11 +15395,11 @@ msgstr "Global" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Gravação" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Salvar Despejo de Log do Bloco JIT" @@ -14966,27 +15432,27 @@ msgstr "Gravar no Log e Dividir" msgid "Write to Window" msgstr "Gravar na Janela" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Número de disco incorreto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Hash incorreto" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Região incorreta" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Revisão incorreta" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "Escrito em \"%1\"." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "Escrito em \"{0}\"." @@ -15037,7 +15503,7 @@ msgstr "Sim" msgid "Yes to &All" msgstr "Sim para &Todos" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -15047,7 +15513,7 @@ msgstr "" "%1. Todo o conteúdo existente na pasta será excluído. Tem certeza de que " "quer continuar?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -15103,7 +15569,7 @@ msgstr "" "utilizado exclusivamente pelo Phantasy Star Online Episode I & II. Na " "dúvida, feche essa janela e selecione \"Controle Padrão\"." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" "Você já está executando a versão mais recente disponível no canal de " @@ -15168,7 +15634,7 @@ msgstr "Você deve fornecer um nome para sua sessão!" msgid "You must provide a region for your session!" msgstr "Você deve fornecer uma região para sua sessão!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Você precisa reiniciar o Dolphin para que as alterações tenham efeito." @@ -15196,7 +15662,7 @@ msgstr "" "Gostaria de interromper a emulação para corrigir o problema?\n" "Se optar por continuar, o áudio pode não funcionar corretamente." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15216,7 +15682,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Código Zero 3 não é suportado" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "Zero candidatos restantes." @@ -15265,7 +15731,7 @@ msgid "default" msgstr "padrão" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "desconectado" @@ -15281,7 +15747,8 @@ msgstr "errno" msgid "fake-completion" msgstr "Falsa conclusão" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "false" @@ -15348,7 +15815,8 @@ msgstr "sRGB" msgid "this value:" msgstr "este valor:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "true" @@ -15368,23 +15836,23 @@ msgstr "desalinhado" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Masterpiece)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "{0} IPL achado no diretório {1}. O disco poderia não ser reconhecido" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} falhou em sincronizar os códigos." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} falhou em sincronizar." @@ -15397,7 +15865,7 @@ msgstr "" "Verifique suas permissões de escrita ou mova o arquivo para fora do Dolphin" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} de {1} blocos. Taxa de compressão: {2}%" diff --git a/Languages/po/ro.po b/Languages/po/ro.po index f1d9969c0e..537504000b 100644 --- a/Languages/po/ro.po +++ b/Languages/po/ro.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Arian - Cazare Muncitori , 2014\n" -"Language-Team: Romanian (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Romanian (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/ro/)\n" "Language: ro\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -28,7 +28,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -36,6 +36,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -44,7 +50,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -79,16 +85,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -104,16 +110,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -133,7 +139,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -144,11 +150,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -161,38 +167,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -200,13 +206,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -218,30 +224,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -249,11 +255,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -269,7 +279,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -282,25 +292,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -326,36 +336,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -363,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Puncte de întrerupere" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -379,15 +393,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -395,50 +409,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -446,14 +461,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulare" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -470,41 +489,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fișier" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avans Cadru" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Configurări Grafică" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ajutor" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Configurări Tastă Rapidă" @@ -524,19 +543,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -544,15 +563,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Status de Încărcare" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -562,23 +581,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memorie" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -586,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -595,23 +618,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Deschide..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opțiuni" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauză" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Redare" @@ -619,7 +646,7 @@ msgstr "&Redare" msgid "&Properties" msgstr "&Proprietăți" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -627,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Înregistrări" @@ -635,29 +662,29 @@ msgstr "&Înregistrări" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Resetează" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -665,31 +692,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Stop" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Instrumente" @@ -699,21 +730,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Vizualizează" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -725,38 +756,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(oprit)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -773,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -782,7 +805,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -843,7 +866,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -851,7 +874,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -863,7 +886,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -899,19 +922,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -927,7 +950,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -935,7 +958,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1024,15 +1047,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1062,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1081,7 +1104,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1091,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1107,7 +1130,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1132,7 +1155,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1174,8 +1197,8 @@ msgstr "Precizie:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1251,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1267,7 +1290,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1275,7 +1298,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adaptor:" @@ -1302,11 +1325,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1325,28 +1348,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Adaugă..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1365,14 +1387,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1390,7 +1412,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1398,7 +1420,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1425,7 +1447,7 @@ msgstr "Avansat" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1481,7 +1503,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1489,7 +1511,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1498,7 +1520,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1507,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1520,27 +1542,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1558,7 +1580,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1580,7 +1602,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analizează" @@ -1594,7 +1616,7 @@ msgstr "Unghi" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1606,25 +1628,25 @@ msgstr "Antialias:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1632,19 +1654,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1652,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1664,16 +1694,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Raport Aspect:" @@ -1681,8 +1711,8 @@ msgstr "Raport Aspect:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1693,7 +1723,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1714,11 +1744,11 @@ msgstr "" msgid "Audio" msgstr "Audio" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Backend Audio:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1734,7 +1764,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1743,11 +1773,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (Multiple de 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1755,7 +1789,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1763,20 +1797,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1788,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1819,19 +1864,19 @@ msgstr "Înregistrare BP" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Configurări Backend" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -1840,20 +1885,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Intrare Fundal" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Înapoi" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1861,28 +1906,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detalii Banner " -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -1898,11 +1943,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Principal" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Configurări Principale" @@ -1950,7 +1995,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1962,13 +2007,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2000,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Jos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2072,23 +2117,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2105,7 +2150,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2115,19 +2160,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2136,30 +2181,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2193,24 +2238,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Tampon:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2255,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2263,11 +2308,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "" @@ -2275,11 +2320,11 @@ msgstr "" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2290,7 +2335,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2298,11 +2343,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2336,51 +2381,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2392,23 +2437,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2416,13 +2461,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2440,7 +2485,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2448,7 +2493,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Schimbă &Discul..." @@ -2456,7 +2501,7 @@ msgstr "Schimbă &Discul..." msgid "Change Disc" msgstr "Schimbă Discul" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2464,13 +2509,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2488,7 +2533,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2500,7 +2545,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat" @@ -2508,7 +2553,7 @@ msgstr "Chat" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Căutare Trișări" @@ -2516,7 +2561,7 @@ msgstr "Căutare Trișări" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2528,13 +2573,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2546,29 +2591,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Alege un fișier pentru a-l deschide" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Alege dosarul pentru a-l extrage" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2587,17 +2632,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Curăță" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2605,11 +2651,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2618,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Închide" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2626,11 +2672,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2638,11 +2693,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2658,11 +2713,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2675,21 +2730,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2697,9 +2752,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2707,7 +2762,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2720,11 +2775,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2814,7 +2869,7 @@ msgstr "Configurare" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2827,27 +2882,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Confirmă la Oprire" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2857,35 +2920,35 @@ msgstr "" msgid "Connect" msgstr "Conectare" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Conectează Placa de Echilibru" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Conectează Tastatura USB" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2901,7 +2964,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2909,7 +2972,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2926,23 +2989,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2954,6 +3017,16 @@ msgstr "" msgid "Controllers" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2962,7 +3035,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2970,7 +3043,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2979,7 +3052,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3004,17 +3077,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3022,9 +3095,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3032,9 +3105,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3054,8 +3127,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3084,45 +3157,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3137,11 +3210,6 @@ msgstr "" msgid "Core" msgstr "Nucleu" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3150,21 +3218,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3180,14 +3243,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3220,16 +3283,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3245,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3257,7 +3320,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Țara:" @@ -3290,7 +3353,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3298,11 +3361,11 @@ msgstr "" msgid "Critical" msgstr "Critic" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Decupare" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3314,22 +3377,22 @@ msgstr "" msgid "Crossfade" msgstr "Estompare Intercalată" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3337,7 +3400,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3345,11 +3408,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3357,19 +3420,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3381,6 +3444,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3408,7 +3497,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3416,15 +3505,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3450,7 +3539,7 @@ msgstr "Saltea de Dans" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3478,7 +3567,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3495,8 +3584,8 @@ msgstr "Zonă Moartă" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Depanare" @@ -3505,40 +3594,40 @@ msgstr "Depanare" msgid "Decimal" msgstr "Zecimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3552,7 +3641,7 @@ msgstr "Implicit" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3568,7 +3657,7 @@ msgstr "ISO implicit:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3576,7 +3665,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3586,8 +3675,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Șterge" @@ -3605,7 +3694,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3613,22 +3702,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Descriere" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3636,7 +3725,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3649,16 +3738,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3671,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Detectare" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3679,7 +3768,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3701,7 +3790,7 @@ msgstr "Configurări Dispozitiv" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3709,7 +3798,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3733,19 +3822,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3753,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Dezactivează Ceața" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3765,21 +3854,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3788,7 +3877,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3802,7 +3891,8 @@ msgstr "Disc" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3832,15 +3922,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3850,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vrei să oprești emularea curentă?" @@ -3858,12 +3948,12 @@ msgstr "Vrei să oprești emularea curentă?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3871,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr " Filme TAS Dolphin (*.dtm)" @@ -3919,27 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3948,7 +4032,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3973,7 +4057,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3983,33 +4067,33 @@ msgstr "" msgid "Down" msgstr "Jos" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4052,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Dump Audio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Dump Destinație EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump Cadre" @@ -4072,7 +4156,7 @@ msgstr "Dump Cadre" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4080,7 +4164,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4105,20 +4189,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4134,15 +4218,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Olandeză" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "I&sire" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4154,7 +4238,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4162,7 +4246,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Actualizări Anterioare Memorie" @@ -4181,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4199,6 +4283,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4210,11 +4299,20 @@ msgstr "Efect" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4236,7 +4334,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Firul Emu rulează deja" @@ -4262,7 +4360,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4277,27 +4375,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Activare Trucuri" @@ -4305,15 +4403,15 @@ msgstr "Activare Trucuri" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4321,19 +4419,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Activare Nucleu Dublu" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Activare Nucleu Dublu (accelerare)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4341,15 +4439,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4367,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Activare MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Activare Scanare Progresivă" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Activare Economizor Ecran" @@ -4401,27 +4499,27 @@ msgstr "Activare Economizor Ecran" msgid "Enable Speaker Data" msgstr "Activare Date Vorbitor" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Activare Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4431,7 +4529,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4439,14 +4537,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4455,7 +4553,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4465,7 +4563,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4473,7 +4571,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4485,18 +4583,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4504,7 +4602,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4512,14 +4610,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4529,7 +4627,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4537,9 +4635,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4550,14 +4648,14 @@ msgstr "" "Activează Unitatea de Gestionare Memorie, necesară pentru unele jocuri. " "(PORNIT = Compatibil, OPRIT = Rapid)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4565,7 +4663,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4573,7 +4680,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4592,17 +4699,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Engleză" @@ -4619,7 +4726,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4643,78 +4750,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4725,10 +4831,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Eroare" @@ -4740,7 +4846,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4750,7 +4856,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Eroare la încărcarea limbii selectate. Se revine la configurările implicite " @@ -4760,15 +4866,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4776,11 +4882,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4822,7 +4928,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4838,11 +4944,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4851,12 +4957,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4864,15 +4970,15 @@ msgstr "" msgid "Exit" msgstr "Ieșire" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4884,27 +4990,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportă Toate Salvările Wii" @@ -4915,11 +5021,11 @@ msgstr "Exportă Toate Salvările Wii" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Export Înregistrare" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Export Înregistrare..." @@ -4947,14 +5053,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Extensie" @@ -4967,7 +5073,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4975,35 +5081,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extrage Fișier..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5013,7 +5119,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Jucător FIFO" @@ -5027,15 +5133,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5051,7 +5157,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5088,32 +5194,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Descărcarea codurilor a eșuat." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5126,15 +5232,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5153,25 +5259,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5182,7 +5288,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5191,18 +5297,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5214,7 +5320,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5228,7 +5334,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5242,25 +5348,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5290,7 +5396,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5323,7 +5429,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5335,7 +5441,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5348,7 +5454,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5406,43 +5512,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5457,11 +5563,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Eșec la scrierea BT.DINF în SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5475,7 +5581,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5484,7 +5590,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5492,20 +5598,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5524,7 +5631,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5537,46 +5644,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Info Fişier " -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Fișierul nu a conținut coduri." @@ -5588,7 +5695,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5618,7 +5725,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5651,12 +5758,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5666,11 +5767,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5686,7 +5787,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Forțare 16:9" @@ -5694,7 +5795,7 @@ msgstr "Forțare 16:9" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Forțare 4:3" @@ -5726,15 +5827,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5744,7 +5845,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5752,7 +5853,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5762,7 +5863,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5777,38 +5878,38 @@ msgstr "Redirecționare port (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Avans Cadru" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Interval Cadru" @@ -5816,7 +5917,7 @@ msgstr "Interval Cadru" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5836,7 +5937,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5852,22 +5953,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Franceză" @@ -5886,8 +5991,8 @@ msgid "From" msgstr "De la" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5895,11 +6000,12 @@ msgstr "" msgid "FullScr" msgstr "EcrComplet" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5919,7 +6025,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5935,19 +6041,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5971,7 +6077,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5989,7 +6095,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -5999,25 +6105,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6029,7 +6135,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6047,22 +6153,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6074,7 +6180,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6090,39 +6196,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID Joc:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Jocul rulează deja!" @@ -6131,7 +6237,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6151,11 +6257,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6163,11 +6269,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6184,7 +6290,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6212,45 +6318,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Coduri Gecko" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "General" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Germană" @@ -6258,11 +6372,11 @@ msgstr "Germană" msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6277,7 +6391,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6286,7 +6400,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafică" @@ -6295,7 +6409,7 @@ msgstr "Grafică" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6304,7 +6418,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6326,7 +6440,7 @@ msgstr "Verde Stânga" msgid "Green Right" msgstr "Verde Dreapta" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6371,7 +6485,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6404,11 +6518,11 @@ msgstr "" msgid "Hide" msgstr "Ascunde" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6420,23 +6534,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6459,15 +6573,39 @@ msgstr "Gazdă" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6475,14 +6613,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6491,21 +6637,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Taste rapide" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6532,7 +6678,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6563,7 +6709,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Sensibilitate IR:" @@ -6589,18 +6735,18 @@ msgstr "" msgid "Icon" msgstr "Pictogramă" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6613,7 +6759,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6627,14 +6773,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6646,7 +6802,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6671,14 +6827,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6687,7 +6843,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6702,22 +6858,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6730,7 +6886,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6738,64 +6894,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6832,12 +6988,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informații" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6846,11 +7002,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Intrare" @@ -6864,19 +7020,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Introdu Card SD" @@ -6893,7 +7046,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6901,13 +7054,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6916,7 +7070,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6925,7 +7079,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6984,8 +7138,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6994,15 +7148,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "Rezoluția Internă:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7010,7 +7164,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7018,7 +7172,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7027,11 +7181,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7043,7 +7197,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7052,7 +7206,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7060,7 +7214,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7090,13 +7244,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italiană" @@ -7109,95 +7271,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japoneză" @@ -7208,18 +7372,18 @@ msgstr "Japoneză" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7249,20 +7413,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Coreeană" @@ -7291,41 +7455,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7333,11 +7497,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7390,6 +7554,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7423,11 +7595,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7437,29 +7609,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Încarcă" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Încarcă Texturi Personalizate" @@ -7467,24 +7639,29 @@ msgstr "Încarcă Texturi Personalizate" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7492,171 +7669,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Încărcă Status" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Încărcă Ultimul Status 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Încărcă Ultimul Status 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Încărcă Ultimul Status 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Încărcă Ultimul Status 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Încărcă Ultimul Status 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Încărcă Ultimul Status 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Încărcă Ultimul Status 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Încărcă Ultimul Status 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Încarcă Status din Slotul 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Încarcă Status din Slotul 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Încarcă Status din Slotul 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Încarcă Status din Slotul 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Încarcă Status din Slotul 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Încarcă Status din Slotul 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Încarcă Status din Slotul 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Încarcă Status din Slotul 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Încarcă Status din Slotul 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Încarcă Status din Slotul 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Jurnal" @@ -7665,19 +7837,20 @@ msgstr "Jurnal" msgid "Log Configuration" msgstr "Configurare Jurnal" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7689,31 +7862,43 @@ msgstr "Tipuri jurnal" msgid "Logger Outputs" msgstr "Jurnale Generate" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7743,27 +7928,31 @@ msgstr "" msgid "Main Stick" msgstr "Stick Principal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7771,18 +7960,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Marcaj:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7790,16 +7979,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7807,15 +7996,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7824,12 +8017,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7845,7 +8038,7 @@ msgstr "" msgid "Memory Card" msgstr "Card de memorie" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7853,7 +8046,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7873,7 +8066,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7881,33 +8074,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Diverse" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Configurări Diverse" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7916,7 +8117,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7936,7 +8137,7 @@ msgstr "" msgid "Modifier" msgstr "Modificator" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7948,20 +8149,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7973,11 +8174,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7986,16 +8187,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -8006,7 +8207,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8015,14 +8216,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8031,8 +8242,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8041,7 +8252,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8058,8 +8269,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8072,11 +8283,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8085,10 +8296,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Nume:" @@ -8102,7 +8313,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8118,27 +8329,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8146,7 +8357,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8155,7 +8366,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8180,7 +8391,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8188,30 +8399,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8233,21 +8446,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8268,15 +8481,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8289,23 +8502,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8316,7 +8529,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8330,7 +8543,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8348,7 +8561,7 @@ msgstr "" msgid "Not Set" msgstr "Nestabilit" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8368,7 +8581,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8395,11 +8608,6 @@ msgstr "Notificare" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8425,13 +8633,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8483,7 +8691,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Interval Obiect" @@ -8504,18 +8712,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8530,7 +8738,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentație Online" @@ -8538,13 +8746,13 @@ msgstr "&Documentație Online" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8561,17 +8769,21 @@ msgstr "Deschide" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8636,34 +8848,34 @@ msgstr "Portocaliu" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8673,16 +8885,16 @@ msgstr "Altele" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8690,7 +8902,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8698,16 +8910,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8720,23 +8932,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8749,7 +8970,7 @@ msgstr "Pad" msgid "Pads" msgstr "Paduri" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8770,7 +8991,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8795,7 +9016,7 @@ msgstr "" msgid "Patches" msgstr "Patch-uri" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8808,23 +9029,23 @@ msgstr "Căi" msgid "Pause" msgstr "Pauză" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8832,7 +9053,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8857,7 +9078,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Iluminare Per-Pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8865,15 +9086,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8887,15 +9108,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8907,8 +9128,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8916,11 +9137,11 @@ msgstr "" msgid "Play" msgstr "Rulare" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Rulează Înregistrarea" @@ -8928,11 +9149,11 @@ msgstr "Rulează Înregistrarea" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Opțiuni de Rulare" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8961,24 +9182,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Playere" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9011,11 +9237,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9036,11 +9262,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9066,7 +9292,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9075,7 +9301,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9084,18 +9310,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9117,19 +9344,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9139,20 +9366,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9162,11 +9389,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9178,26 +9405,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Întrebare" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Renunță" @@ -9218,11 +9445,11 @@ msgstr "R-Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9255,17 +9482,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9288,7 +9519,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9304,7 +9535,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9314,23 +9545,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Înregistrare" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Opțiuni Înregistrare" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9347,7 +9582,7 @@ msgstr "Roșu Stânga" msgid "Red Right" msgstr "Roșu Dreapta" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9365,7 +9600,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9380,11 +9614,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9393,8 +9627,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9415,7 +9649,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9427,7 +9662,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Elimină" @@ -9444,7 +9679,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9455,25 +9690,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Redare în Fereastra Principală" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9482,15 +9727,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9501,7 +9746,7 @@ msgstr "Resetare" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9525,7 +9770,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9533,7 +9778,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9545,7 +9790,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9553,11 +9798,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9566,7 +9811,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9574,7 +9819,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9625,11 +9870,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9638,7 +9883,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9647,7 +9892,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9659,6 +9904,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9684,20 +9938,25 @@ msgstr "" msgid "Rumble" msgstr "Vibrație" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9708,23 +9967,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9732,7 +9991,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9767,11 +10026,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sal&vează Status" @@ -9783,7 +10042,7 @@ msgstr "Sigur" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9793,27 +10052,39 @@ msgstr "Salvare" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9825,15 +10096,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Salvează cel mai Vechi Status" @@ -9841,73 +10116,77 @@ msgstr "Salvează cel mai Vechi Status" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Salvează Status" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Salvează Status din Slotul 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Salvează Status din Slotul 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Salvează Status din Slotul 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Salvează Status din Slotul 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Salvează Status din Slotul 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Salvează Status din Slotul 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Salvează Status din Slotul 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Salvează Status din Slotul 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Salvează Status din Slotul 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Salvează Status din Slotul 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9915,7 +10194,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9923,15 +10202,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Salvează ca..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9942,23 +10217,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9978,7 +10245,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Copie EFB Scalată" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9987,8 +10254,8 @@ msgid "ScrShot" msgstr "ScrShot" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Căutare" @@ -9997,7 +10264,7 @@ msgstr "Căutare" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10009,13 +10276,13 @@ msgstr "Căutare Subdosare" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10023,7 +10290,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10057,9 +10324,9 @@ msgstr "Selectează" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10068,7 +10335,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10076,18 +10343,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10096,6 +10367,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10104,6 +10379,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10112,58 +10395,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10177,29 +10464,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10207,19 +10490,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10227,36 +10506,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Selectează fișierul salvat" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Profilul controlerului selectat, nu există" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10268,19 +10530,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10299,7 +10561,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10310,7 +10572,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10332,24 +10594,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Trimite" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Poziția barei de senzor:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10366,7 +10658,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10374,72 +10666,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10449,13 +10744,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10463,7 +10758,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10485,228 +10780,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Afișare &Jurnal" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Afișare &Bară de Instrumente" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Afișare FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Afișare Franța" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Afișare GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Afișare Ecran Conectat" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Afișare Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Afișare Coreea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Afișare Limbă:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Afișare Jurnal &Configurare" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Afișare PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Afișare Platforme" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Afișare Regiuni" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Afișare Statistici" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Afișare Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Afișare SUA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Afișare Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10714,109 +11013,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10833,7 +11136,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10857,7 +11160,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Chineză simplificată" @@ -10874,17 +11177,17 @@ msgstr "" msgid "Size" msgstr "Dimensiune" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10900,7 +11203,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10980,11 +11283,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10996,12 +11299,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11015,7 +11318,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spaniolă" @@ -11023,11 +11326,11 @@ msgstr "Spaniolă" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Volum Difuzor:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11035,7 +11338,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11048,12 +11351,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11072,33 +11379,37 @@ msgstr "" msgid "Standard Controller" msgstr "Controler Standard" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Pornește Înregistrarea" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11110,7 +11421,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11133,52 +11444,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11199,16 +11510,20 @@ msgid "Stick" msgstr "Joystick" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Stop" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11240,11 +11555,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Potrivește la Fereastră" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11258,11 +11573,11 @@ msgstr "" msgid "Strum" msgstr "Zgârietură" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11273,18 +11588,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11294,7 +11609,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11307,24 +11622,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11347,12 +11662,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11360,7 +11675,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11375,7 +11690,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11395,22 +11710,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11418,7 +11742,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11436,43 +11760,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Limbă Sistem" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Intrare TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11490,15 +11814,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Realizează CapturăEcran" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11514,9 +11838,9 @@ msgstr "" msgid "Test" msgstr "Test" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11525,15 +11849,15 @@ msgstr "" msgid "Texture Cache" msgstr "Cache Textură" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11541,7 +11865,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Suprapunere Format Textură" @@ -11560,11 +11884,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11574,32 +11898,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11615,14 +11939,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11708,7 +12032,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11735,28 +12059,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11764,7 +12088,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11775,7 +12099,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11784,21 +12108,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11808,11 +12132,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11826,7 +12150,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11834,8 +12158,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11843,7 +12167,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11859,20 +12183,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11885,15 +12209,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11904,31 +12228,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11939,7 +12263,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11947,33 +12271,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11988,8 +12312,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12023,13 +12347,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12053,33 +12377,33 @@ msgstr "" "Acest simulator de redare a acțiunii nu acceptă coduri ce modifică înseși " "Redarea Acțiunii." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12087,26 +12411,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12124,41 +12448,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12166,7 +12490,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12182,12 +12506,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12218,7 +12542,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12231,7 +12555,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12251,7 +12575,7 @@ msgstr "" msgid "Threshold" msgstr "Prag:" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12261,6 +12585,31 @@ msgstr "" msgid "Tilt" msgstr "Înclinare:" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12270,10 +12619,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titlu" @@ -12281,25 +12630,29 @@ msgstr "Titlu" msgid "To" msgstr "Către" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12307,28 +12660,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Comută Toate Tipurile de jurnal" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Comută Raportul de Aspect" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Comută Copiile EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Comută Ceață" @@ -12340,35 +12693,39 @@ msgstr "Comută Ecran Complet" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12376,7 +12733,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Sus" @@ -12384,7 +12741,7 @@ msgstr "Sus" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12422,12 +12779,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Chineză tradițională" @@ -12447,8 +12804,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12456,7 +12813,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12485,7 +12842,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12511,11 +12868,11 @@ msgstr "SUA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12529,14 +12886,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12544,7 +12901,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12553,23 +12910,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12589,11 +12946,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12616,11 +12973,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Anulare Status Încărcare" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Anulare Status Salvare" @@ -12638,23 +12995,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Necunoscut" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12663,27 +13020,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12703,11 +13060,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12715,11 +13072,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12734,11 +13091,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12746,7 +13103,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12778,7 +13140,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12789,7 +13151,7 @@ msgid "Up" msgstr "Sus" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Actualizare" @@ -12844,7 +13206,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12852,15 +13214,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12868,21 +13234,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Utilizează Asistenți de Panică" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12891,8 +13257,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12931,18 +13297,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12950,14 +13316,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13220,8 +13590,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Atenție" @@ -13309,7 +13679,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13317,7 +13694,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13325,7 +13702,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13333,7 +13710,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "Soluție Ecran Lat" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13357,7 +13734,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13375,7 +13752,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13395,7 +13772,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13403,15 +13780,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13420,11 +13797,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13438,11 +13823,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13475,27 +13860,27 @@ msgstr "" msgid "Write to Window" msgstr "Scrie în Fereastră" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13546,14 +13931,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13586,7 +13971,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13630,7 +14015,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Trebuie să repornești Dolphin pentru ca modificările să aibă efect." @@ -13650,7 +14035,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13668,7 +14053,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "Codul Zero 3 nu este acceptat" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13717,7 +14102,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13733,7 +14118,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13798,7 +14184,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13818,23 +14205,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13845,7 +14232,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/ru.po b/Languages/po/ru.po index 13cd907e51..08a45bdb50 100644 --- a/Languages/po/ru.po +++ b/Languages/po/ru.po @@ -5,6 +5,7 @@ # Translators: # Сайб , 2014-2015 # Anton Guts , 2015-2016 +# Daniil Huz, 2024 # dffggff , 2013 # dffggff , 2013 # flashmozzg , 2014-2016 @@ -17,14 +18,15 @@ # P@S@f , 2015-2016 # Sukharev Andrey , 2015-2022 # Илья Гредасов , 2021 +# Milihraim, 2024 msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" -"Last-Translator: Илья Гредасов , 2021\n" -"Language-Team: Russian (http://app.transifex.com/delroth/dolphin-emu/" +"Last-Translator: Daniil Huz, 2024\n" +"Language-Team: Russian (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/ru/)\n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -34,7 +36,7 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" "%100>=11 && n%100<=14)? 2 : 3);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -46,7 +48,7 @@ msgstr "" "Dolphin может обнаружить не все проблемы, т.к. в образах дисков GameCube " "содержится мало проверочных данных." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -59,6 +61,12 @@ msgstr "" "Dolphin не может гарантировать, что она не была подделана, даже если подписи " "кажутся действительными." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Диск %1)" @@ -67,7 +75,7 @@ msgstr " (Диск %1)" msgid "! Not" msgstr "! Не" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" "\"{0}\" является некорректным файлом GCM/ISO, или не является образом GC/Wii." @@ -105,16 +113,16 @@ msgstr "" "%1\n" "хочет присоединиться к вашей группе." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -130,16 +138,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Копировать)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Диск %2, ревизия %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Ревизия %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (из коробки)" @@ -159,7 +167,7 @@ msgstr "%1 (медленно)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -173,11 +181,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "Настройка графики %1" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 МБ (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 МБ (MEM2)" @@ -190,11 +198,11 @@ msgstr "%1 фикс. перед %2" msgid "%1 doesn't support this feature on your system." msgstr "%1 не поддерживает данный функционал на вашей системе." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 не поддерживает данный функционал." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -204,27 +212,27 @@ msgstr "" "%2 объект(ов)\n" "Текущий кадр: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 присоединился" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 вышел" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 разблокировал достижений: %2 из %3 в количестве очков: %4 из %5" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 — некорректный образ игры" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 теперь играет в гольф" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 играет в %2" @@ -232,13 +240,13 @@ msgstr "%1 играет в %2" msgid "%1 memory ranges" msgstr "Диапазонов памяти: %1" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 мс" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "Очков: %1" @@ -250,30 +258,30 @@ msgstr "Найдено сессий: %1" msgid "%1 sessions found" msgstr "Найдено сессий: %1" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 МГц)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (обычная скорость)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "Значение %1 изменено" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "Достигнуто значение %1" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Используется значение %1" @@ -281,11 +289,15 @@ msgstr "Используется значение %1" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -301,7 +313,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 МиБ" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -314,25 +326,25 @@ msgstr "Родное %1x (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "Собственное %1x (%2x%3) для %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "Не удалось получить доступ к адресам (%n) в эмулируемой памяти." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "Осталось адресов: %n." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -358,36 +370,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Об эмуляторе" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Добавить точку останова в памяти" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Добавить код..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Добавить функцию" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Добавить..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Ассемблер" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Настройки &звука" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Автообновление:" @@ -395,15 +407,19 @@ msgstr "&Автообновление:" msgid "&Borderless Window" msgstr "&Окно без рамок" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Точки останова" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Баг-трекер" @@ -411,15 +427,15 @@ msgstr "&Баг-трекер" msgid "&Cancel" msgstr "&Отмена" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Менеджер читов" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Проверить обновления..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Очистить символы" @@ -427,50 +443,51 @@ msgstr "&Очистить символы" msgid "&Clone..." msgstr "&Клонировать..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Код" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Подключен" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Настройки &управления" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Скопировать адрес" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Скопировать адрес" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Создать..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Удалить" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Удалить из наблюдения" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Удалить из наблюдений" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Изменить код..." @@ -478,14 +495,18 @@ msgstr "&Изменить код..." msgid "&Edit..." msgstr "&Изменить..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Извлечь диск" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Эмуляция" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Экспорт" @@ -502,41 +523,41 @@ msgstr "&Экспорт состояния…" msgid "&Export as .gci..." msgstr "&Экспорт в .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Файл" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Шрифт..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Перемотка &кадров" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "Настройки &свободного обзора" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Создать символы из" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Репозиторий на &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Настройки &графики" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Помощь" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Горячие &клавиши" @@ -556,19 +577,19 @@ msgstr "&Импорт состояния…" msgid "&Import..." msgstr "&Импортировать..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinity Base" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Вставить blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Межкадровый блендинг" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -576,15 +597,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Язык:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "&Загрузить Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Быстрая &загрузка" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Загрузить карту символов" @@ -594,23 +615,27 @@ msgstr "&Загрузить файл по текущему адресу" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Зафиксировать наблюдения" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Зафиксировать виджеты" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Память" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Запись" @@ -618,7 +643,7 @@ msgstr "&Запись" msgid "&Mute" msgstr "&Выключить звук" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Сеть" @@ -627,23 +652,27 @@ msgid "&No" msgstr "&Нет" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Открыть..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Опции" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Патчить HLE-функции" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Пауза" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Запустить" @@ -651,7 +680,7 @@ msgstr "&Запустить" msgid "&Properties" msgstr "&Свойства" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Режим \"Только для &чтения\"" @@ -659,7 +688,7 @@ msgstr "Режим \"Только для &чтения\"" msgid "&Refresh List" msgstr "&Обновить список" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Регистры" @@ -667,29 +696,29 @@ msgstr "&Регистры" msgid "&Remove" msgstr "&Удалить" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Удалить код" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Переименовать символ" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Сбросить" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Менеджер наборов ресурсов" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "&Сохранить наблюдение ветви" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Сохранить карту символов" @@ -697,31 +726,35 @@ msgstr "&Сохранить карту символов" msgid "&Scan e-Reader Card(s)..." msgstr "&Сканировать карту(ы) электронного ридера…" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Портал Skylanders" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Ограничение скорости:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Остановить" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Тема:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Потоки" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "&Инструмент" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Инструменты" @@ -731,21 +764,21 @@ msgstr "&Выгрузить образ игры" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "&Разблокировать наблюдения" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Вид" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Наблюдение" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Сайт" @@ -757,38 +790,30 @@ msgstr "&Вики" msgid "&Yes" msgstr "&Да" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' не найден, имена символов не созданы" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' не найден, ищем на замену распространенные функции" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Тёмная)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Светлая)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Системная)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(хост)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(отключено)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Умножить" @@ -805,7 +830,7 @@ msgstr ", Запятая" msgid "- Subtract" msgstr "- Вычесть" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -814,7 +839,7 @@ msgid "--Unknown--" msgstr "--Неизвестно--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -875,7 +900,7 @@ msgstr "16-разрядное целое число со знаком" msgid "16-bit Unsigned Integer" msgstr "16-разрядное целое число без знака" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -883,7 +908,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "Анизотропная 16x" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -895,7 +920,7 @@ msgstr "2 ГиБ" msgid "256 MiB" msgstr "256 МиБ" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -931,19 +956,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-разрядное целое число без знака" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "Глубина 3D" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -959,7 +984,7 @@ msgstr "16 ГиБ (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Мбит (59 блоков)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -967,7 +992,7 @@ msgstr "4:3" msgid "4K" msgstr "4К" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1056,17 +1081,17 @@ msgstr "<Ничего>" msgid "" msgstr "<Системный язык>" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "Отключено в режиме «Хардкор»." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Если вы не уверены, не устанавливайте этот флажок." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1105,8 +1130,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Больше чем" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Сессия сетевой игры уже создана!" @@ -1130,7 +1155,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Диск уже должен быть вставлен." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1142,7 +1167,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "Чтобы загрузить быстрое сохранение, нужно указать игру." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1162,7 +1187,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Синхронизация возможна только при запущенной игре для Wii." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "А&втосохранение" @@ -1199,7 +1224,7 @@ msgstr "" "Игра по сети с Wii Remote экспериментальная и может не работать.\n" "Используйте на свой страх и риск.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR-код" @@ -1241,8 +1266,8 @@ msgstr "Точность:" msgid "Achievement Settings" msgstr "Параметры достижений" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Достижения" @@ -1333,7 +1358,7 @@ msgstr "Action Replay: нормальный код {0}: неверный под msgid "Activate NetPlay Chat" msgstr "Активировать чат сетевой игры" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Активна" @@ -1349,7 +1374,7 @@ msgstr "Активная очередь потоков" msgid "Active threads" msgstr "Активные потоки" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Адаптер" @@ -1357,7 +1382,7 @@ msgstr "Адаптер" msgid "Adapter Detected" msgstr "Адаптер обнаружен" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Адаптер:" @@ -1384,11 +1409,11 @@ msgstr "Добавление нового USB-устройства" msgid "Add Shortcut to Desktop" msgstr "Добавить ярлык на рабочий стол" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Добавить точку останова" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Добавить точку останова в памяти" @@ -1407,28 +1432,27 @@ msgstr "Добавить точку останова в памяти" msgid "Add to &watch" msgstr "Добавить в &наблюдение" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Добавить в наблюдение" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Добавить..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Адрес" @@ -1447,24 +1471,16 @@ msgstr "Адресное пространство по состоянию ЦП" msgid "Address:" msgstr "Адрес:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" -"Настройте фильтрацию текстур. Анизотропная фильтрация улучшает визуальное " -"качество текстур, расположенных под непрямым углом обзора. Принудительно " -"ближайшая и принудительно линейная переопределяют фильтр масштабирования " -"текстур, выбранный игрой.

Любой вариант, кроме «По умолчанию», " -"изменит внешний вид текстур игры и может вызвать проблемы в небольшом " -"количестве игр.

Эта опция несовместима с ручной выборкой текстур." -"

Если вы не уверены, выберите «По умолчанию»." #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1485,7 +1501,7 @@ msgstr "" "в некоторых играх.

Если не уверены – выберите самое " "правое значение." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1497,7 +1513,7 @@ msgstr "" "ПРЕДУПРЕЖДЕНИЕ: включение этой функции сделает нерабочими многие игры. " "Только небольшое количество игр выиграет от изменения." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1534,7 +1550,7 @@ msgstr "Расширенные" msgid "Advanced Settings" msgstr "Дополнительные параметры" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1613,7 +1629,7 @@ msgstr "Все двойной точности с плавающей точко #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1621,7 +1637,7 @@ msgid "All Files" msgstr "Все файлы" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Все файлы (*)" @@ -1630,7 +1646,7 @@ msgstr "Все файлы (*)" msgid "All Float" msgstr "Все с плавающей точкой" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Все файлы GC/Wii" @@ -1639,8 +1655,8 @@ msgstr "Все файлы GC/Wii" msgid "All Hexadecimal" msgstr "Все шестнадцатеричные" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Файлы быстрых сохранений (*.sav, *.s##);; Все файлы (*)" @@ -1652,27 +1668,27 @@ msgstr "Все целые числа со знаком" msgid "All Unsigned Integer" msgstr "Все целые числа без знака" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Все файлы (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Коды всех игроков синхронизированы." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Сохранения всех игроков синхронизированы." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Разрешить несовпадение настроек региона" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Разрешить отправку статистики об использовании" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Разрешить запись на SD-карту" @@ -1692,7 +1708,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Другие источники ввода" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Всегда" @@ -1714,7 +1730,7 @@ msgstr "Ожидалась вставка диска, но он не был об msgid "Anaglyph" msgstr "Анаглиф" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Анализ" @@ -1728,7 +1744,7 @@ msgstr "Угол" msgid "Angular velocity to ignore and remap." msgstr "Угловая скорость, которую следует игнорировать и перезадать." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Сглаживание" @@ -1740,19 +1756,19 @@ msgstr "Сглаживание:" msgid "Any Region" msgstr "Любой регион" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "Добавить сигнатуру к" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Добавить к &имеющемуся файлу с сигнатурами..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Примени&ть файл с сигнатурами..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1760,7 +1776,7 @@ msgstr "" "Применяет эффект пост-обработки после создания кадра.

Если не уверены – выберите (отключено)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Дата загрузчика:" @@ -1768,19 +1784,19 @@ msgstr "Дата загрузчика:" msgid "Apply" msgstr "Применить" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "Применить файл с сигнатурами" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Обнаружение произвольных MIP-текстур" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Вы действительно хотите удалить '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Вы действительно хотите удалить этот файл?" @@ -1788,10 +1804,18 @@ msgstr "Вы действительно хотите удалить этот ф msgid "Are you sure you want to delete this pack?" msgstr "Вы уверены, что хотите удалить этот набор?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Вы уверены, что хотите выйти из сетевой игры?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Вы уверены?" @@ -1800,16 +1824,16 @@ msgstr "Вы уверены?" msgid "Area Sampling" msgstr "Выборка по площади" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Соотношение сторон" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Внутреннее разрешение с коррекцией соотношения сторон" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Соотношение сторон:" @@ -1817,9 +1841,9 @@ msgstr "Соотношение сторон:" msgid "Assemble" msgstr "Сборка" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "Сборка инструкции" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1829,7 +1853,7 @@ msgstr "Ассемблер" msgid "Assembly File" msgstr "Файл сборки" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Назначить порты контроллеров" @@ -1852,11 +1876,11 @@ msgstr "Подключить MotionPlus" msgid "Audio" msgstr "Звук" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Звуковой бэкенд:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Настройки растяжения звука" @@ -1872,7 +1896,7 @@ msgstr "Автор" msgid "Authors" msgstr "Авторы" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Автоматически" @@ -1881,11 +1905,15 @@ msgstr "Автоматически" msgid "Auto (Multiple of 640x528)" msgstr "Автоматически (Кратное 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Настройки автообновления" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1897,7 +1925,7 @@ msgstr "" "\n" "Пожалуйста, выберите конкретное внутреннее разрешение." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Автонастройка размера окна" @@ -1905,15 +1933,15 @@ msgstr "Автонастройка размера окна" msgid "Auto-Hide" msgstr "Автоскрытие" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Обнаруживать RSO автоматически?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Автоматически синхронизировать с папкой" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1922,6 +1950,17 @@ msgstr "" "

Если не уверены – оставьте выключенным." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Автоматически обновлять текущие значения" @@ -1933,7 +1972,7 @@ msgid "Auxiliary" msgstr "Вспомогательное" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "Б" @@ -1967,19 +2006,19 @@ msgstr "Регистр в ТО " msgid "Back Chain" msgstr "Цепочка возврата" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Бэкенд" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Многопоточный бэкенд" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Настройки бэкенда" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Бэкенд:" @@ -1988,20 +2027,20 @@ msgstr "Бэкенд:" msgid "Background Input" msgstr "Ввод в фоне" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Назад" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Задано некорректное значение" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Указан некорректный адрес." @@ -2009,28 +2048,28 @@ msgstr "Указан некорректный адрес." msgid "Bad dump" msgstr "Плохой дамп" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Указано неверное смещение." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Указано некорректное значение." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Логотип" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Данные логотипа" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Логотип:" @@ -2046,11 +2085,11 @@ msgstr "Базовый адрес" msgid "Base priority" msgstr "Базовый приоритет" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Основные" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Основные настройки" @@ -2098,7 +2137,7 @@ msgstr "Бинарный SSL (чтение)" msgid "Binary SSL (write)" msgstr "Бинарный SSL (запись)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Битрейт (кбит/с):" @@ -2114,13 +2153,13 @@ msgstr "" "\n" "Повторите попытку с другим персонажем." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Размер блока" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Размер блока:" @@ -2154,67 +2193,67 @@ msgstr "" "Включён режим проброса Bluetooth, но Dolphin собран без поддержки libusb. " "Невозможно использовать режим проброса." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Пауза после запуска" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "Файл бэкапа NAND BootMii (*.bin);;Все файлы (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "Файл с ключами BootMii (*.bin);;Все файлы (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Полноэкранный режим без рамок" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "снизу" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "Ветвь" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Ветвь (регистр связи сохранён)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Инструкция ветвления" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "Инструкция ветвления (регистр связи сохранён)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "Инструкция ветвления для счётчика-регистра" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "Инструкция ветвления для счётчика-регистра (регистр связи сохранён)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "Инструкция ветвления для регистра связи" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "Инструкция ветвления для регистра связи (регистр связи сохранён)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "Ветвь не перезаписана" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Тип ветви" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "Ветвь перезаписана" @@ -2226,23 +2265,23 @@ msgstr "Branch Watch" msgid "Branch Watch Tool" msgstr "Инструмент Branch Watch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "Справка инструмента Branch Watch (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "Справка инструмента Branch Watch (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "Справка инструмента Branch Watch (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "Справка инструмента Branch Watch (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2273,7 +2312,7 @@ msgstr "" "не будет дано указание возобновить работу. Нажмите кнопку «Очистить Branch " "Watch», чтобы удалить всех кандидатов и вернуться к фазе чёрного списка." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2289,19 +2328,19 @@ msgstr "" "выполнен» будет нажата в первый раз, Branch Watch перейдёт к этапу " "сокращения, и таблица будет заполнена всеми подходящими кандидатами." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "Ветвь счётчика-регистра" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "Ветвь счётчика-регистра (регистр связи сохранён)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "Ветвь регистра связи" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "Ветвь регистра связи (регистр связи сохранён)" @@ -2310,30 +2349,30 @@ msgstr "Ветвь регистра связи (регистр связи сох msgid "Branch: %1" msgstr "Ветка: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Ветви" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Останов" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Точка останова" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Попадание в точку останова! Шаг с выходом отменён." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Точки останова" @@ -2367,24 +2406,24 @@ msgstr "Ошибка широкополосного адаптера" msgid "Broadband Adapter MAC Address" msgstr "MAC-адрес широкополосного адаптера" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Просмотр &сессий сетевой игры..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Размер буфера:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Размер буфера изменён на %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Буфер:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2431,7 +2470,7 @@ msgstr "Автор: %1" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "С&оздать файл с сигнатурами..." @@ -2439,11 +2478,11 @@ msgstr "С&оздать файл с сигнатурами..." msgid "CP register " msgstr "CP-регистр " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "Движок эмуляции ЦП:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Настройки ЦП" @@ -2451,11 +2490,11 @@ msgstr "Настройки ЦП" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Кэширующий интерпретатор (медленнее)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2470,7 +2509,7 @@ msgstr "" msgid "Calculate" msgstr "Вычислить" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2483,11 +2522,11 @@ msgstr "" "графикой.

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Откалибровать" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Калибровка" @@ -2521,51 +2560,51 @@ msgstr "Камера 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Поле зрения камеры (влияет на точность наведения)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "Может генерировать AR-код только для значений в виртуальной памяти." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Пока не удалось изменить" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Не удалось изменить злодеев для этого трофея." -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Не удаётся найти Wii Remote по дескриптору {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Невозможно создать сессию сетевой игры, пока игра всё ещё запущена!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Отмена" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Отменить калибровку" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "Кандидатов: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "Кандидатов: %1 | Исключено: %2 | Осталось: %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "Кандидатов: %1 | Отфильтровано: %2 | Осталось: %3" @@ -2579,23 +2618,23 @@ msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" "Не удалось загрузить данный WAD, потому что его нельзя установить в NAND." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "Не удалось сравнить с последним значением при первом поиске." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Не удалось найти IPL GC." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Не удалось создать AR-код для этого адреса." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Не удалось обновить без результатов." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "Не удалось установить папку GCI на пустой путь." @@ -2603,13 +2642,13 @@ msgstr "Не удалось установить папку GCI на пусто msgid "Cannot set memory card to an empty path." msgstr "Не удалось установить карту памяти на пустой путь." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Не удалось запустить игру, потому что IPL GC не был найден." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Захваченный злодей %1:" @@ -2627,7 +2666,7 @@ msgstr "Центр" msgid "Center Mouse" msgstr "Центрировать курсор мыши" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Центрировать и откалибровать" @@ -2635,7 +2674,7 @@ msgstr "Центрировать и откалибровать" msgid "Change &Disc" msgstr "Сменить &диск" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Сменить &диск..." @@ -2643,7 +2682,7 @@ msgstr "Сменить &диск..." msgid "Change Disc" msgstr "Сменить диск" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Автоматически сменять диски" @@ -2651,13 +2690,13 @@ msgstr "Автоматически сменять диски" msgid "Change the disc to {0}" msgstr "Сменить диск на {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2688,7 +2727,7 @@ msgstr "" "вращать, а при помощи масштабирования можно вернуться к исходной точке " "камеры." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Изменения в читах вступят в силу после перезапуска игры." @@ -2700,7 +2739,7 @@ msgstr "Раздел с каналом (%1)" msgid "Character entered is invalid!" msgstr "Введён недопустимый символ." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Чат" @@ -2708,7 +2747,7 @@ msgstr "Чат" msgid "Cheat Code Editor" msgstr "Редактор чит-кодов" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Поиск чит-кодов" @@ -2716,7 +2755,7 @@ msgstr "Поиск чит-кодов" msgid "Cheats Manager" msgstr "Менеджер читов" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Проверить NAND..." @@ -2728,7 +2767,7 @@ msgstr "Автоматически проверять список игр на msgid "Check for updates" msgstr "Проверить обновления" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2736,7 +2775,7 @@ msgstr "" "Проверьте, достаточно ли у вас прав для удаления этого файла, и используется " "ли он приложением." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Контр. сумма" @@ -2748,29 +2787,29 @@ msgstr "Китай" msgid "Choose" msgstr "Выбрать" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Выберите открываемый файл" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "Выберите файл, который следует открыть или создать" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Выберите основной входной файл" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Выберите вторичный входной файл" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "Выберите базовую папку GCI" +msgid "Choose GCI Base Folder" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Выберите папку для извлечения файлов" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2789,17 +2828,18 @@ msgstr "Контроллер Classic" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Очистить" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "Очистить Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Очистить кэш" @@ -2807,11 +2847,11 @@ msgstr "Очистить кэш" msgid "Clear Slot" msgstr "Очистить слот" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Переопределение частоты" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Скопировать и &изменить код..." @@ -2820,7 +2860,7 @@ msgstr "Скопировать и &изменить код..." msgid "Close" msgstr "Закрыть" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "&Настройка" @@ -2828,11 +2868,20 @@ msgstr "&Настройка" msgid "Code" msgstr "Код" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "Путь кода не выполнен" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "Путь кода выполнен" @@ -2840,11 +2889,11 @@ msgstr "Путь кода выполнен" msgid "Code:" msgstr "Код:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Коды получены!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Цветовая коррекция" @@ -2860,11 +2909,11 @@ msgstr "Цветовая коррекция:" msgid "Color Space" msgstr "Цветовое пространство" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "Видимость &столбца" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Объединить &два файла с сигнатурами..." @@ -2877,7 +2926,7 @@ msgstr "Общее" msgid "Comparand:" msgstr "Сравнение:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2888,7 +2937,7 @@ msgstr "" "корректный дамп по сравнению с Wii U eShop. Dolphin не удалось подтвердить " "это." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2898,7 +2947,7 @@ msgstr "" "Несмотря на это, вполне возможно, что это корректный дамп по сравнению с " "выпуском игры для Wii U в магазине eShop. Dolphin не удалось проверить это." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Компилировать шейдеры перед запуском" @@ -2906,9 +2955,9 @@ msgstr "Компилировать шейдеры перед запуском" msgid "Compiling Shaders" msgstr "Компиляция шейдеров" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Сжатие" @@ -2916,7 +2965,7 @@ msgstr "Сжатие" msgid "Compression Level:" msgstr "Уровень сжатия:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Сжатие:" @@ -2929,11 +2978,11 @@ msgstr "Усл." #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Условие" @@ -3023,7 +3072,7 @@ msgstr "Настройка" msgid "Configure Controller" msgstr "Настроить контроллер" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Настройка Dolphin" @@ -3036,27 +3085,35 @@ msgstr "Настройка ввода" msgid "Configure Output" msgstr "Настройка вывода" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Подтвердить" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Подтвердите смену бэкенда" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Подтверждать остановку" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Подтверждение" @@ -3066,35 +3123,35 @@ msgstr "Подтверждение" msgid "Connect" msgstr "Подключиться" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Подключить Balance Board" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Подключить USB-клавиатуру" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Подключить Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Подключить Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Подключить Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Подключить Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Подключить Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Подключить Wii Remote" @@ -3110,7 +3167,7 @@ msgstr "Подключиться к интернету и выполнить о msgid "Connected" msgstr "Подключен" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Подключение" @@ -3118,7 +3175,7 @@ msgstr "Подключение" msgid "Connection Type:" msgstr "Тип подключения:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Содержимое {0:08x} повреждено." @@ -3135,23 +3192,23 @@ msgstr "Управление режимом гольфа сетевой игры msgid "Control Stick" msgstr "Control Stick" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Профиль контроллера" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Профиль контроллера 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Профиль контроллера 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Профиль контроллера 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Профиль контроллера 4" @@ -3163,6 +3220,16 @@ msgstr "Настройки управления" msgid "Controllers" msgstr "Управление" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3176,7 +3243,7 @@ msgstr "" "

Если не уверены, оставьте значение 203." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3188,7 +3255,7 @@ msgstr "" "находиться перед экраном.

Высокие значения создают более сильную " "видимость \"выпячивания\" обьектов из экрана, низкие – более комфортны." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3202,7 +3269,7 @@ msgstr "" "производительность.

Если не уверены – выберите " "Родное." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3235,17 +3302,17 @@ msgstr "" "Управляет тем, использовать высокоуровневую или низкоуровневую эмуляцию DSP. " "По умолчанию Да" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Сведение" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Сведение:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Ошибка преобразования" @@ -3253,9 +3320,9 @@ msgstr "Ошибка преобразования" msgid "Convert" msgstr "Конвертация" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Преобразовать файл в папку" @@ -3263,9 +3330,9 @@ msgstr "Преобразовать файл в папку" msgid "Convert File..." msgstr "Конвертировать файл..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Преобразовать папку в файл" @@ -3288,8 +3355,8 @@ msgstr "" "ISO. Вы всё равно хотите продолжить?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Идёт конвертация..." @@ -3334,45 +3401,45 @@ msgstr "" "часто ориентируются на 2.2.

Если вы не уверены, не " "устанавливайте этот флажок." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Копировать" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Скопировать &функцию" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Скопировать &hex-значение" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Скопировать адрес" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Копирование не удалось" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Скопировать hex-значение" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Скопировать значение" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Скопировать код &строки" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Скопировать целе&вой адрес" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Скопировать на A" @@ -3387,11 +3454,6 @@ msgstr "Скопировать на B" msgid "Core" msgstr "Ядро" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "Ядро не инициализировано." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Коррекция цветового пространства" @@ -3400,21 +3462,16 @@ msgstr "Коррекция цветового пространства" msgid "Correct SDR Gamma" msgstr "Коррекция гаммы SDR" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Стоимость" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Не удалось соединиться с хостом." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Не удалось войти в режим клиента." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Не удалось создать точку подключения." @@ -3434,7 +3491,7 @@ msgstr "" "Не удалось загрузить информацию об обновлениях от Nintendo. Проверьте " "подключение к интернету и повторите попытку." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3444,7 +3501,7 @@ msgstr "" "\n" "Эмулируемая консоль будет остановлена." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3490,16 +3547,16 @@ msgstr "" "Не удалось запустить {0:016x}, потому что он отсутствует в NAND.\n" "Вероятнее всего, эмулируемое ПО зависнет." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Не удалось распознать файл {0}" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Не удалось сохранить изменения." -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Не удалось запустить средство обновления: {0}" @@ -3523,7 +3580,7 @@ msgstr "" "папку, то, возможно, потребуется заново указать расположение вашей карты " "памяти в настройках." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Не удалось обнаружить центральный сервер" @@ -3535,7 +3592,7 @@ msgstr "Не удалось открыть файл." msgid "Couldn't read file." msgstr "Не удалось прочесть файл." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Страна:" @@ -3568,7 +3625,7 @@ msgid "Create..." msgstr "Создать..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Создатель:" @@ -3576,11 +3633,11 @@ msgstr "Создатель:" msgid "Critical" msgstr "Критический" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Обрезка" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3596,11 +3653,11 @@ msgstr "" msgid "Crossfade" msgstr "Кроссфейдер" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Убрать вершины на процессоре" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3611,11 +3668,11 @@ msgstr "" "

Если вы не уверены, не устанавливайте этот флажок." "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Текущий регион" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Тек. значение" @@ -3623,7 +3680,7 @@ msgstr "Тек. значение" msgid "Current context" msgstr "Текущий контекст" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Текущей игры" @@ -3631,11 +3688,11 @@ msgstr "Текущей игры" msgid "Current thread" msgstr "Текущий поток" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Другое" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Другое (растягивание)" @@ -3643,19 +3700,19 @@ msgstr "Другое (растягивание)" msgid "Custom Address Space" msgstr "Другое адресное пространство" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Высота другого соотношения сторон" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Ширина другого соотношения сторон" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Другое соотношение сторон:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Свои настройки времени" @@ -3667,6 +3724,32 @@ msgstr "Другой:" msgid "Customize" msgstr "Настроить" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3696,7 +3779,7 @@ msgstr "DJ пульт" msgid "DK Bongos" msgstr "Бонго DK" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "Движок эмуляции DSP" @@ -3704,15 +3787,15 @@ msgstr "Движок эмуляции DSP" msgid "DSP HLE (fast)" msgstr "DSP HLE (быстрый)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (рекомендуется)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "Интерпретатор DSP LLE (очень медленно)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "Рекомпилятор DSP LLE (медленно)" @@ -3742,7 +3825,7 @@ msgstr "Танцевальный коврик" msgid "Dark" msgstr "Тьма" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Данные" @@ -3770,7 +3853,7 @@ msgstr "Данные находятся в нераспознанном форм msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "Неконсистентность данных в GCMemcardManager, отмена действия." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Данные получены!" @@ -3787,8 +3870,8 @@ msgstr "Мёртвая зона" msgid "Debug" msgstr "Отладка" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Отладка" @@ -3797,40 +3880,40 @@ msgstr "Отладка" msgid "Decimal" msgstr "Десятичный" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Качество декодирования:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Уменьшить" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Уменьшить сведение" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Уменьшить глубину" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Уменьшить скорость эмуляции" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Уменьшить внутреннее разрешение" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Уменьшить выбранный слот сохранения" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Уменьшить по X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Уменьшить по Y" @@ -3844,7 +3927,7 @@ msgstr "По умолчанию" msgid "Default Config (Read Only)" msgstr "Конфигурация по умолчанию (только для чтения)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Устройство по умолчанию" @@ -3860,7 +3943,7 @@ msgstr "Образ по умолчанию:" msgid "Default thread" msgstr "Поток по умолчанию" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Отложить инвалидацию кэша EFB" @@ -3868,7 +3951,7 @@ msgstr "Отложить инвалидацию кэша EFB" msgid "Defer EFB Copies to RAM" msgstr "Отложенное копирование EFB в ОЗУ" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3884,8 +3967,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Удалить" @@ -3903,7 +3986,7 @@ msgstr "Удалить выбранные файлы..." msgid "Delete the existing file '{0}'?" msgstr "Удалить существующий файл '{0}'?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Глубина" @@ -3911,22 +3994,22 @@ msgstr "Глубина" msgid "Depth Percentage:" msgstr "Процент глубины:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Глубина:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Описание" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Описание:" @@ -3934,7 +4017,7 @@ msgstr "Описание:" msgid "Description: %1" msgstr "Описание: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "Назначение" @@ -3947,16 +4030,16 @@ msgstr "Назначение (путь к сокету UNIX или адрес:п msgid "Destination (address:port):" msgstr "Назначение (адрес:порт):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Макс. назначение" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "Мин. назначение" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "Символ назначения" @@ -3969,7 +4052,7 @@ msgstr "Отсоединён" msgid "Detect" msgstr "Считать" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Обнаружение модулей RSO" @@ -3977,7 +4060,7 @@ msgstr "Обнаружение модулей RSO" msgid "Deterministic dual core:" msgstr "Детерминированная двухядерность:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Разрабатываемая (несколько раз в день)" @@ -3999,7 +4082,7 @@ msgstr "Настройки устройства" msgid "Device VID (e.g., 057e)" msgstr "VID устройства (напр., 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Устройство:" @@ -4007,7 +4090,7 @@ msgstr "Устройство:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "Не удалось распознать %1 как действительный XML-файл Riivolution." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Затемняет экран после пяти минут бездействия." @@ -4031,19 +4114,19 @@ msgstr "Отключить эмуляцию bounding box" msgid "Disable Copy Filter" msgstr "Отключить фильтр копирования" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Отключить копии EFB в VRAM" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Отключить огр. скорости эмуляции" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Отключить быструю память" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Отключить Fastmem Arena" @@ -4051,11 +4134,11 @@ msgstr "Отключить Fastmem Arena" msgid "Disable Fog" msgstr "Отключить туман" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Отключить кэш JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Отключить карту больших точек входа" @@ -4063,7 +4146,7 @@ msgstr "Отключить карту больших точек входа" msgid "Disabled" msgstr "Отключено" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4074,7 +4157,7 @@ msgstr "" "игры не будут работать.

Если не уверены – оставьте " "включенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Если не уверены – " "оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4099,11 +4182,13 @@ msgstr "" "

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." msgstr "" +"Выключает вашу заставку пока игра запущенна.

Если " +"не уверены – оставьте включенным." #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:97 msgid "Disc" @@ -4113,9 +4198,10 @@ msgstr "Диск" msgid "Discard" msgstr "Отменить" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" -msgstr "" +msgstr "Параметры Вида" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:183 msgid "Display Type" @@ -4148,15 +4234,15 @@ msgstr "Расстояние" msgid "Distance of travel from neutral position." msgstr "Проходимое расстояние из исходной позиции." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Вы разрешаете отправку данной информации разработчикам Dolphin?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Вы хотите добавить \"%1\" в список путей к играм?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Вы хотите очистить список имён символов?" @@ -4166,7 +4252,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "Вы хотите удалить выбранные файлы сохранений (%n шт.)?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Вы хотите остановить текущую эмуляцию?" @@ -4174,12 +4260,12 @@ msgstr "Вы хотите остановить текущую эмуляцию?" msgid "Do you want to try to repair the NAND?" msgstr "Вы хотите попытаться восстановить NAND?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Декодер Dolby Pro Logic II" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Лог Dolphin FIFO (*.dff)" @@ -4187,22 +4273,22 @@ msgstr "Лог Dolphin FIFO (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Предварительная установка игрового мода Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Файл карты Dolphin (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "CSV-файл с сигнатурами Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Файл с сигнатурами Dolphin" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "TAS-ролики (*.dtm)" @@ -4246,11 +4332,11 @@ msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" "Dolphin – бесплатный эмулятор GameCube и Wii с открытым исходным кодом." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Слишком старая версия Dolphin для подключения к промежуточному серверу" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4258,19 +4344,11 @@ msgstr "" "Dolphin не может корректно проверить обычные файлы TGC, потому что они не " "являются дампами настоящих дисков." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin не может проверить нелицензионные диски." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin будет использовать его для продуктов, регион которых не удалось " -"определить автоматически." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "На данный момент поддержка читов в Dolphin отключена." @@ -4279,7 +4357,7 @@ msgstr "На данный момент поддержка читов в Dolphin msgid "Domain" msgstr "Домен" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Не обновлять" @@ -4304,7 +4382,7 @@ msgstr "Двери заблокированы" msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4314,33 +4392,33 @@ msgstr "Double" msgid "Down" msgstr "Вниз" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Скачать коды" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Скачать коды из базы данных WiiRD" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Загружать обложки игр с GameTDB.com для показа в виде сетки" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Загрузка завершена" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Скачано %1 кодов. (добавлено %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4383,19 +4461,19 @@ msgstr "Дампить &FakeVMEM" msgid "Dump &MRAM" msgstr "Дампить &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Дампить звук" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Дампить основные текстуры" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Дампить конечный EFB" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Дампить кадры" @@ -4403,7 +4481,7 @@ msgstr "Дампить кадры" msgid "Dump GameCube BBA traffic" msgstr "Создать дамп трафика GameCube BBA" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Дампить Mip-текстуры" @@ -4411,7 +4489,7 @@ msgstr "Дампить Mip-текстуры" msgid "Dump Path:" msgstr "Путь к дампам:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Создать дамп конечного XFB" @@ -4436,7 +4514,7 @@ msgstr "Дампить сертификаты" msgid "Dump root CA certificates" msgstr "Создать дамп корневых сертификатов ЦС" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Если не уверены – оставьте " "выключенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4455,7 +4533,7 @@ msgstr "" "

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4474,15 +4552,15 @@ msgstr "Длительность отпускания турбо-кнопки ( #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Голландский" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Закрыть" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "Копия EFB %1" @@ -4497,7 +4575,7 @@ msgstr "" "{1} -- Если вы недавно обновили Dolphin, то, скорее всего, необходимо " "перезагрузить компьютер, чтобы Windows обнаружил новый драйвер." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4509,7 +4587,7 @@ msgstr "" "Подходит для соревновательных игр, где важны честность и минимальная " "задержка." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Ранние обновления памяти" @@ -4528,16 +4606,16 @@ msgstr "Восточная Азия" msgid "Edit Breakpoint" msgstr "Изменить точку останова" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Изменить…" @@ -4546,6 +4624,11 @@ msgstr "Изменить…" msgid "Editor" msgstr "Редактор" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4557,11 +4640,20 @@ msgstr "Эффект" msgid "Effective" msgstr "Эффективное" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Эффективный приоритет" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "ЭиБ" @@ -4583,7 +4675,7 @@ msgstr "Встроенный буфер кадров (EFB)" msgid "Empty" msgstr "Пусто" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Процесс эмулятора уже запущен" @@ -4611,7 +4703,7 @@ msgstr "" "Эмулирует скорость воспроизведения диска реального оборудования. Отключение " "может привести к нестабильности. По умолчанию True" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Эмулируемые устройства USB" @@ -4629,27 +4721,27 @@ msgstr "" "Текущий: MEM1 {0:08X} ({1} МиБ), MEM2 {2:08X} ({3} МиБ)\n" "DFF: MEM1 {4:08X} ({5} МиБ), MEM2 {6:08X} ({7} МиБ)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Скорость эмуляции" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Включить" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Включить слои проверки API" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Включить растяжение звука" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Включить чит-коды" @@ -4657,15 +4749,15 @@ msgstr "Включить чит-коды" msgid "Enable Controller Inpu&t" msgstr "Включить вход контроллер&а" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Включить переопределение времени" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Включить интерфейс отладки" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4673,19 +4765,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Включить двухядерный режим" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Включить двухядерный режим (ускорение)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Переопределять частоту эмулируемого ЦП" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Включить переопределение эмулируемого размера памяти" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Включить достижения «На бис»" @@ -4693,15 +4785,15 @@ msgstr "Включить достижения «На бис»" msgid "Enable FPRF" msgstr "Включить FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Включить графические моды" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Включить режим «Хардкор»" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4733,33 +4825,33 @@ msgstr "" "игру перед включением.
Имейте в виду, что выключение режима «Хардкор» во " "время игры требует закрытия игры перед повторным включением." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "Включить профилирование блока JIT" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Включить MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Включить уведомления о прогрессе" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Включить прогрессивную развёртку" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Включить интеграцию с RetroAchievements.org" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Включить вибрацию" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Включить скринсейвер" @@ -4767,27 +4859,27 @@ msgstr "Включить скринсейвер" msgid "Enable Speaker Data" msgstr "Включить данные динамика" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Включить неофициальные достижения" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Включить отправку статистики об использовании" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Включить WiiConnect24 с помощью WiiLink" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Включить каркас моделей" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Включить кэш с обратной записью (медленно)" @@ -4800,7 +4892,7 @@ msgstr "" "может привести к сбоям и другим проблемам в некоторых играх. (ВКЛ = выше " "совместимость, ОТКЛ = разблокировка)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4812,7 +4904,7 @@ msgstr "" "систему с учётной записью RetroAchievements. Dolphin не сохраняет ваш пароль " "локально и использует API-токен для сохранения имени пользователя." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4823,7 +4915,7 @@ msgstr "" "достижении, которое отслеживает накопленное значение, например 60 звёзд из " "120." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4832,7 +4924,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4842,7 +4934,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4850,7 +4942,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4867,27 +4959,18 @@ msgstr "" "result flag), необходимого для небольшого количества игр. (ВКЛ = лучше " "совместимость, ВЫКЛ = выше скорость)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -"Позволяет обнаружить произвольные MIP-текстуры, которые в некоторых играх " -"используются для специальных эффектов, основанных на расстоянии." -"

Могут быть ложные срабатывания, которые приводят к размытым " -"текстурам при повышенном внутреннем разрешении, например в играх, " -"использующих MIP-текстуры с очень низким разрешением. Отключение этой " -"функции также может уменьшить подвисание в играх, в которых часто " -"загружаются новые текстуры. Эта функция не совместима с декодированием " -"текстур на ГП.

Если вы не уверены, не " -"устанавливайте этот флажок." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4900,7 +4983,7 @@ msgstr "" "

Если вы не уверены, не устанавливайте этот флажок." "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4913,7 +4996,7 @@ msgstr "" "Vulkan.

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4923,7 +5006,7 @@ msgstr "" "вызывает проблем в большинстве игр.

Если не уверены " "– оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4941,7 +5024,7 @@ msgstr "" "

Если вы не уверены, не устанавливайте этот флажок." "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "Включает растяжение звука для соответствия скорости эмуляции." @@ -4949,15 +5032,10 @@ msgstr "Включает растяжение звука для соответс msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" -"Включает декодирование текстур с помощью ГП вместо ЦП.

Это может " -"привести к к увеличению производительности в некоторых сценариях или в " -"системах, где ЦП является узким местом.

Эта опция несовместима с " -"функцией обнаружения произвольных MIP-текстур.

Если " -"вы не уверены, не устанавливайте этот флажок." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 msgid "" @@ -4967,7 +5045,7 @@ msgstr "" "Активирует устройство управления памятью (MMU), требуется для некоторых игр. " "(ВКЛ = лучше совместимость, ВЫКЛ = выше скорость)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
Если вы " "не уверены, не устанавливайте этот флажок." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4990,7 +5068,16 @@ msgstr "" "Ознакомьтесь с условиями предоставления услуг на сайте: https://www." "wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -5003,7 +5090,7 @@ msgstr "" "

Если не уверены, не устанавливайте этот флажок." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -5029,17 +5116,17 @@ msgstr "" "\n" "Отмена импорта." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet не был инициализирован" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Английский" @@ -5056,7 +5143,7 @@ msgstr "Введите IP-адрес устройства, на котором msgid "Enter USB device ID" msgstr "Введите ID USB-устройства" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Введите адрес для наблюдения:" @@ -5082,78 +5169,77 @@ msgstr "" "Введите IP-адрес и порт экземпляра tapserver, к которому вы хотите " "подключиться." -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Введите адрес модуля RSO:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5164,10 +5250,10 @@ msgstr "Введите адрес модуля RSO:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Ошибка" @@ -5179,7 +5265,7 @@ msgstr "Журнал ошибок" msgid "Error Opening Adapter: %1" msgstr "Ошибка открытия адаптера: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Ошибка сбора данных сохранения." @@ -5189,7 +5275,7 @@ msgstr "Ошибка сбора данных сохранения." msgid "Error converting value" msgstr "Ошибка преобразования значения" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Ошибка загрузки выбранного языка. Возврат к языку системы по умолчанию." @@ -5198,15 +5284,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Ошибка при получении списка сессий: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Возникла ошибка при загрузке некоторых пакетов текстур" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Ошибка обработки кодов." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Ошибка обработки данных." @@ -5214,11 +5300,11 @@ msgstr "Ошибка обработки данных." msgid "Error reading file: {0}" msgstr "Ошибка чтения файла: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Ошибка синхронизации чит-кодов!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Ошибка синхронизации сохранений!" @@ -5262,7 +5348,7 @@ msgstr "Ошибка: GBA{0} не удалось открыть образ в {1 msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Ошибка: GBA{0} не удалось открыть сохранение в {1}" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Ошибка: Данная сборка не поддерживает эмулируемые контроллеры GBA" @@ -5282,11 +5368,11 @@ msgstr "" "Ошибка: попытка получить доступ к шрифтам Windows-1252, когда они не " "загружены. Игры могут показывать шрифты некорректно или падать." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "В {0} блоках раздела {1} найдены ошибки." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "В {0} неиспользуемых блоках раздела {1} найдены ошибки." @@ -5295,12 +5381,12 @@ msgstr "В {0} неиспользуемых блоках раздела {1} на msgid "Euphoria" msgstr "Эйфория" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Европа" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Только убершейдеры" @@ -5308,15 +5394,15 @@ msgstr "Только убершейдеры" msgid "Exit" msgstr "Выйти" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "Ожидался + или закрывающая скобка." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Ожидались аргументы: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Ожидалась закрывающая скобка." @@ -5328,27 +5414,27 @@ msgstr "Ожидалась запятая." msgid "Expected end of expression." msgstr "Ожидался конец выражения." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Ожидалось название ввода." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Ожидалась открывающаяся скобка." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Ожидалось начало выражения." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Ожидалось название переменной." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Экспериментальные" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Экспортировать все сохранения Wii" @@ -5359,11 +5445,11 @@ msgstr "Экспортировать все сохранения Wii" msgid "Export Failed" msgstr "Не удалось экспортировать" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Экспорт записи" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Экспорт записи..." @@ -5391,14 +5477,14 @@ msgstr "Экспорт в .&gcs..." msgid "Export as .&sav..." msgstr "Экспорт в .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "Экспортировано сохранений: %n" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Расширение" @@ -5411,7 +5497,7 @@ msgstr "Данные движения расширения" msgid "Extension Motion Simulation" msgstr "Симуляция движения расширения" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Внешний адрес" @@ -5419,35 +5505,35 @@ msgstr "Внешний адрес" msgid "External Frame Buffer (XFB)" msgstr "Внешний буфер кадров (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Извлечь сертификаты из NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Извлечь весь диск..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Извлечь весь раздел..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Извлечь файл..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Извлечь файлы..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Извлечь системные данные..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Извлечение всех файлов..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Извлечение папки..." @@ -5457,7 +5543,7 @@ msgid "FD" msgstr "ФД" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "Проигрыватель FIFO" @@ -5473,15 +5559,15 @@ msgstr "" "Не удалось открыть карту памяти:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Не удалось добавить сессию в индекс сетевой игры: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Не удалось добавить данные в файл с сигнатурами '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "Не удалось получить интерфейс для прямого доступа к Bluetooth: {0}" @@ -5497,7 +5583,7 @@ msgstr "Не удалось очистить Skylander из слота %1." msgid "Failed to connect to Redump.org" msgstr "Не удалось подключиться к Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Не удалось подключиться к серверу: %1" @@ -5538,36 +5624,36 @@ msgstr "" "\n" "Возможно, Skylander уже есть на портале." -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "Не удалось удалить файл сохранения NetPlay GBA{0}. Проверьте, есть ли у вас " "права на запись." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Не удалось удалить карту памяти сетевой игры. Проверьте, что у вас есть " "права на запись." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Не удалось удалить выбранный файл." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "Не удалось отключить драйвер ядра для проброса BT: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Не удалось скачать коды." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Не удалось сдампить %1: невозможно открыть файл" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Не удалось сдампить %1: ошибка записи в файл" @@ -5580,15 +5666,15 @@ msgstr "Не удалось экспортировать %n из %1 сохран msgid "Failed to export the following save files:" msgstr "Не удалось экспортировать следующие файлы сохранений:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Не удалось извлечь сертификаты из NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Не удалось извлечь файл." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Не удалось извлечь системные данные." @@ -5610,14 +5696,14 @@ msgstr "Не удалось найти один или более символ D msgid "Failed to import \"%1\"." msgstr "Не удалось импортировать \"%1\"." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Не удалось импортировать файл сохранения. Пожалуйста, запустите игру, а " "потом попробуйте ещё раз." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5625,7 +5711,7 @@ msgstr "" "Не удалось импортировать файл сохранения. Похоже, что данный файл повреждён " "или не является корректным сохранением Wii." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5636,7 +5722,7 @@ msgstr "" "ваш NAND (Инструменты -> Управлять NAND -> Проверить NAND...), затем " "импортируйте файл сохранения ещё раз." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Не удалось инициализировать ядро" @@ -5650,7 +5736,7 @@ msgstr "" "Убедитесь, что ваша видеокарта поддерживает хотя бы D3D 10.0\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Не удалось инициализировать классы рендеринга" @@ -5659,11 +5745,11 @@ msgid "Failed to install pack: %1" msgstr "Не удалось установить набор: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Не удалось установить этот продукт в NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5671,8 +5757,8 @@ msgstr "" "Не удалось инициализировать прослушивание порта %1. У вас запущен ещё один " "сервер сетевой игры?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Не удалось загрузить модуль RSO на %1" @@ -5684,7 +5770,7 @@ msgstr "Не удалось загрузить d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "Не удалось загрузить dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Не удалось загрузить файл с картой '%1'" @@ -5700,7 +5786,7 @@ msgstr "" "Не удалось загрузить файл Skylander:\n" "%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Не удалось загрузить исполняемый файл в память." @@ -5716,25 +5802,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Не удалось изменить Skylander." -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "Не удалось открыть «%1» для записи." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "Не удалось открыть «{0}» для записи." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Не удалось открыть '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Не удалось открыть Bluetooth-устройство: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "Не удалось открыть снимок Branch Watch «%1»" @@ -5768,7 +5854,7 @@ msgstr "" msgid "Failed to open file." msgstr "Не удалось открыть файл." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Не удалось открыть сервер" @@ -5809,7 +5895,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Не удалось открыть входной файл \"%1\"." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5824,7 +5910,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Не удалось обработать данные с Redump.org" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "Не удалось разобрать значение, заданное в целевом типе данных." @@ -5837,7 +5923,7 @@ msgid "Failed to read from file." msgstr "Не удалось прочитать данные из файла." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Не удалось прочесть входной файл \"{0}\"." @@ -5904,48 +5990,48 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Не удалось удалить этот продукт из NAND." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Не удалось сбросить папку сетевой игры GCI. Проверьте, что у вас есть права " "на запись." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Не удалось сбросить папку сетевой игры NAND. Проверьте, что у вас есть права " "на запись." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "Не удалось сбросить папку перенаправления NetPlay. Проверьте права на запись." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "Не удалось сохранить снимок Branch Watch «%1»" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Не удалось сохранить лог FIFO." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Не удалось сохранить карту кода по пути '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Не удалось сохранить файл сигнатуры '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Не удалось сохранить карту символов по пути '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Не удалось сохранить файл с сигнатурами '%1'" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5964,11 +6050,11 @@ msgstr "Не удалось деактивировать набор: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Не удалось записать BT.DINF в SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Не удалось записать данные Mii." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Не удалось записать сохранение Wii." @@ -5982,7 +6068,7 @@ msgstr "Не удалось записать файл с конфигураци msgid "Failed to write modified memory card to disk." msgstr "Не удалось записать изменённую карту памяти на диск." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "Не удалось записать перенаправленное сохранение." @@ -5991,7 +6077,7 @@ msgid "Failed to write savefile to disk." msgstr "Не удалось записать файл сохранения на диск." #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -6001,20 +6087,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Ошибка" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Честная задержка ввода" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Резервный регион" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Резервный регион:" @@ -6035,7 +6122,7 @@ msgstr "" "Критическая рассинхронизация. Остановка воспроизведения. (Ошибка в " "PlayWiimote: {0} != {1}, байт {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Поле зрения" @@ -6048,46 +6135,46 @@ msgstr "Номер фигурки:" msgid "Figure type" msgstr "Тип фигурки" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Информация о файле" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Формат файла" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Формат файла:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Информация о файле" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Имя файла" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Путь к файлу" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Размер файла" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Размер файла:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Файл не содержит кодов." @@ -6099,7 +6186,7 @@ msgstr "Имя файла" msgid "Files opened, ready to compress." msgstr "Файлы открыты и готовы к сжатию." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6133,7 +6220,7 @@ msgstr "Искать &далее" msgid "Find &Previous" msgstr "Искать &ранее" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Завершить калибровку" @@ -6168,12 +6255,6 @@ msgstr "Не удалось исправить контрольные суммы msgid "Fixed Alignment" msgstr "Фиксированное выравнивание" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Флаги" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6183,11 +6264,11 @@ msgstr "Флаги" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Перейти к &ветке" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" "Для наилучших результатов медленно двигайте устройство ввода во всех " @@ -6209,7 +6290,7 @@ msgstr "" "Инструкции по установке доступны на этой странице." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Принудительно 16:9" @@ -6217,7 +6298,7 @@ msgstr "Принудительно 16:9" msgid "Force 24-Bit Color" msgstr "Принудительная 24-битная палитра" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Принудительно 4:3" @@ -6249,16 +6330,16 @@ msgstr "Принудительно слушать порт:" msgid "Force Nearest" msgstr "Принудительно метод ближайших соседей" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "Принудительно отключено, поскольку %1 не поддерживает расширение VS." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" "Принудительно включено, поскольку %1 не поддерживает геометрические шейдеры." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6275,7 +6356,7 @@ msgstr "" "ориентированные на конкретную игру.

Если вы не " "уверены, не устанавливайте этот флажок." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6288,17 +6369,20 @@ msgstr "" "

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." msgstr "" +"Заставляет окно рендеринга показыватся поверх других окон и приложений. " +"

Если вы неуверены, оставте это выключеным." #: Source/Core/DolphinQt/ConvertDialog.cpp:60 msgid "Format:" msgstr "Формат:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6313,38 +6397,38 @@ msgstr "Пробросить порт (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Найдено %1 результатов для \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "Найдено адресов: %n." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Кадр %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Перемотка кадров" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Перемотка кадров: умен. скорость" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Перемотка кадров: увел. скорость" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Перемотка кадров: сбросить скорость" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Дамп кадров" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Диапазон кадров" @@ -6352,7 +6436,7 @@ msgstr "Диапазон кадров" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "Изображения с дампами кадра(ов) '{0}' уже существуют. Перезаписать?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Кадров для записи:" @@ -6372,7 +6456,7 @@ msgstr "Свободных файлов: %1" msgid "Free Look Control Type" msgstr "Тип управления свободным обзором" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Контроллер свободного обзора %1" @@ -6392,22 +6476,26 @@ msgstr "" "href=\"https://wiki.dolphin-emu.org/index.php?title=Free_Look\">найти на " "этой странице." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Свободный обзор" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Свободный обзор" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Вкл./выкл. свободный обзор" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Французский" @@ -6426,8 +6514,8 @@ msgid "From" msgstr "от" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "От:" @@ -6435,13 +6523,14 @@ msgstr "От:" msgid "FullScr" msgstr "Во весь экран" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Функция" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" -msgstr "" +msgstr "Параметры Функций" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" @@ -6459,7 +6548,7 @@ msgstr "GBA (внеш. эмулятор по TCP)" msgid "GBA Cartridge Path:" msgstr "Путь к картриджу GBA:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "Ядро GBA" @@ -6475,19 +6564,19 @@ msgstr "Настройки GBA" msgid "GBA TAS Input %1" msgstr "Ввод TAS %1 GBA" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "Громкость GBA" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "Размер окна GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "ROM GBA%1 изменён на «%2»" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM GBA%1 отключён" @@ -6511,7 +6600,7 @@ msgstr "GCMemcardDirectory: вызван ClearBlock некорректного msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ образы GC/Wii (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6535,7 +6624,7 @@ msgstr "GL_MAX_TEXTURE_SIZE равен {0} - должен быть не мень msgid "GPU Texture Decoding" msgstr "Декодирование текстур на ГП" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6548,7 +6637,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "ГП: ОШИБКА OGL: Ваша видеокарта поддерживает OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6556,7 +6645,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется GL_ARB_map_buffer_range.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6564,7 +6653,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется GL_ARB_sampler_objects.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6572,7 +6661,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется GL_ARB_uniform_buffer_object.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6588,7 +6677,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется OpenGL версии 3.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6611,16 +6700,16 @@ msgstr "" msgid "Game" msgstr "Игра" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Картриджи от Game Boy Advance (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6628,7 +6717,7 @@ msgstr "" "Образы игр Game Boy Advance (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *." "bin);;Все файлы (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance в порту %1" @@ -6640,7 +6729,7 @@ msgstr "Цветовое пространство игры:" msgid "Game Config" msgstr "Настройки игры" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Информация об игре" @@ -6656,25 +6745,25 @@ msgstr "Гамма игры" msgid "Game Gamma:" msgstr "Гамма игры:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "ID игры" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "ID игры:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Статус игры" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Игра изменена на \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6683,15 +6772,15 @@ msgstr "" "Свойства, переключитесь на вкладку вкладку «Проверка» и выберите «Проверить " "целостность», чтобы проверить хэш" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "Игра имеет другой номер диска" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "Игра имеет другую версию" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Игра уже запущена!" @@ -6702,7 +6791,7 @@ msgstr "" "Игра перезаписана сохранениями других игр. Повреждение данных после {0:#x}, " "{1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "Игровой регион не соответствует" @@ -6722,11 +6811,11 @@ msgstr "Адаптер GameCube для Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "Адаптер GameCube для Wii U на порту %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "Контроллер GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "Контроллер GameCube на порту %1" @@ -6734,11 +6823,11 @@ msgstr "Контроллер GameCube на порту %1" msgid "GameCube Controllers" msgstr "Контроллеры GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "Клавиатура GameCube" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "Клавиатура GameCube на порту %1" @@ -6755,7 +6844,7 @@ msgstr "Карты памяти GameCube" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "Карты памяти GameCube (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "Микрофон GameCube − Слот %1" @@ -6783,45 +6872,53 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko-коды" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Общие" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Общее и настройки" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "Сгенерировать код(ы) Action Replay" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Сгенерировать новый ID сбора статистики" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Сгенерированы AR-коды." -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Созданы имена символов из '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Немецкий" @@ -6829,11 +6926,11 @@ msgstr "Немецкий" msgid "Germany" msgstr "Германия" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "Ошибка GetDeviceList: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "ГиБ" @@ -6848,7 +6945,7 @@ msgstr "Гигант" msgid "Giants" msgstr "Гиганты" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Режим гольфа" @@ -6857,7 +6954,7 @@ msgid "Good dump" msgstr "Хороший дамп" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Графика" @@ -6866,7 +6963,7 @@ msgstr "Графика" msgid "Graphics Mods" msgstr "Графические моды" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Переключатели графики" @@ -6875,7 +6972,7 @@ msgstr "Переключатели графики" msgid "Graphics mods are currently disabled." msgstr "Графические моды сейчас отключены." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6903,7 +7000,7 @@ msgstr "Зеленая слева" msgid "Green Right" msgstr "Зеленая справа" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "В виде сетки" @@ -6948,7 +7045,7 @@ msgstr "Голова" msgid "Help" msgstr "Помощь" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Уровень героя:" @@ -6981,11 +7078,11 @@ msgstr "Шестнадцатеричный" msgid "Hide" msgstr "Спрятать" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "Скрыть &элементы управления" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Скрыть все" @@ -6997,23 +7094,23 @@ msgstr "Скрыть сессии \"В игре\"" msgid "Hide Incompatible Sessions" msgstr "Скрыть несовместимые сессии" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Скрыть сетевые GBA" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Высокая" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Самое высокое" @@ -7036,15 +7133,39 @@ msgstr "Создать" msgid "Host Code:" msgstr "Код хоста:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Хост управляет вводом" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Размер хоста" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -7057,14 +7178,22 @@ msgstr "" "Подходит для казуальных игр с 3 и более игроками, возможно, при нестабильных " "соединениях или соединениях с высокой задержкой." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Хост не управляет вводом" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Хост управляет вводом" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Создать сетевую игру" @@ -7073,21 +7202,21 @@ msgstr "Создать сетевую игру" msgid "Hostname" msgstr "Имя хоста" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Горячие клавиши" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Горячие клавиши" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Для горячих клавиш требуется окно в фокусе" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Гибридные убершейдеры" @@ -7114,7 +7243,7 @@ msgstr "Введён недопустимый ID." msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "Версия IOS:" @@ -7151,7 +7280,7 @@ msgid "IR" msgstr "ИК" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Чувствительность ИК:" @@ -7192,7 +7321,7 @@ msgstr "" msgid "Icon" msgstr "Иконка" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7203,11 +7332,11 @@ msgstr "" "Подходит для пошаговых игр с элементами управления, чувствительными ко " "времени, такими как гольф." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Генерация ID" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7229,7 +7358,7 @@ msgstr "" "производительности и стабильности.\n" "Данное разрешение можно отозвать в любой момент из настроек Dolphin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7249,7 +7378,7 @@ msgstr "" "Если отключено — подключённость эмулируемого контроллера зависит\n" "от подключённости реального устройства по умолчанию (при наличии такового)." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7260,7 +7389,17 @@ msgstr "" "полезно для тестирования.

Если вы не уверены, не " "устанавливайте этот флажок." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7276,7 +7415,7 @@ msgstr "" msgid "Ignore" msgstr "Игнорировать" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "Игнорировать &достижения ветви Apploader" @@ -7305,18 +7444,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"Игнорирует любые запросы чтения из/записи в EFB от ЦП.

Улучшает " -"производительность в некоторых играх, но отключает все графические эффекты и " -"игровые функции, основанные на EFB.

Если не уверены " -"– оставьте выключенным." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Выводить XFB немедленно" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7331,7 +7466,7 @@ msgstr "" "

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Импортировать бэкап BootMii NAND..." @@ -7346,15 +7481,15 @@ msgstr "Не удалось импортировать" msgid "Import Save File(s)" msgstr "Импорт файлов сохранений" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Импортировать сохранение Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Импортирование бэкапа NAND" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7363,7 +7498,7 @@ msgstr "" "Импортирование бэкапа NAND\n" " Прошло времени: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7376,7 +7511,7 @@ msgstr "" msgid "In-Game?" msgstr "В игре?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7389,64 +7524,64 @@ msgstr "" "сохранение.

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Некорректное значение уровня героя" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "Некорректное время последнего размещения" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "Некорректное время последнего сброса" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Некорректное количество денег" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Некорректный ник." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Некорректное значение игрового времени" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Увеличить" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Увеличить сведение" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Увеличить глубину" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Увеличить скорость эмуляции" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Увеличить внутреннее разрешение" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Увеличить выбранный слот сохранения" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Увеличить по X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Увеличить по Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Увеличивающееся вращение" @@ -7485,12 +7620,12 @@ msgstr "Информация" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Информация" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Запретить скринсейвер во время эмуляции" @@ -7499,11 +7634,11 @@ msgid "Inject" msgstr "Ввести" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Ввод" @@ -7517,19 +7652,16 @@ msgstr "Сила ввода, требуемая для активации." msgid "Input strength to ignore and remap." msgstr "Входная сила, которую следует игнорировать и перезадать." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "Вставить &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Вставить &NOP" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Вставить &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Вставить SD-карту" @@ -7546,7 +7678,7 @@ msgstr "Установить раздел (%1)" msgid "Install Update" msgstr "Установить обновление" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Установить WAD..." @@ -7554,13 +7686,14 @@ msgstr "Установить WAD..." msgid "Install to the NAND" msgstr "Установить в NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Инстр." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Инструкция" @@ -7569,7 +7702,7 @@ msgstr "Инструкция" msgid "Instruction Breakpoint" msgstr "Точка останова инструкции" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Инструкция:" @@ -7578,7 +7711,7 @@ msgstr "Инструкция:" msgid "Instruction: %1" msgstr "Инструкция: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7648,8 +7781,8 @@ msgstr "" "Внутренняя ошибка LZO — не удалось разобрать распакованную строку версии " "({0}/{1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Внутреннее разрешение" @@ -7658,15 +7791,15 @@ msgstr "Внутреннее разрешение" msgid "Internal Resolution:" msgstr "Внутреннее разрешение:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Внутренняя ошибка генерации AR-кода" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Интерпретатор (самый медленный)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Ядро интерпретатора" @@ -7674,7 +7807,7 @@ msgstr "Ядро интерпретатора" msgid "Invalid Expression." msgstr "Некорректное выражение." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "От службы автообновления получен недопустимый JSON: {0}" @@ -7682,7 +7815,7 @@ msgstr "От службы автообновления получен недоп msgid "Invalid Mixed Code" msgstr "Неверный смешанный код" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Некорректный набор %1 указан: %2" @@ -7691,11 +7824,11 @@ msgstr "Некорректный набор %1 указан: %2" msgid "Invalid Player ID" msgstr "Некорректный ID игрока" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Некорректный адрес модуля RSO: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Некорректный стэк вызовов" @@ -7707,7 +7840,7 @@ msgstr "Некорректные контрольные суммы." msgid "Invalid game." msgstr "Недопустимая игра." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Неверный хост-сервер" @@ -7716,7 +7849,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Неверные входные данные для поля \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Неверные входные данные" @@ -7724,7 +7857,7 @@ msgstr "Неверные входные данные" msgid "Invalid literal." msgstr "Некорректный литерал." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Заданы недопустимые параметры для поиска." @@ -7752,13 +7885,21 @@ msgstr "Неверная строка поиска (поддерживаются msgid "Invalid title ID." msgstr "Неверный ID продукта." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Недопустимый адрес наблюдения: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Итальянский" @@ -7771,80 +7912,81 @@ msgstr "Италия" msgid "Item" msgstr "Элемент" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "Отключить линковку блоков JIT" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "Блоки JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "Отключить JIT Branch" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "Отключить JIT для FloatingPoint" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "Отключить JIT для Integer" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "Отключить JIT LoadStore Floating" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "Отключить JIT LoadStore" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "Отключить JIT LoadStore Paired" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "Отключить JIT LoadStore lXz" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "Отключить JIT LoadStore lbzx" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "Отключить JIT LoadStore lwz" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "Отключить JIT (ядро JIT)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "Отключить JIT Paired" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "JIT-рекомпилятор для ARM64 (рекомендуется)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "JIT-рекомпилятор для x86-64 (рекомендуется)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Отключить кэш регистров JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "Отключить JIT SystemRegisters" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7853,16 +7995,17 @@ msgstr "" "происходить. Пожалуйста, сообщите об этой ошибке в багтрекере. Dolphin " "завершит работу." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT не активирован" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Япония" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Японский" @@ -7873,7 +8016,7 @@ msgstr "Японский" msgid "Japanese (Shift-JIS)" msgstr "Японская (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -7881,12 +8024,12 @@ msgstr "" "Kaos — единственный злодей для этого трофея, и он всегда разблокирован. Не " "нужно ничего редактировать." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Оставить запущенным" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Держать окно поверх остальных" @@ -7916,20 +8059,20 @@ msgstr "Контроллер клавиатуры" msgid "Keys" msgstr "Клавиши" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "КиБ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Исключить игрока" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Корея" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Корейский" @@ -7958,41 +8101,41 @@ msgstr "Сохр. LR" msgid "Label" msgstr "Название" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" -msgstr "" +msgstr "Язык" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Посл. значение" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Последнее размещение:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Последний сброс:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Задержка:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Задержка: ~10 мс" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Задержка: ~20 мс" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Задержка: ~40 мс" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Задержка: ~80 мс" @@ -8000,11 +8143,11 @@ msgstr "Задержка: ~80 мс" msgid "Launching these titles may also fix the issues." msgstr "Запуск этих игр также может устранить проблемы." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Таблицы лидеров" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -8063,6 +8206,14 @@ msgstr "" "Левый/правый клик - настроить вывод.\n" "Средний клик - очистить." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -8096,11 +8247,11 @@ msgstr "Свет" msgid "Limit Chunked Upload Speed:" msgstr "Ограничить скорость закачки:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Столбцы в списке" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "В виде списка" @@ -8110,29 +8261,29 @@ msgstr "Прослушивание" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Загр." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Загрузить файл с &плохими картами..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Загрузить &другой файл с картой..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "Загрузить Branch Watch &из…" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" -msgstr "Загрузить снимок Branch Watch" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" +msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Загружать свои текстуры" @@ -8140,24 +8291,29 @@ msgstr "Загружать свои текстуры" msgid "Load File" msgstr "Загрузить файл" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Загрузить главное меню GameCube" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Загрузка только данных сохранений хоста" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Загрузить последнее сохранение" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Путь к загрузке:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Загрузить образ игры" @@ -8165,137 +8321,132 @@ msgstr "Загрузить образ игры" msgid "Load Slot" msgstr "Загрузить слот" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Загрузить быстрое сохранение" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Загр. посл. быстрое сохранение 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Загр. посл. быстрое сохранение 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Загр. посл. быстрое сохранение 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Загр. посл. быстрое сохранение 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Загр. посл. быстрое сохранение 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Загр. посл. быстрое сохранение 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Загр. посл. быстрое сохранение 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Загр. посл. быстрое сохранение 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Загр. посл. быстрое сохранение 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Загр. посл. быстрое сохранение 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Быстрая загрузка 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Быстрая загрузка 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Быстрая загрузка 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Быстрая загрузка 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Быстрая загрузка 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Быстрая загрузка 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Быстрая загрузка 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Быстрая загрузка 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Быстрая загрузка 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Быстрая загрузка 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Быстрая загрузка из файла" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Быстрая загрузка из выбранного слота" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Быстрая загрузка из слота" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Загрузить системное меню Wii %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Загрузка и запись данных сохранений хоста" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Загрузить из выбранного слота" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Быстрая загрузка из слота %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Загрузить файл с картой" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Загрузить системное меню vWii %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Загрузить..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Загружены символы из '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8305,7 +8456,7 @@ msgstr "" "DynamicInputTextures/<game_id>/.

Если не " "уверены – оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8314,28 +8465,28 @@ msgstr "" "

Если вы не уверены, не устанавливайте этот флажок." "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Локальный адрес" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Захватывать курсор мыши" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Заблокировано" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Лог" @@ -8344,19 +8495,20 @@ msgstr "Лог" msgid "Log Configuration" msgstr "Настройка логирования" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Войти" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Логировать покрытие инструкций JIT" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Выйти" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Записывать время рендеринга в файл" @@ -8368,11 +8520,23 @@ msgstr "Типы записей" msgid "Logger Outputs" msgstr "Вывод логов" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Не удалось выполнить вход" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8383,20 +8547,20 @@ msgstr "" "

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Повторять" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Соединение с сервером сетевой игры потеряно..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Низкая" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Самое низкое" @@ -8426,28 +8590,32 @@ msgstr "Магия" msgid "Main Stick" msgstr "Основной стик" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "Убедитесь, что значение уровня героя составляет от 0 до 100." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" "Убедитесь, что значение времени последнего размещения является допустимым." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "Убедитесь, что значение времени последнего сброса является допустимым." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "Убедитесь, что количество денег составляет от 0 до 65000." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "Убедитесь, что ник содержит от 0 до 15 символов." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "Убедитесь, что значение игрового времени является допустимым." @@ -8455,18 +8623,18 @@ msgstr "Убедитесь, что значение игрового време msgid "Make sure there is a Skylander in slot %1!" msgstr "Убедитесь, что в слоте %1 есть Skylander." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Создатель" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Создатель:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8479,16 +8647,16 @@ msgstr "" "

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Управлять NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Ручная выборка текстур" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Порты" @@ -8496,15 +8664,19 @@ msgstr "Порты" msgid "Mask ROM" msgstr "Масочное ПЗУ" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Найдено совпадение" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Максимальный буфер:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Максимальный размер буфера изменён на %1" @@ -8513,12 +8685,12 @@ msgstr "Максимальный размер буфера изменён на % msgid "Maximum tilt angle." msgstr "Максимальный угол наклона." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Может привести к замедлению в меню Wii и некоторых играх." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Среднее" @@ -8534,7 +8706,7 @@ msgstr "Точка останова в памяти" msgid "Memory Card" msgstr "Карта памяти" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Менеджер карт памяти" @@ -8542,7 +8714,7 @@ msgstr "Менеджер карт памяти" msgid "Memory Card Path:" msgstr "Путь к карте памяти:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Переопределение памяти" @@ -8562,7 +8734,7 @@ msgstr "MemoryCard: вызвано чтение некорректного уч msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "MemoryCard: вызвана запись в некорректный участок памяти ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8573,33 +8745,41 @@ msgstr "" "сохранения. Этот процесс необратим, поэтому рекомендуется иметь бэкапы обоих " "NAND. Вы уверены, что хотите продолжить?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "МиБ" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Микрофон" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Мини" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Разное" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Разное" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Разные элементы управления" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8610,7 +8790,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Расхождение во внутренних структурах данных." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8637,7 +8817,7 @@ msgstr "Адаптер для модема (tapserver)" msgid "Modifier" msgstr "Модиф." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8653,20 +8833,20 @@ msgid "Modify Slot" msgstr "Изменить слот" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Изменение Skylander: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Найдено модулей: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Деньги:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Моно" @@ -8678,11 +8858,11 @@ msgstr "Моноскопические тени" msgid "Monospaced Font" msgstr "Моноширный шрифт" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Данные движения" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Симуляция движения" @@ -8691,16 +8871,16 @@ msgstr "Симуляция движения" msgid "Motor" msgstr "Мотор" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Отображение курсора мыши" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Перемещение" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Ролик" @@ -8713,7 +8893,7 @@ msgstr "" "Ролик {0} указывает, что он начинается из состояния сохранения, но {1} не " "существует. Скорее всего, ролик не будет синхронизирован." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "При генерации AR-кодов возникло несколько ошибок." @@ -8722,14 +8902,24 @@ msgstr "При генерации AR-кодов возникло несколь msgid "Multiplier" msgstr "Множитель" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "&Нет для всех" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "Проверка NAND" @@ -8738,8 +8928,8 @@ msgstr "Проверка NAND" msgid "NKit Warning" msgstr "Предупреждение NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8748,7 +8938,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8771,8 +8961,8 @@ msgstr "" "

Если вы не уверены, оставьте значение 2.35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8785,11 +8975,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Имя" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Название новой метки:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Название удаляемой метки:" @@ -8798,10 +8988,10 @@ msgid "Name of your session shown in the server browser" msgstr "Имя вашей сессии для отображения в списке серверов" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Имя:" @@ -8815,7 +9005,7 @@ msgstr "Родное (640x528)" msgid "Native GCI File" msgstr "Стандартный файл GCI" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "Сетевая игра" @@ -8831,7 +9021,7 @@ msgstr "Настройка сетевой игры" msgid "Netherlands" msgstr "Нидерландский" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8840,7 +9030,7 @@ msgstr "" "сохранений, созданные или изменённые во время сеанса Netplay, останутся в " "локальных сохранениях хоста." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8850,7 +9040,7 @@ msgstr "" "сохранений, созданные или изменённые во время сеанса Netplay, будут " "отброшены в конце сеанса." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8859,7 +9049,7 @@ msgstr "" "будут удалены по окончании сеанса Netplay." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Сеть" @@ -8867,7 +9057,7 @@ msgstr "Сеть" msgid "Network dump format:" msgstr "Формат дампа сети:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Никогда" @@ -8876,7 +9066,7 @@ msgid "Never Auto-Update" msgstr "Запретить автообновление" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Новая" @@ -8901,7 +9091,7 @@ msgstr "Новый поиск" msgid "New Tag..." msgstr "Новая метка..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Новый ID сгенерирован." @@ -8909,30 +9099,32 @@ msgstr "Новый ID сгенерирован." msgid "New instruction:" msgstr "Новая инструкция:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Новая метка" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Следующий игровой профиль" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Следующее совпадение" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Следующий профиль" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Ник очень длинный." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Ник:" @@ -8954,21 +9146,21 @@ msgstr "Без выравнивания" msgid "No Audio Output" msgstr "Нет вывода звука" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Без сжатия" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Нет совпадений" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Нет данных сохранений" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Нет данных для изменения." @@ -8989,15 +9181,15 @@ msgstr "Ошибок нет." msgid "No extension selected." msgstr "Не выбрано расширение." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Файл не загружен / записан." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Ни одной игры не запущено." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Ни одной игры не запущено." @@ -9010,23 +9202,23 @@ msgstr "Графический мод не выбран." msgid "No input" msgstr "Нет входных данных" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Проблем не обнаружено." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "Соответствующая игра не найдена" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "В файле M3U \"{0}\" не найдены пути" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Проблем не обнаружено." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -9041,7 +9233,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Профили для игровой настройки '{0}' не найдены" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Запись не загружена." @@ -9057,7 +9249,7 @@ msgstr "" "для предотвращения рассинхронизации ролика" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -9075,7 +9267,7 @@ msgstr "Северная Америка" msgid "Not Set" msgstr "Не установлено" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Не у всех игроков есть игра. Вы действительно хотите начать?" @@ -9099,7 +9291,7 @@ msgstr "" "Недостаточно свободных файлов на выбранной карте памяти. Требуется свободных " "файлов: не менее %n." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Не найдено" @@ -9128,11 +9320,6 @@ msgstr "Уведомление" msgid "Null" msgstr "Пустой" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "Кол-во запусков" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9158,13 +9345,13 @@ msgid "Nunchuk Stick" msgstr "Стик нунчака" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Объект %1" @@ -9216,7 +9403,7 @@ msgstr "Объект 4 X" msgid "Object 4 Y" msgstr "Объект 4 Y" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Диапазон обьектов" @@ -9237,11 +9424,11 @@ msgstr "Смещение" msgid "On" msgstr "Вкл" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "При перемещении" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -9251,7 +9438,7 @@ msgstr "" "вершинного шейдера для расширения точек и линий, выбирается вершинный шейдер " "для выполнения задания. Может влиять на производительность.

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9277,7 +9464,7 @@ msgstr "" "вызовы функций и пути кода условия, которые выполняются только при при " "выполнении какого-либо действия в эмулируемом программном обеспечении." -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Онлайн-&документация" @@ -9285,7 +9472,7 @@ msgstr "Онлайн-&документация" msgid "Only Show Collection" msgstr "Показывать только коллекцию" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9293,7 +9480,7 @@ msgstr "" "Добавлять только символы с префиксом:\n" "(Пусто - все символы)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9312,18 +9499,22 @@ msgstr "Открыть" msgid "Open &Containing Folder" msgstr "Открыть &папку с образом" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Открыть папку &пользователя" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Открыть папку..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "Открыть лог FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -9387,34 +9578,34 @@ msgstr "Оранжевая" msgid "Orbital" msgstr "По орбите" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "Источник" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "Макс. источник" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "Мин. источник" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "Символ источника" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "Источник и назначение" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9424,16 +9615,16 @@ msgstr "Прочие" msgid "Other Partition (%1)" msgstr "Другой раздел (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Другие горячие клавиши" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Другое управление сохранениями" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Другой игры..." @@ -9441,7 +9632,7 @@ msgstr "Другой игры..." msgid "Output" msgstr "Результаты" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Результаты повторной выборки" @@ -9449,16 +9640,16 @@ msgstr "Результаты повторной выборки" msgid "Output Resampling:" msgstr "Результаты повторной выборки:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Перезаписано" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Проиграть записанный ввод..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9471,23 +9662,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "Уровень сжатия PNG" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "Уровень сжатия PNG:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "Файл изображения PNG (*.png);; Все файлы (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "Размер PPC" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC и Хост" @@ -9500,7 +9700,7 @@ msgstr "Геймпад" msgid "Pads" msgstr "Мембраны" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Параметры" @@ -9521,7 +9721,7 @@ msgstr "Пассивный" msgid "Passthrough a Bluetooth adapter" msgstr "Пробрасывать Bluetooth-адаптер" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Пароль" @@ -9546,7 +9746,7 @@ msgstr "Название патча" msgid "Patches" msgstr "Патчи" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Путь:" @@ -9559,23 +9759,23 @@ msgstr "Пути" msgid "Pause" msgstr "Пауза" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "Приостановить Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Пауза в конце ролика" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Пауза при потере фокуса" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Пауза при ошибке" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9588,7 +9788,7 @@ msgstr "" "

Если вы не уверены, не устанавливайте этот флажок." "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9613,7 +9813,7 @@ msgstr "Пиковая скорость взмаха." msgid "Per-Pixel Lighting" msgstr "Попискельное освещение" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Обновить систему через интернет" @@ -9621,15 +9821,15 @@ msgstr "Обновить систему через интернет" msgid "Perform System Update" msgstr "Выполнить обновление системы" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Окно образца производительности (мс)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Окно образца производительности (мс):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Статистика производительности" @@ -9643,15 +9843,15 @@ msgstr "Физическое" msgid "Physical address space" msgstr "Физическое адресное пространство" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "ПиБ" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Выбрать шрифт для отладки" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Пинг" @@ -9663,8 +9863,8 @@ msgstr "Тангаж вниз" msgid "Pitch Up" msgstr "Тангаж вверх" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Платформа" @@ -9672,11 +9872,11 @@ msgstr "Платформа" msgid "Play" msgstr "Запуск" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Проигрывание / запись" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Проиграть записанное" @@ -9684,11 +9884,11 @@ msgstr "Проиграть записанное" msgid "Play Set/Power Disc" msgstr "Play Set/Power Disc" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Параметры просмотра" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Игрок" @@ -9717,18 +9917,23 @@ msgid "Player Two Ability Two" msgstr "Игрок 2 Способность 2" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Игроки" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Игровое время:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9736,7 +9941,7 @@ msgstr "" "Измените настройку «SyncOnSkipIdle» на «True». В настоящее время она " "отключена, что делает эту проблему очень вероятной." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "Прежде чем начать поиск в стандартных областях памяти, запустите игру." @@ -9769,13 +9974,13 @@ msgstr "Порт:" msgid "Portal Slots" msgstr "Слоты портала" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Обнаружена возможная рассинхронизация: %1, вероятно, рассинхронизовался на " "кадре %2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Эффект пост-обработки" @@ -9796,11 +10001,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Предпочтение VS для расширения точек/линий" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Предзагружать свои текстуры" @@ -9828,7 +10033,7 @@ msgstr "" msgid "Presets" msgstr "Предустановки" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Кнопка синхронизации" @@ -9837,7 +10042,7 @@ msgstr "Кнопка синхронизации" msgid "Pressure" msgstr "Давление" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9851,18 +10056,19 @@ msgstr "" "рекомендуется.

Используйте тогда, когда другие " "настройки не дают хороших результатов." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Предыдущий игровой профиль" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Предыдущее совпадение" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Предыдущий профиль" @@ -9884,7 +10090,7 @@ msgstr "Частные и открытые" msgid "Problem" msgstr "Проблема" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9892,7 +10098,7 @@ msgstr "" "Обнаружены проблемы с высокой критичностью. Скорее всего, игра вообще не " "будет работать." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9900,7 +10106,7 @@ msgstr "" "Обнаружены проблемы с низкой критичностью. Вероятно, они не помешают запуску " "игры." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9912,20 +10118,20 @@ msgstr "" msgid "Profile" msgstr "Профиль" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Счётчик команд" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Ход выполнения" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9935,11 +10141,11 @@ msgstr "" msgid "Public" msgstr "Открытые" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Очистить кэш списка игр" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Поместите ПЗУ IPL в User/GC/<регион>." @@ -9951,15 +10157,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Не удаётся включить Quality of Service (QoS)." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Quality of Service (QoS) успешно включен." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "Качество декодера DPLII. С увеличением качества возрастает задержка аудио." @@ -9967,11 +10173,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Вопрос" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Выход" @@ -9992,11 +10198,11 @@ msgstr "R-аналог" msgid "READY" msgstr "ГОТОВ" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Модули RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Автообнаружение RSO" @@ -10029,17 +10235,21 @@ msgstr "Место %1" msgid "Raw" msgstr "Raw (без обработки)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Внутреннее разрешение Raw" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "За&менить инструкцию" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Чтение" @@ -10062,7 +10272,7 @@ msgstr "Только для чтения" msgid "Read or Write" msgstr "Чтение или запись" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Режим \"Только для чтения\"" @@ -10078,7 +10288,7 @@ msgstr "Настоящий Wii Remote" msgid "Received invalid Wii Remote data from Netplay." msgstr "От Netplay получены неверные данные Wii Remote." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "Последние достижения" @@ -10088,23 +10298,27 @@ msgstr "Последние достижения" msgid "Recenter" msgstr "Центровка" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Запись" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Записывать ввод" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Запись" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Опции записи" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Запись..." @@ -10121,7 +10335,7 @@ msgstr "Красная слева" msgid "Red Right" msgstr "Красная справа" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10146,7 +10360,6 @@ msgstr "Статус на Redump.org:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10161,13 +10374,13 @@ msgstr "Обновить значения" msgid "Refresh Game List" msgstr "Обновить список игр" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" "Обновление не удалось. Пожалуйста, запустите игру на некоторое время и " "попробуйте снова." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Текущие значения обновлены." @@ -10176,8 +10389,8 @@ msgstr "Текущие значения обновлены." msgid "Refreshing..." msgstr "Обновление..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Регион" @@ -10198,9 +10411,10 @@ msgstr "Относительный ввод" msgid "Relative Input Hold" msgstr "Удерж. относ. ввод" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" -msgstr "" +msgstr "Релизы (раз в несколько месяцев)" #: Source/Core/DolphinQt/Updater.cpp:86 msgid "Remind Me Later" @@ -10210,7 +10424,7 @@ msgstr "Напомнить позже" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Удалить" @@ -10227,7 +10441,7 @@ msgstr "Удалить мусорные данные (безвозвратно): msgid "Remove Tag..." msgstr "Удалить метку..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Удалить метку" @@ -10241,20 +10455,20 @@ msgstr "" "конечно, вы впоследствии не запакуете данный образ в архив вроде ZIP). Вы " "всё равно хотите продолжить?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Переименовать символ" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Окно отрисовки" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Выводить изображение в главное окно" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10262,6 +10476,16 @@ msgstr "" "Отрисовывает только каркас моделей.

Если не уверены " "– оставьте выключенным." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Отчёт: GCIFolder пишет в невыделенный блок {0:#x}" @@ -10270,15 +10494,15 @@ msgstr "Отчёт: GCIFolder пишет в невыделенный блок {0 msgid "Request to Join Your Party" msgstr "Запрос на присоединение к вашей группе" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10289,7 +10513,7 @@ msgstr "Сбросить" msgid "Reset All" msgstr "Сбросить все" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Сброс игнорирования обработчика ошибок" @@ -10313,7 +10537,7 @@ msgstr "Сбросить настройки обхода" msgid "Reset Values" msgstr "Сбросить значения" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Сбросить поле" @@ -10321,7 +10545,7 @@ msgstr "Сбросить поле" msgid "Reset all saved Wii Remote pairings" msgstr "Сбросить все сопряжения Wii Remote" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Тип разрешения:" @@ -10333,7 +10557,7 @@ msgstr "Менеджер наборов ресурсов" msgid "Resource Pack Path:" msgstr "Путь к наборам ресурсов:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Требуется перезапуск" @@ -10341,11 +10565,11 @@ msgstr "Требуется перезапуск" msgid "Restore Defaults" msgstr "По умолчанию" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "Восстановить инструкцию" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Повтор" @@ -10354,7 +10578,7 @@ msgstr "Повтор" msgid "Return Speed" msgstr "Скорость возврата" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Ревизия" @@ -10362,7 +10586,7 @@ msgstr "Ревизия" msgid "Revision: %1" msgstr "Ревизия: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10413,11 +10637,11 @@ msgstr "Крен влево" msgid "Roll Right" msgstr "Крен вправо" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "ID комнаты" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Поворот" @@ -10426,7 +10650,7 @@ msgstr "Поворот" msgid "Rotation applied at extremities of swing." msgstr "Вращение, применяемое на краях взмаха." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10440,7 +10664,7 @@ msgstr "" "используется родное внутреннее разрешение

Если вы " "не уверены, не устанавливайте этот флажок." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10452,6 +10676,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10477,21 +10710,26 @@ msgstr "" msgid "Rumble" msgstr "Вибрация" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Запуск &до сюда" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Запускать ядра GBA в выделенных потоках" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" -msgstr "Выполнить до" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" -msgstr "Выполнить до (игнорирование точек останова)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" +msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10501,23 +10739,23 @@ msgstr "Выполнить до достижения (игнорирование msgid "Russia" msgstr "Россия" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD-карты" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "Размер файла SD-карты:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "Образ SD-карты (*.raw);;Все файлы (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "Путь к SD-карте:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "Параметры SD-карты" @@ -10525,7 +10763,7 @@ msgstr "Параметры SD-карты" msgid "SD Root:" msgstr "Корневой каталог SD-карты:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "Папка синхронизации:" @@ -10560,11 +10798,11 @@ msgstr "Контекст SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Со&хранить код" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Быстрое &сохранение" @@ -10576,7 +10814,7 @@ msgstr "Безопасное" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10586,28 +10824,40 @@ msgstr "Сохр." msgid "Save All" msgstr "Сохранить все" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "Сохранить Branch Watch &как…" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" -msgstr "Сохранить снимок Branch Watch" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Экспортировать сохранение" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "Сохранить лог FIFO" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Сохранить файл в" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10618,15 +10868,19 @@ msgstr "Сохранение игры" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Файлы сохранений игры (*.sav);;Все файлы (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Импортировать сохранение" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Сохранить самое старое сохранение" @@ -10634,73 +10888,77 @@ msgstr "Сохранить самое старое сохранение" msgid "Save Preset" msgstr "Сохранить предустановку" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Сохранить файл записи как" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Быстрое сохранение" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Быстрое сохранение 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Быстрое сохранение 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Быстрое сохранение 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Быстрое сохранение 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Быстрое сохранение 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Быстрое сохранение 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Быстрое сохранение 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Быстрое сохранение 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Быстрое сохранение 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Быстрое сохранение 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Быстрое сохранение в файл" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Быстрое сохранение в старый слот" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Быстрое сохранение в выбранный слот" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Быстрое сохранение в слот" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Сохранить карту символов &как..." @@ -10708,7 +10966,7 @@ msgstr "Сохранить карту символов &как..." msgid "Save Texture Cache to State" msgstr "Хранить кэш текстур в сохранении" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Быстрые сохранение и загрузка" @@ -10716,15 +10974,11 @@ msgstr "Быстрые сохранение и загрузка" msgid "Save as Preset..." msgstr "Сохранить как предустановку…" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Сохранить как..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Сохранить объединённый файл как" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10739,23 +10993,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Сохранение в той же папке, где и образ" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Сохранить файл с картой" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Сохранить файл сигнатуры" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Сохранить в выбранный слот" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Сохранить в слот %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Сохранить..." @@ -10777,7 +11023,7 @@ msgstr "Быстрое сохранение ролика {0} поврежден msgid "Scaled EFB Copy" msgstr "Увеличенная копия EFB" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Сканирование успешно завершено." @@ -10786,8 +11032,8 @@ msgid "ScrShot" msgstr "Скриншот" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Поиск" @@ -10796,7 +11042,7 @@ msgstr "Поиск" msgid "Search Address" msgstr "Найти адрес" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Искать текущий объект" @@ -10808,7 +11054,7 @@ msgstr "Искать в подпапках" msgid "Search and Filter" msgstr "Поиск и фильтрация" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10816,7 +11062,7 @@ msgstr "" "Поиск в виртуальном адресном пространстве пока невозможен. Пожалуйста, " "запустите игру на некоторое время и попробуйте снова." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Найти инструкцию" @@ -10824,7 +11070,7 @@ msgstr "Найти инструкцию" msgid "Search games..." msgstr "Искать игры..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Поиск инструкции" @@ -10860,20 +11106,18 @@ msgstr "Выбрать" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" -"Выберите файл автосохранения снимков Branch Watch (чтобы сохранить в папке " -"пользователя, отмените)" #: Source/Core/DolphinQt/Settings/PathPane.cpp:71 msgid "Select Dump Path" msgstr "Выберите путь к дампам" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Выберите папку для экспорта" @@ -10881,18 +11125,22 @@ msgstr "Выберите папку для экспорта" msgid "Select Figure File" msgstr "Выберите файл фигурки" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Выбрать BIOS GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Выбрать образ игры GBA" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Выберите путь к файлам сохранений GBA" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Выбрать последнее сохранение" @@ -10901,6 +11149,10 @@ msgstr "Выбрать последнее сохранение" msgid "Select Load Path" msgstr "Выберите путь к загрузке" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Выберите путь к наборам ресурсов" @@ -10909,6 +11161,14 @@ msgstr "Выберите путь к наборам ресурсов" msgid "Select Riivolution XML file" msgstr "Выберите файл XML Riivolution" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Выберите коллекцию Skylander" @@ -10917,58 +11177,62 @@ msgstr "Выберите коллекцию Skylander" msgid "Select Skylander File" msgstr "Выберите файл Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Выбрать слот %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Выбор сохранения" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Выбрать слот сохранения" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Выбрать слот сохранения 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Выбрать слот сохранения 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Выбрать слот сохранения 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Выбрать слот сохранения 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Выбрать слот сохранения 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Выбрать слот сохранения 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Выбрать слот сохранения 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Выбрать слот сохранения 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Выбрать слот сохранения 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Выбрать слот сохранения 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Выберите путь к WFS" @@ -10982,29 +11246,25 @@ msgstr "Выберите корень NAND Wii" msgid "Select a Directory" msgstr "Выберите папку" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Выберите файл" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "Выберите папку для синхронизации с образом SD-карты" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Выберите игру" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Выберите образ SD-карты" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Выберите файл" @@ -11012,19 +11272,15 @@ msgstr "Выберите файл" msgid "Select a game" msgstr "Выберите игру" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Выберите продукт для установки в NAND" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Выбрать e-карточки" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Выберите адрес модуля RSO:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Выберите файл записи, который следует воспроизвести" @@ -11032,36 +11288,19 @@ msgstr "Выберите файл записи, который следует в msgid "Select the Virtual SD Card Root" msgstr "Выберите коренной каталог виртуальной SD-карты" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Выберите файл с ключами (дамп OTP/SEEPROM)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Выберите файл сохранения" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Выберите, куда вы хотите сохранить сконвертированный образ" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Выберите, куда вы хотите сохранить сконвертированные образы" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Выбранный шрифт" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Выбранный профиль контроллера не существует" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Выбранной игры нету в списке игр!" @@ -11073,7 +11312,7 @@ msgstr "Выбранный стэк вызовов потока" msgid "Selected thread context" msgstr "Выбранный контекст потока" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -11081,7 +11320,7 @@ msgstr "" "Выбирает используемый аппаратный адаптер.

%1 не " "поддерживает эту возможность." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -11089,7 +11328,7 @@ msgstr "" "Выбирает используемый аппаратный адаптер.

Если не " "уверены – выберите первый." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -11125,7 +11364,7 @@ msgstr "" "

Если вы не уверены, оставьте значение «Внутреннее " "разрешение с коррекцией соотношения сторон»." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -11144,7 +11383,7 @@ msgstr "" "– ещё один вид 3D, который используется в некоторых телевизорах." "

Если не уверены – выберите Выкл." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11186,31 +11425,54 @@ msgstr "" "использовать в обычных условиях.

Если вы не " "уверены, выберите «Автоматическое»." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Выбирает, какой графический API будет задействован.

Программный " -"рендеринг невероятно медленный и полезен только для отладки, поэтому " -"рекомендуется использовать любой другой бэкенд. Различные игры на разных ГП " -"ведут себя по-разному на каждом бэкенде, поэтому для наилучшей эмуляции " -"рекомендуется попробовать все и выбрать тот, с которым меньше проблем." -"

Если не уверены – выберите OpenGL." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Отправить" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Месторасположение сенсора:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11231,7 +11493,7 @@ msgstr "IP-адрес сервера" msgid "Server Port" msgstr "Порт сервера" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Сервер отверг попытку обхода" @@ -11239,44 +11501,40 @@ msgstr "Сервер отверг попытку обхода" msgid "Set &Value" msgstr "Присвоить &значение" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Изменить СК" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Сделать &образом по умолчанию" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Назначить файл карты памяти для слота A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Назначить файл карты памяти для слота B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Назначить адрес &конца символа" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Назначить &размер символа" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Назначить адрес конца символа" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Назначить размер символа (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11286,19 +11544,19 @@ msgstr "" "игр.\n" "Может не работать для некоторых игр." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Устанавливает язык системы для Wii." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11306,10 +11564,17 @@ msgstr "" "Устанавливает задержку в миллисекундах. Большие значения могут уменьшить " "треск звука. Только для некоторых бэкендов." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -11322,13 +11587,13 @@ msgstr "" "Wii) MEM2 в виртуальном адресном пространстве. Это подходит для подавляющего " "большинства игр." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Настройки" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: не удалось создать файл setting.txt" @@ -11336,7 +11601,7 @@ msgstr "SetupWiiMemory: не удалось создать файл setting.txt" msgid "Severity" msgstr "Критичность" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Компиляция шейдеров" @@ -11358,228 +11623,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Контроллер Shinkansen" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Показывать % скорости" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Показать &лог" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Отображать панель &инструментов" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Показывать название запущенной игры в заголовке окна" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Показать все" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Австралия" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Показывать текущую игру в Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Показывать отключённые коды первыми" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL-файлы" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "Показывать включённые коды первыми" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Показывать FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Показывать счётчик кадров" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Показывать время кадра" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Франция" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Германия" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Показывать оверлей режима гольфа" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Показать Infinity Base" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Показывать ввод экрана" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Италия" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Япония" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Корея" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Показывать счётчик лагов" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Язык отображения:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Показать &настройки логирования" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Показывать сообщения в сетевой игре" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Показывать пинг в сетевой игре" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Голландия" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Показывать наэкранные сообщения" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Показать СК" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Показывать графики производительности" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Отображать игры платформ" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "Показывать статистику проекции" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Отображать игры регионов" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Показывать счётчик перезаписей" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Россия" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Показать портал Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Испания" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Отображение цветов в зависимости от скорости" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Показывать статистику" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Показывать системное время" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Тайвань" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Неизвестный" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "Показывать длительность VBlank" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "Показывать VPS" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD-файлы" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Мир" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Показать в &памяти" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Показать в коде" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Показать в памяти" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Показать в коде" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Показать в памяти" @@ -11587,19 +11856,15 @@ msgstr "Показать в памяти" msgid "Show in server browser" msgstr "Показывать в списке серверов" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "Показать целевой объект в памят&и" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11608,7 +11873,7 @@ msgstr "" "рассинхроне в сетевой игре.

Если не уверены – " "оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
Если вы не уверены, не устанавливайте этот флажок." "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11636,25 +11901,13 @@ msgstr "" "полной

Если вы не уверены, не устанавливайте этот " "флажок." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11664,7 +11917,7 @@ msgstr "" "также стандартное отклонение.

Если вы не уверены, " "не устанавливайте этот флажок." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11674,7 +11927,19 @@ msgstr "" "стандартное отклонение.

Если вы не уверены, не " "устанавливайте этот флажок." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11684,7 +11949,7 @@ msgstr "" "показатель визуальной плавности.

Если вы не " "уверены, установите этот флажок." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11703,7 +11968,7 @@ msgstr "" "

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11711,7 +11976,7 @@ msgstr "" "Показывает различную статистику проекции.

Если не " "уверены, не устанавливайте этот флажок." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11719,6 +11984,14 @@ msgstr "" "Показывает различные статистики отрисовки.

Если не " "уверены – оставьте выключенным." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Горизонтальная стереопара" @@ -11735,7 +12008,7 @@ msgstr "Положить на бок" msgid "Sideways Wii Remote" msgstr "Wii Remote на боку" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "База данных сигнатур" @@ -11759,7 +12032,7 @@ msgid "Signed Integer" msgstr "Знаковое целое" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Упрощ. китайский" @@ -11776,7 +12049,7 @@ msgstr "По шести осям" msgid "Size" msgstr "Размер" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11784,11 +12057,11 @@ msgstr "" "Размер буфера растяжения в миллисекундах. При низких значениях звук может " "потрескивать." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Пропустить" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Пропуск отрисовки" @@ -11804,7 +12077,7 @@ msgstr "Пропускать главное меню" msgid "Skip Presenting Duplicate Frames" msgstr "Не отображать дублирующиеся кадры" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11895,11 +12168,11 @@ msgstr "Таблица сокетов" msgid "Software Renderer" msgstr "Программный рендеринг" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Не удалось считать часть данных." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11915,12 +12188,12 @@ msgstr "" "Некоторые введённые значения некорректны.\n" "Пожалуйста, проверьте подсвеченные значения." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Сортировать по алфавиту" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Звук:" @@ -11934,7 +12207,7 @@ msgstr "Испания" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Испанский" @@ -11942,11 +12215,11 @@ msgstr "Испанский" msgid "Speaker Pan" msgstr "Баланс звука" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Громкость динамика:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Специализированные (по умолчанию)" @@ -11954,7 +12227,7 @@ msgstr "Специализированные (по умолчанию)" msgid "Specific" msgstr "Особенность" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11976,12 +12249,16 @@ msgstr "" "время.

Если вы не уверены, оставьте значение 6." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Скорость" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -12000,33 +12277,37 @@ msgstr "Начало стэка" msgid "Standard Controller" msgstr "Стандартный контроллер" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Старт" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Начать &сетевую игру..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "Запуск Branch Watch" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Новый поиск читов" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Начать запись ввода" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Начать запись" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Запускать во весь экран" @@ -12038,7 +12319,7 @@ msgstr "Запуск с исправлениями Riivolution" msgid "Start with Riivolution Patches..." msgstr "Запуск с исправлениями Riivolution…" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Игра начата" @@ -12061,52 +12342,52 @@ msgstr "Шаг" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Шаг с заходом" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Шаг с выходом" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Шаг с обходом" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Шаг с выходом выполнен успешно!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Истекло время ожидания шага с выходом!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Выполняется шаг с обходом..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Шаг выполнен успешно!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Шаги" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Стерео" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Стереоскопический 3D-режим" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Стереоскопический 3D-режим:" @@ -12127,16 +12408,20 @@ msgid "Stick" msgstr "Стик" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Стоп" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Остановить проигр./запись ввода" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Игра остановлена" @@ -12178,11 +12463,11 @@ msgstr "" "текстуре)

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Растянуть по окну" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Строгая синхронизация настроек" @@ -12196,11 +12481,11 @@ msgstr "Строка" msgid "Strum" msgstr "Бренчание" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" -msgstr "" +msgstr "Стиль" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Стиль:" @@ -12211,18 +12496,18 @@ msgstr "Стиль:" msgid "Stylus" msgstr "Стилус" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Успешно" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Успешно добавлена в индекс сетевой игры" @@ -12232,7 +12517,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "Успешно сконвертировано образов: %n." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "'%1' успешно удалён." @@ -12245,24 +12530,24 @@ msgstr "Файлы сохранений (%n из %1 шт.) успешно экс msgid "Successfully exported save files" msgstr "Файлы сохранений успешно экспортированы" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Сертификаты успешно извлечены из NAND" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Файл успешно извлечён." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Системные данные успешно извлечены." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Файл сохранения успешно импортирован." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Данный продукт успешно установлен в NAND." @@ -12285,12 +12570,12 @@ msgstr "Поддержка" msgid "Supported file formats" msgstr "Поддерживаемые форматы файлов" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Поддерживаются SD и SDHC. Размер по умолчанию: 128 Мбайт." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Объёмный" @@ -12298,7 +12583,7 @@ msgstr "Объёмный" msgid "Suspended" msgstr "Приостановлен" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Поменять ракурсы местами" @@ -12313,7 +12598,7 @@ msgstr "Swap Force" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12337,22 +12622,31 @@ msgstr "Переключиться на A" msgid "Switch to B" msgstr "Переключиться на B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Символ" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Адрес конца символа (%1):" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "Имя символа:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Символы" @@ -12360,7 +12654,7 @@ msgstr "Символы" msgid "Sync" msgstr "Синхронизация" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Синхронизировать коды AR/Gecko" @@ -12380,43 +12674,43 @@ msgstr "" "Синхронизировать потоки ГП и ЦП для исправления случайных зависаний в " "двухядерном режиме. (ВКЛ = Совместимость, ВЫКЛ = Скорость)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "Синхронизация SD-карты с папкой при запуске и завершении эмуляции." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "Синхронизация AR-кодов..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Синхронизация Gecko-кодов..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Синхронизация сохранений..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Язык системы:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "Ввод TAS" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "Управление TAS" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Метки" @@ -12434,15 +12728,15 @@ msgstr "Хвост" msgid "Taiwan" msgstr "Тайвань" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Сделать скриншот" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "Диапазон целевых адресов является недопустимым." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12460,9 +12754,9 @@ msgstr "Техника" msgid "Test" msgstr "Проверить" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "Текстовый файл (*.txt);;Все файлы (*)" @@ -12471,15 +12765,15 @@ msgstr "Текстовый файл (*.txt);;Все файлы (*)" msgid "Texture Cache" msgstr "Кэширование текстур" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Точность кэширования текстур" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Дамп текстур" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Фильтрация текстур" @@ -12487,7 +12781,7 @@ msgstr "Фильтрация текстур" msgid "Texture Filtering:" msgstr "Фильтрация текстур:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Наложение форматов текстур" @@ -12514,11 +12808,11 @@ msgstr "" "Вы действительно хотите перейти на Direct3D 11? Если не уверены, выберите " "«Нет»." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "Хэш-таблица H3 для раздела {0} некорректна." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "IPL-файла нет в списке известных корректных дампов. (CRC32: {0:x})" @@ -12528,11 +12822,11 @@ msgstr "IPL-файла нет в списке известных коррект #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "Отсутствуют разделы Masterpiece." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12540,11 +12834,11 @@ msgstr "" "Не получается исправить NAND. Рекомендуется создать резервную копию текущих " "данных и поставить NAND с нуля." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND успешно исправлен." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12554,11 +12848,11 @@ msgstr "" "карту, системное меню Wii больше не будет запускать её, а также не позволит " "скопировать или переместить её обратно на NAND." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "Количество денег у этого скайлендера. От 0 до 65000" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12578,7 +12872,7 @@ msgstr "Отсутствует раздел с каналом." msgid "The data partition is missing." msgstr "Отсутствует раздел с данными." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12588,7 +12882,7 @@ msgstr "" "увеличит время загрузки. Скорее всего, вы не сможете поделиться записями " "ввода и играть по сети с теми, кто использует хороший дамп." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12690,7 +12984,7 @@ msgstr "" "Файл %1 уже существует.\n" "Вы хотите заменить его?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12724,7 +13018,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Файловая система некорректна или не может быть прочитана." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12734,22 +13028,22 @@ msgstr "" "Переименуйте эту папку в %2, %3 или %4 в зависимости от региона файлов, " "которые он содержит." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" "Формат, в котором сохранён образ диска, не хранит в себе размер образа." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "Обнаружено несколько различных ID игры." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "ID игры необычно короткий." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "ID игры — {0}, но должен быть {1}." @@ -12757,7 +13051,7 @@ msgstr "ID игры — {0}, но должен быть {1}." msgid "The game disc does not contain any usable update information." msgstr "На данном диске не содержится полезной информации про обновление." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Игра уже запущена." @@ -12770,7 +13064,7 @@ msgstr "" "Регионы игры и консоли не совпадают. Обновление эмулируемой консоли при " "помощи данного диска невозможно, т.к. это приведёт к ошибкам системного меню." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12783,15 +13077,15 @@ msgstr "" "\n" "(Во фреймбуффере по умолчанию найден MSAA с {0} сэмплами)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Хэши не совпадают!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Хэши совпадают!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -12799,7 +13093,7 @@ msgstr "" "Уровень героя этого скайлендера. Встречается только в Skylanders: Spyro's " "Adventures. От 0 до 100" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12811,11 +13105,11 @@ msgstr "" msgid "The install partition is missing." msgstr "Отсутствует установочный раздел." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "Последний раз, когда фигурка была размещена на портале" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12835,7 +13129,7 @@ msgstr "" "синхронизировался правильно, измените выбранное устройство на карту памяти " "или папку GCI." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "Ник для этого скайлендера. Ограничен 15 символами" @@ -12844,8 +13138,8 @@ msgid "The patches in %1 are not for the selected game or game revision." msgstr "" "Исправления из %1 не работают для выбранной игры или для этой версии игры." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Профиль '%1' не существует" @@ -12853,7 +13147,7 @@ msgstr "Профиль '%1' не существует" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "Записанная игра ({0}) не совпадает с выбранной игрой ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12874,22 +13168,22 @@ msgstr "" "Один и тот же файл не может использоваться в нескольких слотах; он уже " "используется %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "Одна и та же папка не может использоваться в нескольких слотах; она уже " "используется %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "Версии \"сетевой игры\" сервера и клиента несовместимы." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "На сервере нет мест." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "Сервер прислал неизвестное сообщение об ошибке." @@ -12907,15 +13201,15 @@ msgstr "" "выберите \"Нет\"." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "Указанный общий ключевой индекс: {0}, а должен быть: {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "Указанный файл \"{0}\" не существует" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12928,32 +13222,32 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "Выбранная карта памяти уже содержит файл \"%1\"." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "Билет некорректно подписан." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "Общее время использования этой фигурки в игре в секундах" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "Код игрушки для этой фигурки. Доступен только для настоящих фигурок." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Не удалось прочитать тип раздела." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" "Тип этого скайлендера не содержит данных, которые можно было бы изменить." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "Тип этого скайлендера неизвестен." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12967,7 +13261,7 @@ msgstr "" "Обновление было отменено. Настоятельно рекомендуется завершить его, чтобы " "избежать несогласованности версий системного ПО." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" "В разделе с обновлением отсутствует IOS, используемая данным продуктом." @@ -12976,11 +13270,11 @@ msgstr "" msgid "The update partition is missing." msgstr "Отсутствует раздел с обновлением." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "Раздел с обновлением находится не на своей обычной позиции." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12988,25 +13282,25 @@ msgstr "" "Доступная пользователю часть вашей NAND содержит блоки (%1) данных (%2 КиБ), " "из максимально допустимых %3 (%4 КиБ)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "В разделе {0} некорректная файловая система." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "В разделе {0}, вероятно, отсутствуют корректные данные." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "Раздел {0} некорректно подписан." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "Раздел {0} некорректно выровнен." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" -msgstr "" +msgstr "Тема" #: Source/Core/DiscIO/VolumeVerifier.cpp:445 msgid "There are too many partitions in the first partition table." @@ -13022,8 +13316,8 @@ msgstr "" "\n" "Сохранить изменения перед закрытием?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "Нет данных для сохранения." @@ -13061,7 +13355,7 @@ msgstr "В этом Gecko-коде не содержится строк." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -13069,7 +13363,7 @@ msgstr "" "Этот корейский продукт настроен на использование IOS, которая обычно " "отсутствует на корейских консолях. Скорее всего это приведёт к ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Этот тип скайлендера пока не может быть изменён." @@ -13093,7 +13387,7 @@ msgstr "" "Симулятор action replay не поддерживает коды, которые меняют сам Action " "Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -13101,22 +13395,22 @@ msgstr "" "Эта сборка Dolphin не скомпилирована для вашего процессора.\n" "Запустите сборку Dolphin для ARM64 для наилучшей работы." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Это нельзя отменить!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "Образ этого отладочного диска имеет тот же размер, что образ розничного " "диска." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Необычный размер образа диска." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -13126,7 +13420,7 @@ msgstr "" "загрузки. Скорее всего, вы не сможете поделиться записями ввода и играть по " "сети с теми, кто использует хороший дамп." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -13138,7 +13432,7 @@ msgstr "" "этого файла может соответствовать CRC32 хорошего дампа, даже если файлы не " "идентичны." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -13147,7 +13441,7 @@ msgstr "" "помощи которой вы делали дамп, сохранила образ по частям, то вам необходимо " "объединить их в один файл." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -13155,7 +13449,7 @@ msgstr "" "Образ диска слишком мал, и в нём не хватает данных. Возможно, проблема в " "том, что исходный диск был двухслойным, а в дампе только один слой." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -13165,7 +13459,7 @@ msgstr "" "но ваши текущие параметры делают это маловероятным. Если эта ошибка мешает " "игре работать, сообщите об этом разработчикам." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13185,7 +13479,7 @@ msgstr "Этот файл не содержит корректной файло msgid "This file does not look like a BootMii NAND backup." msgstr "Файл не является бэкапом BootMii NAND." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13196,7 +13490,7 @@ msgstr "" "игровые режимы, может не работать. Эта проблема обычно существует только в " "нелегальных копиях игр." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13206,11 +13500,11 @@ msgstr "" "не поддерживается вашей видеокартой или её драйвером. Во время игры могут " "возникать ошибки и зависания." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Данный дамп — плохой." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13218,7 +13512,7 @@ msgstr "" "Данный дамп — плохой. Но это ещё не означает, что игра будет работать " "некорректно." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13226,11 +13520,11 @@ msgstr "" "Согласно Redump.org, данный дамп — хороший, но Dolphin обнаружил в нём " "проблемы. Возможно, это баг Dolphin." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Данный дамп — хороший." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" "Это относится только к начальной загрузке эмулируемого программного " @@ -13240,7 +13534,7 @@ msgstr "" msgid "This session requires a password:" msgstr "Для данной сессии требуется пароль:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13262,12 +13556,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Этот продукт нельзя загрузить." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Этот продукт настроен на использование некорректной IOS." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Этот продукт настроен на использование некорректного общего ключа." @@ -13309,7 +13603,7 @@ msgid "" msgstr "" "Данное значение умножается на глубину, указанную в графических настройках." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13327,7 +13621,7 @@ msgstr "" "Ограничит скорость закачки данных для каждого клиента. Используется для " "синхронизации сохранений." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13351,7 +13645,7 @@ msgstr "Потоки" msgid "Threshold" msgstr "Порог" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "ТиБ" @@ -13361,6 +13655,31 @@ msgstr "ТиБ" msgid "Tilt" msgstr "Наклон" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13371,10 +13690,10 @@ msgstr "" msgid "Timed Out" msgstr "Время ожидания истекло" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Название" @@ -13382,25 +13701,29 @@ msgstr "Название" msgid "To" msgstr "до" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "До:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Полноэкранный режим" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Анаглиф (3D)" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Горизонтальная стереопара (3D)" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Вертикальная стереопара (3D)" @@ -13408,28 +13731,28 @@ msgstr "Вертикальная стереопара (3D)" msgid "Toggle All Log Types" msgstr "Изменить все виды логгирования" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Изменить соотношение сторон" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Точка останова" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Вкл./выкл. обрезку" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Вкл./выкл. свои текстуры" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Вкл./выкл. копии EFB" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Вкл./выкл. туман" @@ -13441,35 +13764,39 @@ msgstr "Вкл./выкл. полноэкранный режим" msgid "Toggle Pause" msgstr "Вкл./выкл. паузу" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Вкл./выкл. SD-карту" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Вкл./выкл. пропуск доступа к EFB" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Вкл./выкл. дамп текстур" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "Вкл./выкл. USB-клавиатуру" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Вкл./выкл. копии XFB" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Вкл./выкл. немедленный режим XFB" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Ошибка токенизации." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "Элементы управления инструмента" @@ -13477,7 +13804,7 @@ msgstr "Элементы управления инструмента" msgid "Toolbar" msgstr "Панель инструментов" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "сверху" @@ -13485,7 +13812,7 @@ msgstr "сверху" msgid "Top-and-Bottom" msgstr "Вертикальная стереопара" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Всего достижений" @@ -13523,12 +13850,12 @@ msgstr "Общее проходимое расстояние." msgid "Touch" msgstr "Тач-панель" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Код игрушки:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Традиц. китайский" @@ -13548,8 +13875,8 @@ msgstr "Мастер ловушек" msgid "Trap Team" msgstr "Команда ловушек" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Ошибка промежуточного сервера" @@ -13557,7 +13884,7 @@ msgstr "Ошибка промежуточного сервера" msgid "Traversal Server" msgstr "Промежуточный сервер" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Истекло время ожидания подключения обходного сервера к хосту" @@ -13588,7 +13915,7 @@ msgid "Trophy" msgstr "Трофей" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13614,11 +13941,11 @@ msgstr "США" msgid "USB Device Emulation" msgstr "Эмуляция устройства USB" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "Эмуляция USB" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "Устройства эмуляции USB" @@ -13632,7 +13959,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "Ошибка белого списка USB" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13643,7 +13970,7 @@ msgstr "" "слабого оборудования.

Если не уверены – выберите " "этот режим." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13656,7 +13983,7 @@ msgstr "" "вас не бывает подтормаживаний или же у вас слабый ГП — не пользуйтесь этим " "режимом.
" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13670,23 +13997,23 @@ msgstr "" "подтормаживания при компиляции шейдеров с минимальным влиянием на " "производительность, но конечный результат зависит от поведения драйвера ГП." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Не удалось автоматически обнаружить модуль RSO" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "Не удалось подключиться к серверу обновлений." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "Не удалось создать копию средства обновления." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Не удалось изменить Skylander." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Не удалось открыть файл." @@ -13714,11 +14041,11 @@ msgstr "" "\n" "Вы хотите игнорировать данную строку и продолжить чтение?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Не удалось прочитать файл." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "Не удалось установить разрешения для копии средства обновления." @@ -13741,11 +14068,11 @@ msgstr "Несжатые образы GC/Wii (*.iso *.gcm)" msgid "Undead" msgstr "Нежить" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Отменить быструю загрузку" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Отменить быстрое сохранение" @@ -13765,23 +14092,23 @@ msgstr "" "Удаление WAD приведет к удалению текущей версии этого продукта из NAND без " "удаления его сохраненных данных. Продолжить?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "США" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Неизвестно" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Неизвестно (Ид.:%1 Пер.:%2)" @@ -13790,11 +14117,11 @@ msgstr "Неизвестно (Ид.:%1 Пер.:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Неизвестная команда DVD {0:08x} - критическая ошибка" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Получено неизвестное сообщение SYNC_CODES с идентификатором: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13802,11 +14129,11 @@ msgstr "" "Получено неизвестное сообщение SYNC_GECKO_CODES с id:{0} от игрока:{1} Игрок " "выкинут!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Получено неизвестное сообщение SYNC_SAVE_DATA с id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13814,7 +14141,7 @@ msgstr "" "Получено неизвестное сообщение SYNC_SAVE_DATA с id:{0} от игрока:{1} Игрок " "выкинут!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Неизвестный тип скайлендера." @@ -13834,11 +14161,11 @@ msgstr "Неизвестный тип данных" msgid "Unknown disc" msgstr "Неизвестный диск" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Произошла неизвестная ошибка." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Неизвестная ошибка {0:x}" @@ -13846,11 +14173,11 @@ msgstr "Неизвестная ошибка {0:x}" msgid "Unknown error." msgstr "Неизвестная ошибка." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Получено неизвестное сообщение с id : {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "Получено неизвестное сообщение с id: {0} от игрока: {1} Игрок выкинут!" @@ -13865,11 +14192,11 @@ msgstr "Неизвестный(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Неизвестный(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Без ограничения" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Выгрузить образ игры" @@ -13877,7 +14204,12 @@ msgstr "Выгрузить образ игры" msgid "Unlock Cursor" msgstr "Разблок. курсор" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -13909,7 +14241,7 @@ msgstr "8-разрядное число без знака" msgid "Unsigned Integer" msgstr "Беззнаковое целое" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13920,7 +14252,7 @@ msgid "Up" msgstr "Вверх" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Обновление" @@ -13977,7 +14309,7 @@ msgstr "Поставить вертикально" msgid "Upright Wii Remote" msgstr "Wii Remote вертикально" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Настройки отправки статистики об использовании" @@ -13987,15 +14319,19 @@ msgstr "" "Используйте 8.8.8.8 для обычной DNS, в противном случае введите свой " "собственный" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Использовать все данные сохранений Wii" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Использовать встроенную базу названий игр" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Использовать кодек без потерь (FFV1)" @@ -14003,21 +14339,21 @@ msgstr "Использовать кодек без потерь (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Использовать наведение с помощью мыши" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Режим PAL60 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Использовать обработчики ошибок" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -14026,22 +14362,10 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" -"Использование ручного варианта осуществления выборки текстур вместо " -"встроенной функциональности внутреннего графического интерфейса.

Эта " -"настройка может исправить графические проблемы в некоторых играх на " -"определенных ГП, чаще всего вертикальные линии в FMV. Кроме того, включение " -"ручной выборки текстур позволит корректно эмулировать искривление текстуры в " -"особых случаях (при внутреннем разрешении 1x или при отключённом " -"масштабировании EFB, а также при отключённых пользовательских текстурах) и " -"лучше эмулирует расчёт уровня детализации.

Это обеспечивается за счёт " -"потенциально худшей производительности, особенно при высоких внутренних " -"разрешениях; кроме того, анизотропная фильтрация в настоящее время " -"несовместима с ручной выборкой текстур.

Если вы не " -"уверены, снимите этот флажок." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -14084,18 +14408,18 @@ msgstr "" "Вы можете использовать их для сохранения и извлечения значений между\n" "входами и выходами одного и того же родительского контроллера." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Имя пользователя" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -14107,7 +14431,7 @@ msgstr "" "зависимости от игры и/или ГП.

Если не уверены – " "оставьте включенным." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -14117,7 +14441,7 @@ msgstr "" "этого будет создано отдельное окно вывода.

Если не " "уверены – оставьте выключенным." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
В противном случае, " "если не уверены – оставьте выключенной." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14413,8 +14741,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Предупреждение" @@ -14535,7 +14863,14 @@ msgstr "Западная (Windows-1252)" msgid "Whammy" msgstr "Флойд" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14548,7 +14883,7 @@ msgstr "" "

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14561,7 +14896,7 @@ msgstr "" "

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Белый список пробрасываемых USB-устройств" @@ -14569,7 +14904,7 @@ msgstr "Белый список пробрасываемых USB-устройс msgid "Widescreen Hack" msgstr "Широкоформатный хак" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14593,7 +14928,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14611,7 +14946,7 @@ msgstr "Кнопки Wii Remote" msgid "Wii Remote Gyroscope" msgstr "Гироскоп Wii Remote" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Настройки контроллера Wii" @@ -14631,7 +14966,7 @@ msgstr "Ввод Wii TAS %1 - Wii Remote" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Ввод Wii TAS %1 - Wii Remote + Нунчак" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii и Wii Remote" @@ -14639,15 +14974,15 @@ msgstr "Wii и Wii Remote" msgid "Wii data is not public yet" msgstr "Данные Wii ещё не опубликованы" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Файлы сохранений Wii (*.bin);;Все файлы (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "MEGA-файл с сигнатурами WiiTools" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Разрешение окна" @@ -14656,11 +14991,19 @@ msgstr "Разрешение окна" msgid "Window Size" msgstr "Размер окна" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "Очистить &данные контроля" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "Удалить последние достижения" @@ -14674,11 +15017,11 @@ msgstr "Мир" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Запись" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Запись дампа журнала блока JIT" @@ -14711,27 +15054,27 @@ msgstr "Записать в лог и остановиться" msgid "Write to Window" msgstr "Записать в окно" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Неверный номер диска" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Неверный хэш" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Неверный регион" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Неверная версия" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "Записано в «%1»." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "Записано в «{0}»." @@ -14782,7 +15125,7 @@ msgstr "Да" msgid "Yes to &All" msgstr "Да для &всех" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14792,7 +15135,7 @@ msgstr "" "%1. Всё текущее содержимое папки будет удалено. Вы уверены, что хотите " "продолжить?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14846,7 +15189,7 @@ msgstr "" "исключительно для игры «Phantasy Star Online Episode I & II». Если вы не " "уверены, вернитесь назад и настройте «Стандартный контроллер»." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" "Вы используете последнюю версию, доступную\n" @@ -14909,7 +15252,7 @@ msgstr "Вы должны ввести имя вашей сессии!" msgid "You must provide a region for your session!" msgstr "Вы должны указать регион для вашей сессии!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Необходимо перезапустить Dolphin, чтобы изменения вступили в силу." @@ -14937,7 +15280,7 @@ msgstr "" "Остановиться сейчас, чтобы устранить проблему?\n" "Если выбрать «Нет», звук может быть искажён." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14957,7 +15300,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3 code не поддерживается" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "Осталось 0 кандидатов." @@ -15006,7 +15349,7 @@ msgid "default" msgstr "по умолчанию" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "не подключено" @@ -15022,7 +15365,8 @@ msgstr "номер ошибки" msgid "fake-completion" msgstr "ложное дополнение" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "ложь" @@ -15089,7 +15433,8 @@ msgstr "sRGB" msgid "this value:" msgstr "это значение:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "истина" @@ -15109,23 +15454,23 @@ msgstr "не выровнено" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Masterpiece)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "{0} IPL найдено в папке {1}. Не удаётся опознать диск" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "Не удалось синхронизировать коды {0}." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "Не удалось синхронизировать {0}." @@ -15139,7 +15484,7 @@ msgstr "" "папку" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} из {1} блоков. Процент сжатия: {2}%" @@ -15160,6 +15505,8 @@ msgid "" "© 2003-2024+ Dolphin Team. “GameCube” and “Wii” are trademarks of Nintendo. " "Dolphin is not affiliated with Nintendo in any way." msgstr "" +"© 2003-2024+ Dolphin Team. «GameCube» и «Wii» - товарные знаки Nintendo. " +"Dolphin никак не связан с Nintendo." #. i18n: The symbol/abbreviation for degrees (unit of angular measure). #. i18n: The degrees symbol. diff --git a/Languages/po/sr.po b/Languages/po/sr.po index 29a1031ac4..96688fecbf 100644 --- a/Languages/po/sr.po +++ b/Languages/po/sr.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: nikolassj, 2011\n" -"Language-Team: Serbian (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Serbian (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/sr/)\n" "Language: sr\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -28,7 +28,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -36,6 +36,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -44,7 +50,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -79,16 +85,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -104,16 +110,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -133,7 +139,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -144,11 +150,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -161,38 +167,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -200,13 +206,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -218,30 +224,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -249,11 +255,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -269,7 +279,7 @@ msgstr "" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -282,25 +292,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -326,36 +336,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "" @@ -363,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -379,15 +393,15 @@ msgstr "" msgid "&Cancel" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -395,50 +409,51 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "" @@ -446,14 +461,18 @@ msgstr "" msgid "&Edit..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulacija" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -470,41 +489,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Fajl" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Graficke Opcije" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Pomoc" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Hotkey Opcije" @@ -524,19 +543,19 @@ msgstr "" msgid "&Import..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -544,15 +563,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Loaduj Savestate" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -562,23 +581,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memorija" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -586,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -595,23 +618,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Otvori..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcije" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauza" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Pokreni" @@ -619,7 +646,7 @@ msgstr "&Pokreni" msgid "&Properties" msgstr "&Pribor/Opcije" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -627,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registri" @@ -635,29 +662,29 @@ msgstr "&Registri" msgid "&Remove" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Reset" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -665,31 +692,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Stop" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Alat" @@ -699,21 +730,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Pogledaj" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -725,38 +756,30 @@ msgstr "" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(iskljucen/o)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -773,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -782,7 +805,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -843,7 +866,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -851,7 +874,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -863,7 +886,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -899,19 +922,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -927,7 +950,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -935,7 +958,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1024,15 +1047,15 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1062,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1081,7 +1104,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1091,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1107,7 +1130,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1132,7 +1155,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1174,8 +1197,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1251,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1267,7 +1290,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1275,7 +1298,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter" @@ -1302,11 +1325,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1325,28 +1348,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Dodaj..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1365,14 +1387,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1390,7 +1412,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1398,7 +1420,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1425,7 +1447,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1481,7 +1503,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1489,7 +1511,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1498,7 +1520,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1507,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1520,27 +1542,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1558,7 +1580,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1580,7 +1602,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1594,7 +1616,7 @@ msgstr "" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1606,25 +1628,25 @@ msgstr "" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1632,19 +1654,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1652,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1664,16 +1694,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "" @@ -1681,8 +1711,8 @@ msgstr "" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1693,7 +1723,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1714,11 +1744,11 @@ msgstr "" msgid "Audio" msgstr "Zvuk" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1734,7 +1764,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1743,11 +1773,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1755,7 +1789,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1763,20 +1797,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1788,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1819,19 +1864,19 @@ msgstr "" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "" @@ -1840,20 +1885,20 @@ msgstr "" msgid "Background Input" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "U nazad" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1861,28 +1906,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Baner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Detalji o Baneru" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Baner:" @@ -1898,11 +1943,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Osnovno/ni/ne" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Osnovne opcije" @@ -1950,7 +1995,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1962,13 +2007,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2000,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Donji deo/dno" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2072,23 +2117,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2105,7 +2150,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2115,19 +2160,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2136,30 +2181,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2193,24 +2238,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2255,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2263,11 +2308,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "" @@ -2275,11 +2320,11 @@ msgstr "" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2290,7 +2335,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2298,11 +2343,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2336,51 +2381,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2392,23 +2437,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2416,13 +2461,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2440,7 +2485,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2448,7 +2493,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Promeni &Disk..." @@ -2456,7 +2501,7 @@ msgstr "Promeni &Disk..." msgid "Change Disc" msgstr "Promeni Disk" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2464,13 +2509,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2488,7 +2533,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2500,7 +2545,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chat/Caskanje" @@ -2508,7 +2553,7 @@ msgstr "Chat/Caskanje" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Trazi Chit" @@ -2516,7 +2561,7 @@ msgstr "Trazi Chit" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2528,13 +2573,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2546,29 +2591,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Biraj fajl da otvoris " - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Biraj folder u kome zelis da ekstraktujes " +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2587,17 +2632,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Ocisti" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2605,11 +2651,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2618,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Zatvori" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2626,11 +2672,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2638,11 +2693,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2658,11 +2713,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2675,21 +2730,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2697,9 +2752,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2707,7 +2762,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2720,11 +2775,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2814,7 +2869,7 @@ msgstr "" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "" @@ -2827,27 +2882,35 @@ msgstr "" msgid "Configure Output" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2857,35 +2920,35 @@ msgstr "" msgid "Connect" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2901,7 +2964,7 @@ msgstr "" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2909,7 +2972,7 @@ msgstr "" msgid "Connection Type:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2926,23 +2989,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2954,6 +3017,16 @@ msgstr "" msgid "Controllers" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2962,7 +3035,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2970,7 +3043,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2979,7 +3052,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3004,17 +3077,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3022,9 +3095,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3032,9 +3105,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3054,8 +3127,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3084,45 +3157,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3137,11 +3210,6 @@ msgstr "" msgid "Core" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3150,21 +3218,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3180,14 +3243,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3220,16 +3283,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3245,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3257,7 +3320,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Zemlja:" @@ -3290,7 +3353,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3298,11 +3361,11 @@ msgstr "" msgid "Critical" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Izseci" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3314,22 +3377,22 @@ msgstr "" msgid "Crossfade" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3337,7 +3400,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3345,11 +3408,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3357,19 +3420,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3381,6 +3444,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3408,7 +3497,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3416,15 +3505,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3450,7 +3539,7 @@ msgstr "" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3478,7 +3567,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3495,8 +3584,8 @@ msgstr "Mrtva Zona " msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "" @@ -3505,40 +3594,40 @@ msgstr "" msgid "Decimal" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3552,7 +3641,7 @@ msgstr "" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3568,7 +3657,7 @@ msgstr "" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3576,7 +3665,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3586,8 +3675,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Obrisi" @@ -3605,7 +3694,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3613,22 +3702,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3636,7 +3725,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3649,16 +3738,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3671,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Detekuj" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3679,7 +3768,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3701,7 +3790,7 @@ msgstr "Opcije Uredjaja " msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3709,7 +3798,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3733,19 +3822,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3753,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Onemoguci \"Fog\"" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3765,21 +3854,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3788,7 +3877,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3802,7 +3891,8 @@ msgstr "Disk" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3832,15 +3922,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3850,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "" @@ -3858,12 +3948,12 @@ msgstr "" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3871,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "" @@ -3919,27 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3948,7 +4032,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3973,7 +4057,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3983,33 +4067,33 @@ msgstr "" msgid "Down" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4052,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "" @@ -4072,7 +4156,7 @@ msgstr "" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4080,7 +4164,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4105,20 +4189,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4134,15 +4218,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4154,7 +4238,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4162,7 +4246,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "" @@ -4181,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4199,6 +4283,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4210,11 +4299,20 @@ msgstr "" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4236,7 +4334,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "" @@ -4262,7 +4360,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4277,27 +4375,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "" @@ -4305,15 +4403,15 @@ msgstr "" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4321,19 +4419,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4341,15 +4439,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4367,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "" @@ -4401,27 +4499,27 @@ msgstr "" msgid "Enable Speaker Data" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4431,7 +4529,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4439,14 +4537,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4455,7 +4553,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4465,7 +4563,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4473,7 +4571,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4485,18 +4583,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4504,7 +4602,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4512,14 +4610,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4529,7 +4627,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4537,9 +4635,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4548,14 +4646,14 @@ msgid "" "OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4563,7 +4661,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4571,7 +4678,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4590,17 +4697,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "" @@ -4617,7 +4724,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4641,78 +4748,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4723,10 +4829,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Error" @@ -4738,7 +4844,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4748,7 +4854,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" @@ -4756,15 +4862,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4772,11 +4878,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4818,7 +4924,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4834,11 +4940,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4847,12 +4953,12 @@ msgstr "" msgid "Euphoria" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4860,15 +4966,15 @@ msgstr "" msgid "Exit" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4880,27 +4986,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4911,11 +5017,11 @@ msgstr "" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "" @@ -4943,14 +5049,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "" @@ -4963,7 +5069,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4971,35 +5077,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5009,7 +5115,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "" @@ -5023,15 +5129,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5047,7 +5153,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5084,32 +5190,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5122,15 +5228,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5149,25 +5255,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5178,7 +5284,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5187,18 +5293,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5210,7 +5316,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5224,7 +5330,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5238,25 +5344,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5286,7 +5392,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5319,7 +5425,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5331,7 +5437,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5344,7 +5450,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5402,43 +5508,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5453,11 +5559,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5471,7 +5577,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5480,7 +5586,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5488,20 +5594,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5520,7 +5627,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5533,46 +5640,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "" @@ -5584,7 +5691,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5614,7 +5721,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5647,12 +5754,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5662,11 +5763,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5682,7 +5783,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "" @@ -5690,7 +5791,7 @@ msgstr "" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "" @@ -5722,15 +5823,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5740,7 +5841,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5748,7 +5849,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5758,7 +5859,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5773,38 +5874,38 @@ msgstr "" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "" @@ -5812,7 +5913,7 @@ msgstr "" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5832,7 +5933,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5848,22 +5949,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "" @@ -5882,8 +5987,8 @@ msgid "From" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5891,11 +5996,12 @@ msgstr "" msgid "FullScr" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5915,7 +6021,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5931,19 +6037,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5967,7 +6073,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5985,7 +6091,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -5995,25 +6101,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6025,7 +6131,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6043,22 +6149,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6070,7 +6176,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6086,39 +6192,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Igra je vec pokrenuta!" @@ -6127,7 +6233,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6147,11 +6253,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6159,11 +6265,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6180,7 +6286,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6208,45 +6314,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Nemacki " @@ -6254,11 +6368,11 @@ msgstr "Nemacki " msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6273,7 +6387,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6282,7 +6396,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafike" @@ -6291,7 +6405,7 @@ msgstr "Grafike" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6300,7 +6414,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6322,7 +6436,7 @@ msgstr "" msgid "Green Right" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6367,7 +6481,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6400,11 +6514,11 @@ msgstr "" msgid "Hide" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6416,23 +6530,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6455,15 +6569,39 @@ msgstr "" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6471,14 +6609,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6487,21 +6633,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6528,7 +6674,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6559,7 +6705,7 @@ msgid "IR" msgstr "" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "" @@ -6585,18 +6731,18 @@ msgstr "" msgid "Icon" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6609,7 +6755,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6623,14 +6769,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6642,7 +6798,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6667,14 +6823,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6683,7 +6839,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6698,22 +6854,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6726,7 +6882,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6734,64 +6890,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6828,12 +6984,12 @@ msgstr "Info " #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Informacija " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6842,11 +6998,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "" @@ -6860,19 +7016,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "" @@ -6889,7 +7042,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6897,13 +7050,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6912,7 +7066,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6921,7 +7075,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6980,8 +7134,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6990,15 +7144,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7006,7 +7160,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7014,7 +7168,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7023,11 +7177,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7039,7 +7193,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7048,7 +7202,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7056,7 +7210,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7084,13 +7238,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italianski " @@ -7103,95 +7265,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japanski " @@ -7202,18 +7366,18 @@ msgstr "Japanski " msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7243,20 +7407,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korejski " @@ -7285,41 +7449,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7327,11 +7491,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7381,6 +7545,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7414,11 +7586,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7428,29 +7600,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Ucitaj " -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "" @@ -7458,24 +7630,29 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7483,171 +7660,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Ucitaj State Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Ucitaj State Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Ucitaj State Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Ucitaj State Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Ucitaj State Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Uci State Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Ucitaj State Slot 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Ucitaj State Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "" @@ -7656,19 +7828,20 @@ msgstr "" msgid "Log Configuration" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7680,31 +7853,43 @@ msgstr "" msgid "Logger Outputs" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7734,27 +7919,31 @@ msgstr "" msgid "Main Stick" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7762,18 +7951,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7781,16 +7970,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7798,15 +7987,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7815,12 +8008,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7836,7 +8029,7 @@ msgstr "" msgid "Memory Card" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7844,7 +8037,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7864,7 +8057,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7872,33 +8065,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7907,7 +8108,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7927,7 +8128,7 @@ msgstr "" msgid "Modifier" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7939,20 +8140,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7964,11 +8165,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7977,16 +8178,16 @@ msgstr "" msgid "Motor" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -7997,7 +8198,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8006,14 +8207,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8022,8 +8233,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8032,7 +8243,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8049,8 +8260,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8063,11 +8274,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8076,10 +8287,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "" @@ -8093,7 +8304,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8109,27 +8320,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8137,7 +8348,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8146,7 +8357,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8171,7 +8382,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8179,30 +8390,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8224,21 +8437,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8259,15 +8472,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8280,23 +8493,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8307,7 +8520,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8321,7 +8534,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8339,7 +8552,7 @@ msgstr "" msgid "Not Set" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8359,7 +8572,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8386,11 +8599,6 @@ msgstr "" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8416,13 +8624,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8474,7 +8682,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "" @@ -8495,18 +8703,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8521,7 +8729,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8529,13 +8737,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8552,17 +8760,21 @@ msgstr "Otvori " msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8627,34 +8839,34 @@ msgstr "" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8664,16 +8876,16 @@ msgstr "" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8681,7 +8893,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8689,16 +8901,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8711,23 +8923,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8740,7 +8961,7 @@ msgstr "" msgid "Pads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8761,7 +8982,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8786,7 +9007,7 @@ msgstr "" msgid "Patches" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8799,23 +9020,23 @@ msgstr "" msgid "Pause" msgstr "Pauza " -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8823,7 +9044,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8848,7 +9069,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8856,15 +9077,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8878,15 +9099,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8898,8 +9119,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8907,11 +9128,11 @@ msgstr "" msgid "Play" msgstr "Pokreni " -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Pokreni snimanje " @@ -8919,11 +9140,11 @@ msgstr "Pokreni snimanje " msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8952,24 +9173,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9002,11 +9228,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9027,11 +9253,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9057,7 +9283,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9066,7 +9292,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9075,18 +9301,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9108,19 +9335,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9130,20 +9357,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9153,11 +9380,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9169,26 +9396,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pitanje " -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Izadji " @@ -9209,11 +9436,11 @@ msgstr "" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9246,17 +9473,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9279,7 +9510,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9295,7 +9526,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9305,23 +9536,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9338,7 +9573,7 @@ msgstr "" msgid "Red Right" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9356,7 +9591,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9371,11 +9605,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9384,8 +9618,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9406,7 +9640,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9418,7 +9653,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "" @@ -9435,7 +9670,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9446,25 +9681,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9473,15 +9718,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9492,7 +9737,7 @@ msgstr "Reset/Restart " msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9516,7 +9761,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9524,7 +9769,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9536,7 +9781,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9544,11 +9789,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9557,7 +9802,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9565,7 +9810,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9616,11 +9861,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9629,7 +9874,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9638,7 +9883,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9650,6 +9895,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9675,20 +9929,25 @@ msgstr "" msgid "Rumble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9699,23 +9958,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9723,7 +9982,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9758,11 +10017,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "" @@ -9774,7 +10033,7 @@ msgstr "Siguran " #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9784,27 +10043,39 @@ msgstr "Snimaj" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9816,15 +10087,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "" @@ -9832,73 +10107,77 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Snimaj State Slot 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Snimaj State Slot 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Snimaj State Slot 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Snimaj State Slot 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Snimaj State Slot 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Snimaj State Slot 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Snimaj State Slot 7 " -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Snimaj State Slot 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9906,7 +10185,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9914,15 +10193,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Snimaj kao..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9933,23 +10208,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9969,7 +10236,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9978,8 +10245,8 @@ msgid "ScrShot" msgstr "" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -9988,7 +10255,7 @@ msgstr "" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10000,13 +10267,13 @@ msgstr "Trazi Subfoldere " msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10014,7 +10281,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10048,9 +10315,9 @@ msgstr "Izaberi " #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10059,7 +10326,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10067,18 +10334,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10087,6 +10358,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10095,6 +10370,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10103,58 +10386,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10168,29 +10455,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10198,19 +10481,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10218,36 +10497,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Izaberi \"snimani fajl/the save state\"" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10259,19 +10521,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10290,7 +10552,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10301,7 +10563,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10323,24 +10585,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Isprati" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10357,7 +10649,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10365,72 +10657,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10440,13 +10735,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10454,7 +10749,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10476,228 +10771,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10705,109 +11004,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10824,7 +11127,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10848,7 +11151,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "" @@ -10865,17 +11168,17 @@ msgstr "" msgid "Size" msgstr "Velicina" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10891,7 +11194,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10971,11 +11274,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10987,12 +11290,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11006,7 +11309,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "" @@ -11014,11 +11317,11 @@ msgstr "" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11026,7 +11329,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11039,12 +11342,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11063,33 +11370,37 @@ msgstr "" msgid "Standard Controller" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Pokreni " -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Pokreni Snimanje" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11101,7 +11412,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11124,52 +11435,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11190,16 +11501,20 @@ msgid "Stick" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr " Zaustavi" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11231,11 +11546,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11249,11 +11564,11 @@ msgstr "" msgid "Strum" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11264,18 +11579,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11285,7 +11600,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11298,24 +11613,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11338,12 +11653,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11351,7 +11666,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11366,7 +11681,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11386,22 +11701,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11409,7 +11733,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11427,43 +11751,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11481,15 +11805,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11505,9 +11829,9 @@ msgstr "" msgid "Test" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11516,15 +11840,15 @@ msgstr "" msgid "Texture Cache" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11532,7 +11856,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "" @@ -11551,11 +11875,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11565,32 +11889,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11606,14 +11930,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11699,7 +12023,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11726,28 +12050,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11755,7 +12079,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11766,7 +12090,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11775,21 +12099,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11799,11 +12123,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11817,7 +12141,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11825,8 +12149,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11834,7 +12158,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11850,20 +12174,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11876,15 +12200,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11895,31 +12219,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11930,7 +12254,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11938,33 +12262,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11979,8 +12303,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12012,13 +12336,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12040,33 +12364,33 @@ msgid "" "Replay itself." msgstr "" -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12074,26 +12398,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12111,41 +12435,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12153,7 +12477,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12169,12 +12493,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12205,7 +12529,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12218,7 +12542,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12238,7 +12562,7 @@ msgstr "" msgid "Threshold" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12248,6 +12572,31 @@ msgstr "" msgid "Tilt" msgstr "" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12257,10 +12606,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "" @@ -12268,25 +12617,29 @@ msgstr "" msgid "To" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12294,28 +12647,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "" @@ -12327,35 +12680,39 @@ msgstr "" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12363,7 +12720,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "" @@ -12371,7 +12728,7 @@ msgstr "" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12409,12 +12766,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "" @@ -12434,8 +12791,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12443,7 +12800,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12472,7 +12829,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12498,11 +12855,11 @@ msgstr "" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12516,14 +12873,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12531,7 +12888,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12540,23 +12897,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12576,11 +12933,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12603,11 +12960,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12625,23 +12982,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Nepoznat/o" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12650,27 +13007,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12690,11 +13047,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12702,11 +13059,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12721,11 +13078,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12733,7 +13090,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12765,7 +13127,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12776,7 +13138,7 @@ msgid "Up" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Updejt " @@ -12831,7 +13193,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12839,15 +13201,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12855,21 +13221,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12878,8 +13244,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12918,18 +13284,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12937,14 +13303,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13207,8 +13577,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Upozorenje " @@ -13296,7 +13666,14 @@ msgstr "" msgid "Whammy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13304,7 +13681,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13312,7 +13689,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13320,7 +13697,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13344,7 +13721,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13362,7 +13739,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13382,7 +13759,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13390,15 +13767,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13407,11 +13784,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13425,11 +13810,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13462,27 +13847,27 @@ msgstr "" msgid "Write to Window" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13533,14 +13918,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13573,7 +13958,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13617,7 +14002,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "" @@ -13637,7 +14022,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13655,7 +14040,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13704,7 +14089,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13720,7 +14105,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13785,7 +14171,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13805,23 +14192,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13832,7 +14219,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/sv.po b/Languages/po/sv.po index 3afd6079b6..9f71b90b27 100644 --- a/Languages/po/sv.po +++ b/Languages/po/sv.po @@ -8,17 +8,17 @@ # A. Regnander , 2014-2015 # A. Regnander , 2013,2015 # A. Regnander , 2015-2016,2018-2020 -# Arve Eriksson <031299870@telia.com>, 2017,2019-2022 +# Arve Eriksson <031299870@telia.com>, 2017,2019-2022,2024 # JosJuice, 2015-2024 # Mat Mat , 2019 msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" -"Last-Translator: JosJuice, 2015-2024\n" -"Language-Team: Swedish (http://app.transifex.com/delroth/dolphin-emu/" +"Last-Translator: Arve Eriksson <031299870@telia.com>, 2017,2019-2022,2024\n" +"Language-Team: Swedish (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/sv/)\n" "Language: sv\n" "MIME-Version: 1.0\n" @@ -26,7 +26,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -38,7 +38,7 @@ msgstr "" "Eftersom GameCube-skivavbildningar inte innehåller mycket verifieringsdata " "kan det finnas problem som Dolphin inte kan upptäcka." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -50,6 +50,12 @@ msgstr "" "På grund av att detta är en utvecklarversion av en titel kan Dolphin inte " "verifiera att den inte har mixtrats med, även om signaturerna verkar giltiga." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (skiva %1)" @@ -58,7 +64,7 @@ msgstr " (skiva %1)" msgid "! Not" msgstr "! Icke" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "\"{0}\" är en ogiltig GCM/ISO-fil eller är inte en GC/Wii-fil." @@ -95,16 +101,16 @@ msgstr "" "%1\n" "vill vara med i din grupp." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -120,16 +126,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (kopia)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (skiva %2, revision %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (revision %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (inbyggd)" @@ -149,7 +155,7 @@ msgstr "%1 (långsamt)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -163,11 +169,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1-grafikkonfigurering" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -180,11 +186,11 @@ msgstr "%1 ändring(ar) före %2" msgid "%1 doesn't support this feature on your system." msgstr "%1 stöder inte den här funktionen på ditt system." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 stöder inte den här funktionen." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -194,27 +200,27 @@ msgstr "" "%2 objekt\n" "Nuvarande bildruta: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 har gått med" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 har gått ut" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 har låst upp %2/%3 prestationer värda %4/%5 poäng" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 är inte en giltig ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golfar nu" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 spelar %2" @@ -222,13 +228,13 @@ msgstr "%1 spelar %2" msgid "%1 memory ranges" msgstr "%1 minnesintervall" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 poäng" @@ -240,30 +246,30 @@ msgstr "%1 session hittades" msgid "%1 sessions found" msgstr "%1 sessioner hittades" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (normal hastighet)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "%1:s värde ändras" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "%1:s värde träffas" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1:s värde används" @@ -271,11 +277,15 @@ msgstr "%1:s värde används" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "%1

%2" @@ -291,7 +301,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -304,25 +314,25 @@ msgstr "%1x ursprunglig (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x ursprunglig (%2x%3) för %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n adress(er) gick inte att komma åt i det emulerade minnet." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n adress(er) kvar." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -348,36 +358,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Om" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Lägg till minnesbrytpunkt" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Lägg till ny kod…" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Lägg till funktion" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Lägg till..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ljudinställningar" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Uppdatera automatiskt:" @@ -385,15 +395,19 @@ msgstr "&Uppdatera automatiskt:" msgid "&Borderless Window" msgstr "&Kantlöst fönster" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" -msgstr "&Bryt vid träff" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Brytpunkter" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bugghanterare" @@ -401,15 +415,15 @@ msgstr "&Bugghanterare" msgid "&Cancel" msgstr "&Avbryt" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Fuskhanterare" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Leta efter uppdateringar..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Rensa symboler" @@ -417,50 +431,51 @@ msgstr "&Rensa symboler" msgid "&Clone..." msgstr "&Klona..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Kod" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Inkopplad" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Kontrollinställningar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Kopiera adress" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Kopiera adress" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Skapa..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Radera" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Ta bort bevakning" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Ta bort bevakningar" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Redigera kod…" @@ -468,14 +483,18 @@ msgstr "&Redigera kod…" msgid "&Edit..." msgstr "&Redigera..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Mata ut skiva" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emulering" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Exportera" @@ -492,41 +511,41 @@ msgstr "&Exportera snabbsparning..." msgid "&Export as .gci..." msgstr "&Exportera som .gci..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Arkiv" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Teckensnitt…" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Gå fram en &bildruta" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Fri vy-inställningar" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Generera symboler från" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Källkoden på &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "G&rafikinställningar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hjälp" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Kortkommandoinställningar" @@ -546,19 +565,19 @@ msgstr "&Importera snabbsparning..." msgid "&Import..." msgstr "&Importera..." -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinitybas" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&Infoga blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "Tidsut&jämning" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -566,15 +585,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Språk:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "&Ladda grenbevakning" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "L&äs in snabbsparning" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Ladda symbol-map" @@ -584,23 +603,27 @@ msgstr "&Ladda fil till nuvarande adress" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Lås bevakningar" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Lås fast gränssnittselement" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" -msgstr "&Logga vid träff" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Minne" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Inspelning" @@ -608,7 +631,7 @@ msgstr "&Inspelning" msgid "&Mute" msgstr "&Tyst" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Nätverk" @@ -617,23 +640,27 @@ msgid "&No" msgstr "&Nej" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Öppna..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "A<ernativ" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&Patcha HLE-funktioner" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Spela" @@ -641,7 +668,7 @@ msgstr "&Spela" msgid "&Properties" msgstr "&Egenskaper" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "S&krivskyddat läge" @@ -649,7 +676,7 @@ msgstr "S&krivskyddat läge" msgid "&Refresh List" msgstr "&Uppdatera lista" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Register" @@ -657,29 +684,29 @@ msgstr "&Register" msgid "&Remove" msgstr "&Ta bort" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Ta bort kod" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Byt namn på symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Återställ" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Resurspaketshanterare" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "&Spara grenbevakning" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Spara symbol-map" @@ -687,31 +714,35 @@ msgstr "&Spara symbol-map" msgid "&Scan e-Reader Card(s)..." msgstr "&Skanna e-Readerkort..." -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Skylandersportal" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Hastighetsbegränsning:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "S&toppa" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&Trådar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "&Verktyg" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Verktyg" @@ -721,21 +752,21 @@ msgstr "Ladda &ur ROM" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "Lås &upp bevakningar" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Visa" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Bevakning" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Webbplats" @@ -747,38 +778,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ja" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' hittades inte, inga symbolnamn genererade" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' hittades inte, skannar efter vanliga funktioner istället" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Mörk)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Ljus)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(System)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(värd)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(av)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Multiplicera" @@ -795,7 +818,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Subtrahera" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -804,7 +827,7 @@ msgid "--Unknown--" msgstr "--Okänd--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -865,7 +888,7 @@ msgstr "16-bitars signerat heltal" msgid "16-bit Unsigned Integer" msgstr "16-bitars osignerat heltal" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -873,7 +896,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x anisotropisk" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -885,7 +908,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -921,19 +944,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-bitars osignerat heltal" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D-djup" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -949,7 +972,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 block)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -957,7 +980,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1046,17 +1069,17 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "Inte tillgängligt i hardcoreläge." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1093,8 +1116,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Större än" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "En nätspelssession pågår redan!" @@ -1119,7 +1142,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "En skiva håller redan på att sättas in." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1131,7 +1154,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "En snabbsparning kan inte laddas utan att ange ett spel att starta." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1152,7 +1175,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Det går bara att synka när ett Wii-spel körs." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "A&utospara" @@ -1190,7 +1213,7 @@ msgstr "" "nödvändigtvis korrekt.\n" "Använd det på egen risk.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR-kod" @@ -1232,8 +1255,8 @@ msgstr "Precision:" msgid "Achievement Settings" msgstr "Prestationsinställningar" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Prestationer" @@ -1325,7 +1348,7 @@ msgstr "Action Replay: Normalkod {0}: Ogiltig undertyp {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "Aktivera nätspelschatt" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1341,7 +1364,7 @@ msgstr "Aktiv trådkö" msgid "Active threads" msgstr "Aktiva trådar" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "Adapter" @@ -1349,7 +1372,7 @@ msgstr "Adapter" msgid "Adapter Detected" msgstr "Adapter upptäcktes" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "Adapter:" @@ -1376,11 +1399,11 @@ msgstr "Lägg till ny USB-enhet" msgid "Add Shortcut to Desktop" msgstr "Skapa genväg på skrivbordet" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Lägg till brytpunkt" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Lägg till en minnesbrytpunkt" @@ -1399,28 +1422,27 @@ msgstr "Lägg till minnesbrytpunkt" msgid "Add to &watch" msgstr "Lägg till &bevakning" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Lägg till bevakning" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Lägg till..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adress" @@ -1439,23 +1461,16 @@ msgstr "Adressutrymme enligt CPU:ns tillstånd" msgid "Address:" msgstr "Adress:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" -"Justerar texturfiltreringen. Anisotropisk filtrering förbättrar den visuella " -"kvaliteten på texturer som ses från sneda vinklar. Tvinga närmsta och tvinga " -"linjär åsidosätter texturskalningsfiltret som spelet har valt.

Alla " -"alternativ utom \"Standard\" förändrar hur spelets texturer ser ut och kan " -"orsaka problem i ett litet antal spel.

Det här alternativet är inte " -"kompatibelt med manuell textursampling.

Om du är " -"osäker kan du välja \"Default\"." #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1477,7 +1492,7 @@ msgstr "" "

Om du är osäker kan du välja värdet längst till " "höger." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1489,7 +1504,7 @@ msgstr "" "VARNING: Detta kan få många spel att helt sluta fungera. Bara ett litet " "antal spel kan dra någon nytta av detta." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1525,7 +1540,7 @@ msgstr "Avancerat" msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1581,7 +1596,7 @@ msgstr "Alla double" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1589,7 +1604,7 @@ msgid "All Files" msgstr "Alla filer" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Alla filer (*)" @@ -1598,7 +1613,7 @@ msgstr "Alla filer (*)" msgid "All Float" msgstr "Alla float" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Alla GC/Wii-filer" @@ -1607,8 +1622,8 @@ msgstr "Alla GC/Wii-filer" msgid "All Hexadecimal" msgstr "Alla hexadecimala" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Alla snabbsparningar (*.sav *.s##);; Alla filer (*)" @@ -1620,27 +1635,27 @@ msgstr "Alla int" msgid "All Unsigned Integer" msgstr "Alla uint" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Alla filer (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Alla spelares koder har synkroniserats." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Alla spelares sparfiler har synkroniserats." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Tillåt regionsinställningar som inte matchar" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Tillåt rapportering av användningsstatistik" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "Tillåt ändringar på SD-kort" @@ -1660,7 +1675,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Alternativa inmatningskällor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Alltid" @@ -1682,7 +1697,7 @@ msgstr "En inmatad skiva förväntades men hittades inte." msgid "Anaglyph" msgstr "Anaglyf" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analysera" @@ -1696,7 +1711,7 @@ msgstr "Vinkel" msgid "Angular velocity to ignore and remap." msgstr "Vinkelhastighet att ignorera samt skala med." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Kantutjämning" @@ -1708,19 +1723,19 @@ msgstr "Kantutjämning:" msgid "Any Region" msgstr "Valfri region" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "Lägg till signatur i" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Lägg till i &existerande signaturfil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Appli&cera signaturfil..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1728,7 +1743,7 @@ msgstr "" "Tillämpar en efterbehandlingseffekt när en bildruta har renderats.

Om du är osäker kan du välja (av)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploader-datum:" @@ -1736,19 +1751,19 @@ msgstr "Apploader-datum:" msgid "Apply" msgstr "Verkställ" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "Applicera signaturfil" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Upptäck godtyckliga mipmaps" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "Vill du verkligen radera '%1'?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Vill du verkligen radera den här filen?" @@ -1756,10 +1771,18 @@ msgstr "Vill du verkligen radera den här filen?" msgid "Are you sure you want to delete this pack?" msgstr "Är du säker på att du vill radera det här paketet?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "Är du säker på att du vill avsluta nätspelssessionen?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Är du säker?" @@ -1768,16 +1791,16 @@ msgstr "Är du säker?" msgid "Area Sampling" msgstr "Områdessampling" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "Bildförhållande" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "Intern upplösning korrigerad för bildförhållande" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "Bildförhållande:" @@ -1785,9 +1808,9 @@ msgstr "Bildförhållande:" msgid "Assemble" msgstr "Assemblera" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "Assemblera instruktion" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1797,7 +1820,7 @@ msgstr "Assembler" msgid "Assembly File" msgstr "Assemblerfil" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Tilldela kontrolluttag" @@ -1818,11 +1841,11 @@ msgstr "Anslut MotionPlus" msgid "Audio" msgstr "Ljud" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Ljudbackend:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Ljudsträckningsinställningar" @@ -1838,7 +1861,7 @@ msgstr "Skapare" msgid "Authors" msgstr "Författare" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Auto" @@ -1847,11 +1870,15 @@ msgstr "Auto" msgid "Auto (Multiple of 640x528)" msgstr "Auto (multipel av 640x528)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Automatiska uppdateringar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1864,7 +1891,7 @@ msgstr "" "\n" "Välj en specifik intern upplösning." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Autojustera fönsterstorlek" @@ -1872,15 +1899,15 @@ msgstr "Autojustera fönsterstorlek" msgid "Auto-Hide" msgstr "Dölj automatiskt" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "Upptäck RSO-moduler automatiskt?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Synkronisera med mapp automatiskt" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1889,6 +1916,17 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Uppdatera nuvarande värden automatiskt" @@ -1900,7 +1938,7 @@ msgid "Auxiliary" msgstr "ARAM" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1934,19 +1972,19 @@ msgstr "BP-register" msgid "Back Chain" msgstr "Bakåtkedja" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Backend" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Flertrådning i backend" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Backendinställningar" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Backend:" @@ -1955,20 +1993,20 @@ msgstr "Backend:" msgid "Background Input" msgstr "Bakgrundsindata" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Tillbaka" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Dåligt värde gavs" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Ogiltig adress angiven." @@ -1976,28 +2014,28 @@ msgstr "Ogiltig adress angiven." msgid "Bad dump" msgstr "Inkorrekt kopia" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Dålig förskjutning angavs." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Ogiltigt värde angivet." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Banner" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Bannerdetaljer" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Banner:" @@ -2013,11 +2051,11 @@ msgstr "Basadress" msgid "Base priority" msgstr "Basprioritet" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Grundläggande" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Grundläggande inställningar" @@ -2065,7 +2103,7 @@ msgstr "Binär SSL (läs)" msgid "Binary SSL (write)" msgstr "Binär SSL (skriv)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bithastighet (kbps):" @@ -2081,13 +2119,13 @@ msgstr "" "\n" "Prova igen med en annan karaktär." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Blockstorlek" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Blockstorlek:" @@ -2121,67 +2159,67 @@ msgstr "" "Bluetooth-genomsläppningsläge är påslaget, men Dolphin byggdes utan libusb. " "Genomsläppningsläge kan inte användas." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Pausa vid start" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii-NAND-kopia (*bin);;Alla filer (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii-nyckelfil (*bin);;Alla filer (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Kantlös helskärm" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Under" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Branch (LR sparad)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Branch Conditional" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "Branch Conditional (LR sparad)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "Branch Conditional to Count Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "Branch Conditional to Count Register (LR sparad)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "Branch Conditional to Link Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "Branch Conditional to Link Register (LR sparad)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "Gren har inte skrivits över" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Grentyp" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "Gren har skrivits över" @@ -2193,23 +2231,23 @@ msgstr "Grenbevakning" msgid "Branch Watch Tool" msgstr "Grenbevakningsverktyg" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "Hjälp för grenbevakningsverktyg (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "Hjälp för grenbevakningsverktyg (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "Hjälp för grenbevakningsverktyg (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "Hjälp för grenbevakningsverktyg (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2226,7 +2264,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2236,19 +2274,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "Branch to Count Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "Branch to Count Register (LR sparad)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "Branch to Link Register" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "Branch to Link Register (LR sparad)" @@ -2257,30 +2295,30 @@ msgstr "Branch to Link Register (LR sparad)" msgid "Branch: %1" msgstr "Gren: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Grenar" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Bryt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" -msgstr "Bryt &och logga vid träff" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" +msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Brytpunkt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Brytpunkt påträffades! Urstegning avbruten." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Brytpunkter" @@ -2314,24 +2352,24 @@ msgstr "Fel i bredbandsadapter" msgid "Broadband Adapter MAC Address" msgstr "Bredbandsadapterns MAC-adress" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "Bläddra bland &nätspelssessioner..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Buffertstorlek:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Buffertstorleken ändrades till %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffert:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2379,7 +2417,7 @@ msgstr "Av: %1" msgid "C Stick" msgstr "C-spak" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "S&kapa signaturfil..." @@ -2387,11 +2425,11 @@ msgstr "S&kapa signaturfil..." msgid "CP register " msgstr "CP-register" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU-emuleringsmotor:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "Processoralternativ" @@ -2399,11 +2437,11 @@ msgstr "Processoralternativ" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Interpreterare med cache (långsammare)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2418,7 +2456,7 @@ msgstr "" msgid "Calculate" msgstr "Beräkna" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2431,11 +2469,11 @@ msgstr "" "prestandaproblem eller grafiska problem.

Om du är " "osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibrera" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibrering" @@ -2469,52 +2507,52 @@ msgstr "Kamera 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Kamerans synfält (påverkar pekarens känslighet)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "Det går bara att generera AR-koder för värden i virtuellt minne." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Kan inte modifieras än!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Det går inte att redigera skurkar för den här trofén!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Kan inte hitta Wii-fjärrkontrollen med anslutnings-handle {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" "Det går inte att starta en nätspelssession medan ett spel fortfarande körs!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "Avbryt" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Avbryt kalibrering" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "Kandidater: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "Kandidater: %1 | Exkluderade: %2 | Kvar: %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "Kandidater: %1 | Filtrerade: %2 | Kvar: %3" @@ -2530,24 +2568,24 @@ msgstr "" "Denna WAD kan inte startas för att det inte gick att installera den till " "NAND-minnet." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" "Det går inte att jämföra med föregående värde under den första sökningen." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "Kan inte hitta GC-IPL-filen." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Det går inte att generera en AR-kod för den här adressen." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Det går inte att uppdatera utan resultat." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "GCI-mappen kan inte vara en tom sökväg." @@ -2555,13 +2593,13 @@ msgstr "GCI-mappen kan inte vara en tom sökväg." msgid "Cannot set memory card to an empty path." msgstr "Minneskortet kan inte vara en tom sökväg." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "Kunde inte starta spelet för att GC-IPL-filen inte kunde hittas." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Fångad skurk %1:" @@ -2579,7 +2617,7 @@ msgstr "Center" msgid "Center Mouse" msgstr "Centrera mus" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Centrera och kalibrera" @@ -2587,7 +2625,7 @@ msgstr "Centrera och kalibrera" msgid "Change &Disc" msgstr "Byt &skiva" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Byt s&kiva..." @@ -2595,7 +2633,7 @@ msgstr "Byt s&kiva..." msgid "Change Disc" msgstr "Byt skiva" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Byt skivor automatiskt" @@ -2603,7 +2641,7 @@ msgstr "Byt skivor automatiskt" msgid "Change the disc to {0}" msgstr "Byt skiva till {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." @@ -2611,7 +2649,7 @@ msgstr "" "Förändrar hur Dolphins knappar ser ut.

Om du är " "osäker kan du välja Clean." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2640,7 +2678,7 @@ msgstr "" "kameran kring den ursprungliga kameran. Har ingen rörlighet sidledes, endast " "rotation, och du kan zooma upp till kamerans ursprungsläge." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Fuskändringar kommer inte börja gälla förrän spelet startas om." @@ -2652,7 +2690,7 @@ msgstr "Kanalpartition (%1)" msgid "Character entered is invalid!" msgstr "Den angivna karaktären är ogiltig!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Chatt" @@ -2660,7 +2698,7 @@ msgstr "Chatt" msgid "Cheat Code Editor" msgstr "Fuskkodsredigerare" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Sök efter fusk" @@ -2668,7 +2706,7 @@ msgstr "Sök efter fusk" msgid "Cheats Manager" msgstr "Fuskhanterare" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Kontrollera NAND-minne..." @@ -2680,7 +2718,7 @@ msgstr "Leta efter ändringar i spellistan i bakgrunden" msgid "Check for updates" msgstr "Leta efter uppdateringar" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2688,7 +2726,7 @@ msgstr "" "Kontrollera om du har rättigheterna som krävs för att radera filen eller om " "filen fortfarande används." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Kontrollsumma" @@ -2700,29 +2738,29 @@ msgstr "Kina" msgid "Choose" msgstr "Välj" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Välj en fil att öppna" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "Välj en fil att öppna eller skapa" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Välj primär indatafil" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "Välj sekundär indatafil" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "Välj GCI-basmapp" +msgid "Choose GCI Base Folder" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Välj filkatalogen att extrahera till" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "Välj en fil att öppna eller skapa" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2741,17 +2779,18 @@ msgstr "Classic Controller" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Rensa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "Rensa grenbevakning" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Rensa cache" @@ -2759,11 +2798,11 @@ msgstr "Rensa cache" msgid "Clear Slot" msgstr "Rensa plats" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Hastighetsåsidosättning" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Klona och &redigera kod…" @@ -2772,7 +2811,7 @@ msgstr "Klona och &redigera kod…" msgid "Close" msgstr "Stäng" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguration" @@ -2780,11 +2819,20 @@ msgstr "Ko&nfiguration" msgid "Code" msgstr "Kod" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2792,11 +2840,11 @@ msgstr "" msgid "Code:" msgstr "Kod:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Koder mottagna!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Färgkorrigering" @@ -2812,11 +2860,11 @@ msgstr "Färgkorrigering:" msgid "Color Space" msgstr "Färgrymd" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "Kolumn&synlighet" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Kombinera &två signaturfiler..." @@ -2829,21 +2877,21 @@ msgstr "Gemensamt" msgid "Comparand:" msgstr "Jämförare:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Kompilera shaders före start" @@ -2851,9 +2899,9 @@ msgstr "Kompilera shaders före start" msgid "Compiling Shaders" msgstr "Kompilerar shaders" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Komprimering" @@ -2861,7 +2909,7 @@ msgstr "Komprimering" msgid "Compression Level:" msgstr "Komprimeringsnivå:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Komprimering:" @@ -2874,11 +2922,11 @@ msgstr "Villkor" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Villkor" @@ -3020,7 +3068,7 @@ msgstr "Konfigurera" msgid "Configure Controller" msgstr "Anpassa kontroll" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Konfigurera Dolphin" @@ -3033,27 +3081,35 @@ msgstr "Konfigurera inmatning" msgid "Configure Output" msgstr "Konfigurera utmatning" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Bekräfta" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Bekräfta byte av backend" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Bekräfta vid stopp" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Bekräftelse" @@ -3063,35 +3119,35 @@ msgstr "Bekräftelse" msgid "Connect" msgstr "Anslut" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Anslut balansbräda" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "Anslut USB-tangentbord" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Anslut Wii-fjärrkontroll %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "Anslut Wii-fjärrkontroll 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "Anslut Wii-fjärrkontroll 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "Anslut Wii-fjärrkontroll 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "Anslut Wii-fjärrkontroll 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Anslut Wii-fjärrkontroller" @@ -3107,7 +3163,7 @@ msgstr "Vill du ansluta till internet och uppdatera Wii-systemmjukvaran?" msgid "Connected" msgstr "Ansluten" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Ansluter" @@ -3115,7 +3171,7 @@ msgstr "Ansluter" msgid "Connection Type:" msgstr "Anslutningstyp:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "Innehåll {0:08x} är korrupt." @@ -3132,23 +3188,23 @@ msgstr "Kontrollera nätspelsgolfläge" msgid "Control Stick" msgstr "Kontrollspak" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Kontrollprofil" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Kontrollprofil 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Kontrollprofil 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Kontrollprofil 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Kontrollprofil 4" @@ -3160,6 +3216,16 @@ msgstr "Kontrollinställningar" msgid "Controllers" msgstr "Kontroller" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3168,7 +3234,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3180,7 +3246,7 @@ msgstr "" "skapar starkare utanför-skärmen-effekter medan ett lägre värde är mer " "bekvämt." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3195,7 +3261,7 @@ msgstr "" "

Om du är osäker kan du välja Ursprunglig." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3228,17 +3294,17 @@ msgstr "" "Styr vilken DSP-emulering som ska användas; hög eller låg nivå. Förvalet är " "True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Konvergens" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Konvergens:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Konvertering misslyckades." @@ -3246,9 +3312,9 @@ msgstr "Konvertering misslyckades." msgid "Convert" msgstr "Konvertera" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Konvertera fil till mapp nu" @@ -3256,9 +3322,9 @@ msgstr "Konvertera fil till mapp nu" msgid "Convert File..." msgstr "Konvertera fil..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Konvertera mapp till fil nu" @@ -3281,8 +3347,8 @@ msgstr "" "fortsätta ändå?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Konverterar..." @@ -3322,45 +3388,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopiera" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Kopiera &funktion" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Kopiera &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Kopiera adress" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Kopiering misslyckades" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Kopiera hex" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Kopiera värde" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Kopiera kod&rad" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "Kopiera till A" @@ -3375,11 +3441,6 @@ msgstr "Kopiera till B" msgid "Core" msgstr "Kärna" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "Kärnan har inte initialiserats." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Korrigera färgrymd" @@ -3388,21 +3449,16 @@ msgstr "Korrigera färgrymd" msgid "Correct SDR Gamma" msgstr "Korrigera SDR-gamma" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Kostnad" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Kunde inte kommunicera med värden." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "Kunde inte skapa klient." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Kunde inte skapa en peer." @@ -3422,7 +3478,7 @@ msgstr "" "Kunde inte ladda ner uppdateringsinformation från Nintendo. Kontrollera " "internetanslutningen och försök igen." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3433,7 +3489,7 @@ msgstr "" "\n" "Emuleringen kommer nu avslutas." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3480,16 +3536,16 @@ msgstr "" "Kunde inte starta titeln {0:016x} eftersom den inte finns i NAND-minnet.\n" "Den emulerade mjukvaran kommer antagligen frysa nu." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Kunde inte känna igen filen {0}" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Det gick inte att spara ändringarna!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Kunde inte starta uppdaterarprocessen: {0}" @@ -3513,7 +3569,7 @@ msgstr "" "I så fall kan du behöva ställa in dina minneskortsplatser i inställningarna " "igen." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kunde inte slå upp centralserver" @@ -3525,7 +3581,7 @@ msgstr "Kunde inte öppna filen." msgid "Couldn't read file." msgstr "Kunde inte läsa in filen." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Land:" @@ -3558,7 +3614,7 @@ msgid "Create..." msgstr "Skapa..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Skapare:" @@ -3566,11 +3622,11 @@ msgstr "Skapare:" msgid "Critical" msgstr "Kritisk" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Beskär" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3582,11 +3638,11 @@ msgstr "" msgid "Crossfade" msgstr "Överbländning" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "Filtrera hörnpunkter på CPU" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3596,11 +3652,11 @@ msgstr "" "Kan påverka prestanda och ritstatistik.

Om du är " "osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Nuvarande region" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Nuvarande värde" @@ -3608,7 +3664,7 @@ msgstr "Nuvarande värde" msgid "Current context" msgstr "Aktuell kontext" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Nuvarande spel" @@ -3616,11 +3672,11 @@ msgstr "Nuvarande spel" msgid "Current thread" msgstr "Aktuell tråd" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Anpassad" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "Anpassad (utsträckt)" @@ -3628,19 +3684,19 @@ msgstr "Anpassad (utsträckt)" msgid "Custom Address Space" msgstr "Anpassat adressutrymme" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Höjd för anpassat bildförhållande" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Bredd för anpassat bildförhållande" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Anpassat bildförhållande:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Alternativ för egen realtidsklocka" @@ -3652,6 +3708,32 @@ msgstr "Anpassad:" msgid "Customize" msgstr "Anpassa" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3679,7 +3761,7 @@ msgstr "DJ-skivspelare" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP-emuleringsmotor" @@ -3687,15 +3769,15 @@ msgstr "DSP-emuleringsmotor" msgid "DSP HLE (fast)" msgstr "DSP HLE (snabb)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (rekommenderas)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE-interpreterare (väldigt långsam)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE-omkompilator (långsam)" @@ -3725,7 +3807,7 @@ msgstr "Dansmatta" msgid "Dark" msgstr "Mörker" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Data" @@ -3753,7 +3835,7 @@ msgstr "Data i okänt format eller trasig." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "Datainkonsekvens i GCMemcardManager, avbryter åtgärd." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Data mottagen!" @@ -3770,8 +3852,8 @@ msgstr "Död zon" msgid "Debug" msgstr "Felsökning" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Felsökning" @@ -3780,40 +3862,40 @@ msgstr "Felsökning" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Dekodningskvalitet:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Minska" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Sänk konvergens" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Sänk djup" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Minska emuleringshastighet" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "Sänk intern upplösning" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Sänk vald snabbsparningsplats" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "Minska X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Minska Y" @@ -3827,7 +3909,7 @@ msgstr "Standard" msgid "Default Config (Read Only)" msgstr "Standardinställningar (skrivskyddad)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Standardenhet" @@ -3843,7 +3925,7 @@ msgstr "Standard-ISO:" msgid "Default thread" msgstr "Förvald tråd" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "Fördröj EFB-cacheinvalidering" @@ -3851,7 +3933,7 @@ msgstr "Fördröj EFB-cacheinvalidering" msgid "Defer EFB Copies to RAM" msgstr "Fördröj EFB-kopior till RAM" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3867,8 +3949,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Radera" @@ -3886,7 +3968,7 @@ msgstr "Radera valda filer..." msgid "Delete the existing file '{0}'?" msgstr "Radera den existerande filen '{0}'?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Djup" @@ -3894,22 +3976,22 @@ msgstr "Djup" msgid "Depth Percentage:" msgstr "Djupandel:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Djup:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Beskrivning" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Beskrivning:" @@ -3917,7 +3999,7 @@ msgstr "Beskrivning:" msgid "Description: %1" msgstr "Beskrivning: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "Destination" @@ -3930,16 +4012,16 @@ msgstr "Destination (UNIX-socketsökväg eller adress:port):" msgid "Destination (address:port):" msgstr "Destination (adress:port):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Maxdestination" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "Mindestination" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "Destinationssymbol" @@ -3952,7 +4034,7 @@ msgstr "Frikopplad" msgid "Detect" msgstr "Sök" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Upptäcker RSO-moduler" @@ -3960,7 +4042,7 @@ msgstr "Upptäcker RSO-moduler" msgid "Deterministic dual core:" msgstr "Deterministiska dubbla kärnor:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Utvecklingsversioner (flera gånger om dagen)" @@ -3982,7 +4064,7 @@ msgstr "Enhetsinställningar" msgid "Device VID (e.g., 057e)" msgstr "Enhetens VID (t.ex. 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Enhet:" @@ -3990,7 +4072,7 @@ msgstr "Enhet:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "%1 verkar inte vara en giltig Riivolution-XML-fil." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Gör skärmen mörkare efter fem minuters inaktivitet." @@ -4014,19 +4096,19 @@ msgstr "Inaktivera Bounding Box" msgid "Disable Copy Filter" msgstr "Inaktivera kopieringsfilter" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "Inaktivera EFB-VRAM-kopior" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Inaktivera emuleringshastighetsgräns" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Inaktivera fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Inaktivera fastmemarena" @@ -4034,11 +4116,11 @@ msgstr "Inaktivera fastmemarena" msgid "Disable Fog" msgstr "Inaktivera dimma" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Inaktivera JIT-cache" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Inaktivera stor ingångspunktstabell" @@ -4046,7 +4128,7 @@ msgstr "Inaktivera stor ingångspunktstabell" msgid "Disabled" msgstr "Avstängd" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4057,7 +4139,7 @@ msgstr "" "inte fungera rätt.

Om du är osäker kan du lämna " "detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Om du är " "osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4081,7 +4163,7 @@ msgstr "" "skarpare. Orsakar få grafiska problem.

Om du är " "osäker kan du lämna detta markerat." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4098,7 +4180,8 @@ msgstr "Skiva" msgid "Discard" msgstr "Kasta" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Visningsinställningar" @@ -4132,16 +4215,16 @@ msgstr "Avstånd" msgid "Distance of travel from neutral position." msgstr "Förflyttningsavstånd från neutral position." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "Godkänner du att Dolphin rapporterar information till Dolphins utvecklare?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "Vill du lägga till \"%1\" i listan av spelsökvägar?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Vill du tömma symbolnamnlistan?" @@ -4151,7 +4234,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "Vill du radera denna/dessa %n markerade sparfil(er)?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vill du stoppa den aktuella emuleringen?" @@ -4159,12 +4242,12 @@ msgstr "Vill du stoppa den aktuella emuleringen?" msgid "Do you want to try to repair the NAND?" msgstr "Vill du försöka reparera NAND-minnet?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II-dekoder" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin-FIFO-logg (*.dff)" @@ -4172,22 +4255,22 @@ msgstr "Dolphin-FIFO-logg (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Förinställd Dolphin-spelmod" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin-map-fil (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphin-signatur-CSV-fil" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphin-signaturfil" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin-TAS-filmer (*.dtm)" @@ -4231,11 +4314,11 @@ msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" "Dolphin är en GameCube- och Wii-emulator som är open source och fri mjukvara." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin är för gammal för traverseringsservern" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4243,18 +4326,11 @@ msgstr "" "Dolphin kan inte verifiera typiska TGC-filer korrekt eftersom de inte är " "kopior av faktiska skivor." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin kan inte verifiera olicensierade skivor." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin använder detta för titlar vars region inte kan avgöras automatiskt." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphins fusksystem är avstängt just nu." @@ -4263,7 +4339,7 @@ msgstr "Dolphins fusksystem är avstängt just nu." msgid "Domain" msgstr "Domän" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Uppdatera inte" @@ -4288,7 +4364,7 @@ msgstr "Dörrar låsta" msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4298,33 +4374,33 @@ msgstr "Double" msgid "Down" msgstr "Ner" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Ladda ner koder" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "Ladda ner koder från WiiRD-databasen" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "Ladda ned spelomslag från GameTDB.com att använda i rutnätsläget" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "Nedladdning slutförd" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "Laddade ner %1 koder. (Lade till %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4367,19 +4443,19 @@ msgstr "Dumpa &FakeVMEM" msgid "Dump &MRAM" msgstr "Dumpa &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Dumpa ljud" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Dumpa bastexturer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "Dumpa EFB-mål" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dumpa bildrutor" @@ -4387,7 +4463,7 @@ msgstr "Dumpa bildrutor" msgid "Dump GameCube BBA traffic" msgstr "Dumpa GameCube-BBA-trafik" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Dumpa mipmaps" @@ -4395,7 +4471,7 @@ msgstr "Dumpa mipmaps" msgid "Dump Path:" msgstr "Dump-sökväg:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "Dumpa XFB-mål" @@ -4420,7 +4496,7 @@ msgstr "Dumpa peer-certifikat" msgid "Dump root CA certificates" msgstr "Dumpa rot-CA-certifikat" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Om du är osäker kan du " "lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4439,7 +4515,7 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4458,15 +4534,15 @@ msgstr "Varaktighet för turboknappsläppning (bildrutor):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Nederländska" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "A&vsluta" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "EFB-kopia %1" @@ -4482,7 +4558,7 @@ msgstr "" "krävs förmodligen en omstart nu för att få Windows att hitta den nya " "drivrutinen." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4494,7 +4570,7 @@ msgstr "" "Lämpligt för tävlingar där neutralitet och minimal latens är som mest " "viktigt." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Tidiga minnesuppdateringar" @@ -4513,16 +4589,16 @@ msgstr "Östasien" msgid "Edit Breakpoint" msgstr "Redigera brytpunkt" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Redigera villkor" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Redigera villkorsuttryck" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Redigera..." @@ -4531,6 +4607,11 @@ msgstr "Redigera..." msgid "Editor" msgstr "Editor" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4542,11 +4623,20 @@ msgstr "Effekt" msgid "Effective" msgstr "Effektivt" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Faktisk prioritet" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4568,7 +4658,7 @@ msgstr "Inbäddad bildrutebuffert (EFB)" msgid "Empty" msgstr "Tom" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Emuleringstråd körs redan" @@ -4596,7 +4686,7 @@ msgstr "" "Emulerar riktig hårdvaras skivläsarhastighet. Spel kan bli instabila om det " "här är avstängt. Förvalet är True" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Emulerade USB-enheter" @@ -4614,27 +4704,27 @@ msgstr "" "Nuvarande: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Emuleringshastighet" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Aktivera" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "Aktivera API-valideringslager" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Aktivera ljudsträckning" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Aktivera fusk" @@ -4642,15 +4732,15 @@ msgstr "Aktivera fusk" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Aktivera egen realtidsklocka" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Aktivera felsökningsgränssnitt" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "Aktivera Discordnärvaro" @@ -4658,19 +4748,19 @@ msgstr "Aktivera Discordnärvaro" msgid "Enable Dual Core" msgstr "Aktivera dubbla kärnor" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Aktivera dubbla kärnor (höjer prestandan)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Åsidosätt den emulerade CPU:ns hastighet" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Åsidosätt den emulerade minnesstorleken" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Aktivera reprisprestationer" @@ -4678,15 +4768,15 @@ msgstr "Aktivera reprisprestationer" msgid "Enable FPRF" msgstr "Aktivera FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Aktivera grafikmoddar" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Aktivera hardcodeläge" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4719,33 +4809,33 @@ msgstr "" "du stänger av hardcoreläget medan ett spel körs måste du stänga spelet före " "du kan slå på det igen." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "Aktivera JIT-blockprofilering" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "Aktivera MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "Aktivera framstegsnotiser" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Aktivera Progressive scan" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "Aktivera RetroAchievements.org-integrering" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Vibration" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Aktivera skärmsläckare" @@ -4753,27 +4843,27 @@ msgstr "Aktivera skärmsläckare" msgid "Enable Speaker Data" msgstr "Aktivera högtalardata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Aktivera inofficiella prestationer" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Aktivera statistikrapportering" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "Aktivera WiiConnect24 via WiiLink" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Aktivera Wireframe" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Aktivera cache för skrivningar (långsamt)" @@ -4785,7 +4875,7 @@ msgstr "" "Aktiverar emulerad skivhastighet. Att stänga av detta kan leda till kraschar " "och andra problem i vissa spel. (PÅ = kompatibel, AV = obegränsad)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4793,14 +4883,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4809,7 +4899,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4819,7 +4909,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4827,7 +4917,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4843,18 +4933,18 @@ msgstr "" "Aktiverar beräkning av Floating Point Result Flag. Behövs för vissa spel. " "(PÅ = kompatibel, AV = snabb)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4862,7 +4952,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4875,7 +4965,7 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4885,7 +4975,7 @@ msgstr "" "flesta spel har inga problem med detta.

Om du är " "osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4902,7 +4992,7 @@ msgstr "" "SDR internt.

Om du är osäker kan du lämna detta " "omarkerat." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "Sträcker ut ljudet så att det matchar emulationshastigheten." @@ -4910,9 +5000,9 @@ msgstr "Sträcker ut ljudet så att det matchar emulationshastigheten." msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4923,14 +5013,14 @@ msgstr "" "Aktiverar minneshanterarenheten som behövs för några spel. (PÅ = Kompatibel, " "AV = Snabb)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4942,7 +5032,16 @@ msgstr "" "Forecast Channel och Nintendo Channel.\n" "Läs användarvillkoren på: https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4955,7 +5054,7 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4980,17 +5079,17 @@ msgstr "" "\n" "Avbryter import." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Slutadr." -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet initialiserades inte" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "Engelska" @@ -5007,7 +5106,7 @@ msgstr "Ange IP-adress för enheten som kör XLink Kai-klienten:" msgid "Enter USB device ID" msgstr "Ange ID för en USB-enhet" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Ange adress att bevaka:" @@ -5031,78 +5130,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Ange RSO-moduladressen:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5113,10 +5211,10 @@ msgstr "Ange RSO-moduladressen:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fel" @@ -5128,7 +5226,7 @@ msgstr "Fellogg" msgid "Error Opening Adapter: %1" msgstr "Ett fel uppstod när adaptern skulle öppnas: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Fel uppstod när spardata samlades in!" @@ -5138,7 +5236,7 @@ msgstr "Fel uppstod när spardata samlades in!" msgid "Error converting value" msgstr "Misslyckades att konvertera värde" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Fel uppstod när valt språk skulle läsas in. Byter tillbaka till " @@ -5148,15 +5246,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Ett fel uppstod när sessionslistan skulle hämtas: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Ett fel uppstod när vissa texturpaket laddades" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Fel uppstod när koder behandlades." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Fel uppstod när data behandlades." @@ -5164,11 +5262,11 @@ msgstr "Fel uppstod när data behandlades." msgid "Error reading file: {0}" msgstr "Fel uppstod när fil lästes: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Ett fel uppstod med att synkronisera fuskkoder!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Fel uppstod när spardata synkroniserades!" @@ -5212,7 +5310,7 @@ msgstr "Fel: GBA{0} misslyckades att öppna ROM-filen i {1}" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Fel: GBA{0} misslyckades att öppna sparfilen i {1}" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Fel: Det här bygget av Dolphin stöder inte emulerade GBA-kontroller" @@ -5232,11 +5330,11 @@ msgstr "" "Fel: Försöker att komma åt Windows-1252-teckensnitt men de är inte inlästa. " "Spel kanske inte visar typsnitt korrekt, eller kraschar." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "Fel hittades i {0} block i {1}-partitionen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "Fel hittades i {0} oanvända block i {1}-partitionen." @@ -5245,12 +5343,12 @@ msgstr "Fel hittades i {0} oanvända block i {1}-partitionen." msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Europa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Exklusiva übershaders" @@ -5258,15 +5356,15 @@ msgstr "Exklusiva übershaders" msgid "Exit" msgstr "Avsluta" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "Slutparentes eller + förväntades." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Argument förväntades:" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Slutparentes förväntades." @@ -5278,27 +5376,27 @@ msgstr "Komma förväntades." msgid "Expected end of expression." msgstr "Slut av uttryck förväntades." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Namn på indata förväntades." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Startparentes förväntades." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "Början av uttryck förväntades." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Variabelnamn förväntades." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Experimentell" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportera alla Wii-sparningar" @@ -5309,11 +5407,11 @@ msgstr "Exportera alla Wii-sparningar" msgid "Export Failed" msgstr "Exportering misslyckades" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Exportera inspelning" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportera inspelning..." @@ -5341,14 +5439,14 @@ msgstr "Exportera som .&gcs..." msgid "Export as .&sav..." msgstr "Exportera som .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "Exporterade %n sparfil(er)" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Extern kontroll" @@ -5361,7 +5459,7 @@ msgstr "Rörelseinmatning för extern kontroll" msgid "Extension Motion Simulation" msgstr "Rörelsesimulering för extern kontroll" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Extern" @@ -5369,35 +5467,35 @@ msgstr "Extern" msgid "External Frame Buffer (XFB)" msgstr "Extern bildrutebuffert (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extrahera certifikat från NAND-minne" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Extrahera hela skivan..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Extrahera hela partitionen..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Extrahera fil..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Extrahera filer..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Extrahera systemdata..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Extraherar alla filer..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Extraherar katalog..." @@ -5407,7 +5505,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO-spelare" @@ -5423,15 +5521,15 @@ msgstr "" "Misslyckades att öppna minneskortet:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Misslyckades att lägga till denna session i nätspelsindex: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "Misslyckades att lägga till i signaturfilen \"%1\"" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "Misslyckades att göra anspråk på interface för BT-genomsläpp: {0}" @@ -5447,7 +5545,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Misslyckades att ansluta till Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Misslyckades att ansluta till server: %1" @@ -5484,36 +5582,36 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "Misslyckades att radera nätspelssparfil för GBA{0}. Kontrollera " "skrivrättigheterna." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" "Misslyckades att radera minneskort för nätspel. Bekräfta dina " "skrivbehörigheter." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Misslyckades att radera den valda filen." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "Misslyckades att koppla loss kärnans drivrutin för BT-genomsläpp: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Misslyckades att ladda ner koder." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "Misslyckades att dumpa %1: Kan inte öppna filen" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "Misslyckades att dumpa %1: Kunde inte skriva till filen" @@ -5526,15 +5624,15 @@ msgstr "Misslyckades med att exportera %n av %1 sparfil(er)." msgid "Failed to export the following save files:" msgstr "Misslyckades att exportera följande sparfiler:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Misslyckades att extrahera certifikat från NAND-minnet" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Misslyckades att extrahera filen." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Misslyckades att extrahera systemdata." @@ -5556,14 +5654,14 @@ msgstr "Misslyckades att hitta en eller flera D3D-symboler" msgid "Failed to import \"%1\"." msgstr "Misslyckades att importera \"%1\"." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Misslyckades att importera sparfil. Starta spelet en gång och prova sedan " "igen." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5571,7 +5669,7 @@ msgstr "" "Misslyckades att importera sparfil. Den givna filen verkar vara skadad eller " "är inte en giltig Wii-sparfil." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5582,7 +5680,7 @@ msgstr "" "minnet (Verktyg -> Hantera NAND -> Kontrollera NAND-minne...) och importera " "sedan sparfilen igen." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Misslyckades att initialisera kärnan" @@ -5596,7 +5694,7 @@ msgstr "" "Kontrollera att ditt grafikkort stödjer minst D3D 10.0\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Misslyckades att initialisera renderarklasser" @@ -5605,18 +5703,18 @@ msgid "Failed to install pack: %1" msgstr "Misslyckades att installera paket: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Misslyckades att installera denna titel till NAND-minnet." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "Misslyckades att lyssna på port %1. Körs nätspelsservern redan?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Misslyckades att ladda RSO-model vid %1" @@ -5628,7 +5726,7 @@ msgstr "Misslyckades att ladda d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "Misslyckades att ladda dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Misslyckades att läsa map-filen \"%1\"" @@ -5642,7 +5740,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Kunde inte läsa in den exekverbara filen till minnet." @@ -5658,25 +5756,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Misslyckades att modifiera Skylander!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "Misslyckades att öppna \"%1\" för att skriva." -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "Misslyckades att öppna \"{0}\" för att skriva." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "Misslyckades att öppna '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "Misslyckades att öppna Bluetooth-enhet: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "Misslyckades att öppna grenbevakningsögonblicksbild \"%1\"" @@ -5708,7 +5806,7 @@ msgstr "" msgid "Failed to open file." msgstr "Kunde inte öppna fil." -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Misslyckades att öppna servern" @@ -5741,7 +5839,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "Misslyckades att öppna indatafilen \"%1\"." #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5756,7 +5854,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "Misslyckades att tolka data från Redump.org" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "Misslyckades att tolka angivet värde som måldatatypen." @@ -5769,7 +5867,7 @@ msgid "Failed to read from file." msgstr "Kunde inte läsa från fil." #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "Misslyckades att läsa från indatafilen \"{0}\"." @@ -5834,49 +5932,49 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "Kunde inte ta bort denna titel från NAND-minnet." -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" "Misslyckades att nollställa nätspels-GCI-mappen. Kontrollera " "skrivrättigheterna." -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" "Misslyckades att nollställa nätspels-NAND-mappen. Kontrollera " "skrivrättigheterna." -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" "Misslyckades att nollställa nätspelsomdirigeringsmappen. Kontrollera " "skrivrättigheterna." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "Misslyckades att spara FIFO-logg." -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Misslyckades att spara kod-map till sökvägen \"%1\"" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Misslyckades att spara signaturfilen \"%1\"" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Misslyckades att spara symbol-map till sökvägen \"%1\"" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "Misslyckades att spara till signaturfilen \"%1\"" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5891,11 +5989,11 @@ msgstr "Misslyckades att avinstallera paket: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "Misslyckades att skriva BT.DINF till SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "Misslyckades att skriva Mii-data." -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "Misslyckades att skriva Wii-sparning." @@ -5909,7 +6007,7 @@ msgstr "Kunde inte skriva inställningsfil!" msgid "Failed to write modified memory card to disk." msgstr "Kunde inte skriva ändrat minneskort till disk." -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "Misslyckades att skriva omdirigerad sparning." @@ -5918,7 +6016,7 @@ msgid "Failed to write savefile to disk." msgstr "Kunde inte skriva sparfil till disk." #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5928,20 +6026,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Misslyckades" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "Rättvis latens" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "Region" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "Region:" @@ -5962,7 +6061,7 @@ msgstr "" "Allvarlig desynkronisering. Avbryter uppspelning. (Fel i PlayWiimote: {0} != " "{1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "Synfält" @@ -5975,46 +6074,46 @@ msgstr "Figurnummer:" msgid "Figure type" msgstr "Figurtyp" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Fildetaljer" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Filformat" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Filformat:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Filinformation" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Filnamn" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Sökväg" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Filstorlek" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Filstorlek:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Filen innehöll inga koder." @@ -6026,7 +6125,7 @@ msgstr "Filnamn" msgid "Files opened, ready to compress." msgstr "Filerna har öppnats. Redo att komprimera." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6058,7 +6157,7 @@ msgstr "Hitta &nästa" msgid "Find &Previous" msgstr "Hitta &föregående" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Slutför kalibrering" @@ -6093,12 +6192,6 @@ msgstr "Kunde inte laga kontrollsummor" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Flaggor" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6108,11 +6201,11 @@ msgstr "Flaggor" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" -msgstr "Följ &gren" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" +msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "För bästa resultat, täck långsamt över alla möjliga regioner." @@ -6132,7 +6225,7 @@ msgstr "" "För instruktioner, se " "den här sidan." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "Tvinga 16:9" @@ -6140,7 +6233,7 @@ msgstr "Tvinga 16:9" msgid "Force 24-Bit Color" msgstr "24-bitars färg" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "Tvinga 4:3" @@ -6172,15 +6265,15 @@ msgstr "Lyssna på port:" msgid "Force Nearest" msgstr "Tvinga närmsta" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "Kan inte sättas på eftersom %1 inte stöder VS-expansion." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "Kan inte stängas av eftersom %1 inte stöder geometrishaders." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6190,7 +6283,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6202,7 +6295,7 @@ msgstr "" "prestandan och orsakar få grafikproblem.

Om du är " "osäker kan du lämna detta markerat." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6212,7 +6305,7 @@ msgstr "" msgid "Format:" msgstr "Format:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6227,38 +6320,38 @@ msgstr "Vidaresänd port (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "Hittade %1 resultat för \"%2\"" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "Hittade %n adress(er)." -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "Bildruta %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Gå fram en bildruta" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Gå fram en bildruta - Sänk hastighet" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Gå fram en bildruta - Öka hastighet" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Gå fram en bildruta - Nollställ hastighet" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "Bildrutedumpning" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Räckvidd för bildrutor" @@ -6266,7 +6359,7 @@ msgstr "Räckvidd för bildrutor" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "Bildrutedumpfilen \"{0}\" finns redan. Vill du skriva över?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "Bildrutor att spela in:" @@ -6286,7 +6379,7 @@ msgstr "Lediga filer: %1" msgid "Free Look Control Type" msgstr "Fri vy-kontrolltyp" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "Fri vy-kontroll %1" @@ -6306,22 +6399,26 @@ msgstr "" "instruktioner, se den här sidan." -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "Fri kamera" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Fri kamera" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "Fri kamera - Slå på/av" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Franska" @@ -6340,8 +6437,8 @@ msgid "From" msgstr "Från" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "Från:" @@ -6349,11 +6446,12 @@ msgstr "Från:" msgid "FullScr" msgstr "Helskärm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktion" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Funktionella inställningar" @@ -6373,7 +6471,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "GBA-kassettsökväg:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "GBA-kärna" @@ -6389,19 +6487,19 @@ msgstr "GBA-inställningar" msgid "GBA TAS Input %1" msgstr "GBA-TAS-inmatning %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA-volym" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA-fönsterstorlek" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1:s ROM ändrad till \"%2\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1:s ROM borttagen" @@ -6425,7 +6523,7 @@ msgstr "GCMemcardDirectory: ClearBlock anropades med ogiltig blockadress" msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ-GC/Wii-skivavbildningar (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6449,7 +6547,7 @@ msgstr "GL_MAX_TEXTURE_SIZE är {0} - måste vara minst 1024." msgid "GPU Texture Decoding" msgstr "GPU-texturdekodning" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6461,7 +6559,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL-FEL: Stöder ditt grafikkort OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6469,7 +6567,7 @@ msgstr "" "GPU: OGL-FEL: Behöver GL_ARB_map_buffer_range.\n" "GPU: Stöder ditt grafikkort OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6477,7 +6575,7 @@ msgstr "" "GPU: OGL-FEL: Behöver GL_ARB_sampler_objects.\n" "GPU: Stöder ditt grafikkort OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6485,7 +6583,7 @@ msgstr "" "GPU: OGL-FEL: Behöver GL_ARB_uniform_buffer_object.\n" "GPU: Stöder ditt grafikkort OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6501,7 +6599,7 @@ msgstr "" "GPU: OGL-FEL: Behöver OpenGL version 3.\n" "GPU: Stöder ditt grafikkort OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6524,16 +6622,16 @@ msgstr "" msgid "Game" msgstr "Spel" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance-kassetter (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6541,7 +6639,7 @@ msgstr "" "Game Boy Advance-ROM-filer (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *." "bin);;Alla filer (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "Game Boy Advance i uttag %1" @@ -6553,7 +6651,7 @@ msgstr "Spelets färgrymd:" msgid "Game Config" msgstr "Spelkonfiguration" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Speldetaljer" @@ -6569,25 +6667,25 @@ msgstr "Spelets gamma" msgid "Game Gamma:" msgstr "Spelets gamma:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Spel-ID" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Spel-ID:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Spelstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Bytte spel till \"%1\"" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6595,15 +6693,15 @@ msgstr "" "Spelfilen har en annan hash; högerklicka på spelet, välj Egenskaper, gå till " "Verifiera-fliken och välj Verifiera integritet för att kontrollera hashen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "Spelet har ett annat skivnummer" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "Spelet har en annan revision" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Spelet körs redan!" @@ -6614,7 +6712,7 @@ msgstr "" "Spelet skrevs över med ett annat spels sparfil. Data kommer antagligen bli " "korrupt {0:#x}, {1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "Spelets region matchar inte" @@ -6634,11 +6732,11 @@ msgstr "GameCube-adapter för Wii U" msgid "GameCube Adapter for Wii U at Port %1" msgstr "GameCube-adapter för Wii U i uttag %1" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube-kontroll" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "GameCube-kontroll i uttag %1" @@ -6646,11 +6744,11 @@ msgstr "GameCube-kontroll i uttag %1" msgid "GameCube Controllers" msgstr "GameCube-kontroller" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube-tangentbord" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "GameCube-tangentbord i uttag %1" @@ -6667,7 +6765,7 @@ msgstr "GameCude-minneskort" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "GameCube-minneskort (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "GameCube-mikrofon i plats %1" @@ -6695,45 +6793,53 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko-koder" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Allmänt" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Allmänt och alternativ" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "Genererade Action Replay-kod(er)" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Generera en ny statistikidentitet" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Genererade AR-kod(er)." -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "Genererade symbolnamn från '%1'" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Tyska" @@ -6741,11 +6847,11 @@ msgstr "Tyska" msgid "Germany" msgstr "Tyskland" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "GetDeviceList misslyckades: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6760,7 +6866,7 @@ msgstr "Jätte" msgid "Giants" msgstr "Giants" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "Golfläge" @@ -6769,7 +6875,7 @@ msgid "Good dump" msgstr "Korrekt kopia" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafik" @@ -6778,7 +6884,7 @@ msgstr "Grafik" msgid "Graphics Mods" msgstr "Grafikmoddar" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Växla grafikalternativ" @@ -6787,7 +6893,7 @@ msgstr "Växla grafikalternativ" msgid "Graphics mods are currently disabled." msgstr "Grafikmoddar är avstängda." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6814,7 +6920,7 @@ msgstr "Grön vänster" msgid "Green Right" msgstr "Grön höger" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rutnätsvy" @@ -6859,7 +6965,7 @@ msgstr "Huvud" msgid "Help" msgstr "Hjälp" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "Hjältenivå" @@ -6892,11 +6998,11 @@ msgstr "Hexadecimal" msgid "Hide" msgstr "Göm" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "Dölj &kontroller" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Dölj alla" @@ -6908,23 +7014,23 @@ msgstr "Dölj sessioner som har startat" msgid "Hide Incompatible Sessions" msgstr "Dölj inkompatibla sessioner" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "Dölj andras GBA-fönster" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "Hög" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "Högsta" @@ -6947,15 +7053,39 @@ msgstr "Värd" msgid "Host Code:" msgstr "Värdkod:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "Värdauktoritet för indata" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "Värdstorlek" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6968,14 +7098,22 @@ msgstr "" "Lämplig för casual spel med 3+ spelare, eventuellt på instabila eller höga " "latensanslutningar." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Värdauktoritet för indata avstängt" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "Värdauktoritet för indata påslaget" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "Starta nätspel som värd" @@ -6984,21 +7122,21 @@ msgstr "Starta nätspel som värd" msgid "Hostname" msgstr "Värdnamn" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Kortkommandoinställningar" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Kortkommandon" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Snabbtangenter kräver fönsterfokus" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "Hybridübershaders" @@ -7025,7 +7163,7 @@ msgstr "Det angivna ID-numret är ogiltigt!" msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOS-version:" @@ -7062,7 +7200,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR-känslighet:" @@ -7103,7 +7241,7 @@ msgstr "" msgid "Icon" msgstr "Ikon" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -7113,11 +7251,11 @@ msgstr "" "latens) kan ändras när som helst.\n" "Lämplig för turbaserade spel med tidskänsliga kontroller, till exempel golf." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "Identitetsgenerering" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7140,7 +7278,7 @@ msgstr "" "Du kan dra tillbaka detta godkännande när som helst genom Dolphins " "inställningar." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7162,7 +7300,7 @@ msgstr "" "anslutningstillstånd att länkas till den reella förvalda enhetens\n" "anslutningstillstånd (om sådan finns)." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7173,7 +7311,17 @@ msgstr "" "hjälpa vid tester.

Om du är osäker kan du lämna " "detta omarkerat." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7189,7 +7337,7 @@ msgstr "" msgid "Ignore" msgstr "Ignorera" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "Ignorera grenträffar i &apploader" @@ -7218,19 +7366,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" -"Ignorerar alla efterfrågningar från processorn om att läsa från eller skriva " -"till EFB:n.

Förbättrar prestandan i några spel, men gör så att alla " -"EFB-baserade spelrelaterade funktioner eller grafikeffekter inte fungerar." -"

Om du är osäker kan du lämna detta omarkerat." #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "Presentera XFB omedelbart" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7245,7 +7388,7 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importera BootMii-NAND-kopia..." @@ -7260,15 +7403,15 @@ msgstr "Importering misslyckades" msgid "Import Save File(s)" msgstr "Importera sparfil(er)" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importera Wii-sparning…" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importerar NAND-kopia" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7277,7 +7420,7 @@ msgstr "" "Importerar NAND-kopia\n" " Förfluten tid: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7290,7 +7433,7 @@ msgstr "" msgid "In-Game?" msgstr "Spelar?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7303,64 +7446,64 @@ msgstr "" "tar längre tid att ladda/spara.

Om du är osäker kan " "du lämna detta markerat." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "Inkorrekt hjältenivåvärde!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "Inkorrekt senast placerad-tid!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "Inkorrekt senast nollställd-tid!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "Inkorrekt pengavärde!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "Inkorrekt smeknamn!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "Inkorrekt speltidsvärde!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "Öka" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Öka konvergens" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Öka djup" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Öka emuleringshastighet" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "Öka intern upplösning" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "Höj vald snabbsparningsplats" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "Öka X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "Öka Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "Inkrementell rotation" @@ -7399,12 +7542,12 @@ msgstr "Info" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Information" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "Blockera skärmsläckare under emulering" @@ -7413,11 +7556,11 @@ msgid "Inject" msgstr "Injicera" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Indata" @@ -7431,19 +7574,16 @@ msgstr "Inmatningsstyrka som krävs för att aktiveras." msgid "Input strength to ignore and remap." msgstr "Inmatningsstyrka att ignorera samt skala med." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "Infoga &BLR" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Infoga &NOP" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Sätt in &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Sätt in SD-kort" @@ -7460,7 +7600,7 @@ msgstr "Installationspartition (%1)" msgid "Install Update" msgstr "Installera uppdatering" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installera WAD…" @@ -7468,13 +7608,14 @@ msgstr "Installera WAD…" msgid "Install to the NAND" msgstr "Installera till NAND-minnet" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "Instr." #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "Instruktion" @@ -7483,7 +7624,7 @@ msgstr "Instruktion" msgid "Instruction Breakpoint" msgstr "Instruktionsbrytpunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruktion:" @@ -7492,7 +7633,7 @@ msgstr "Instruktion:" msgid "Instruction: %1" msgstr "Instruktion: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7562,8 +7703,8 @@ msgstr "" "Internt LZO-fel - misslyckades att läsa dekomprimerad versionssträng ({0} / " "{1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Intern upplösning" @@ -7572,15 +7713,15 @@ msgstr "Intern upplösning" msgid "Internal Resolution:" msgstr "Intern upplösning:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "Ett internt fel uppstod när AR-kod skulle genereras." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Interpreterare (långsammast)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreterarkärna" @@ -7588,7 +7729,7 @@ msgstr "Interpreterarkärna" msgid "Invalid Expression." msgstr "Ogiltigt uttryck." -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "Tog emot ogiltig JSON från autouppdateringstjänsten: {0}" @@ -7596,7 +7737,7 @@ msgstr "Tog emot ogiltig JSON från autouppdateringstjänsten: {0}" msgid "Invalid Mixed Code" msgstr "Ogiltig blandad kod" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ogiltigt paket %1: %2" @@ -7605,11 +7746,11 @@ msgstr "Ogiltigt paket %1: %2" msgid "Invalid Player ID" msgstr "Ogiltigt spelar-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "Ogiltig RSO-moduladress: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "Ogiltig anropsstack" @@ -7621,7 +7762,7 @@ msgstr "Ogiltiga kontrollsummor." msgid "Invalid game." msgstr "Ogiltigt spel." -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Ogiltig värd" @@ -7630,7 +7771,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "Ogiltig indata för fältet \"%1\"" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "Ogiltig indata" @@ -7638,7 +7779,7 @@ msgstr "Ogiltig indata" msgid "Invalid literal." msgstr "Ogiltig literal." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "Ogiltiga sökparametrar." @@ -7666,13 +7807,21 @@ msgstr "Ogiltig söksträng (endast jämna stränglängder stöds)" msgid "Invalid title ID." msgstr "Ogiltigt titel-ID." -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "Ogiltig bevakningsadress: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italienska" @@ -7685,80 +7834,81 @@ msgstr "Italien" msgid "Item" msgstr "Föremål" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "JIT-blocklänkning av" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT-block" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch av" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint av" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer av" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating av" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore av" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired av" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz av" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx av" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz av" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT av (JIT-kärna)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "JIT Paired av" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "JIT-omkompilerare för ARM64 (rekommenderas)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "JIT-omkompilerare för x86-64 (rekommenderas)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT Register Cache av" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters av" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7767,16 +7917,17 @@ msgstr "" "aldrig hända. Rapportera gärna detta till utvecklarna. Dolphin kommer nu " "avslutas." -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT är inte aktivt" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japan" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japanska" @@ -7787,7 +7938,7 @@ msgstr "Japanska" msgid "Japanese (Shift-JIS)" msgstr "Japansk (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" @@ -7795,12 +7946,12 @@ msgstr "" "Kaos är den enda skurken för den här trofén och är alltid upplåst. Det finns " "inget att redigera." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "Fortsätt köra" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Visa alltid fönster överst" @@ -7830,20 +7981,20 @@ msgstr "Tangentbordskontroll" msgid "Keys" msgstr "Tangenter" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Sparka ut spelare" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Korea" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Koreanska" @@ -7872,41 +8023,41 @@ msgstr "LR Save" msgid "Label" msgstr "Etikett" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "Språk" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "Föregående värde" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "Senast placerad:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "Senast nollställd:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Latens:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "Latens: ~10 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "Latens: ~20 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "Latens: ~40 ms" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "Latens: ~80 ms" @@ -7914,11 +8065,11 @@ msgstr "Latens: ~80 ms" msgid "Launching these titles may also fix the issues." msgstr "Det är möjligt att problemen också kan fixas av att starta titlarna." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "Leaderboards" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7977,6 +8128,14 @@ msgstr "" "Vänster-/högerklicka för att konfigurera utdata.\n" "Mittenklicka för att rensa." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -8010,11 +8169,11 @@ msgstr "Ljus" msgid "Limit Chunked Upload Speed:" msgstr "Begränsa segmentuppladdningshastighet:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listkolumner" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listvy" @@ -8024,29 +8183,29 @@ msgstr "Lyssnar" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Läs in" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Ladda &felaktig map-fil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "Ladda &annan map-fil..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "Ladda grenbevakning &från..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" -msgstr "Ladda grenbevakningsöverblicksbild" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" +msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Läs in anpassade texturer" @@ -8054,24 +8213,29 @@ msgstr "Läs in anpassade texturer" msgid "Load File" msgstr "Ladda fil" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Ladda GameCube-huvudmeny" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "Ladda bara värdens spardata" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Läs in senaste snabbsparning" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Laddningssökväg:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "Ladda in ROM" @@ -8079,137 +8243,132 @@ msgstr "Ladda in ROM" msgid "Load Slot" msgstr "Ladda plats" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Läs in snabbsparning" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Läs in senaste snabbsparning 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Läs in senaste snabbsparning 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Läs in senaste snabbsparning 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Läs in senaste snabbsparning 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Läs in senaste snabbsparning 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Läs in senaste snabbsparning 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Läs in senaste snabbsparning 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Läs in senaste snabbsparning 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Läs in senaste snabbsparning 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Läs in senaste snabbsparning 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "Läs in snabbsparningsplats 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "Läs in snabbsparningsplats 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "Läs in snabbsparningsplats 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "Läs in snabbsparningsplats 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "Läs in snabbsparningsplats 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "Läs in snabbsparningsplats 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "Läs in snabbsparningsplats 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "Läs in snabbsparningsplats 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "Läs in snabbsparningsplats 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "Läs in snabbsparningsplats 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Läs in snabbsparning från fil" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Läs in snabbsparning från vald plats" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Läs in snabbsparning från plats" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Starta Wii-systemmeny %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "Ladda och skriv värdens spardata" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Ladda från vald plats" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Läs in från plats %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "Ladda map-fil" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "Starta vWii-systemmeny %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Ladda..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "Laddade symboler från '%1'" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8219,7 +8378,7 @@ msgstr "" "User/Load/DynamicInputTextures/<spel-id>/.

Om " "du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8228,28 +8387,28 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Lokalt" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Lås muspekare" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "Låst" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Logg" @@ -8258,19 +8417,20 @@ msgstr "Logg" msgid "Log Configuration" msgstr "Loggkonfiguration" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Logga in" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "Logga JIT-instruktionstäckning" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "Logga ut" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Logga renderingstid till fil" @@ -8282,11 +8442,23 @@ msgstr "Loggtyper" msgid "Logger Outputs" msgstr "Loggningsutdata" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "Inloggning misslyckades" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8297,20 +8469,20 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "Slinga" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Tappade anslutningen till nätspelsservern..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "Låg" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "Lägsta" @@ -8340,27 +8512,31 @@ msgstr "Magi" msgid "Main Stick" msgstr "Huvudspak" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "Se till att hjältenivåvärdet är mellan 0 och 100!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "Se till att datum och tid för \"Senast placerad\" är giltiga!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "Se till att datum och tid för \"Senast nollställd\" är giltiga!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "Se till att pengavärdet är mellan 0 och 65000!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "Se till att smeknamnet är mellan 0 och 15 tecken långt!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "Se till att speltiden är giltig!" @@ -8368,18 +8544,18 @@ msgstr "Se till att speltiden är giltig!" msgid "Make sure there is a Skylander in slot %1!" msgstr "Se till att det finns en Skylander på plats %1!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "Skapare" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Skapare:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8392,16 +8568,16 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "Hantera NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "Manuell textursampling" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "Mappning" @@ -8409,15 +8585,19 @@ msgstr "Mappning" msgid "Mask ROM" msgstr "Mask-ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "Sökträff hittades" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Maxbuffert:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "Buffertstorleken ändrades till %1" @@ -8426,12 +8606,12 @@ msgstr "Buffertstorleken ändrades till %1" msgid "Maximum tilt angle." msgstr "Maximal lutningsvinkel." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Kan leda till prestandaproblem i Wii-menyn och vissa spel." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "Medium" @@ -8447,7 +8627,7 @@ msgstr "Minnesbrytpunkt" msgid "Memory Card" msgstr "Minneskort" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Minneskorthanterare" @@ -8455,7 +8635,7 @@ msgstr "Minneskorthanterare" msgid "Memory Card Path:" msgstr "Minneskortssökväg:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "Minnesåsidosättning" @@ -8475,7 +8655,7 @@ msgstr "MemoryCard: Read anropades med ogiltig källadress ({0:#x})" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "MemoryCard: Write anropades med ogiltig destinationsadress ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8487,33 +8667,41 @@ msgstr "" "rekommenderas att du har säkerhetskopior av båda NAND-minnena. Är du säker " "på att du vill fortsätta?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "Mini" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Övrigt" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Övriga inställningar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "Diverse kontroller" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8523,7 +8711,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "De interna datastrukturerna matchar inte." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8550,7 +8738,7 @@ msgstr "Modemadapter (tapserver)" msgid "Modifier" msgstr "Redigerare" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8566,20 +8754,20 @@ msgid "Modify Slot" msgstr "Modifiera plats" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "Modifierar Skylander: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "Moduler hittade: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "Pengar:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "Mono" @@ -8591,11 +8779,11 @@ msgstr "Monoskopiska skuggor" msgid "Monospaced Font" msgstr "Teckensnitt med fast teckenbredd" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "Rörelseinmatning" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "Rörelsesimulering" @@ -8604,16 +8792,16 @@ msgstr "Rörelsesimulering" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "Muspekarsynlighet" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "Flytta" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Inspelning" @@ -8626,7 +8814,7 @@ msgstr "" "Inspelningen {0} säger att den börjar från en snabbsparning, men {1} finns " "inte. Inspelningen kommer antagligen inte synka!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "Flera fel uppstod vid generering av AR-koder." @@ -8635,14 +8823,24 @@ msgstr "Flera fel uppstod vid generering av AR-koder." msgid "Multiplier" msgstr "Multiplikator" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "N&ej till alla" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND-minneskontroll" @@ -8651,8 +8849,8 @@ msgstr "NAND-minneskontroll" msgid "NKit Warning" msgstr "NKit-varning" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8661,7 +8859,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8678,8 +8876,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8692,11 +8890,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "Namn" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "Namn för ny etikett:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "Namn på etiketten att ta bort:" @@ -8705,10 +8903,10 @@ msgid "Name of your session shown in the server browser" msgstr "Namnet på din session som visas i serverlistan" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "Namn:" @@ -8722,7 +8920,7 @@ msgstr "Ursprunglig (640x528)" msgid "Native GCI File" msgstr "Vanlig GCI-fil" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "Nätspel" @@ -8738,7 +8936,7 @@ msgstr "Nätspelsinställningar" msgid "Netherlands" msgstr "Nederländerna" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8746,7 +8944,7 @@ msgstr "" "Nätspel startar med värdens spardata, och spardata som skapas eller " "förändras under nätspelssessionen sparas bland värdens lokala spardata." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8755,7 +8953,7 @@ msgstr "" "Nätspel startar med värdens spardata, men spardata som skapas eller " "förändras under nätspelssessionen slängs när sessionen tar slut." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8764,7 +8962,7 @@ msgstr "" "nätspelssessionen tar slut." #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Nätverk" @@ -8772,7 +8970,7 @@ msgstr "Nätverk" msgid "Network dump format:" msgstr "Format för nätverksdumpning:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "Aldrig" @@ -8781,7 +8979,7 @@ msgid "Never Auto-Update" msgstr "Uppdatera aldrig automatiskt" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Ny" @@ -8806,7 +9004,7 @@ msgstr "Ny sökning" msgid "New Tag..." msgstr "Ny etikett..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "En ny identitet har genererats." @@ -8814,30 +9012,32 @@ msgstr "En ny identitet har genererats." msgid "New instruction:" msgstr "Ny instruktion:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Ny etikett" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "Nästa spelprofil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Nästa matchning" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "Nästa profil" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "Smeknamnet är för långt." #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Smeknamn:" @@ -8859,21 +9059,21 @@ msgstr "" msgid "No Audio Output" msgstr "Ingen ljuduppspelning" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "Ingen komprimering" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Ingen sökträff" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "Ingen spardata" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "Ingen data att modifiera!" @@ -8894,15 +9094,15 @@ msgstr "Inga fel." msgid "No extension selected." msgstr "Ingen extern kontroll har valts." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "Ingen fil inläst/inspelad." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "Inget spel körs." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "Inget spel körs." @@ -8915,23 +9115,23 @@ msgstr "Ingen grafikmodd vald" msgid "No input" msgstr "Ingen indata" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Inga problem upptäcktes." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "Inget matchande spel hittades" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "Inga sökvägar hittades i M3U-filen \"{0}\"" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "Inga problem hittades." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8945,7 +9145,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "Inga profiler hittades för spelinställningen \"{0}\"" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "Ingen inspelning laddad." @@ -8961,7 +9161,7 @@ msgstr "" "förhindra att inspelningen desynkroniseras" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8979,7 +9179,7 @@ msgstr "Nordamerika" msgid "Not Set" msgstr "Inte angiven" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "Vissa spelare har inte detta spel. Vill du verkligen starta?" @@ -9002,7 +9202,7 @@ msgstr "" "För få lediga filer på destinationsminneskortet. Minst %n ledig(a) fil(er) " "krävs." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "Hittades inte" @@ -9031,11 +9231,6 @@ msgstr "Meddelande" msgid "Null" msgstr "Null" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "NumExec" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -9061,13 +9256,13 @@ msgid "Nunchuk Stick" msgstr "Nunchuk-spak" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objekt %1" @@ -9119,7 +9314,7 @@ msgstr "Objekt 4 X" msgid "Object 4 Y" msgstr "Objekt 4 Y" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Räckvidd för objekt" @@ -9140,18 +9335,18 @@ msgstr "Förskjutning" msgid "On" msgstr "På" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "Vid rörelse" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9166,7 +9361,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Dokumentation online " @@ -9174,7 +9369,7 @@ msgstr "&Dokumentation online " msgid "Only Show Collection" msgstr "Visa bara samling" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9182,7 +9377,7 @@ msgstr "" "Lägg endast till symboler med prefix:\n" "(Lämna tomt för att exportera alla symboler)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9201,18 +9396,22 @@ msgstr "Öppna" msgid "Open &Containing Folder" msgstr "Öppna &innehållande mapp" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Öppna &användarmapp" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Öppna mapp..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" -msgstr "Öppna FIFO-logg" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -9276,34 +9475,34 @@ msgstr "Orange" msgid "Orbital" msgstr "Omloppsbana" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "Ursprung" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "Maxursprung" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "Minursprung" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "Ursprungssymbol" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "Ursprung och destination" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9313,16 +9512,16 @@ msgstr "Övrigt" msgid "Other Partition (%1)" msgstr "Annan partition (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "Andra snabbsparningskortkommandon" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "Annan snabbsparningshantering" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Annat spel..." @@ -9330,7 +9529,7 @@ msgstr "Annat spel..." msgid "Output" msgstr "Utdata" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "Resampling" @@ -9338,16 +9537,16 @@ msgstr "Resampling" msgid "Output Resampling:" msgstr "Resampling:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Överskrivet" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Spe&la upp inspelning..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9360,23 +9559,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG-komprimeringsnivå" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG-komprimeringsnivå:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG-bildfil (*.png);; Alla filer (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC-storlek" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC mot värd" @@ -9389,7 +9597,7 @@ msgstr "Kontroll" msgid "Pads" msgstr "Kontroller" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "Parametrar" @@ -9410,7 +9618,7 @@ msgstr "Passiv" msgid "Passthrough a Bluetooth adapter" msgstr "Släpp igenom en Bluetoothadapter" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Lösenord" @@ -9435,7 +9643,7 @@ msgstr "Patchnamn" msgid "Patches" msgstr "Patchar" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Sökväg:" @@ -9448,23 +9656,23 @@ msgstr "Sökvägar" msgid "Pause" msgstr "Pausa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "Pausa grenbevakning" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Pausa vid slutet av inspelningar" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "Pausa när fokus förloras" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "Pausa vid panik" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9472,7 +9680,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9500,7 +9708,7 @@ msgstr "Topphastigheten för svingande utåt." msgid "Per-Pixel Lighting" msgstr "Ljus per bildpunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Uppdatera systemmjukvaran via internet" @@ -9508,15 +9716,15 @@ msgstr "Uppdatera systemmjukvaran via internet" msgid "Perform System Update" msgstr "Uppdatera systemmjukvaran" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "Prestandasampelfönster (ms)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "Prestandasampelfönster (ms):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "Prestandastatistik" @@ -9530,15 +9738,15 @@ msgstr "Fysisk" msgid "Physical address space" msgstr "Fysiskt adressutrymme" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Välj ett teckensnitt för felsökning" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "Ping" @@ -9550,8 +9758,8 @@ msgstr "Luta nedåt" msgid "Pitch Up" msgstr "Luta uppåt" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plattform" @@ -9559,11 +9767,11 @@ msgstr "Plattform" msgid "Play" msgstr "Spela" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Spela / spela in" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Spela upp inspelning" @@ -9571,11 +9779,11 @@ msgstr "Spela upp inspelning" msgid "Play Set/Power Disc" msgstr "Play Set/Power Disc" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Uppspelningsalternativ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "Spelare" @@ -9604,18 +9812,23 @@ msgid "Player Two Ability Two" msgstr "Spelare två förmåga två" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Spelare" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "Speltid:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." @@ -9624,7 +9837,7 @@ msgstr "" "avstängd, vilket leder till väldigt stor risk för det här problemet att " "inträffa." -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9659,13 +9872,13 @@ msgstr "Port:" msgid "Portal Slots" msgstr "Portalplatser" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Möjlig desynkronisation upptäcktes: %1 kan ha desynkroniserat under bildruta " "%2" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "Efterbehandlingseffekt" @@ -9686,11 +9899,11 @@ msgid "Power Disc Two" msgstr "Power Disc 2" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "Föredra VS för att expandera punkter/linjer" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "Läs in anpassade texturer i förhand" @@ -9718,7 +9931,7 @@ msgstr "" msgid "Presets" msgstr "Förval" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Synkknapptryckning" @@ -9727,7 +9940,7 @@ msgstr "Synkknapptryckning" msgid "Pressure" msgstr "Tryck" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9741,18 +9954,19 @@ msgstr "" "

Rekommenderas inte. Använd bara detta om de andra " "alternativen ger dåliga resultat." -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "Föregående spelprofil" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Föregående matchning" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "Föregående profil" @@ -9774,7 +9988,7 @@ msgstr "Privat och offentlig" msgid "Problem" msgstr "Problem" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." @@ -9782,7 +9996,7 @@ msgstr "" "Mycket allvarliga problem har påträffats. Spelet kommer mycket troligt inte " "fungera alls." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." @@ -9790,7 +10004,7 @@ msgstr "" "Smärre problem har påträffats. De kommer förmodligen inte förhindra spelet " "från att köras." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9802,20 +10016,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "Förlopp" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9828,11 +10042,11 @@ msgstr "" msgid "Public" msgstr "Offentlig" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Töm cache för spellista" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "Lägg IPL-ROM-filer i User/GC/." @@ -9844,15 +10058,15 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "Det gick inte att sätta på Quality of Service (QoS)." -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "Quality of Service (QoS) har satts på." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" "Kvaliteten för DPLII-dekodern. Ljudlatensen ökar ju högre kvaliteten är." @@ -9860,11 +10074,11 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Fråga" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Avsluta" @@ -9885,11 +10099,11 @@ msgstr "R-analog" msgid "READY" msgstr "KLAR" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-moduler" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO auto-upptäckt" @@ -9922,17 +10136,21 @@ msgstr "Rank %1" msgid "Raw" msgstr "Rå" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "Rå intern upplösning" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" -msgstr "Byt &ut instruktion" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Läs" @@ -9955,7 +10173,7 @@ msgstr "Endast läs" msgid "Read or Write" msgstr "Läs eller skriv" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "Skrivskyddat läge" @@ -9971,7 +10189,7 @@ msgstr "Riktig Wii-fjärrkontroll" msgid "Received invalid Wii Remote data from Netplay." msgstr "Tog emot ogiltig Wii-fjärrkontrollsdata från nätspel." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9981,23 +10199,27 @@ msgstr "" msgid "Recenter" msgstr "Återställ" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Spela in" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "Spela in inmatningar" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "Inspelning" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Inspelningsalternativ" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "Spelar in..." @@ -10014,7 +10236,7 @@ msgstr "Röd vänster" msgid "Red Right" msgstr "Röd höger" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -10038,7 +10260,6 @@ msgstr "Redump.org-status:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -10053,11 +10274,11 @@ msgstr "Uppdatera nuvarande värden" msgid "Refresh Game List" msgstr "Uppdatera spellista" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "Uppdatering misslyckades. Kör spelet ett kort tag och prova igen." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "Uppdaterade nuvarande värden." @@ -10066,8 +10287,8 @@ msgstr "Uppdaterade nuvarande värden." msgid "Refreshing..." msgstr "Uppdaterar..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -10088,7 +10309,8 @@ msgstr "Relativ Inmatning" msgid "Relative Input Hold" msgstr "Relativ Inmatning Håll" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "Släppta versioner (några månaders mellanrum)" @@ -10100,7 +10322,7 @@ msgstr "Påminn mig senare" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Ta bort" @@ -10117,7 +10339,7 @@ msgstr "Ta bort skräpdata (kan ej återställas):" msgid "Remove Tag..." msgstr "Ta bort etikett..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "Ta bort etikett" @@ -10131,20 +10353,20 @@ msgstr "" "inte sedan packar in ISO-filen i ett komprimerat filformat såsom ZIP). Vill " "du fortsätta ändå?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" -msgstr "Byt namn på symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" +msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "Renderingsfönster" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Rendera till huvudfönstret" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -10152,6 +10374,16 @@ msgstr "" "Renderar hela scenen i wireframeläge.

Om du är " "osäker kan du lämna detta omarkerat." +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "Rapport: GCIFolder skriver till oallokerat block {0:#x}" @@ -10160,15 +10392,15 @@ msgstr "Rapport: GCIFolder skriver till oallokerat block {0:#x}" msgid "Request to Join Your Party" msgstr "Förfrågan att vara med i din grupp" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10179,7 +10411,7 @@ msgstr "Återställ" msgid "Reset All" msgstr "Återställ alla" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Nollställ ignorera panikhanterare" @@ -10203,7 +10435,7 @@ msgstr "Återställ traverseringsinställningar" msgid "Reset Values" msgstr "Återställ värden" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Återställ vy" @@ -10211,7 +10443,7 @@ msgstr "Återställ vy" msgid "Reset all saved Wii Remote pairings" msgstr "Nollställ alla sparade Wii-fjärrkontrollparningar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "Upplösningstyp:" @@ -10223,7 +10455,7 @@ msgstr "Resurspaketshanterare" msgid "Resource Pack Path:" msgstr "Resurspaketssökväg:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Omstart krävs" @@ -10231,11 +10463,11 @@ msgstr "Omstart krävs" msgid "Restore Defaults" msgstr "Återställ förval" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" -msgstr "Återställ instruktion" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" +msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Försök igen" @@ -10244,7 +10476,7 @@ msgstr "Försök igen" msgid "Return Speed" msgstr "Returhastighet" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "Revision" @@ -10252,7 +10484,7 @@ msgstr "Revision" msgid "Revision: %1" msgstr "Revision: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10303,11 +10535,11 @@ msgstr "Rulla vänster" msgid "Roll Right" msgstr "Rulla höger" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "Rum-ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Rotation" @@ -10316,7 +10548,7 @@ msgstr "Rotation" msgid "Rotation applied at extremities of swing." msgstr "Mängden rotation vid svängningens ändpunkter." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10330,7 +10562,7 @@ msgstr "" "upplösning används.

Om du är osäker, lämna detta " "avmarkerat." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10342,6 +10574,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10367,21 +10608,26 @@ msgstr "" msgid "Rumble" msgstr "Vibration" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" -msgstr "Kör &hit" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "Kör GBA-kärnor i dedikerade trådar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" -msgstr "Kör tills" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" -msgstr "Kör tills (och ignorera brytpunkter)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" +msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10391,23 +10637,23 @@ msgstr "Kör tills träff (och ignorera brytpunkter)" msgid "Russia" msgstr "Ryssland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD-kort" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "Filstorlek för SD-kort:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD-kortsavbildning (*.raw);;Alla filer (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD-kortssökväg:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD-kortsinställningar" @@ -10415,7 +10661,7 @@ msgstr "SD-kortsinställningar" msgid "SD Root:" msgstr "SD-rot:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "SD-synkmapp:" @@ -10450,11 +10696,11 @@ msgstr "SSL-kontext" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "&Spara kod" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Spa&ra snabbsparning" @@ -10466,7 +10712,7 @@ msgstr "Säker" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10476,28 +10722,40 @@ msgstr "Spara" msgid "Save All" msgstr "Spara alla" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "Spara grenbevakning &som..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" -msgstr "Spara grenbevakningsögonblicksbild" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Sparfilsexportering" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" -msgstr "Spara FIFO-logg" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" -msgstr "Spara fil till" +msgid "Save File To" +msgstr "" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10508,15 +10766,19 @@ msgstr "Sparfil" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Sparfiler (*.sav);;Alla filer (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "Sparfilsimportering" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "Spara äldsta snabbsparning" @@ -10524,73 +10786,77 @@ msgstr "Spara äldsta snabbsparning" msgid "Save Preset" msgstr "Spara förinställningar" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Spara inspelning som" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Spara snabbsparning" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "Spara snabbsparningsplats 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "Spara snabbsparningsplats 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "Spara snabbsparningsplats 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "Spara snabbsparningsplats 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "Spara snabbsparningsplats 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "Spara snabbsparningsplats 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "Spara snabbsparningsplats 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "Spara snabbsparningsplats 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "Spara snabbsparningsplats 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "Spara snabbsparningsplats 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Spara snabbsparning till fil" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Spara snabbsparning på äldsta platsen" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Snabbspara på vald plats" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Spara snabbsparning på plats" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Spara symbol-map so&m..." @@ -10598,7 +10864,7 @@ msgstr "Spara symbol-map so&m..." msgid "Save Texture Cache to State" msgstr "Spara texturcache i snabbsparningar" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "Spara och läs in snabbsparning" @@ -10606,15 +10872,11 @@ msgstr "Spara och läs in snabbsparning" msgid "Save as Preset..." msgstr "Spara som förinställningar..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Spara som..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "Spara kombinerad utdatafil som" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10628,23 +10890,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "Spara i samma katalog som ROM-filen" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "Spara map-fil" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "Spara signaturfil" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "Spara på vald plats" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "Spara på plats %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Spara..." @@ -10666,7 +10920,7 @@ msgstr "Snabbsparningsinspelningen {0} är korrupt. Inspelningen stoppas..." msgid "Scaled EFB Copy" msgstr "Skalad EFB-kopia" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "Skanning lyckades." @@ -10675,8 +10929,8 @@ msgid "ScrShot" msgstr "Skärmdump" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Sök" @@ -10685,7 +10939,7 @@ msgstr "Sök" msgid "Search Address" msgstr "Sök adress" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Sök aktuellt objekt" @@ -10697,7 +10951,7 @@ msgstr "Sök undermappar" msgid "Search and Filter" msgstr "Sök och filtrera" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." @@ -10705,7 +10959,7 @@ msgstr "" "Sökning är inte möjligt i virtuellt adressutrymme just nu. Kör spelet ett " "kort tag och prova igen." -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Sök efter en instruktion" @@ -10713,7 +10967,7 @@ msgstr "Sök efter en instruktion" msgid "Search games..." msgstr "Sök efter spel..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Sök efter en instruktion" @@ -10747,20 +11001,18 @@ msgstr "Välj" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" -"Välj plats att autospara grenbevakningsögonblicksbild på (eller tryck Avbryt " -"för användarmappen)" #: Source/Core/DolphinQt/Settings/PathPane.cpp:71 msgid "Select Dump Path" msgstr "Välj dump-sökväg:" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Välj exporteringskatalog" @@ -10768,18 +11020,22 @@ msgstr "Välj exporteringskatalog" msgid "Select Figure File" msgstr "Välj figurfil" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "Välj GBA-BIOS" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "Välj GBA-ROM" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "Välj GBA-sparfilssökväg" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "Välj senaste snabbsparning" @@ -10788,6 +11044,10 @@ msgstr "Välj senaste snabbsparning" msgid "Select Load Path" msgstr "Välj laddningssökväg" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "Välj resurspaketssökväg" @@ -10796,6 +11056,14 @@ msgstr "Välj resurspaketssökväg" msgid "Select Riivolution XML file" msgstr "Välj Riivolution-XML-fil" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "Välj Skylandersamling" @@ -10804,58 +11072,62 @@ msgstr "Välj Skylandersamling" msgid "Select Skylander File" msgstr "Välj Skylanderfil" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Välj plats %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "Välj snabbsparning" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Välj snabbsparningsplats" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Välj snabbsparningsplats 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Välj snabbsparningsplats 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Välj snabbsparningsplats 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Välj snabbsparningsplats 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Välj snabbsparningsplats 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Välj snabbsparningsplats 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Välj snabbsparningsplats 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Välj snabbsparningsplats 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Välj snabbsparningsplats 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Välj snabbsparningsplats 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "Välj WFS-sökväg" @@ -10869,29 +11141,25 @@ msgstr "Välj Wii-NAND-rot" msgid "Select a Directory" msgstr "Välj en mapp" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Välj en fil" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" -msgstr "Välj mapp att synkronisera med SD-kortsfilen" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" +msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Välj ett spel" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Välj en SD-kortsavbildning" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Välj en fil" @@ -10899,19 +11167,15 @@ msgstr "Välj en fil" msgid "Select a game" msgstr "Välj ett spel" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "Välj en titel att installera till NAND-minnet" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "Välj e-Readerkort" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Välj RSO-modulens adress:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Välj inspelning att spela upp" @@ -10919,36 +11183,19 @@ msgstr "Välj inspelning att spela upp" msgid "Select the Virtual SD Card Root" msgstr "Välj rot för virtuellt SD-kort" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "Välj nyckelfil (OTP/SEEPROM-kopia)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Välj sparningsfilen" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "Välj var du vill spara den konverterade skivavbildningen" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "Välj var du vill spara de konverterade skivavbildningarna" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "Valt teckensnitt" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Den valda kontrollprofilen finns inte" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Det valda spelet finns inte i spellistan!" @@ -10960,7 +11207,7 @@ msgstr "Markerad tråds anropsstack" msgid "Selected thread context" msgstr "Markerad tråds kontext" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -10968,7 +11215,7 @@ msgstr "" "Väljer en hårdvaruadapter att använda.

%1 stöder " "inte den här funktionen." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -10976,7 +11223,7 @@ msgstr "" "Väljer en hårdvaruadapter att använda.

Om du är " "osäker kan du välja den första." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10995,7 +11242,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -11013,7 +11260,7 @@ msgstr "" "
Passiv är en annan typ av 3D som används av vissa TV-apparater." "

Om du är osäker kan du välja Av." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -11035,32 +11282,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"Väljer vilket grafik-API som ska användas internt." -"

Programvarurenderaren är extremt långsam och är därför bara " -"användbar för att felsöka, så det rekommenderas att du väljer en annan " -"backend. Beroende på spel och grafikprocessor kan varje backend bete sig " -"lite annorlunda, så för att få den bästa upplevelsen rekommenderas det att " -"prova var och en och välja den backend som har minst problem." -"

Om du är osäker kan du välja OpenGL." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Skicka" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Position för Sensor Bar:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -11081,7 +11350,7 @@ msgstr "Serverns IP-adress" msgid "Server Port" msgstr "Serverns port" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "Servern avvisade traverseringsförsök" @@ -11089,44 +11358,40 @@ msgstr "Servern avvisade traverseringsförsök" msgid "Set &Value" msgstr "Sätt &värde" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "Sätt PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Ange som &standard-ISO" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "Välj minneskortsfil för plats A" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "Välj minneskortsfil för plats B" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "Ställ in slut&adress för symbol" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "Ställ in &storlek för symbol" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "Ställ in slutadress för symbol" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "Ange storlek för symbol (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -11135,19 +11400,19 @@ msgstr "" "Sätter Wii-bildläget till 60Hz (480i) istället för 50Hz (576i) för PAL-spel. " "Vissa spel stöder inte detta." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Ställer in Wii-systemspråk." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." @@ -11155,10 +11420,17 @@ msgstr "" "Anger latens i millisekunder. Högre värden kan minska ljudknaster. Endast " "för vissa backends." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -11171,13 +11443,13 @@ msgstr "" "mappningarna i virtuellt adressutrymme. Detta fungerar för de allra flesta " "spel." -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Inställningar" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: Kan inte skapa filen setting.txt" @@ -11185,7 +11457,7 @@ msgstr "SetupWiiMemory: Kan inte skapa filen setting.txt" msgid "Severity" msgstr "Allvarlighet" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Shaderkompilering" @@ -11207,228 +11479,232 @@ msgstr "Shinkansen" msgid "Shinkansen Controller" msgstr "Shinkansenkontroll" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "Visa %-hastighet" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Visa &logg" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Visa &verktygsfält" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Visa aktiv titel i fönstertitel" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Visa alla" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Visa Australien" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Visa nuvarande spel på Discord" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "Visa avstängda koder först" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "Visa ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "Visa påslagna koder först" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "Visa bildfrekvens" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Visa bildruteräknare" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "Visa bildrutetider" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Visa Frankrike" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Visa GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Visa Tyskland" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "Visa överlägg för golfläge" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "Visa Infinitybas" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Visa indata" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Visa Italien" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Visa JPN" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Visa Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Visa laggräknare" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Visa språk:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Visa logg&konfiguration" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "Visa nätspelsmeddelanden" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "Visa nätspelsping" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Visa Nederländerna" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "Visa meddelanden på skärmen" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Visa PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "Visa PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "Visa prestandagrafer" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Visa plattformar" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "Visa projektionsstatistik" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Visa regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Visa ominspelningsräknare" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Visa Ryssland" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "Visa Skylandersportal" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "Visa Spanien" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "Visa hastighetsfärger" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "Visa statistik" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Visa systemklocka" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Visa Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Visa USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Visa okänd" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "Visa vblank-tider" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "Visa VPS" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Visa WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Visa Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Visa världen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" -msgstr "Visa i &minne" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" +msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Visa i kod" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "Visa i minne" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "Visa i kod" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "Visa i minne" @@ -11436,19 +11712,15 @@ msgstr "Visa i minne" msgid "Show in server browser" msgstr "Visa i serverlistan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11457,67 +11729,67 @@ msgstr "" "under nätspel.

Om du är osäker kan du lämna detta " "omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
Om du är osäker kan du lämna " "detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11535,7 +11807,7 @@ msgstr "" "Visar spelarens maximala ping under nätspel.

Om du " "är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11543,7 +11815,7 @@ msgstr "" "Visar diverse projektionsstatistik.

Om du är osäker " "kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11551,6 +11823,14 @@ msgstr "" "Visar diverse renderingsstatistik.

Om du är osäker " "kan du lämna detta omarkerat." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "Sida-vid-sida" @@ -11567,7 +11847,7 @@ msgstr "Tryck för liggande läge" msgid "Sideways Wii Remote" msgstr "Liggande Wii-fjärrkontroll" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signaturdatabas" @@ -11591,7 +11871,7 @@ msgid "Signed Integer" msgstr "Signed int" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Förenklad kinesiska" @@ -11608,7 +11888,7 @@ msgstr "Sex axlar" msgid "Size" msgstr "Storlek" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11616,11 +11896,11 @@ msgstr "" "Sträckningsbuffertens storlek i millisekunder. Om värdet är för lågt kan " "ljudet låta hackigt." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Hoppa över" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Hoppa över att rita" @@ -11636,7 +11916,7 @@ msgstr "Hoppa över huvudmeny" msgid "Skip Presenting Duplicate Frames" msgstr "Hoppa över dubblettbildrutor" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11727,11 +12007,11 @@ msgstr "Sockettabell" msgid "Software Renderer" msgstr "Programvarurenderare" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "Viss data kunde inte läsas." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11747,12 +12027,12 @@ msgstr "" "Vissa av de angivna värdena är ogiltiga.\n" "Kontrollera de markerade värdena." -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Sortera alfabetiskt" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Ljud:" @@ -11766,7 +12046,7 @@ msgstr "Spanien" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spanska" @@ -11774,11 +12054,11 @@ msgstr "Spanska" msgid "Speaker Pan" msgstr "Högtalarpanorering" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Högtalarvolym:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "Specialiserad (standard)" @@ -11786,7 +12066,7 @@ msgstr "Specialiserad (standard)" msgid "Specific" msgstr "Specifik" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11808,12 +12088,16 @@ msgstr "" "snabbare.

Om du är osäker kan du använda nivå 6." -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Hastighet" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11832,33 +12116,37 @@ msgstr "Stackstart" msgid "Standard Controller" msgstr "Standardkontroll" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "Starta &nätspel..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "Starta grenbevakning" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "Starta ny fusksökning" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Starta &inspelning" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Starta inspelning" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "Starta i helskärm" @@ -11870,7 +12158,7 @@ msgstr "Starta med Riivolution-moddar" msgid "Start with Riivolution Patches..." msgstr "Starta med Riivolution-moddar..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Startade spelet" @@ -11893,52 +12181,52 @@ msgstr "Stega" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "Stega in" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "Stega ut" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "Stega över" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Urstegningen lyckades!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Urstegningen gjorde timeout!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Överstegning pågår..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Stegning lyckades!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "Stega" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "Läge för stereoskopisk 3D" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Läge för stereoskopisk 3D:" @@ -11959,16 +12247,20 @@ msgid "Stick" msgstr "Spak" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Stoppa" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Avbryt uppspelning/inspelning" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Stoppade spelet" @@ -12010,11 +12302,11 @@ msgstr "" "texturer)

Om du är osäker kan du lämna detta " "markerat." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Sträck ut till fönster" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "Strikt inställningssynkronisering" @@ -12028,11 +12320,11 @@ msgstr "Sträng" msgid "Strum" msgstr "Slagskena" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "Stil" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Stil:" @@ -12043,18 +12335,18 @@ msgstr "Stil:" msgid "Stylus" msgstr "Penna" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Klar" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "Lades till i nätspelindex" @@ -12064,7 +12356,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "%n skivavbildning(ar) har konverterats." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "Borttagningen av '%1' lyckades." @@ -12077,24 +12369,24 @@ msgstr "Exporterade %n av %1 sparfil(er)." msgid "Successfully exported save files" msgstr "Exporteringen av sparfiler lyckades" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certifikaten har extraherats från NAND-minnet" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "Extraheringen av filen lyckades." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "Extraheringen av systemdata lyckades." -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Importeringen av sparfilen lyckades." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Titeln har installerats i NAND-minnet." @@ -12117,12 +12409,12 @@ msgstr "Support" msgid "Supported file formats" msgstr "Filformat som stöds" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "Stöder SD och SDHC. Standardstorleken är 128 MB." #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "Surround" @@ -12130,7 +12422,7 @@ msgstr "Surround" msgid "Suspended" msgstr "Vilande" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "Byt plats på ögon" @@ -12145,7 +12437,7 @@ msgstr "Swap Force" msgid "Swapper" msgstr "Swapper" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -12168,22 +12460,31 @@ msgstr "Byt till A" msgid "Switch to B" msgstr "Byt till B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Symbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "Slutadress för symbol (%1):" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" -msgstr "Symbolnamn" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboler" @@ -12191,7 +12492,7 @@ msgstr "Symboler" msgid "Sync" msgstr "Synka" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "Synka AR/Gecko-koder" @@ -12212,7 +12513,7 @@ msgstr "" "slumpartade frysningar när läget \"Dubbla kärnor\" används. (PÅ = " "kompatibel, AV = snabb)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." @@ -12220,37 +12521,37 @@ msgstr "" "Synkroniserar SD-kortet med SD-synkmappen när emulering påbörjas och " "avslutas." -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "Synkroniserar AR-koder..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "Synkroniserar Gecko-koder..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "Synkroniserar spardata..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Systemspråk:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS-inmatning" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS-verktyg" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiketter" @@ -12268,15 +12569,15 @@ msgstr "Svans" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Ta en skärmdump" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12294,9 +12595,9 @@ msgstr "Teknologi" msgid "Test" msgstr "Test" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "Textfil (*.txt);;Alla filer (*)" @@ -12305,15 +12606,15 @@ msgstr "Textfil (*.txt);;Alla filer (*)" msgid "Texture Cache" msgstr "Texturcache" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "Texturcachenoggrannhet" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "Texturdumpning" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "Texturfiltrering" @@ -12321,7 +12622,7 @@ msgstr "Texturfiltrering" msgid "Texture Filtering:" msgstr "Texturfiltrering:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Överlägg för texturformat" @@ -12347,11 +12648,11 @@ msgstr "" "\n" "Vill du verkligen byta till Direct3D 11? Om du är osäker, välj 'Nej'." -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "H3-hashtabellen för {0}-partitionen är inte korrekt." -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "IPL-filen är inte en känd korrekt version. (CRC32: {0:x})" @@ -12361,11 +12662,11 @@ msgstr "IPL-filen är inte en känd korrekt version. (CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "Masterpiecepartitionerna saknas." -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." @@ -12374,11 +12675,11 @@ msgstr "" "säkerhetskopia av ditt nuvarande NAND-minne och sedan börjar om med ett " "nyskapat NAND-minne." -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND-minnet har reparerats." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12388,11 +12689,11 @@ msgstr "" "titeln till SD-kortet kommer Wii-menyn inte längre kunna starta den eller " "kopiera eller flytta tillbaka den till NAND-minnet." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "Mängden pengar den här Skylandern har. Mellan 0 och 65000" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12412,7 +12713,7 @@ msgstr "Kanalpartitionen saknas." msgid "The data partition is missing." msgstr "Datapartitionen saknas." -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12422,7 +12723,7 @@ msgstr "" "emulerade laddningstiderna. Du kommer inte kunna dela indatainspelningar och " "använda nätspel med någon som använder en korrekt skivavbildning." -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12525,7 +12826,7 @@ msgstr "" "Filen %1 finns redan.\n" "Vill du byta ut den?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12559,7 +12860,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "Filsystemet är ogiltigt eller kunde inte läsas." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12569,7 +12870,7 @@ msgstr "" "mappen till antingen %2, %3 eller %4 i enlighet med vilken regions sparfiler " "som finns i mappen." -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." @@ -12577,15 +12878,15 @@ msgstr "" "Formatet som skivavbildningen är sparad i lagrar inte skivavbildningens " "storlek." -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "Spel-ID:t är inkonsistent." -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "Spel-ID:t är ovanligt kort." -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "Spel-ID:t är {0} men borde vara {1}." @@ -12594,7 +12895,7 @@ msgid "The game disc does not contain any usable update information." msgstr "" "Spelskivan innehåller inte någon uppdateringsinformation som går att använda." -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "Spelet körs för tillfället." @@ -12608,7 +12909,7 @@ msgstr "" "systemmenyn kommer du inte kunna uppdatera den emulerade konsolen med den " "här skivan." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12621,15 +12922,15 @@ msgstr "" "\n" "(MSAA med {0} samples hittades på default framebuffer)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "Kontrollsummorna stämmer inte!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "Kontrollsummorna stämmer!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" @@ -12637,7 +12938,7 @@ msgstr "" "Hjältesnivån för den här Skylandern. Används bara i Skylanders: Spyro's " "Adventures. Mellan 0 och 100" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12649,11 +12950,11 @@ msgstr "" msgid "The install partition is missing." msgstr "Installationspartitionen saknas." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "Senaste gången figuren placerades på en portal" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12672,7 +12973,7 @@ msgstr "" "finns inget minneskort där just nu (istället är {1} inmatat). För att " "filmen ska synka korrekt, ändra vald enhet till Minneskort eller GCI-mapp." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "Smeknamnet för den här Skylandern. Max 15 tecken" @@ -12681,8 +12982,8 @@ msgid "The patches in %1 are not for the selected game or game revision." msgstr "" "Moddarna i %1 är inte för det valda spelet eller den valda spelrevisionen." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "Profilen '%1' finns inte" @@ -12690,7 +12991,7 @@ msgstr "Profilen '%1' finns inte" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "Det inspelade spelet ({0}) är inte samma som det valda spelet ({1})" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12709,21 +13010,21 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "Samma fil kan inte användas på flera platser; den används redan av %1." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" "Samma mapp kan inte användas på flera platser; den används redan av %1." -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "Serverns och klientens nätspelsversioner är inkompatibla." -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "Servern är full." -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "Servern skickade ett okänt felmeddelande." @@ -12741,16 +13042,16 @@ msgstr "" "välja 'Nej'." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" "Det specificerade indexet för gemensam nyckel är {0} men borde vara {1}." -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "Den angivna filen \"{0}\" finns inte" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12763,32 +13064,32 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "Destinationsminneskortet innehåller redan en fil med namnet \"%1\"." #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "Ticket-datan är inte korrekt signerad." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "Hur länge den här figuren har använts i spel totalt, i sekunder" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" "Leksakskoden för den här figuren. Bara tillgängligt för riktiga figurer." -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "Typen av en partition kunde inte läsas." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "Den här Skylandertypen har ingen data att modifiera!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "Typen för den här Skylandern är okänd!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12803,7 +13104,7 @@ msgstr "" "Uppdateringen har avbrutits. Det rekommenderas starkt att du slutför den så " "att det inte finns inkonsistenta versioner av systemmjukvara." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" "Uppdateringspartitionen innehåller inte det IOS som används av den här " @@ -12813,11 +13114,11 @@ msgstr "" msgid "The update partition is missing." msgstr "Uppdateringspartitionen saknas." -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "Uppdateringspartitionen är inte på sin normala position." -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12825,23 +13126,23 @@ msgstr "" "Den användartillgängliga delen av NAND-minnet innehåller %1 block (%2 KiB) " "data. Maxgränsen är %3 block (%4 KiB)." -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "{0}-partitionen har inte ett giltigt filsystem." -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "{0}-partitionen verkar inte innehålla giltig data." -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "{0}-partitionen är inte korrekt signerad." -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "{0}-partitionen ligger inte på en giltig position." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "Tema" @@ -12859,8 +13160,8 @@ msgstr "" "\n" "Vill du spara före du stänger den?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "Det finns inget att spara!" @@ -12898,7 +13199,7 @@ msgstr "Den här Gecko-koden innehåller inga rader." #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." @@ -12906,7 +13207,7 @@ msgstr "" "Denna koreanska speltitel är inställd på att använda en IOS som vanligtvis " "inte används i koreanska konsoler. Detta kommer troligtvis orsaka ERROR #002." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "Den här Skylandertypen kan inte modifieras än!" @@ -12930,7 +13231,7 @@ msgstr "" "Denna Action Replay-simulator stöder inte koder som förändrar själva Action " "Replay." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -12938,22 +13239,22 @@ msgstr "" "Det här bygget av Dolphin är inte kompilerat för din CPU.\n" "Använd ett ARM64-bygge av Dolphin för den bästa upplevelsen." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "Det går inte att ångra detta!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" "Denna skivavbildning av en utvecklarskiva har samma storlek som en " "skivavbildning av en vanlig skiva." -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "Denna skivavbildning har en ovanlig storlek." -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -12964,7 +13265,7 @@ msgstr "" "indatainspelningar och använda nätspel med någon som använder en korrekt " "skivavbildning." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12977,7 +13278,7 @@ msgstr "" "matchar CRC32-kontrollsumman av en korrekt skivavbildning trots att filerna " "inte är identiska." -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12986,7 +13287,7 @@ msgstr "" "dumpningsprogram sparade skivavbildningen som flera delar måste du " "sammanfoga dem till en enda fil." -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12995,7 +13296,7 @@ msgstr "" "troligtvis att detta är en skiva med dubbla lager som har dumpats som en " "skiva med ett lager." -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -13006,7 +13307,7 @@ msgstr "" "att det händer. Om det här felet gör att spelet inte fungerar, rapportera " "gärna det till utvecklarna." -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -13027,7 +13328,7 @@ msgstr "Den här filen innehåller inte ett giltigt Wii-filsystem." msgid "This file does not look like a BootMii NAND backup." msgstr "Filen verkar inte vara en BootMii-NAND-kopia." -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -13038,7 +13339,7 @@ msgstr "" "kommer vara trasiga. Det här problemet finns generellt sett bara i " "piratkopior av spel." -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -13048,11 +13349,11 @@ msgstr "" "grafikkort eller dess drivrutiner stöder inte det. På grund av detta kommer " "spelet vara buggigt eller frysa." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "Detta är en inkorrekt kopia." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." @@ -13060,7 +13361,7 @@ msgstr "" "Detta är en inkorrekt kopia. Det betyder inte nödvändigtvis att spelet inte " "kommer fungera rätt." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -13068,11 +13369,11 @@ msgstr "" "Detta är en korrekt kopia enligt Redump.org, men Dolphin har hittat problem. " "Detta skulle kunna vara en bugg i Dolphin." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "Detta är en korrekt kopia." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "Detta gäller bara när den emulerade mjukvaran först startar." @@ -13080,7 +13381,7 @@ msgstr "Detta gäller bara när den emulerade mjukvaran först startar." msgid "This session requires a password:" msgstr "Den här sessionen kräver ett lösenord:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -13101,12 +13402,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "Denna titel kan inte startas." -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "Denna titel är inställd på att använda ett ogiltigt IOS." #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "Denna titel är inställd på att använda en ogiltig gemensam nyckel." @@ -13149,7 +13450,7 @@ msgstr "" "Det här värdet multipliceras med djupet som har ställts in i " "grafikkonfigurationen." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -13164,7 +13465,7 @@ msgstr "" "Detta begränsar hastigheten av uppladdning i segment per klient, vilket " "används för sparningssynkronisering." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -13188,7 +13489,7 @@ msgstr "Trådar" msgid "Threshold" msgstr "Tröskel" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13198,6 +13499,31 @@ msgstr "TiB" msgid "Tilt" msgstr "Luta" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -13209,10 +13535,10 @@ msgstr "" msgid "Timed Out" msgstr "Timeout" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -13220,25 +13546,29 @@ msgstr "Titel" msgid "To" msgstr "till" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "Till:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Helskärm" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "Slå på/av 3D-anaglyf" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "Slå på/av 3D sida-vid-sida" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "Slå på/av 3D topp-och-botten" @@ -13246,28 +13576,28 @@ msgstr "Slå på/av 3D topp-och-botten" msgid "Toggle All Log Types" msgstr "Slå på/av alla loggtyper" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "Växla bildförhållande" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Slå på/av brytpunkt" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Slå på/av beskärning" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Slå på/av anpassade texturer" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "Slå på/av EFB-kopior" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Slå på/av dimma" @@ -13279,35 +13609,39 @@ msgstr "Slå på/av helskärm" msgid "Toggle Pause" msgstr "Slå på/av paus" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "Mata in/ut SD-kort" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "Växla Hoppa över EFB-åtkomst" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Slå på/av texturdumpning" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "Slå på/av USB-tangentbord" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "Slå på/av XFB-kopior" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "Slå på/av omedelbar XFB-presentation" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "Tokenisering misslyckades." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -13315,7 +13649,7 @@ msgstr "" msgid "Toolbar" msgstr "Verktygsfält" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Ovan" @@ -13323,7 +13657,7 @@ msgstr "Ovan" msgid "Top-and-Bottom" msgstr "Topp-och-botten" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "Totalt antal träffar" @@ -13361,12 +13695,12 @@ msgstr "Totalt förflyttningsavstånd" msgid "Touch" msgstr "Beröring" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "Leksakskod:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Traditionell kinesiska" @@ -13386,8 +13720,8 @@ msgstr "" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Traverseringsfel" @@ -13395,7 +13729,7 @@ msgstr "Traverseringsfel" msgid "Traversal Server" msgstr "Traverseringsserver" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Traverseringsserver gjorde en timeout vid anslutning till värden" @@ -13426,7 +13760,7 @@ msgid "Trophy" msgstr "Trofé" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13452,11 +13786,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "USB-enhetsemulering" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB-emulering" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "Emulerade USB-enheter" @@ -13470,7 +13804,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "Ogiltig USB-enhet" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13481,7 +13815,7 @@ msgstr "" "kraftfull hårdvara.

Om du är osäker, välj det här " "läget." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13493,7 +13827,7 @@ msgstr "" "om du upplever pauser med hybridübershaders och du har en väldigt kraftfull " "grafikprocessor.
" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13507,23 +13841,23 @@ msgstr "" "prestandapåverkan, men resultaten varierar beroende på grafikdrivrutinernas " "beteende." -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Kunde inte upptäcka RSO-modul automatiskt" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "Kunde inte kontakta uppdateringsservern." -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "Kunde inte skapa en kopia av uppdateraren." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "Det gick inte att modifiera Skylandern!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "Misslyckades att öppna fil." @@ -13551,11 +13885,11 @@ msgstr "" "\n" "Vill du ignorera denna rad och fortsätta tolka resten?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Misslyckades att läsa fil." -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "Kunde inte ställa in rättigheter för kopia av uppdateraren." @@ -13578,11 +13912,11 @@ msgstr "Okomprimerade GC/Wii-skivavbildningar (*.iso *.gcm)" msgid "Undead" msgstr "Odöd" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Ångra inläsning av snabbsparning" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Ångra snabbsparning" @@ -13603,23 +13937,23 @@ msgstr "" "av denna titel tas bort från NAND-minnet utan att dess spardata tas bort. " "Vill du fortsätta?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "USA" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Okänd" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "Okänd (Id:%1 Var:%2)" @@ -13628,11 +13962,11 @@ msgstr "Okänd (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "Okänt DVD-kommando {0:08x} - katastrofalt fel" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "Tog emot ett okänt SYNC_CODES-meddelande med id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" @@ -13640,11 +13974,11 @@ msgstr "" "Tog emot ett okänt SYNC_GECKO_CODES-meddelande med id:{0} från spelare:{1} " "Spelaren sparkas ut!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "Tog emot ett okänt SYNC_SAVE_DATA-meddelande med id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" @@ -13652,7 +13986,7 @@ msgstr "" "Tog emot ett okänt SYNC_SAVE_DATA-meddelande med id:{0} från spelare:{1} " "Spelaren sparkas ut!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "Okänd Skylandertyp!" @@ -13672,11 +14006,11 @@ msgstr "Okänd datatyp" msgid "Unknown disc" msgstr "Okänd skiva" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Okänt fel inträffade." -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "Okänt fel {0:x}" @@ -13684,11 +14018,11 @@ msgstr "Okänt fel {0:x}" msgid "Unknown error." msgstr "Okänt fel." -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "Tog emot ett okänt meddelande med id: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" "Tog emot ett okänt meddelande med id:{0} från spelare:{1} Spelaren sparkas " @@ -13705,11 +14039,11 @@ msgstr "Okänd(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Okänd(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Obegränsad" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "Ladda ur ROM" @@ -13717,7 +14051,12 @@ msgstr "Ladda ur ROM" msgid "Unlock Cursor" msgstr "Lås upp muspekare" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "Upplåst" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "Låstes upp %1" @@ -13749,7 +14088,7 @@ msgstr "Osignerat 8" msgid "Unsigned Integer" msgstr "Unsigned int" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13760,7 +14099,7 @@ msgid "Up" msgstr "Upp" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Uppdatera" @@ -13817,7 +14156,7 @@ msgstr "Tryck för stående läge" msgid "Upright Wii Remote" msgstr "Stående Wii-fjärrkontroll" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "Statistikrapporteringsinställningar" @@ -13825,15 +14164,19 @@ msgstr "Statistikrapporteringsinställningar" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "Ange 8.8.8.8 för vanlig DNS, eller ange en egen" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "Använd all Wii-spardata" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "Använd inbyggd databas för spelnamn" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Använd förlustfritt kodek (FFV1)" @@ -13841,15 +14184,15 @@ msgstr "Använd förlustfritt kodek (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "Använd muskontrollerad pekning" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "Använd PAL60-läge (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Använd panikhanterare" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." @@ -13857,7 +14200,7 @@ msgstr "" "Använder RetroAchivements rika närvaro i din Discordstatus.

\"Visa " "nuvarande spel på Discord\" måste vara aktiverat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13866,22 +14209,10 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" -"Använder en manuell implementering av textursampling istället för " -"grafikbackendens inbyggda funktionalitet.

Den här inställningen kan " -"åtgärda grafikproblem i vissa spel på vissa grafikkort, i vanliga fall " -"vertikala linjer i FMV:er. Utöver detta kommer aktivering av Manuell " -"textursampling att tillåta korrekt emulering av texturomslutning vid " -"specialfall (vid 1x intern upplösning eller när skalad EFB är avaktiverat, " -"och med anpassade texturer avaktiverade) och ger en bättre emulering av " -"Level of Detail-beräkningar.

Detta kostar en del prestanda, särskilt " -"vid högre interna upplösningar; dessutom är anisotrop filtrering för " -"närvarande inkompatibelt med Manuell textursampling." -"

Om du är osäker kan du lämna detta omarkerat." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 msgid "Use a single depth buffer for both eyes. Needed for a few games." @@ -13923,21 +14254,18 @@ msgstr "" "Du kan använda dem för att spara eller hämta värden mellan\n" "inmatningar och utmatningar på samma föräldrakontroller." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "Användarnamn" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -"Använder Dolphins databas av ordentligt formaterade namn i spellistans " -"titelkolumn.

Om du är osäker kan du lämna detta " -"markerat." -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13949,7 +14277,7 @@ msgstr "" "grafikprocessor.

Om du är osäker kan du lämna detta " "markerat." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -13959,7 +14287,7 @@ msgstr "" "ett renderingsfönster att skapas istället.

Om du är " "osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
I övriga fall kan du lämna detta " "omarkerat om du är osäker." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -14253,8 +14585,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Varning" @@ -14377,7 +14709,14 @@ msgstr "Västerländsk (Windows-1252)" msgid "Whammy" msgstr "Svajarm" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14389,7 +14728,7 @@ msgstr "" "mipmaps' är aktiverat i Förbättringar.

Om du är " "osäker kan du lämna detta markerat." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14402,7 +14741,7 @@ msgstr "" "

Om du är osäker kan du lämna detta markerat." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Enheter godkända för USB-genomsläpp" @@ -14410,7 +14749,7 @@ msgstr "Enheter godkända för USB-genomsläpp" msgid "Widescreen Hack" msgstr "Bredbildshack" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14434,7 +14773,7 @@ msgstr "Wii-fjärrkontroll" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14452,7 +14791,7 @@ msgstr "Wii-fjärrkontrollknappar" msgid "Wii Remote Gyroscope" msgstr "Wii-fjärrkontrollgyroskop" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii-fjärrkontrollinställningar" @@ -14472,7 +14811,7 @@ msgstr "Wii-TAS-inmatning %1 - Wii-fjärrkontroll" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii-TAS-inmatning %1 - Wii-fjärrkontroll + Nunchuk" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii och Wii-fjärrkontroller" @@ -14480,15 +14819,15 @@ msgstr "Wii och Wii-fjärrkontroller" msgid "Wii data is not public yet" msgstr "Wii-data är inte offentlig än" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii-sparfiler (*.bin);;Alla filer (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiTools-signaturmegafil" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "Fönsterupplösning" @@ -14497,11 +14836,19 @@ msgstr "Fönsterupplösning" msgid "Window Size" msgstr "Fönsterstorlek" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -14515,11 +14862,11 @@ msgstr "Världen" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Skriv" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Skriv JIT-blockloggdump" @@ -14552,27 +14899,27 @@ msgstr "Skriv till logg och bryt" msgid "Write to Window" msgstr "Skriv till fönster" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "Fel skivnummer" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "Fel hash" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "Fel region" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "Fel revision" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "Skrev till \"%1\"." -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "Skrev till \"{0}\"." @@ -14623,7 +14970,7 @@ msgstr "Ja" msgid "Yes to &All" msgstr "Ja till &alla" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14632,7 +14979,7 @@ msgstr "" "Du håller på att konvertera innehållet av filen %2 till mappen %1. Allt som " "finns i mappen just nu kommer raderas. Är du säker på att du vill fortsätta?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14687,7 +15034,7 @@ msgstr "" "för \"Phantasy Star Online Episode I & II\". Om du är osäker, vänd tillbaka " "och byt till \"standardkontroll\"." -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" "Du använder den senaste versionen som är tillgänglig på det här " @@ -14748,7 +15095,7 @@ msgstr "Du måste ange ett namn för din session!" msgid "You must provide a region for your session!" msgstr "Du måste ange en region för din session!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Du måste starta om Dolphin för att ändringarna ska börja gälla." @@ -14776,7 +15123,7 @@ msgstr "" "Vill du avbryta nu för att åtgärda problemet?\n" "Om du väljer \"Nej\" kan det uppstå problem med ljudet." -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14796,7 +15143,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3-kod stöds inte" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "Noll kandidater kvar." @@ -14845,7 +15192,7 @@ msgid "default" msgstr "förval" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "frånkopplad" @@ -14861,7 +15208,8 @@ msgstr "errno" msgid "fake-completion" msgstr "fake-completion" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "false" @@ -14928,7 +15276,8 @@ msgstr "sRGB" msgid "this value:" msgstr "följande värde:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "true" @@ -14948,25 +15297,25 @@ msgstr "ej justerat" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Masterpiece)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" "{0}-IPL hittades i {1}-mappen. Det kan hända att skivan inte kommer kunna " "kännas igen" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} misslyckades att synkronisera koder." -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} misslyckades att synkronisera." @@ -14979,7 +15328,7 @@ msgstr "" "Kontrollera skrivrättigheterna eller flytta filen utanför Dolphin." #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "{0} av {1} block. Komprimeringsgrad {2}%" diff --git a/Languages/po/tr.po b/Languages/po/tr.po index af368015cf..23385a5b03 100644 --- a/Languages/po/tr.po +++ b/Languages/po/tr.po @@ -19,10 +19,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Ahmet Emin, 2024\n" -"Language-Team: Turkish (http://app.transifex.com/delroth/dolphin-emu/" +"Language-Team: Turkish (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/tr/)\n" "Language: tr\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -42,7 +42,7 @@ msgstr "" "GameCube disk kalıpları çok az doğrulama verisi içerdiğinden, Dolphin'in " "tespit edemediği sorunlar olabilir." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -54,6 +54,12 @@ msgstr "" "Bu yazılım perakende Wii konsolları için olmadığından, Dolphin, imzalar " "geçerli görünse bile kurcalanmadığından emin olamaz." +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (Disk %1)" @@ -62,7 +68,7 @@ msgstr " (Disk %1)" msgid "! Not" msgstr "! Değil" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" "\"{0}\" geçersiz bir GCM/ISO dosyası, ya da herhangi bir GC/Wii ISO dosyası " @@ -101,16 +107,16 @@ msgstr "" "%1\n" "partine katılmak istiyor." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -126,16 +132,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (Kopyala)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (Disk %2, Revizyon %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (Revizyon %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (Standart)" @@ -155,7 +161,7 @@ msgstr "%1 (yavaş)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -169,11 +175,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 Grafik Yapılandırması" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (MEM1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (MEM2)" @@ -186,11 +192,11 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "%1, sisteminde bu özellik desteklemiyor." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 bu özelliği desteklemiyor." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -200,27 +206,27 @@ msgstr "" "%2 nesne\n" "Mevcut Kare: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 katıldı" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 ayrıldı" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 %4/%5 puan değerinde %2/%3 başarıyı açtı" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 geçerli bir ROM değil" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "Oynama sırası %1'de" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 %2 oynuyor" @@ -228,13 +234,13 @@ msgstr "%1 %2 oynuyor" msgid "%1 memory ranges" msgstr "%1 bellek aralığı" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 puan" @@ -246,30 +252,30 @@ msgstr "%1 oturum bulundu" msgid "%1 sessions found" msgstr "%1 oturum bulundu" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1% (Normal Hız)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "%1'in değeri değiştirildi" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "%1'nin değeri tetiklendi" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1'in değeri kullanıldı" @@ -277,11 +283,15 @@ msgstr "%1'in değeri kullanıldı" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "%1

%2" @@ -297,7 +307,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -310,25 +320,25 @@ msgstr "%1x Yerel (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x Yerel (%2x%3) %4 için" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n adres öykünen bellekte erişilemedi." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n adres kaldı." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -354,36 +364,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Hakkında" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "&Bellek Kesme Noktası Ekle" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "&Yeni Kod Ekle..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "&Fonksiyon Ekle" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Ekle..." -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Birleştirici" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ses Ayarları" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "&Otomatik Güncelle:" @@ -391,15 +401,19 @@ msgstr "&Otomatik Güncelle:" msgid "&Borderless Window" msgstr "&Çerçevesiz pencere" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Kesme Noktaları" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Hata İzleyici" @@ -407,15 +421,15 @@ msgstr "&Hata İzleyici" msgid "&Cancel" msgstr "&İptal" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "&Hile Yöneticisi" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Güncellemeleri Denetle..." -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Sembolleri Temizle" @@ -423,50 +437,51 @@ msgstr "&Sembolleri Temizle" msgid "&Clone..." msgstr "&Çoğalt..." -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "&Kod" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "&Bağlandı" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Denetleyici Ayarları" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "&Adresi kopyala" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "&Oluştur..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "&Sil" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "&Gözlemciyi Kaldır" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "&Gözlemcileri Kaldır" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "&Kodu Düzenle..." @@ -474,14 +489,18 @@ msgstr "&Kodu Düzenle..." msgid "&Edit..." msgstr "&Düzenle..." -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "&Diski Çıkar" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "&Emülasyon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "&Dışarı Aktar" @@ -498,41 +517,41 @@ msgstr "&Durumu Dışa Aktar..." msgid "&Export as .gci..." msgstr "&.gci Olarak Dışarı Aktar..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "&Dosya" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Yazı Tipi..." -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Kare İlerletme" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Serbest Bakış Ayarları" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Sembolleri Şuradan Getir" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub Repo'su" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafik Ayarları" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Yardım" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Kısayol Ayarları" @@ -552,19 +571,19 @@ msgstr "&Durumu İçe Aktar..." msgid "&Import..." msgstr "&İçeri aktar" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "&Infinity Base" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "&BLR yerleştir" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "&Karelerarası Harmanlama" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -572,15 +591,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "&Dil:" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Durumu &Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Sembol Haritasını Yükle" @@ -590,23 +609,27 @@ msgstr "&Mevcut adrese dosya yükle" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "&Gözlemcileri Kilitle" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Gereçleri Yerinde Kilitle" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Hafıza" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -614,7 +637,7 @@ msgstr "&Film" msgid "&Mute" msgstr "&Sustur" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Ağ" @@ -623,23 +646,27 @@ msgid "&No" msgstr "&Hayır" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "&Aç..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Seçenekler" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "&HLE Fonksiyonlarını Yamala" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Duraklat" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Oynat" @@ -647,7 +674,7 @@ msgstr "&Oynat" msgid "&Properties" msgstr "&Özellikler" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Salt-Okunur Mod" @@ -655,7 +682,7 @@ msgstr "&Salt-Okunur Mod" msgid "&Refresh List" msgstr "&Listeyi Yenile" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Kayıtlar" @@ -663,29 +690,29 @@ msgstr "&Kayıtlar" msgid "&Remove" msgstr "&Kaldır" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "&Kodu Sil" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" -msgstr "&Sembolü yeniden adlandır" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" +msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "&Sıfırla" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "&Kaynak Paketi Yöneticisi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Sembol Haritasını Kaydet" @@ -693,31 +720,35 @@ msgstr "&Sembol Haritasını Kaydet" msgid "&Scan e-Reader Card(s)..." msgstr "&e-Okuyucu Kart(lar)ı Tara..." -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "&Skylanders Portal" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "&Hız Limiti:" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "&Durdur" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "&Tema:" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "&İş parçacıkları" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Araçlar" @@ -727,21 +758,21 @@ msgstr "&ROM'u Boşalt" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "&Gözlemcilerin Kilidini Aç" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "&Görünüm" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&İzle" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -753,38 +784,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Evet" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' bulunamadı, sembol adları oluşturulmadı" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "'%1' bulunamadı, yerine yaygın fonksiyonlar taranıyor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(Koyu)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(Açık)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(Sistem)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(evsahibi)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(kapalı)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* Çarp" @@ -801,7 +824,7 @@ msgstr ", Virgül" msgid "- Subtract" msgstr "- Çıkar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -810,7 +833,7 @@ msgid "--Unknown--" msgstr "--Bilinmeyen--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -871,7 +894,7 @@ msgstr "16-bit İmzalı Tamsayı" msgid "16-bit Unsigned Integer" msgstr "16-bit İmzasız Tamsayı" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -879,7 +902,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x Eşyönsüz" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -891,7 +914,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -927,19 +950,19 @@ msgid "32-bit Unsigned Integer" msgstr "32-bit İmzasız Tamsayı" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D Derinlik" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -955,7 +978,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 blok)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -963,7 +986,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1052,17 +1075,17 @@ msgstr "" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" "Zorlayıcı Modunda Devre Dışı Bırakıldı." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" "Emin değilseniz, bunu işaretlemeyin." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1101,8 +1124,8 @@ msgstr "" msgid "> Greater-than" msgstr "> -dan/-den büyük" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Bir NetPlay Oturumu halihazırda devam ediyor!" @@ -1127,7 +1150,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "Zaten bir disk takılmak üzere." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1139,7 +1162,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "Başlatılacak oyun belirtilmeden 'kaydetme durumu' yüklenemez." -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1159,7 +1182,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "Senkronizasyon, ancak bir Wii oyunu çalışırken yapılabilir." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1196,7 +1219,7 @@ msgstr "" "Netplay'deki Wii Remote desteği deneyseldir ve düzgün çalışmayabilir.\n" "Kullanım riski sana ait.\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR Kodu" @@ -1238,8 +1261,8 @@ msgstr "Doğruluk:" msgid "Achievement Settings" msgstr "Başarı Ayarları" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Başarılar" @@ -1330,7 +1353,7 @@ msgstr "Action Replay: Normal Kod {0}: Geçersiz alt tür {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "NetPlay Sohbeti Etkinleştir" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktif" @@ -1346,7 +1369,7 @@ msgstr "Etkin iş parçacığı sırası" msgid "Active threads" msgstr "Etkin iş parçacıkları" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "GPU" @@ -1354,7 +1377,7 @@ msgstr "GPU" msgid "Adapter Detected" msgstr "GPU Algılandı" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "GPU:" @@ -1381,11 +1404,11 @@ msgstr "Yeni USB Aygıtı Ekle" msgid "Add Shortcut to Desktop" msgstr "Masaüstüne kısayol oluştur" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "Breakpoint Ekle" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "Breakpoint Ekle" @@ -1404,28 +1427,27 @@ msgstr "Bellek breakpoint'i ekle" msgid "Add to &watch" msgstr "&Gözlemci'ye ekle" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "Gözlemci'ye ekle" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "Ekle..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adres" @@ -1444,24 +1466,16 @@ msgstr "CPU durumuna göre adres alanı" msgid "Address:" msgstr "Adres:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" -"Doku filtrelemeyi ayarlayın. Eşyönsüz filtreleme, eğik görüş açılarındaki " -"dokuların görsel kalitesini artırır. En Yakını Zorla ve Doğrusal Olarak " -"Zorla oyun tarafından seçilen doku ölçekleme filtresini geçersiz kılar." -"

'Varsayılan' dışındaki herhangi bir seçenek oyunun dokularının " -"görünümünü değiştirir ve az sayıda oyunlarda sorunlara neden olabilir." -"

\"Bu seçenek Manuel Doku Örnekleme ile uyumlu değildir." -"

Emin değilsen, 'Varsayılan'ı seç." #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1482,7 +1496,7 @@ msgstr "" "görünmesine neden olur.

Emin değilsen, en sağdaki " "değeri seçin." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1494,7 +1508,7 @@ msgstr "" "UYARI: Bunu etkinleştirmek birçok oyunu tamamen bozacaktır. Sadece az sayıda " "oyun bundan faydalanabilir." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1530,7 +1544,7 @@ msgstr "Gelişmiş" msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1586,7 +1600,7 @@ msgstr "Tüm Double" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1594,7 +1608,7 @@ msgid "All Files" msgstr "Tüm Dosyalar" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "Tüm Dosyalar (*)" @@ -1603,7 +1617,7 @@ msgstr "Tüm Dosyalar (*)" msgid "All Float" msgstr "Tüm Float" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "Tüm GC/Wii dosyaları" @@ -1612,8 +1626,8 @@ msgstr "Tüm GC/Wii dosyaları" msgid "All Hexadecimal" msgstr "Tüm Onaltılık" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Tüm Kayıt Durumları (*.sav *.s##);; Tüm Dosyalar (*)" @@ -1625,27 +1639,27 @@ msgstr "Tüm İmzalı Tamsayı" msgid "All Unsigned Integer" msgstr "Tüm İmzasız Tamsayı" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Tüm Dosyalar (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "Tüm oyuncuların kodları senkronize edildi." -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "Tüm oyuncuların kayıtları senkronize edildi." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "Uyumsuz Bölge Ayarlarına İzin Ver" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "Kullanım İstatistikleri Raporlamasına İzin Ver" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "SD Karta Yazmaya İzin Ver" @@ -1665,7 +1679,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "Alternatif Giriş Kaynakları" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "Her zaman" @@ -1687,7 +1701,7 @@ msgstr "Takılı bir disk bekleniyordu ancak bulunamadı." msgid "Anaglyph" msgstr "Anaglif" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Analiz et" @@ -1701,7 +1715,7 @@ msgstr "Açı" msgid "Angular velocity to ignore and remap." msgstr "Yok sayılacak ve yeniden eşlenecek açısal hız." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "Kenar Yumuşatma" @@ -1713,19 +1727,19 @@ msgstr "Kenar Yumuşatma:" msgid "Any Region" msgstr "Herhangi Bir Bölge" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" -msgstr "Şuraya imza ekle" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" +msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "&Mevcut İmza Dosyasına Ekle..." -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "İmza Dosyasını &Uygula..." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1734,7 +1748,7 @@ msgstr "" ">Emin değilseniz, (kapalı) seçeneğini seçin." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploader Tarihi:" @@ -1742,19 +1756,19 @@ msgstr "Apploader Tarihi:" msgid "Apply" msgstr "Uygula" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" -msgstr "İmza dosyasını uygula" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" +msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "Rastgele Mipmap Algılama" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "'%1'i silmek istediğinizden emin misiniz?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "Bu dosyayı silmek istediğinizden emin misiniz?" @@ -1762,10 +1776,18 @@ msgstr "Bu dosyayı silmek istediğinizden emin misiniz?" msgid "Are you sure you want to delete this pack?" msgstr "Bu paketi silmek istediğinizden emin misiniz?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "NetPlay'den çıkmak istediğinizden emin misiniz?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "Emin misiniz?" @@ -1774,16 +1796,16 @@ msgstr "Emin misiniz?" msgid "Area Sampling" msgstr "Alan Örnekleme" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "En-Boy Oranı" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "En-Boy Oranı:" @@ -1791,9 +1813,9 @@ msgstr "En-Boy Oranı:" msgid "Assemble" msgstr "Birleştir" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" -msgstr "Talimat birleştir" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" +msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 msgid "Assembler" @@ -1803,7 +1825,7 @@ msgstr "Birleştirici" msgid "Assembly File" msgstr "Assembly Dosyası" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "Denetleyici Bağlantı Noktalarını Ata" @@ -1824,11 +1846,11 @@ msgstr "MotionPlus'u Tak" msgid "Audio" msgstr "Ses" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "Ses Arka Ucu:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "Ses Esnetme Ayarları" @@ -1844,7 +1866,7 @@ msgstr "Yazar" msgid "Authors" msgstr "Yazarlar" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "Otomatik" @@ -1853,11 +1875,15 @@ msgstr "Otomatik" msgid "Auto (Multiple of 640x528)" msgstr "Otomatik (640x528'in katları)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "Otomatik Güncelleme Ayarları" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1869,7 +1895,7 @@ msgstr "" "\n" "Lütfen belirli bir dahili çözünürlük seçin." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "Pencere Boyutunu Otomatik Ayarla" @@ -1877,15 +1903,15 @@ msgstr "Pencere Boyutunu Otomatik Ayarla" msgid "Auto-Hide" msgstr "Otomatik Gizle" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "RSO modüllerini otomatik olarak algıla?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "Otomatik Olarak Klasörle Senkronize Et" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1894,6 +1920,17 @@ msgstr "" "

Emin değilseniz, bunu işaretlemeyin." +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "Otomatik olarak geçerli değerleri güncelleştirin" @@ -1905,7 +1942,7 @@ msgid "Auxiliary" msgstr "Auxiliary" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1939,19 +1976,19 @@ msgstr "BP kaydı" msgid "Back Chain" msgstr "Arka Zincir" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "Arka uç" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "Arka Uç Çoklu İş Parçacığı" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "Arka Uç Ayarları" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "Arka Uç:" @@ -1960,20 +1997,20 @@ msgstr "Arka Uç:" msgid "Background Input" msgstr "Arka Plan Girdisi" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "Geri" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "Kötü Değer Sağlandı" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "Kötü adres sağlandı." @@ -1981,28 +2018,28 @@ msgstr "Kötü adres sağlandı." msgid "Bad dump" msgstr "Kötü döküm" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "Kötü ofset sağlandı." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "Kötü değer sağlandı." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "Afiş" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "Afiş Ayrıntıları" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "Afiş:" @@ -2018,11 +2055,11 @@ msgstr "Baz Adres" msgid "Base priority" msgstr "Baz önceliği" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Temel" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "Temel Ayarlar" @@ -2070,7 +2107,7 @@ msgstr "Binary SSL (oku)" msgid "Binary SSL (write)" msgstr "Binary SSL (yaz)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "Bit hızı (kbps):" @@ -2082,13 +2119,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "Blok Boyutu" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "Blok Boyutu:" @@ -2122,67 +2159,67 @@ msgstr "" "Bluetooth geçiş modu etkin, ancak Dolphin libusb olmadan derlendi. Geçiş " "modu kullanılamaz." -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Önyüklendiğinde Duraklat" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND yedekleme dosyası (*.bin);;Tüm Dosyalar (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii anahtarları dosyası (*.bin);;Tüm Dosyalar (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "Çerçevesiz Tam Ekran" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "Alt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2194,23 +2231,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2227,7 +2264,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2237,19 +2274,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2258,30 +2295,30 @@ msgstr "" msgid "Branch: %1" msgstr "Branş: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "Branşlar" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Kır" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "Breakpoint" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Breakpoint ile karşılaşıldı! Adım dışına çıkma iptal edildi." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Breakpoint'ler" @@ -2315,24 +2352,24 @@ msgstr "Genişbant Adaptör Hatası" msgid "Broadband Adapter MAC Address" msgstr "Genişbant Adaptör MAC Adresi" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "&NetPlay Oturumlarına Göz Atın..." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "Arabellek Boyutu:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Arabellek boyutu %1 olarak değiştirildi." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Arabellek:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2380,7 +2417,7 @@ msgstr "%1" msgid "C Stick" msgstr "C Çubuğu" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "&İmzalı Dosya Oluştur..." @@ -2388,11 +2425,11 @@ msgstr "&İmzalı Dosya Oluştur..." msgid "CP register " msgstr "CP kaydı " -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU Öykünme Motoru" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU Seçenekleri" @@ -2400,11 +2437,11 @@ msgstr "CPU Seçenekleri" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "Önbellekli Yorumlayıcı (yavaş)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2419,7 +2456,7 @@ msgstr "" msgid "Calculate" msgstr "Hesapla" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2432,11 +2469,11 @@ msgstr "" "neden olur.

Emin değilseniz, bunu işaretlemeyin." -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "Kalibre et" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "Kalibrasyon" @@ -2470,51 +2507,51 @@ msgstr "Kamera 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "Kamera görüş alanı (yönlendirme hassasiyetini etkiler)." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "Sadece sanal bellekteki değerler için AR kodu oluşturabilir." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "Henüz değiştirilemez!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "Bu kupa için kötü karakterler düzenlenemez!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "Bağlantı tutamacına göre Wii Remote bulunamıyor {0:02x}" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "Bir oyun hâlâ çalışırken bir NetPlay Oturumu başlatılamaz!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "İptal" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "Kalibrasyonu İptal Et" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2527,23 +2564,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "NAND'a yüklenemediği için bu WAD başlatılamıyor." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "İlk aramada son değerle karşılaştırılamıyor." -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "GC IPL bulunamadı." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "Bu adres için AR kodu oluşturulamıyor." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "Sonuçlar olmadan yenilenemiyor." -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "GCI klasörünü boş bir yol olarak ayarlayamazsınız." @@ -2551,13 +2588,13 @@ msgstr "GCI klasörünü boş bir yol olarak ayarlayamazsınız." msgid "Cannot set memory card to an empty path." msgstr "Bellek kartını boş bir yola ayarlayamazsınız." -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "GC IPL bulunamadığı için oyun başlatılamıyor." #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "Yakalanan kötü karakter %1:" @@ -2575,7 +2612,7 @@ msgstr "Merkez" msgid "Center Mouse" msgstr "Orta Fare" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "Ortala ve Kalibre Et" @@ -2583,7 +2620,7 @@ msgstr "Ortala ve Kalibre Et" msgid "Change &Disc" msgstr "&Diski Değiştir" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "&Diski Değiştir..." @@ -2591,7 +2628,7 @@ msgstr "&Diski Değiştir..." msgid "Change Disc" msgstr "Diski Değiştir" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "Diskleri Otomatik Değiştir" @@ -2599,13 +2636,13 @@ msgstr "Diskleri Otomatik Değiştir" msgid "Change the disc to {0}" msgstr "Diski {0} olarak değiştir" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2635,7 +2672,7 @@ msgstr "" "etrafında döndürür. Yanal hareket yoktur, sadece döndürme vardır ve " "kameranın başlangıç noktasına kadar yakınlaştırabilirsiniz." -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "Değiştirilen hileler oyunu yeniden başlattığınızda etkili olacaktır." @@ -2647,7 +2684,7 @@ msgstr "Kanal Bölümü (%1)" msgid "Character entered is invalid!" msgstr "Girilen karakter geçersiz!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "Sohbet" @@ -2655,7 +2692,7 @@ msgstr "Sohbet" msgid "Cheat Code Editor" msgstr "Hile Kodu Düzenleyici" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "Hile Arama" @@ -2663,7 +2700,7 @@ msgstr "Hile Arama" msgid "Cheats Manager" msgstr "Hile Yöneticisi" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND'ı Kontrol Et..." @@ -2675,7 +2712,7 @@ msgstr "Arka Planda Oyun Listesi Değişikliklerini Kontrol Et" msgid "Check for updates" msgstr "Güncellemeleri kontrol et" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." @@ -2683,7 +2720,7 @@ msgstr "" "Dosyanın silinmesi için gerekli izinlere sahip olup olmadığınızı veya hâlâ " "kullanımda olup olmadığını kontrol edin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "Sağlama" @@ -2695,29 +2732,29 @@ msgstr "Çin" msgid "Choose" msgstr "Seç" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "Açmak için bir dosya seçin" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "Açmak veya oluşturmak için bir dosya seçin" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "Öncelikli girdi dosyasını seçin" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "İkincil girdi dosyasını seçin" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "GCI baz klasörünü seçin" +msgid "Choose GCI Base Folder" +msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "Çıkarılacak klasörü seçin" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2736,17 +2773,18 @@ msgstr "Klasik Denetleyici" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "Temizle" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Önbelleği Temizle" @@ -2754,11 +2792,11 @@ msgstr "Önbelleği Temizle" msgid "Clear Slot" msgstr "Yuvayı Temizle" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "Saat Hızını Geçersiz Kıl" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "Klonla ve Kodu &Düzenle..." @@ -2767,7 +2805,7 @@ msgstr "Klonla ve Kodu &Düzenle..." msgid "Close" msgstr "Kapat" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ya&pılandırma" @@ -2775,11 +2813,20 @@ msgstr "Ya&pılandırma" msgid "Code" msgstr "Kod" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2787,11 +2834,11 @@ msgstr "" msgid "Code:" msgstr "Code:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "Kodlar alındı!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "Renk Düzeltme" @@ -2807,11 +2854,11 @@ msgstr "Renk Düzeltme:" msgid "Color Space" msgstr "Renk Alanı" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "İki İmza Dosyasını &Birleştir..." @@ -2824,7 +2871,7 @@ msgstr "Ortak" msgid "Comparand:" msgstr "Karşılaştırılacak öğe:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2834,7 +2881,7 @@ msgstr "" "bulundu. Buna rağmen, oyunun Wii U eShop sürümüne kıyasla bunun iyi bir " "döküm olması mümkün. Dolphin bunu doğrulayamaz." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2844,7 +2891,7 @@ msgstr "" "rağmen, oyunun Wii U eShop sürümüne kıyasla bunun iyi bir döküm olması " "mümkün. Dolphin bunu doğrulayamaz." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "Başlamadan önce gölgelendiricileri derle" @@ -2852,9 +2899,9 @@ msgstr "Başlamadan önce gölgelendiricileri derle" msgid "Compiling Shaders" msgstr "Gölgelendiriciler Derleniyor" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Sıkıştırma" @@ -2862,7 +2909,7 @@ msgstr "Sıkıştırma" msgid "Compression Level:" msgstr "Sıkıştırma Seviyesi:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "Sıkıştırma" @@ -2875,11 +2922,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Koşul" @@ -2969,7 +3016,7 @@ msgstr "Yapılandır" msgid "Configure Controller" msgstr "Denetleyiciyi Yapılandır" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Dolphin'i Yapılandır" @@ -2982,27 +3029,35 @@ msgstr "Girdileri Yapılandır" msgid "Configure Output" msgstr "Çıktıları Yapılandır" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "Onayla" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "Arka uç değişikliğini onayla" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "Durdurmayı Onayla" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "Onay" @@ -3012,35 +3067,35 @@ msgstr "Onay" msgid "Connect" msgstr "Bağlan" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "Balance Board Bağla" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "USB Klavye Bağla" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii Remote'u Bağla: %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "1. Wii Remote'u Bağla" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "2. Wii Remote'u Bağla" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "3. Wii Remote'u Bağla" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "4. Wii Remote'u Bağla" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wii Remote Bağla" @@ -3058,7 +3113,7 @@ msgstr "" msgid "Connected" msgstr "Bağlandı" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "Bağlanıyor" @@ -3066,7 +3121,7 @@ msgstr "Bağlanıyor" msgid "Connection Type:" msgstr "Bağlantı Tipi:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "İçerik {0:08x} bozuk." @@ -3083,23 +3138,23 @@ msgstr "NetPlay Golf Modunu Kontrol Et" msgid "Control Stick" msgstr "Kontrol Çubuğu" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "Denetleyici Profili" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "Denetleyici Profili 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "Denetleyici Profili 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "Denetleyici Profili 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "Denetleyici Profili 4" @@ -3111,6 +3166,16 @@ msgstr "Denetleyici Ayarları" msgid "Controllers" msgstr "Denetleyiciler" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3124,7 +3189,7 @@ msgstr "" "

Emin değilsen, bunu 203'te bırak." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3135,7 +3200,7 @@ msgstr "" "önünde görüneceği mesafedir.

Daha yüksek bir değer daha güçlü ekran " "dışı efektler yaratırken daha düşük bir değer daha rahattır." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3149,7 +3214,7 @@ msgstr "" "çözünürlük ne kadar düşük olursa, performans o kadar iyi olacaktır." "

Emin değilseniz, Yerel'i seçin." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3184,17 +3249,17 @@ msgstr "" "Yüksek veya düşük seviyeli DSP öykünmesinin kullanılıp kullanılmayacağını " "ayarlar. Varsayılan değer Etkin'dir." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "Yakınsama" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "Yakınsama:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "Dönüşüm başarısız oldu." @@ -3202,9 +3267,9 @@ msgstr "Dönüşüm başarısız oldu." msgid "Convert" msgstr "Dönüştür" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "Dosyayı Klasöre Şimdi Dönüştür" @@ -3212,9 +3277,9 @@ msgstr "Dosyayı Klasöre Şimdi Dönüştür" msgid "Convert File..." msgstr "Dosyayı dönüştür..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "Klasörü Dosyaya Şimdi Dönüştür" @@ -3237,8 +3302,8 @@ msgstr "" "Yine de devam etmek istiyor musun?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "Dönüştürülüyor..." @@ -3282,45 +3347,45 @@ msgstr "" "genellikle 2.2'yi hedefler.

Emin değilseniz, bunu " "işaretlemeyin." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "Kopyala" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" -msgstr "Kopyala &Fonksiyon" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" -msgstr "Kopyala &Hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" +msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "Adresi kopyala" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "Kopyalama başarısız" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "Hex'i Kopyala" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Değeri Kopyala" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "Kod &dizesini kopyala" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "Hedef ad&resi kopyala" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "A'ya kopyala" @@ -3335,11 +3400,6 @@ msgstr "B'ye kopyala" msgid "Core" msgstr "Çekirdek" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Renk Alanını Düzelt" @@ -3348,21 +3408,16 @@ msgstr "Renk Alanını Düzelt" msgid "Correct SDR Gamma" msgstr "SDR Gamasını Düzelt" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "Performans Maliyeti" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "Ana bilgisayarla iletişim kurulamadı." -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "İstemci oluşturulamadı." -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "Eş oluşturulamadı." @@ -3382,7 +3437,7 @@ msgstr "" "Nintendo platformundan güncelleme bilgileri indirilemedi. Lütfen internet " "bağlantınızı kontrol edin ve tekrar deneyin." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3392,7 +3447,7 @@ msgstr "" "\n" "Öykünülen konsol şimdi duracak." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3438,16 +3493,16 @@ msgstr "" "Başlık {0:016x} NAND'de eksik olduğu için başlatılamadı.\n" "Öykünülen yazılım büyük olasılıkla şimdi donacak." -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "Dosya {0} tanınamadı." -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "Değişiklikleriniz kaydedilemedi!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "Güncelleme işlemi başlatılamadı: {0}" @@ -3471,7 +3526,7 @@ msgstr "" "Öyleyse, seçeneklerde hafıza kartınızın konumunu yeniden belirtmeniz " "gerekebilir." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Merkezi sunucu aranamadı" @@ -3483,7 +3538,7 @@ msgstr "Dosya açılamadı." msgid "Couldn't read file." msgstr "Dosya okunamadı." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "Ülke:" @@ -3516,7 +3571,7 @@ msgid "Create..." msgstr "Oluştur..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "Oluşturan:" @@ -3524,11 +3579,11 @@ msgstr "Oluşturan:" msgid "Critical" msgstr "Kritik" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "Kırp" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3544,11 +3599,11 @@ msgstr "" msgid "Crossfade" msgstr "Çapraz solma" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "CPU'da Verteksleri Ayıkla" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3559,11 +3614,11 @@ msgstr "" "

Emin değilseniz, bunu işaretlemeyin." -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "Mevcut Bölge" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "Mevcut Değer" @@ -3571,7 +3626,7 @@ msgstr "Mevcut Değer" msgid "Current context" msgstr "Mevcut bağlam" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "Mevcut oyun" @@ -3579,11 +3634,11 @@ msgstr "Mevcut oyun" msgid "Current thread" msgstr "Mevcut iş parçacığı" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "Özel" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3591,19 +3646,19 @@ msgstr "" msgid "Custom Address Space" msgstr "Özel Adres Alanı" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "Özel En Boy Oranı Yüksekliği" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "Özel En Boy Oranı Genişliği" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "Özel En Boy Oranı:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "Özel RTC Seçenekleri" @@ -3615,6 +3670,32 @@ msgstr "Özel:" msgid "Customize" msgstr "Özelleştir" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3644,7 +3725,7 @@ msgstr "DJ Turntable" msgid "DK Bongos" msgstr "DK Bongos" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "DSP Öykünme Motoru" @@ -3652,15 +3733,15 @@ msgstr "DSP Öykünme Motoru" msgid "DSP HLE (fast)" msgstr "DSP HLE (hızlı)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "DSP HLE (önerilen)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "DSP LLE Interpreter (acayip yavaş)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "DSP LLE Recompiler (yavaş)" @@ -3690,7 +3771,7 @@ msgstr "Dance Mat" msgid "Dark" msgstr "Dark" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "Veri" @@ -3718,7 +3799,7 @@ msgstr "Tanınmayan bir formatta veya bozulmuş veri." msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "GCMemcardManager'da veri tutarsızlığı, işlem iptal ediliyor." -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "Veri alındı!" @@ -3735,8 +3816,8 @@ msgstr "Ölü Bölge" msgid "Debug" msgstr "Hata ayıkla" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "Hata ayıklama" @@ -3745,40 +3826,40 @@ msgstr "Hata ayıklama" msgid "Decimal" msgstr "Ondalık" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "Kod Çözme Kalitesi:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "Azalt" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "Yakınsamayı Azalt" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "Derinliği Azalt" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "Öykünme Hızını Düşür" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "IR'ı Azalt" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "Seçili Durum Yuvasını Azalt" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "X'i Azalt" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "Y'yi Azalt" @@ -3792,7 +3873,7 @@ msgstr "Varsayılan" msgid "Default Config (Read Only)" msgstr "Varsayılan Yapılandırma (Salt Okunur)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "Varsayılan Cihaz" @@ -3808,7 +3889,7 @@ msgstr "Varsayılan ISO:" msgid "Default thread" msgstr "Varsayılan iş parçacığı" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "EFB Önbelleği Geçersiz Kılmayı Ertele" @@ -3816,7 +3897,7 @@ msgstr "EFB Önbelleği Geçersiz Kılmayı Ertele" msgid "Defer EFB Copies to RAM" msgstr "EFB Kopyalarını RAM'e Ertele" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3832,8 +3913,8 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Sil" @@ -3851,7 +3932,7 @@ msgstr "Seçili Dosyaları Sil..." msgid "Delete the existing file '{0}'?" msgstr "Varolan '{0}' dosyasını sil?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "Derinlik" @@ -3859,22 +3940,22 @@ msgstr "Derinlik" msgid "Depth Percentage:" msgstr "Derinlik Yüzdesi:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "Derinlik:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "Açıklama" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "Açıklama:" @@ -3882,7 +3963,7 @@ msgstr "Açıklama:" msgid "Description: %1" msgstr "Açıklama: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3895,16 +3976,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3917,7 +3998,7 @@ msgstr "Ayrılmış" msgid "Detect" msgstr "Belirle" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO Modülleri Algılanıyor" @@ -3925,7 +4006,7 @@ msgstr "RSO Modülleri Algılanıyor" msgid "Deterministic dual core:" msgstr "Deterministik çift çekirdek:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "Geliştirme (günde birkaç kez)" @@ -3947,7 +4028,7 @@ msgstr "Cihaz Ayarları" msgid "Device VID (e.g., 057e)" msgstr "Cihaz VID (örn. 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "Cihaz:" @@ -3955,7 +4036,7 @@ msgstr "Cihaz:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "%1 geçerli bir Riivolution XML dosyası olarak tanınmadı." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "Beş dakika boyunca hareketsiz kalınırsa ekranı karartır." @@ -3979,19 +4060,19 @@ msgstr "Sınırlayıcı Kutusunu Devre Dışı Bırak" msgid "Disable Copy Filter" msgstr "Kopyalama Filtresini Devre Dışı Bırak" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "EFB VRAM Kopyalarını Devre Dışı Bırak" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "Öykünme Hızı Limitini Kapat" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem'i Devre Dışı Bırak" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Fastmem Alanını Devre Dışı Bırak" @@ -3999,11 +4080,11 @@ msgstr "Fastmem Alanını Devre Dışı Bırak" msgid "Disable Fog" msgstr "Sisi Devre Dışı Bırak" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT Önbelleğini Devre Dışı Bırak" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Büyük Giriş Noktaları Haritasını Devre Dışı Bırak" @@ -4011,7 +4092,7 @@ msgstr "Büyük Giriş Noktaları Haritasını Devre Dışı Bırak" msgid "Disabled" msgstr "Devre Dışı" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -4022,7 +4103,7 @@ msgstr "" "

Emin değilsen, bunu işaretli bırak." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
Emin değilseniz, " "bunu işaretlemeyin." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -4047,7 +4128,7 @@ msgstr "" "sorununa neden olur.

Emin değilsen, bunu işaretli " "bırak." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4061,7 +4142,8 @@ msgstr "Disk" msgid "Discard" msgstr "Vazgeç" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4096,17 +4178,17 @@ msgstr "Mesafe" msgid "Distance of travel from neutral position." msgstr "Nötr pozisyondan seyahat mesafesi." -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" "Dolphin'in geliştiricilerine bilgi bildirmesi için Dolphin'e yetki veriyor " "musun?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "\"%1\"yi Oyun Dizinleri listesine eklemek istiyor musun?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Simge adlarının listesini temizlemek istiyor musun?" @@ -4116,7 +4198,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "%n seçili kayıt dosyasını silmek istiyor musun?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Mevcut öykünmeyi durdurmak istiyor musun?" @@ -4124,12 +4206,12 @@ msgstr "Mevcut öykünmeyi durdurmak istiyor musun?" msgid "Do you want to try to repair the NAND?" msgstr "NAND'ı tamir etmeyi denemek ister misin?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "Dolby Pro Logic II Kod Çözücü" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO Günlüğü (*.dff)" @@ -4137,22 +4219,22 @@ msgstr "Dolphin FIFO Günlüğü (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin Oyun Modu Ayarı" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin Harita Dosyası (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphin İmza CSV Dosyası" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphin İmza Dosyası" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Filmleri (*.dtm)" @@ -4195,11 +4277,11 @@ msgstr "Dolphin istenen işlemi gerçekleştiremedi." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin ücretsiz ve açık kaynaklı bir GameCube ve Wii emülatörüdür." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin geçiş sunucusu için çok eski" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." @@ -4207,19 +4289,11 @@ msgstr "" "Dolphin, tipik TGC dosyalarını düzgün bir şekilde doğrulayamıyor çünkü " "bunlar gerçek disklerin dökümü değil." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin lisanssız diskleri doğrulayamıyor." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" -"Dolphin bunu, bölgesi otomatik olarak belirlenemeyen başlıklar için " -"kullanacaktır." - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphin'in hile sistemi şu anda devre dışı." @@ -4228,7 +4302,7 @@ msgstr "Dolphin'in hile sistemi şu anda devre dışı." msgid "Domain" msgstr "Alan" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "Güncelleme Yapma" @@ -4253,7 +4327,7 @@ msgstr "Kapılar kilitli" msgid "Double" msgstr "Double" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4263,33 +4337,33 @@ msgstr "Double" msgid "Down" msgstr "Aşağı" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "Kodları İndir" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "WiiRD Veritabanından Kodları İndir" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "GameTDB.com'dan Oyun Kapaklarını Grid Modunda Kullanmak İçin İndir" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "İndirme tamamlandı" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "%1 kod indirildi. (%2 eklendi)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4332,19 +4406,19 @@ msgstr "&FakeVMEM'i Dök" msgid "Dump &MRAM" msgstr "&MRAM'i Dök" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "Sesi Dök" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "Baz Dokuları Dök" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "EFB Hedefini Dök" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Kareleri Dök" @@ -4352,7 +4426,7 @@ msgstr "Kareleri Dök" msgid "Dump GameCube BBA traffic" msgstr "GameCube BBA trafiğini dök" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "Mip Map'leri Dök" @@ -4360,7 +4434,7 @@ msgstr "Mip Map'leri Dök" msgid "Dump Path:" msgstr "Döküm Dizini:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "XFB Hedefini Dök" @@ -4385,7 +4459,7 @@ msgstr "Eş sertifikalarını dök" msgid "Dump root CA certificates" msgstr "Kök CA sertifikalarını dök" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
Emin değilsen, bunu " "işaretsiz bırak." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4404,7 +4478,7 @@ msgstr "" "

Emin değilsen, bunu işaretsiz bırak." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4423,15 +4497,15 @@ msgstr "Turbo Düğmesini Bırakma Süresi (kare):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Flemenkçe" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "&Çıkış" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "EFB kopyası %1" @@ -4447,7 +4521,7 @@ msgstr "" "yeni sürücüyü görmesini sağlamak için muhtemelen bu noktada bilgisayarınızı " "yeniden başlatman gerekir." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4459,7 +4533,7 @@ msgstr "" "Adaletin ve minimum gecikmenin çok önemli olduğu rekabetçi oyunlar için " "uygundur." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Erken Hafıza Güncellemeleri" @@ -4478,16 +4552,16 @@ msgstr "Doğu Asya" msgid "Edit Breakpoint" msgstr "Breakpoint'i Düzenle" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Düzenle..." @@ -4496,6 +4570,11 @@ msgstr "Düzenle..." msgid "Editor" msgstr "Editör" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4507,11 +4586,20 @@ msgstr "Efekt" msgid "Effective" msgstr "Efektif" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "Efektif önceliği" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4533,7 +4621,7 @@ msgstr "Gömülü Kare Arabelleği (EFB)" msgid "Empty" msgstr "Boş" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "Öykünme iş parçacığı zaten çalışıyor" @@ -4561,7 +4649,7 @@ msgstr "" "Gerçek donanımın disk hızını öykünün. Devre dışı bırakmak kararsızlığa neden " "olabilir. Varsayılan değer Etkin'dir." -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Öykünen USB Cihazları" @@ -4579,27 +4667,27 @@ msgstr "" "Mevcut: MEM1 {0:08X} ({1} MiB), MEM2 {2:08X} ({3} MiB)\n" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "Öykünme hızı" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "Etkinleştir" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "API Doğrulama Katmanlarını Etkinleştir" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "Ses Esnetmeyi Etkinleştir" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "Hileleri Etkinleştir" @@ -4607,15 +4695,15 @@ msgstr "Hileleri Etkinleştir" msgid "Enable Controller Inpu&t" msgstr "Denetleyici Giri&şini Etkinleştir" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "Özel RTC'yi Etkinleştir" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "Hata Ayıklama Arayüzünü Etkinleştir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4623,19 +4711,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "Çift Çekirdeği Etkinleştir" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "Çift Çekirdeği Etkinleştir (Hızı Artırır)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "Öykünen CPU Saat Hızını Geçersiz Kılmayı Etkinleştir" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "Öykünen Bellek Boyutu Geçersiz Kılmayı Etkinleştir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "Encore Başarımlarını Etkinleştir" @@ -4643,15 +4731,15 @@ msgstr "Encore Başarımlarını Etkinleştir" msgid "Enable FPRF" msgstr "FPRF'i Etkinleştir" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "Grafik Modlarını Etkinleştir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "Zorlayıcı Modu Etkinleştir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4684,33 +4772,33 @@ msgstr "" "oyun çalışırken Zorlayıcı Modunu kapatmanın, yeniden etkinleştirmeden önce " "oyunun kapatılmasını gerektirdiğini unutmayın." -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "MMU'yu Etkinleştir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "İlerleme Bildirimlerini Etkinleştir" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "Progresif Taramayı Etkinleştir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "RetroAchievements.org Entegrasyonunu Etkinleştir" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "Rumble'ı Etkinleştir" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "Ekran Koruyucusunu Etkinleştir" @@ -4718,27 +4806,27 @@ msgstr "Ekran Koruyucusunu Etkinleştir" msgid "Enable Speaker Data" msgstr "Hoparlör Verisini Etkinleştir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "Resmi Olmayan Başarımları Etkinleştir" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "Kullanım İstatistikleri Raporlamasını Etkinleştir" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "WiiLink Aracılığıyla WiiConnect24'u Etkinleştir" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "Wireframe'i Etkinleştir" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "Geri Yazma Önbelleğini Etkinleştir (yavaş)" @@ -4751,7 +4839,7 @@ msgstr "" "çökmelere ve diğer sorunlara neden olabilir. (AÇIK = Uyumlu, KAPALI = " "Limitsiz)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4763,7 +4851,7 @@ msgstr "" "hesabı ile giriş yapmalısın. Dolphin şifreni yerel olarak kaydetmez ve " "oturum açmayı sürdürmek için bir API belirteci kullanır." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4773,7 +4861,7 @@ msgstr "" "120 yıldızdan 60'ı gibi birikmiş bir değeri takip eden bir başarımda " "ilerleme kaydettiğinde kısa bir açılır mesaj görüntülenir." -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4782,7 +4870,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4792,7 +4880,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4800,7 +4888,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4816,25 +4904,18 @@ msgstr "" "Birkaç oyun için gerekli olan Kayar Nokta Sonuç Bayrağı (FPRF) hesaplamasını " "etkinleştirir. (AÇIK = Uyumlu, Kapalı = Hızlı)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -"Bazı oyunların özel mesafe bazlı efektler için kullandığı rastgele " -"mipmap'lerin algılanmasını sağlar.

Çok düşük çözünürlüklü mipmap " -"kullanan oyunlarda olduğu gibi, yüksek dahili çözünürlükte bulanık dokulara " -"neden olan yanlış pozitifler olabilir. Bunun devre dışı bırakılması, sık sık " -"yeni doku yüklenen oyunlarda takılmayı da azaltabilir. Bu özellik GPU Doku " -"Çözücüsü ile uyumlu değildir.

Emin değilsen, bunu " -"işaretsiz bırak." -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4846,7 +4927,7 @@ msgstr "" "devre dışı kalmalıdır.

Emin değilsen, bunu " "işaretsiz bırak." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4859,7 +4940,7 @@ msgstr "" "arka ucu ile sınırlıdır.

Emin değilsen, bunu " "işaretsiz bırak." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4870,7 +4951,7 @@ msgstr "" "

Emin değilsen, bunu işaretsiz bırak." -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4887,7 +4968,7 @@ msgstr "" "dahili olarak SDR'da işlendiğini unutmayın.

Emin " "değilsen, bunu işaretsiz bırak." -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "Öykünme hızına uyması için sesin esnetilmesini sağlar." @@ -4895,15 +4976,10 @@ msgstr "Öykünme hızına uyması için sesin esnetilmesini sağlar." msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" -"CPU yerine GPU kullanarak doku çözmeyi etkinleştirir.

Bu, bazı " -"senaryolarda veya CPU'nun darboğaz olduğu sistemlerde performans artışı " -"sağlayabilir.

Bu seçenek Rastgele Mipmap Algılama ile uyumlu değildir." -"

Emin değilsen, bunu işaretsiz bırak." #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 msgid "" @@ -4913,7 +4989,7 @@ msgstr "" "Bazı oyunlar için gerekli olan Bellek Yönetim Birimini etkinleştirir. (AÇIK " "= Uyumlu, KAPALI = Hızlı)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
Emin değilsen, bunu " "işaretsiz bırak." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4935,7 +5011,16 @@ msgstr "" "Kanalları için alternatif bir sağlayıcıdır\n" "Hizmet Koşullarını şu adresten okuyabilirsin: https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4948,7 +5033,7 @@ msgstr "" "etkinleştirir.

Emin değilsen, bunu işaretsiz bırak." "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4974,17 +5059,17 @@ msgstr "" "\n" "İçe aktarım iptal ediliyor." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet Başlatılamadı" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "İngilizce" @@ -5001,7 +5086,7 @@ msgstr "XLink Kai istemcisini çalıştıran cihazın IP adresini girin:" msgid "Enter USB device ID" msgstr "USB cihaz ID'sini girin" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "Gözlemek için adres girin:" @@ -5025,78 +5110,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "RSO modül adresini girin:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5107,10 +5191,10 @@ msgstr "RSO modül adresini girin:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Hata" @@ -5122,7 +5206,7 @@ msgstr "Hata Günlüğü" msgid "Error Opening Adapter: %1" msgstr "Adaptör Açılırken Hata Oluştu: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "Kayıt verileri toplanırken hata oluştu!" @@ -5132,7 +5216,7 @@ msgstr "Kayıt verileri toplanırken hata oluştu!" msgid "Error converting value" msgstr "Değer dönüştürülürken hata oluştu" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "" "Seçili dil yüklenirken hata oluştu. Sistem varsayılanına geri dönülüyor." @@ -5141,15 +5225,15 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Oturum listesi alınırken hata oluştu: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Bazı doku paketleri yüklenirken bir hata oluştu" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "Kodlar işlenirken hata oluştu." -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "Veri işlenirken hata oluştu." @@ -5157,11 +5241,11 @@ msgstr "Veri işlenirken hata oluştu." msgid "Error reading file: {0}" msgstr "Dosya okunurken hata oluştu: {0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "Hile kodları eşitlenirken hata oluştu!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "Kayıt verileri eşitlenirken hata oluştu!" @@ -5205,7 +5289,7 @@ msgstr "Hata: GBA{0} {1} için ROM açmada başarısız oldu" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "Hata: GBA{0} {1} için kayıt açmada başarısız oldu" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "Hata: Bu derleme öykünen GBA denetleyicilerini desteklemiyor" @@ -5225,11 +5309,11 @@ msgstr "" "Hata: Windows-1252 yazı tiplerine erişilmeye çalışılıyor ancak bunlar yüklü " "değil. Oyunlar yazı tiplerini doğru göstermeyebilir veya çökebilir." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "{1} bölümündeki {0} blokta hatalar bulundu." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "{1} bölümündeki {0} kullanılmayan blokta hatalar bulundu." @@ -5238,12 +5322,12 @@ msgstr "{1} bölümündeki {0} kullanılmayan blokta hatalar bulundu." msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "Avrupa" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "Ayrıcalıklı Uber Gölgelendiriciler" @@ -5251,15 +5335,15 @@ msgstr "Ayrıcalıklı Uber Gölgelendiriciler" msgid "Exit" msgstr "Çıkış" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "+ veya kapatma parantezi bekleniyor." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "Beklenen argümanlar: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "Kapatma parantezi bekleniyor." @@ -5271,27 +5355,27 @@ msgstr "Virgül bekleniyor." msgid "Expected end of expression." msgstr "İfadenin sonu bekleniyor." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "Giriş ismi bekleniyor." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "Açık parantez bekleniyor." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "İfadenin başlangıcı bekleniyor." -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "Değişken ismi bekleniyor." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "Deneysel" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Tüm Wii Kayıtlarını Dışa Aktar" @@ -5302,11 +5386,11 @@ msgstr "Tüm Wii Kayıtlarını Dışa Aktar" msgid "Export Failed" msgstr "Dışa Aktarma Başarısız Oldu" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "Kaydı Dışa Aktar" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Kaydı Dışa Aktar..." @@ -5334,14 +5418,14 @@ msgstr ".&gcs Olarak Dışarı Aktar..." msgid "Export as .&sav..." msgstr ".&sav Olarak Dışarı Aktar..." -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "%n kayıt dışa aktarıldı" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "Eklenti" @@ -5354,7 +5438,7 @@ msgstr "Eklenti Hareket Girişi" msgid "Extension Motion Simulation" msgstr "Eklenti Hareket Simülasyonu" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "Harici" @@ -5362,35 +5446,35 @@ msgstr "Harici" msgid "External Frame Buffer (XFB)" msgstr "Harici Kare Arabelleği (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "NAND'den Sertifikaları Çıkar" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "Tüm Diski Çıkar..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "Tüm Bölümü Çıkar..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "Dosyayı Çıkar..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "Dosyaları Çıkar..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "Sistem Verilerini Çıkar..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "Tüm Dosyalar Çıkarılıyor..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "Dizin Çıkarılıyor..." @@ -5400,7 +5484,7 @@ msgid "FD" msgstr "FD" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO Oynatıcısı" @@ -5416,15 +5500,15 @@ msgstr "" "Bellek kartı açılamadı:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "Bu oturum NetPlay dizinine eklenemedi: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "İmza dosyasına eklenemedi: '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "BT geçişi için arayüz talep edilemedi: {0}" @@ -5440,7 +5524,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org'a bağlanılamadı." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Sunucuya bağlanılamadı: %1" @@ -5477,33 +5561,33 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" "NetPlay GBA{0} kayıt dosyası silinemedi. Yazma izinlerinizi doğrulayın." -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "NetPlay hafıza kartı silinemedi. Yazma izinlerinizi doğrulayın." -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "Seçilen dosya silinemedi." -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "BT geçişi için çekirdek sürücüsü ayrılamadı: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "Kodlar indirilemedi." -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "1 dökümü yapılamadı: Dosya açılamıyor" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "1 dökümü yapılamadı: Dosyaya yazılamadı" @@ -5516,15 +5600,15 @@ msgstr "%1 kayıt dosyasından %n tanesi dışa aktarılamadı." msgid "Failed to export the following save files:" msgstr "Aşağıdaki kayıt dosyaları dışa aktarılamadı:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "NAND'den sertifikalar çıkarılamadı" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "Dosya çıkarılamadı." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "Sistem verileri çıkarılamadı." @@ -5546,13 +5630,13 @@ msgstr "Bir veya daha fazla D3D sembolü bulunamadı" msgid "Failed to import \"%1\"." msgstr "\"%1\" içe aktarılamadı." -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" "Kayıt dosyası içe aktarılamadı. Lütfen oyunu başlatın ve tekrar deneyin." -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." @@ -5560,7 +5644,7 @@ msgstr "" "Kayıt dosyası içe aktarılamadı. Verilen dosya bozuk veya geçersiz bir Wii " "kaydı olabilir." -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5570,7 +5654,7 @@ msgstr "" "dosyalara erişimi engelliyor olabilir. NAND'ınızı onarmayı deneyin (Araçlar -" "> NAND'ı Yönet -> NAND'ı Kontrol Et...), ardından kaydı tekrar içe aktarın." -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Çekirdek başlatılamadı" @@ -5584,7 +5668,7 @@ msgstr "" "Ekran kartınızın en az D3D 10.0 desteklediğinden emin olun\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "Görüntü işleyici sınıfları başlatılamadı" @@ -5593,11 +5677,11 @@ msgid "Failed to install pack: %1" msgstr "Paket kurulamadı: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Bu başlık NAND'a kurulamadı." -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5605,8 +5689,8 @@ msgstr "" "Port %1 dinlemesi başarısız oldu. Birden fazla NetPlay sunucusu çalışıyor " "olabilir mi?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "%1 için RSO modülü yüklenemedi" @@ -5618,7 +5702,7 @@ msgstr "d3d11.dll yüklenemedi" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll yüklenemedi" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Harita dosyası yüklenemedi '%1'" @@ -5632,7 +5716,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "Yürütülebilir dosya belleğe yüklenemedi." @@ -5648,25 +5732,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "Skylander modifiye edilemedi!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5696,7 +5780,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5729,7 +5813,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5741,7 +5825,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5754,7 +5838,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5812,43 +5896,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5863,11 +5947,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "BT.DINF 'den SYSCONF 'a yazma başarısız" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5881,7 +5965,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5890,7 +5974,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5898,20 +5982,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5930,7 +6015,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5943,46 +6028,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "Dosya Ayrıntıları" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "Dosya Biçimi" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "Dosya Biçimi:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "Dosya Bilgisi" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Dosya Adı" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Dosya Yolu" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "Dosya Boyutu" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "Dosya Boyutu:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "Dosya kod içermemektedir." @@ -5994,7 +6079,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "Dosyalar açıldı, sıkıştırılmaya hazır." -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -6024,7 +6109,7 @@ msgstr "Bul &Sonraki" msgid "Find &Previous" msgstr "Bul &Önceki" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "Kalibrasyonu Bitir" @@ -6057,12 +6142,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "Bayraklar" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -6072,11 +6151,11 @@ msgstr "Bayraklar" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -6092,7 +6171,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "16:9'a Zorla" @@ -6100,7 +6179,7 @@ msgstr "16:9'a Zorla" msgid "Force 24-Bit Color" msgstr "24-Bit Renge Zorla" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "4:3'e Zorla" @@ -6132,15 +6211,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6150,7 +6229,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6158,7 +6237,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -6168,7 +6247,7 @@ msgstr "" msgid "Format:" msgstr "Biçim:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6183,38 +6262,38 @@ msgstr "İletme portu (UPnP)" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "Kare İlerletme" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "Kare İlerletme Hızını Düşür" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "Kare İlerletme Hızını Arttır" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "Kare İlerletme Hızını Sıfırla" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "Çerçeve Aralığı" @@ -6222,7 +6301,7 @@ msgstr "Çerçeve Aralığı" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -6242,7 +6321,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -6258,22 +6337,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "Serbest Bakış" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "Fransızca" @@ -6292,8 +6375,8 @@ msgid "From" msgstr "Buradan" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -6301,11 +6384,12 @@ msgstr "" msgid "FullScr" msgstr "Tam Ekran" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Fonksiyon" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6325,7 +6409,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -6341,19 +6425,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6377,7 +6461,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6395,7 +6479,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU Doku Çözücüsü" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6405,25 +6489,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6435,7 +6519,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6453,22 +6537,22 @@ msgstr "" msgid "Game" msgstr "Oyun" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "Game Boy Advance Kartuşu (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6480,7 +6564,7 @@ msgstr "" msgid "Game Config" msgstr "Oyun Yapılandırması" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "Oyun Ayrıntıları" @@ -6496,39 +6580,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "Oyun ID'si" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "Oyun ID'si:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "Oyun Durumları" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "Oyun zaten çalışıyor!" @@ -6537,7 +6621,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6557,11 +6641,11 @@ msgstr "Wii U İçin GameCube Adaptörü" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6569,11 +6653,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "GameCube Kontrolcüleri" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6590,7 +6674,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6618,45 +6702,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko Kodları" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "Genel" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "Genel ve Seçenekler" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "Yeni bir İstatistik Kimliği Oluşturun" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "Almanca" @@ -6664,11 +6756,11 @@ msgstr "Almanca" msgid "Germany" msgstr "Almanya" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6683,7 +6775,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6692,7 +6784,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "Grafikler" @@ -6701,7 +6793,7 @@ msgstr "Grafikler" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "Grafik Geçişleri" @@ -6710,7 +6802,7 @@ msgstr "Grafik Geçişleri" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6732,7 +6824,7 @@ msgstr "Yeşil Sol" msgid "Green Right" msgstr "Yeşil Sağ" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Sütun Görünümü" @@ -6777,7 +6869,7 @@ msgstr "" msgid "Help" msgstr "Yardım" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6810,11 +6902,11 @@ msgstr "Hexadecimal" msgid "Hide" msgstr "Gizle" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6826,23 +6918,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6865,15 +6957,39 @@ msgstr "Barındırma" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6881,14 +6997,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6897,21 +7021,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Kısayol Tuşu Ayarları" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "Kısayol Tuşları" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "Kısayol Tuşları Pencere Odağı Gerektirir" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6938,7 +7062,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6969,7 +7093,7 @@ msgid "IR" msgstr "Kızılötesi" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "Kızılötesi Hassasiyeti:" @@ -6995,18 +7119,18 @@ msgstr "" msgid "Icon" msgstr "Simge" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7019,7 +7143,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7033,14 +7157,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7052,7 +7186,7 @@ msgstr "" msgid "Ignore" msgstr "Yoksay" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -7077,14 +7211,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7093,7 +7227,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -7108,22 +7242,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii Kayıtlarını Al..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7136,7 +7270,7 @@ msgstr "" msgid "In-Game?" msgstr "Oyunda?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7144,64 +7278,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "Yakınsamayı Arttır" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "Derinliği Arttır" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "Emülasyon Hızını Arttır" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "IR'yi Arttır" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -7238,12 +7372,12 @@ msgstr "Bilgi" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "Bilgilendirme" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -7252,11 +7386,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "Giriş" @@ -7270,19 +7404,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "Yerleştir &nop" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD Kart Ekle" @@ -7299,7 +7430,7 @@ msgstr "" msgid "Install Update" msgstr "Güncellemeyi Kur" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD Kur..." @@ -7307,13 +7438,14 @@ msgstr "WAD Kur..." msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -7322,7 +7454,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -7331,7 +7463,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7390,8 +7522,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "Dahili Çözünürlük" @@ -7400,15 +7532,15 @@ msgstr "Dahili Çözünürlük" msgid "Internal Resolution:" msgstr "Dahili Çözünürlük:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "Yorumlayıcı (çok yavaş)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7416,7 +7548,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7424,7 +7556,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Geçersiz Karma Kod" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7433,11 +7565,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7449,7 +7581,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "Geçersiz host" @@ -7458,7 +7590,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7466,7 +7598,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7494,13 +7626,21 @@ msgstr "Geçersiz arama dizesi (sadece düz dize uzunluğu destekleniyor)" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "İtalyanca" @@ -7513,95 +7653,97 @@ msgstr "İtalya" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "Japonya" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japonca" @@ -7612,18 +7754,18 @@ msgstr "Japonca" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "Pencereyi Önde Tut" @@ -7653,20 +7795,20 @@ msgstr "" msgid "Keys" msgstr "Tuşlar" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Oyuncuyu At" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "Kore" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korece" @@ -7695,41 +7837,41 @@ msgstr "" msgid "Label" msgstr "Etiket" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "Gecikme:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7737,11 +7879,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7794,6 +7936,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7827,11 +7977,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Liste Görünümü" @@ -7841,29 +7991,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "Özel Dokuları Yükle" @@ -7871,24 +8021,29 @@ msgstr "Özel Dokuları Yükle" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube Ana Menüsü'nü Yükle" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "Son Durumu Yükle" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "Yükleme Yolu:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7896,171 +8051,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "Son 1. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "Son 10. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "Son 2. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "Son 3. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "Son 4. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "Son 5. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "Son 6. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "Son 7. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "Son 8. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "Son 9. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "1. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "10. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "2. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "3. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "4. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "5. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "6. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "7. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "8. Durumu Yükle" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "9. Durumu Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Dosyadan Durum Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Seçili Yuvadan Durum Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Yuvadan Durum Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii Sistem Menüsünü Yükle %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "Seçili Yuvadan Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "Yükle..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "Yerel" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Günlük" @@ -8069,19 +8219,20 @@ msgstr "Günlük" msgid "Log Configuration" msgstr "Günlük Yapılandırması" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "Render Süresini Dosyaya Yaz" @@ -8093,31 +8244,43 @@ msgstr "Geçmiş Türü" msgid "Logger Outputs" msgstr "Geçmiş Çıkışı" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -8147,27 +8310,31 @@ msgstr "" msgid "Main Stick" msgstr "Ana Çubuk" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -8175,18 +8342,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "Yapımcı:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8194,16 +8361,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -8211,15 +8378,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -8228,12 +8399,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "Bu Wii Menüsünde ve bazı oyunlarda yavaşlamaya neden olabilir." #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -8249,7 +8420,7 @@ msgstr "" msgid "Memory Card" msgstr "Hafıza Kartı" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -8257,7 +8428,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -8277,7 +8448,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8285,33 +8456,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "Mikrofon" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "Çeşitli" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "Çeşitli Ayarlar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -8320,7 +8499,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8340,7 +8519,7 @@ msgstr "" msgid "Modifier" msgstr "Değiştirici" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8352,20 +8531,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -8377,11 +8556,11 @@ msgstr "Monoskopik Gölgeler" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -8390,16 +8569,16 @@ msgstr "" msgid "Motor" msgstr "Motor" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "Film" @@ -8410,7 +8589,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8419,14 +8598,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8435,8 +8624,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8445,7 +8634,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8462,8 +8651,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8476,11 +8665,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8489,10 +8678,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "İsim:" @@ -8506,7 +8695,7 @@ msgstr "Yerel (640x528)" msgid "Native GCI File" msgstr "Yerel GCI Dosyası" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8522,27 +8711,27 @@ msgstr "" msgid "Netherlands" msgstr "Hollanda" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "Ağ" @@ -8550,7 +8739,7 @@ msgstr "Ağ" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8559,7 +8748,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Yeni" @@ -8584,7 +8773,7 @@ msgstr "" msgid "New Tag..." msgstr "Yeni Etiket..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "Yeni kimlik oluşturuldu." @@ -8592,30 +8781,32 @@ msgstr "Yeni kimlik oluşturuldu." msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "Yeni etiket" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "Kullanıcı Adı:" @@ -8637,21 +8828,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "Eşleşme Yok" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8672,15 +8863,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8693,23 +8884,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8720,7 +8911,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8734,7 +8925,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8752,7 +8943,7 @@ msgstr "" msgid "Not Set" msgstr "Ayarlanmamış" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8772,7 +8963,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8799,11 +8990,6 @@ msgstr "Duyuru" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8829,13 +9015,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8887,7 +9073,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "Nesne Aralığı" @@ -8908,18 +9094,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8934,7 +9120,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Çevrimiçi &Belgeler" @@ -8942,13 +9128,13 @@ msgstr "Çevrimiçi &Belgeler" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8965,17 +9151,21 @@ msgstr "Aç" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "Dizin Aç..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -9040,34 +9230,34 @@ msgstr "Turuncu" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9077,16 +9267,16 @@ msgstr "Diğer" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "Diğer oyun..." @@ -9094,7 +9284,7 @@ msgstr "Diğer oyun..." msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -9102,16 +9292,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9124,23 +9314,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC Boyutu" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -9153,7 +9352,7 @@ msgstr "Kol" msgid "Pads" msgstr "Kollar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -9174,7 +9373,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "Parola" @@ -9199,7 +9398,7 @@ msgstr "" msgid "Patches" msgstr "Yamalar" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Yol:" @@ -9212,23 +9411,23 @@ msgstr "Yollar" msgid "Pause" msgstr "Duraklat" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "Filmin Sonunda Duraklat" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9236,7 +9435,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -9261,7 +9460,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Piksel Aydınlatması" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "İnternet Üzerinden Sistem Güncellemesi Yap" @@ -9269,15 +9468,15 @@ msgstr "İnternet Üzerinden Sistem Güncellemesi Yap" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -9291,15 +9490,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -9311,8 +9510,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -9320,11 +9519,11 @@ msgstr "Platform" msgid "Play" msgstr "Oynat" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "Çekimi Oynat" @@ -9332,11 +9531,11 @@ msgstr "Çekimi Oynat" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "Oynatma Seçenekleri" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -9365,24 +9564,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "Oyuncular" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9415,11 +9619,11 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9440,11 +9644,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9472,7 +9676,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "Sync düğmesine basın" @@ -9481,7 +9685,7 @@ msgstr "Sync düğmesine basın" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9490,18 +9694,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9523,19 +9728,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9545,20 +9750,20 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9568,11 +9773,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9584,26 +9789,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Soru" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "Çık" @@ -9624,11 +9829,11 @@ msgstr "R-Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9661,17 +9866,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9694,7 +9903,7 @@ msgstr "Salt okunur" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9710,7 +9919,7 @@ msgstr "Gerçek Wii Remote" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9720,23 +9929,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "Çek" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "Çekim Seçenekleri" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9753,7 +9966,7 @@ msgstr "Kırmızı Sol" msgid "Red Right" msgstr "Kırmızı Sağ" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9771,7 +9984,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9786,11 +9998,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9799,8 +10011,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Bölge" @@ -9821,7 +10033,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9833,7 +10046,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "Kaldır" @@ -9850,7 +10063,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9861,25 +10074,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "Ana Pencereye Dönüştür" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9888,15 +10111,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9907,7 +10130,7 @@ msgstr "Sıfırla" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9931,7 +10154,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9939,7 +10162,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "Kaydedilen tüm Wii Remote eşleştirmelerini sıfırla" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9951,7 +10174,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "Yeniden Başlatma Gerekli" @@ -9959,11 +10182,11 @@ msgstr "Yeniden Başlatma Gerekli" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "Tekrar Dene" @@ -9972,7 +10195,7 @@ msgstr "Tekrar Dene" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9980,7 +10203,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10031,11 +10254,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -10044,7 +10267,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10053,7 +10276,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10065,6 +10288,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10090,20 +10322,25 @@ msgstr "" msgid "Rumble" msgstr "Gümbürtü" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -10114,23 +10351,23 @@ msgstr "" msgid "Russia" msgstr "Rusya" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD Kart Yolu:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -10138,7 +10375,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -10173,11 +10410,11 @@ msgstr "" msgid "START" msgstr "START TUŞU" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "&Durumu Kaydet" @@ -10189,7 +10426,7 @@ msgstr "Güvenli" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10199,27 +10436,39 @@ msgstr "Kaydet" msgid "Save All" msgstr "Tümünü Kaydet" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -10231,15 +10480,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "En Eski Durumu kaydet" @@ -10247,73 +10500,77 @@ msgstr "En Eski Durumu kaydet" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "Durumu Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "1. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "10. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "2. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "3. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "4. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "5. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "6. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "7. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "8. Duruma Kaydet" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "9. Duruma Kaydet" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Durumu Seçili Slot'a Kaydet" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10321,7 +10578,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -10329,15 +10586,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "Farklı kaydet..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10348,23 +10601,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "Kaydet..." @@ -10386,7 +10631,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "Boyutlandırılmış EFB Kopyası" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -10395,8 +10640,8 @@ msgid "ScrShot" msgstr "Ekran Görüntüsü" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Ara" @@ -10405,7 +10650,7 @@ msgstr "Ara" msgid "Search Address" msgstr "Adres Ara" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "Şu Anki Nesneyi Ara" @@ -10417,13 +10662,13 @@ msgstr "Alt Klasörleri Ara" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Bir talimat ara" @@ -10431,7 +10676,7 @@ msgstr "Bir talimat ara" msgid "Search games..." msgstr "Oyun ara..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10465,9 +10710,9 @@ msgstr "Seç" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10476,7 +10721,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10484,18 +10729,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10504,6 +10753,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10512,6 +10765,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10520,58 +10781,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Durum Yuvası Seç" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "Durum Yuvası 1 Seç" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "Durum Yuvası 10 Seç" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "Durum Yuvası 2 Seç" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "Durum Yuvası 3 Seç" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "Durum Yuvası 4 Seç" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "Durum Yuvası 5 Seç" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "Durum Yuvası 6 Seç" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "Durum Yuvası 7 Seç" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "Durum Yuvası 8 Seç" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "Durum Yuvası 9 Seç" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10585,29 +10850,25 @@ msgstr "Wii NAND Kök Seç" msgid "Select a Directory" msgstr "Bir Dizin Seç" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Bir Dosya Seç" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "Bir Oyun Seç" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "Bir SD Kart Kalıbı Seç" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10615,19 +10876,15 @@ msgstr "" msgid "Select a game" msgstr "Bir oyun seç" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10635,36 +10892,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "Kayıt dosyasını seçin" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "Seçilmiş kontrolcü profili yok" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10676,19 +10916,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10707,7 +10947,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10718,7 +10958,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10740,24 +10980,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "Gönder" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Sensör Çubuğu Konumu:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10774,7 +11044,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10782,44 +11052,40 @@ msgstr "" msgid "Set &Value" msgstr "&Değeri Ayarla" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "PC'yi Ayarla" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10829,28 +11095,35 @@ msgstr "" "olarak ayarlar.\n" "Tüm oyunlarda çalışmayabilir." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "Wii sistem dilini ayarlar." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10860,13 +11133,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "Ayarlar" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: setting.txt dosyası oluşturulamıyor" @@ -10874,7 +11147,7 @@ msgstr "SetupWiiMemory: setting.txt dosyası oluşturulamıyor" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "Gölgelendirici Derlemesi" @@ -10896,228 +11169,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "&Günlüğü Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "Araç Çubuğunu Gös&ter" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "Etkin Başlığı Pencere Başlığında Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Avusturalya'yı Göster" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "Discord'da Mevcut Oyunu Göster" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "ELF/DOL'u Göster" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "FPS'yi Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "Kare Sayacını Göster" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Fransızları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube'leri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Almanları göster" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Görüntü Girişini Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "İtalyanları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korelileri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "Takılma Sayacını Göster" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "Dili Göster:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "Geçmiş &Yapılandırmasını Göster" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "NetPlay Mesajlarını Göster" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "NetPlay Ping'ini Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "Hollanda'yı Göster" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL'ları Göster" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "PC'yi Göster" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "Platformları Göster" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Bölgeleri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rusya'yı Göster" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "İspanya'yı Göster" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "İstatistikleri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Sistem Saatini Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Tayvanlıları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Amerikanları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "Bilinmeyenleri Göster" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD'ları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii'leri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Dünyayı Göster" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -11125,109 +11402,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -11244,7 +11525,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -11268,7 +11549,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" @@ -11285,7 +11566,7 @@ msgstr "" msgid "Size" msgstr "Boyut" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." @@ -11293,11 +11574,11 @@ msgstr "" "Milisaniye bazında geciktirme arabelleğinin boyutu. Çok düşük değerler, ses " "sorunlarına neden olabilir." -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "Atla" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11313,7 +11594,7 @@ msgstr "Ana Menü'yü Atla" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11393,11 +11674,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11409,12 +11690,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "Alfabetik Sırala" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "Ses:" @@ -11428,7 +11709,7 @@ msgstr "İspanya" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "İspanyolca" @@ -11436,11 +11717,11 @@ msgstr "İspanyolca" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "Hoparlör Ses Seviyesi:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11448,7 +11729,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11461,12 +11742,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "Hız" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11485,33 +11770,37 @@ msgstr "" msgid "Standard Controller" msgstr "Standart Denetleyici" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Başlat" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "&Netplay'i Başlat..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "Çekimi Başlat" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11523,7 +11812,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11546,52 +11835,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "Stereoskopik 3D Modu:" @@ -11612,16 +11901,20 @@ msgid "Stick" msgstr "Çubuk" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "Durdur" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11653,11 +11946,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Pencereye Göre Ayarla" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11671,11 +11964,11 @@ msgstr "" msgid "Strum" msgstr "Tıngırtı" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11686,18 +11979,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11707,7 +12000,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11720,24 +12013,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11760,12 +12053,12 @@ msgstr "Destek" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11773,7 +12066,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11788,7 +12081,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11808,22 +12101,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "Sembol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Semboller" @@ -11831,7 +12133,7 @@ msgstr "Semboller" msgid "Sync" msgstr "Senkronize Et" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11849,43 +12151,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "Sistem Dili:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS Girişi" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS Araçları" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiketler" @@ -11903,15 +12205,15 @@ msgstr "" msgid "Taiwan" msgstr "Tayvan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "Ekran Görüntüsü Al" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11927,9 +12229,9 @@ msgstr "" msgid "Test" msgstr "Sınama" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11938,15 +12240,15 @@ msgstr "" msgid "Texture Cache" msgstr "Doku Önbelleği" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11954,7 +12256,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "Doku Biçimi Kaplaması" @@ -11973,11 +12275,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11987,32 +12289,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12028,14 +12330,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12121,7 +12423,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12148,28 +12450,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -12177,7 +12479,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -12188,7 +12490,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12197,21 +12499,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12221,11 +12523,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12239,7 +12541,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -12247,8 +12549,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -12256,7 +12558,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12272,20 +12574,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -12298,15 +12600,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12317,31 +12619,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -12354,7 +12656,7 @@ msgstr "" "Güncelleştirme iptal edildi. Sistemin dengesiz çalışmasını istemiyorsanız, " "yeni sürüm güncelleştirmelerini tamamlamanız önerilir." -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -12362,33 +12664,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -12403,8 +12705,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12442,13 +12744,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12471,33 +12773,33 @@ msgid "" msgstr "" "Bu Action Replay simülatörü, kodların kendisini düzenlemesini desteklemiyor." -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12505,26 +12807,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12542,14 +12844,14 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -12559,27 +12861,27 @@ msgstr "" "grafik kartınız veya sürücünüz bunu desteklemiyor. Sonuç olarak, oyunu " "oynarken hata ve donma sorunları ile karşılaşacaksınız." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12587,7 +12889,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12603,12 +12905,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12640,7 +12942,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "Bu değer, grafik yapılandırmasında ayarlanan derinlik ile çarpılır." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12653,7 +12955,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12673,7 +12975,7 @@ msgstr "" msgid "Threshold" msgstr "Eşik" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12683,6 +12985,31 @@ msgstr "" msgid "Tilt" msgstr "Eğim" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12692,10 +13019,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Başlık" @@ -12703,25 +13030,29 @@ msgstr "Başlık" msgid "To" msgstr "Buraya" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Tam Ekran Moduna Geç" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "3D Anaglif'i Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12729,28 +13060,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "Tüm Geçmiş Türlerini Seç" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "En-boy Oranını Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Kesim Noktasını Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "Kırpmayı Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "Özel Dokuları Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "EFB Kopyalarını Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "Sisi Aç/Kapat" @@ -12762,35 +13093,39 @@ msgstr "Tam Ekran Moduna Geç" msgid "Toggle Pause" msgstr "Duraklat Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "Doku Dökümünü Aç/Kapat" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12798,7 +13133,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Üst" @@ -12806,7 +13141,7 @@ msgstr "Üst" msgid "Top-and-Bottom" msgstr "Üst-ve-Alt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12844,12 +13179,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Geleneksel Çince" @@ -12869,8 +13204,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12878,7 +13213,7 @@ msgstr "" msgid "Traversal Server" msgstr "Geçiş Sunucusu" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "Geçiş sunucusunun ana bilgisayar bağlantısı zaman aşımına uğradı" @@ -12907,7 +13242,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12933,11 +13268,11 @@ msgstr "AMERİKA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12951,14 +13286,14 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12966,7 +13301,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12975,23 +13310,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -13011,11 +13346,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -13038,11 +13373,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Durum Yüklemeyi Geri Al" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Durum Kaydetmeyi Geri Al" @@ -13062,23 +13397,23 @@ msgstr "" "Yüklü olan WAD dosyası, herhangi bir kayıt verisi silinmeden NAND'dan " "kaldırılacaktır. Devam edilsin mi?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "ABD" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "Bilinmeyen" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -13087,27 +13422,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -13127,11 +13462,11 @@ msgstr "" msgid "Unknown disc" msgstr "Bilinmeyen disk" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -13139,11 +13474,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -13158,11 +13493,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "Sınırsız" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -13170,7 +13505,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -13202,7 +13542,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13213,7 +13553,7 @@ msgid "Up" msgstr "Yukarı" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "Güncelle" @@ -13268,7 +13608,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "İstatistik Raporlama Ayarları" @@ -13276,15 +13616,19 @@ msgstr "İstatistik Raporlama Ayarları" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13292,21 +13636,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "PAL60 Modunu Kullan (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "Önemli Hataları Bildir" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13315,8 +13659,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -13356,18 +13700,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13375,14 +13719,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13647,8 +13995,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Uyarı" @@ -13736,7 +14084,14 @@ msgstr "" msgid "Whammy" msgstr "Darbe" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13744,7 +14099,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13752,7 +14107,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "Beyaz Listeye Alınmış USB Geçiş Aygıtları" @@ -13760,7 +14115,7 @@ msgstr "Beyaz Listeye Alınmış USB Geçiş Aygıtları" msgid "Widescreen Hack" msgstr "Geniş Ekran Hilesi" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13784,7 +14139,7 @@ msgstr "Wii Remote" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13802,7 +14157,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii Remote Ayarları" @@ -13822,7 +14177,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii ve Wii Remote" @@ -13830,15 +14185,15 @@ msgstr "Wii ve Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13847,11 +14202,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13865,11 +14228,11 @@ msgstr "Dünya" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13902,27 +14265,27 @@ msgstr "" msgid "Write to Window" msgstr "Pencereye Yaz" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13973,14 +14336,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14013,7 +14376,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -14061,7 +14424,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "Değişikliğin etkili olması için Dolphin'i yeniden başlatmalısınız." @@ -14081,7 +14444,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14099,7 +14462,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Sıfır 3 kodu desteklenmemektedir" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -14148,7 +14511,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -14164,7 +14527,8 @@ msgstr "" msgid "fake-completion" msgstr "sahte-tamamlama" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -14229,7 +14593,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -14249,23 +14614,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -14276,7 +14641,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Languages/po/zh_CN.po b/Languages/po/zh_CN.po index 79f4df53a3..2a200e9f39 100644 --- a/Languages/po/zh_CN.po +++ b/Languages/po/zh_CN.po @@ -21,18 +21,18 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" -"Last-Translator: 陈 依云 , 2023-2024\n" -"Language-Team: Chinese (China) (http://app.transifex.com/delroth/dolphin-emu/" -"language/zh_CN/)\n" +"Last-Translator: 天绝星 , 2015-2024\n" +"Language-Team: Chinese (China) (http://app.transifex.com/dolphinemu/dolphin-" +"emu/language/zh_CN/)\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -44,7 +44,7 @@ msgstr "" "由于 GameCube 光盘镜像包含很少的验证数据,因此可能存在 Dolphin 无法检测到的问" "题。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -56,6 +56,12 @@ msgstr "" "由于此游戏不适用于 Wii 零售版主机,Dolphin 无法确保其未被篡改,即使签名看起来" "有效。" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "%1 %2 (%3% 碎片)" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr " (光盘 %1)" @@ -64,7 +70,7 @@ msgstr " (光盘 %1)" msgid "! Not" msgstr "! 非" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "“{0}” 不是一个有效的 GCM/ISO 文件,或者不是一个 GC/Wii 镜像。" @@ -101,16 +107,16 @@ msgstr "" "%1\n" "想参加你的派对。" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "%1 %" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "%1 %2" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "%1 %2 %3" @@ -126,16 +132,16 @@ msgstr "%1 (%2)" msgid "%1 (Copy)" msgstr "%1 (复制)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "%1 (光盘 %2, 修订版 %3)" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "%1 (修订版 %3)" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "%1 (库)" @@ -155,7 +161,7 @@ msgstr "%1 (慢)" msgid "%1 *" msgstr "%1 *" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -169,11 +175,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "%1 图形配置" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "%1 MB (内存1)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "%1 MB (内存2)" @@ -186,11 +192,11 @@ msgstr "在 %2 前 %1 次提交" msgid "%1 doesn't support this feature on your system." msgstr "%1 在你的系统上不支持此特性。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "%1 不支持此特性。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" @@ -200,27 +206,27 @@ msgstr "" "%2 对象\n" "当前帧: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 已加入" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 已离开" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 已解锁 %2/%3 项成就,折合 %4/%5 成就点数" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 不是有效的 ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 控制中" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "%1 正在玩 %2" @@ -228,13 +234,13 @@ msgstr "%1 正在玩 %2" msgid "%1 memory ranges" msgstr "%1 内存范围" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 毫秒" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "%1 成就点数" @@ -246,30 +252,30 @@ msgstr "已找到 %1 个会话" msgid "%1 sessions found" msgstr "已找到 %1 个会话" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "%1%" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "%1% (%2 MHz)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "%1%(正常速度)" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "%1 的值已更改" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "%1 的值被命中" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1 的值已使用" @@ -277,11 +283,15 @@ msgstr "%1 的值已使用" msgid "%1, %2, %3, %4" msgstr "%1, %2, %3, %4" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "%1/%2" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "%1

%2" @@ -297,7 +307,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "%1[%2]: %3/%4 MiB" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "%1x MSAA" @@ -310,25 +320,25 @@ msgstr "%1x 原生 (%2x%3)" msgid "%1x Native (%2x%3) for %4" msgstr "%1x 原生 (%2x%3) 适合 %4" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "%1x SSAA" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "%n 个地址无法在模拟内存中访问。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "%n 个地址保留。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -354,36 +364,36 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "关于(&A)" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "添加函数(&A)" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "添加内存断点(&A)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "添加新代码...(&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "添加函数(&A)" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "添加...(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "汇编器(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "音频设置(&A)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "自动更新(&A):" @@ -391,15 +401,19 @@ msgstr "自动更新(&A):" msgid "&Borderless Window" msgstr "无边框窗口(&B)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "分支类型(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "命中时中断(&B)" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "断点(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "错误跟踪器(&B)" @@ -407,15 +421,15 @@ msgstr "错误跟踪器(&B)" msgid "&Cancel" msgstr "取消(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "金手指管理器(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "检查更新...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "清除符号(&C)" @@ -423,50 +437,51 @@ msgstr "清除符号(&C)" msgid "&Clone..." msgstr "克隆...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "代码(&C)" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "条件(&C)" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "连接(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "控制器设置(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "复制地址(&C)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "复制地址(&C)" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "创建...(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "删除(&D)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "删除监视(&D)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "删除监视(&D)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "编辑代码...(&E)" @@ -474,14 +489,18 @@ msgstr "编辑代码...(&E)" msgid "&Edit..." msgstr "编辑...(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "弹出光盘(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "模拟(&E)" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "擦除区块(&E)" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "导出(&E)" @@ -498,41 +517,41 @@ msgstr "导出状态...(&E)" msgid "&Export as .gci..." msgstr "导出为 .gci...(&E)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "文件(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "字体...(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "逐帧播放(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "自由视点设置(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "生成符号来自(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "GitHub 资源库(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "图形设置(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "帮助(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "热键设置(&H)" @@ -552,19 +571,19 @@ msgstr "导入状态...(&I)" msgid "&Import..." msgstr "导入...(&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "Infinity 底座(&I)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" -msgstr "插入 blr (&I)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" +msgstr "插入 BLR (&I)" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "帧间混合(&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "即时编译器(&J)" @@ -572,15 +591,15 @@ msgstr "即时编译器(&J)" msgid "&Language:" msgstr "语言(&L):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "载入分支监视(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "载入状态(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "载入符号映射(&L)" @@ -590,23 +609,27 @@ msgstr "将文件加载到当前地址(&L)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "锁定监视(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "锁定部件位置(&L)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" +msgstr "命中时记录(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "内存(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "其他控件(&M)" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "影片(&M)" @@ -614,7 +637,7 @@ msgstr "影片(&M)" msgid "&Mute" msgstr "静音(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "网络(&N)" @@ -623,23 +646,27 @@ msgid "&No" msgstr "否(&N)" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "打开...(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "选项(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "起始和目标(&O)" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "修补 HLE 功能函数(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "暂停游戏(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "开始游戏(&P)" @@ -647,7 +674,7 @@ msgstr "开始游戏(&P)" msgid "&Properties" msgstr "属性(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "只读模式(&R)" @@ -655,7 +682,7 @@ msgstr "只读模式(&R)" msgid "&Refresh List" msgstr "刷新列表(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "寄存器(&R)" @@ -663,29 +690,29 @@ msgstr "寄存器(&R)" msgid "&Remove" msgstr "移除(&R)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "移除代码(&R)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "重命名符号(&R)" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "重置游戏(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "资源包管理器(&R)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "保存分支监视(&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "保存符号映射(&S)" @@ -693,31 +720,35 @@ msgstr "保存符号映射(&S)" msgid "&Scan e-Reader Card(s)..." msgstr "扫描 e-Reader 卡...(&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "Skylanders 传送门(&S)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "速度限制(&S):" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "停止游戏(&S)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "主题(&T):" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "线程(&T)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "工具(&T)" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "工具栏可见性(&T)" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "工具(&T)" @@ -727,21 +758,21 @@ msgstr "卸载 ROM (&U)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "解锁监视(&U)" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "视图(&V)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "监视(&W)" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "网站(&W)" @@ -753,38 +784,30 @@ msgstr "百科(&W)" msgid "&Yes" msgstr "是(&Y)" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "找不到 '%1',未生成符号名" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "找不到 '%1',改为扫描常用函数" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "(深色)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "(浅色)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "(系统)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "(主机)" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(关)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "(ppc)" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "* 乘" @@ -801,7 +824,7 @@ msgstr ", 逗号" msgid "- Subtract" msgstr "- 减" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -810,7 +833,7 @@ msgid "--Unknown--" msgstr "--未知--" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -871,7 +894,7 @@ msgstr "16 位有符号整数" msgid "16-bit Unsigned Integer" msgstr "16 位无符号整数" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "16:9" @@ -879,7 +902,7 @@ msgstr "16:9" msgid "16x Anisotropic" msgstr "16x 各向异性" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "1x" @@ -891,7 +914,7 @@ msgstr "2 GiB" msgid "256 MiB" msgstr "256 MiB" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "2x" @@ -927,19 +950,19 @@ msgid "32-bit Unsigned Integer" msgstr "32 位无符号整数" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "3D" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "3D 深度" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "3x" @@ -955,7 +978,7 @@ msgstr "4 GiB (SDHC)" msgid "4 Mbit (59 blocks)" msgstr "4 Mbit (59 区块)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "4:3" @@ -963,7 +986,7 @@ msgstr "4:3" msgid "4K" msgstr "4K" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "4x" @@ -1052,15 +1075,15 @@ msgstr "" msgid "" msgstr "<系统语言>" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "在硬核模式下禁用。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1093,8 +1116,8 @@ msgstr "警告无效的基地址,默认 msgid "> Greater-than" msgstr "> 大于" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "已经有一个联机会话正在进行!" @@ -1118,7 +1141,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "光盘已可插入。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1128,7 +1151,7 @@ msgstr "一些使颜色更准确的功能,使其与 Wii 和 GC 游戏的色彩 msgid "A save state cannot be loaded without specifying a game to launch." msgstr "载入保存状态必须指定要启动的游戏" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1148,7 +1171,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "只有在 Wii 游戏运行时同步才能触发。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "自动保存(&U)" @@ -1183,7 +1206,7 @@ msgstr "" "Wii 遥控器的联机还在实验阶段,可能不会正常工作。\n" "使用需自担风险。\n" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "AR 代码" @@ -1225,8 +1248,8 @@ msgstr "精确度:" msgid "Achievement Settings" msgstr "成就设置" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "成就" @@ -1314,7 +1337,7 @@ msgstr "Action Replay: 正常代码 {0}: 无效子类型 {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "激活联机聊天" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "激活" @@ -1330,7 +1353,7 @@ msgstr "活动线程队列" msgid "Active threads" msgstr "活动线程" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "适配器" @@ -1338,7 +1361,7 @@ msgstr "适配器" msgid "Adapter Detected" msgstr "检测到适配器" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "适配器:" @@ -1365,11 +1388,11 @@ msgstr "添加新的 USB 设备" msgid "Add Shortcut to Desktop" msgstr "添加快捷方式到桌面" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "添加一个断点" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "添加内存断点" @@ -1388,28 +1411,27 @@ msgstr "添加内存断点" msgid "Add to &watch" msgstr "添加到监视(&W)" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "添加到监视" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "添加..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "地址" @@ -1428,20 +1450,21 @@ msgstr "按 CPU 状态划分的地址空间" msgid "Address:" msgstr "地址:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" "调整纹理过滤。各向异性过滤增强了倾斜视角下纹理的视觉质量。强制邻近和强制线性" "会覆盖游戏自身选定的纹理缩放滤镜。

除“默认”之外的任何选项都会改变游戏" -"纹理的外观,并可能导致少数游戏出现问题。

此选项与手动纹理采样不兼容。" -"

如无法确定,请选择“默认”。" +"纹理的外观,并可能导致少数游戏出现问题。

开启手动纹理采样时则此设置会" +"被禁用。

如无法确定,请选择“默认”。" #. i18n: Refers to plastic shell of game controller (stick gate) that limits stick movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp:107 @@ -1461,7 +1484,7 @@ msgstr "" "

如无法确定,请将滑块拖动至最右端。" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1472,7 +1495,7 @@ msgstr "" "\n" "警告:启用此功能会使很多游戏彻底奔溃。只有少数游戏可以从中受益。" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1506,7 +1529,7 @@ msgstr "高级" msgid "Advanced Settings" msgstr "高级设置" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1576,7 +1599,7 @@ msgstr "所有双精度" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1584,7 +1607,7 @@ msgid "All Files" msgstr "所有文件" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "所有文件 (*)" @@ -1593,7 +1616,7 @@ msgstr "所有文件 (*)" msgid "All Float" msgstr "所有浮点数" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "所有 GC/Wii 文件" @@ -1602,8 +1625,8 @@ msgstr "所有 GC/Wii 文件" msgid "All Hexadecimal" msgstr "全十六进制" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "所有状态存档 (*.sav *.s##);; 所有文件 (*)" @@ -1615,27 +1638,27 @@ msgstr "全部有符号整数" msgid "All Unsigned Integer" msgstr "全部无符号整数" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "所有文件 (*)" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "所有玩家代码已同步。" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "所有玩家存档已同步。" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "允许不匹配的区域设置" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "允许使用情况统计报告" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "允许写入 SD 卡" @@ -1655,7 +1678,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "其他输入源" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "总是" @@ -1677,7 +1700,7 @@ msgstr "光盘预计已插入但无法找到。" msgid "Anaglyph" msgstr "色差" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "分析" @@ -1691,7 +1714,7 @@ msgstr "角度" msgid "Angular velocity to ignore and remap." msgstr "要忽略并重新映射的角速度。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "抗锯齿" @@ -1703,19 +1726,19 @@ msgstr "抗锯齿:" msgid "Any Region" msgstr "任意区域" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "附加签名到" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "附加到现有签名文件...(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "应用签名文件...(&Y)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." @@ -1723,7 +1746,7 @@ msgstr "" "在渲染完一帧后应用后处理效果。

如无法确定,请选" "择“关闭”。" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "应用载入器时间:" @@ -1731,19 +1754,19 @@ msgstr "应用载入器时间:" msgid "Apply" msgstr "应用" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "应用签名文件" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "特殊多级纹理检测" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "确定要删除 '%1' 吗?" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "确定要删除该文件吗?" @@ -1751,10 +1774,18 @@ msgstr "确定要删除该文件吗?" msgid "Are you sure you want to delete this pack?" msgstr "确定要删除这个包吗?" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "确定要退出 RetroAchievements 吗?" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "确定要退出联机吗?" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "确定要关闭硬核模式吗?" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "确定?" @@ -1763,16 +1794,16 @@ msgstr "确定?" msgid "Area Sampling" msgstr "区域取样" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "宽高比" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "宽高比已校正的内部分辨率" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "宽高比:" @@ -1780,8 +1811,8 @@ msgstr "宽高比:" msgid "Assemble" msgstr "汇编" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "汇编指令" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1792,7 +1823,7 @@ msgstr "汇编器" msgid "Assembly File" msgstr "汇编文件" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "指定控制器端口" @@ -1813,11 +1844,11 @@ msgstr "附带 MotionPlus" msgid "Audio" msgstr "音频" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "音频后端:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "音频伸缩设置" @@ -1833,7 +1864,7 @@ msgstr "作者" msgid "Authors" msgstr "作者" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "自动" @@ -1842,11 +1873,15 @@ msgstr "自动" msgid "Auto (Multiple of 640x528)" msgstr "自动(640x528 的倍数)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "自动更新" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "自动更新设置" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1857,7 +1892,7 @@ msgstr "" "\n" "请选择特定的内部分辨率。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "自动调整窗口大小" @@ -1865,15 +1900,15 @@ msgstr "自动调整窗口大小" msgid "Auto-Hide" msgstr "自动隐藏" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "自动检测 RSO 模块?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "自动与文件夹同步" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." @@ -1881,6 +1916,21 @@ msgstr "" "自动将窗口大小调整为内部分辨率。

如无法确定,请不要" "选中此项。" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" +"当两张光盘容量的游戏要切换时,自动更换游戏光盘。此功能要求以下列方式之一启动" +"游戏:
- 从游戏列表中启动,两张光盘均在游戏列表中。
- 文件 > 打开或使用" +"命令行界面,提供两张光盘的路径。
- 文件 > 打开或使用命令行界面启动 M3U 文" +"件。

如无法确定,请不要选中此项。" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "自动更新当前数值" @@ -1892,7 +1942,7 @@ msgid "Auxiliary" msgstr "副内存" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1925,19 +1975,19 @@ msgstr "BP 寄存器" msgid "Back Chain" msgstr "后链" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "后端" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "后端多线程" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "后端设置" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "后端:" @@ -1946,20 +1996,20 @@ msgstr "后端:" msgid "Background Input" msgstr "后台输入" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "后" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "给定值错误" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "地址格式不正确。" @@ -1967,28 +2017,28 @@ msgstr "地址格式不正确。" msgid "Bad dump" msgstr "错误的转储" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "提交的偏移量不正确。" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "值格式不正确。" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "标图" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "标图详细信息" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "标图:" @@ -2004,11 +2054,11 @@ msgstr "基地址" msgid "Base priority" msgstr "基本优先级" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "基本" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "基本设置" @@ -2056,7 +2106,7 @@ msgstr "二进制 SSL (读取)" msgid "Binary SSL (write)" msgstr "二进制 SSL (写入)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "比特率 (kbps):" @@ -2072,13 +2122,13 @@ msgstr "" "\n" "请使用其他字符重试。" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "区块大小" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "区块大小:" @@ -2111,67 +2161,67 @@ msgid "" msgstr "" "蓝牙直通模式已启用,但 Dolphin 构建没有加入 libusb 驱动。无法使用直通模式。" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "引导后暂停" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND 备份文件 (*.bin);; 所有文件 (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "BootMii 密钥文件 (*.bin);; 所有文件 (*)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "无边框全屏" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "底部" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "分支" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "分支(LR 已保存)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "条件分支" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "条件分支(LR 已保存)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "条件分支到计数寄存器" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "条件分支到计数寄存器(LR 已保存)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "条件分支到链接寄存器" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "条件分支到链接寄存器(LR 已保存)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "分支未被覆盖" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "分支类型" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "分支已被覆盖" @@ -2183,23 +2233,23 @@ msgstr "分支监视" msgid "Branch Watch Tool" msgstr "分支监视工具" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "分支监视工具帮助 (1/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "分支监视工具帮助 (2/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "分支监视工具帮助 (3/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "分支监视工具帮助 (4/4)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2224,7 +2274,7 @@ msgstr "" "一步都能保存快照。“暂停分支监视”按钮将中止分支监视跟踪进一步的分支命中,直到" "被告知恢复。按下“清除分支监视”按钮可清除所有候选数据并返回黑名单阶段。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2238,19 +2288,19 @@ msgstr "" "资格之外 。一旦按下“代码路径已采用”按钮后,分支监视将切换到缩减阶段,并且表格" "将填充所有符合条件的候选数据。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "分支到计数寄存器" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "分支到计数寄存器(LR 已保存)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "分支到链接寄存器" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "分支到链接寄存器(LR 已保存)" @@ -2259,30 +2309,30 @@ msgstr "分支到链接寄存器(LR 已保存)" msgid "Branch: %1" msgstr "分支: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "分支" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "中断" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" -msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" +msgstr "命中时中断并记录(&A)" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "断点" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "遇到断点!跳出已中止。" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "断点" @@ -2316,24 +2366,24 @@ msgstr "宽带适配器错误" msgid "Broadband Adapter MAC Address" msgstr "宽带适配器 MAC 地址" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "浏览联机会话...(&N)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "缓冲区大小:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "缓冲区大小更改为 %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "缓冲区:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2380,7 +2430,7 @@ msgstr "作者:%1" msgid "C Stick" msgstr "C 摇杆" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "创建签名文件...(&R)" @@ -2388,11 +2438,11 @@ msgstr "创建签名文件...(&R)" msgid "CP register " msgstr "CP 寄存器" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "CPU 模拟引擎:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU 选项" @@ -2400,11 +2450,11 @@ msgstr "CPU 选项" msgid "CRC32:" msgstr "CRC32:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "缓存解释器(较慢)" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2418,7 +2468,7 @@ msgstr "" msgid "Calculate" msgstr "计算" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2429,11 +2479,11 @@ msgstr "" "三角面更不明显。

很少造成速度降低或图像问题。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "校准" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "校准" @@ -2467,51 +2517,51 @@ msgstr "镜头 1" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "镜头视野(影响指向的灵敏度)。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "只能为虚拟内存中的数值生成 AR 代码。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "现在还不能进行修改!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "无法对此奖杯编辑反派角色!" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "不能按照连接句柄 {0:02x} 找到 Wii 遥控器" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "游戏运行时无法启动联机会话!" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "取消" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "取消校准" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "候选: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "候选: %1 | 排除: %2 | 剩余: %3" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "候选: %1 | 过滤: %2 | 剩余: %3" @@ -2523,23 +2573,23 @@ msgstr "无法单步执行 FIFO,使用帧步进代替。" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "无法启动此 WAD,因为无法将其安装到 NAND 中。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "无法与首次搜索的上个值进行比较。" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "找不到 GC IPL。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "无法为此地址生成 AR 代码。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "没有结果下无法刷新。" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "无法将 GCI 文件夹设置为空路径。" @@ -2547,13 +2597,13 @@ msgstr "无法将 GCI 文件夹设置为空路径。" msgid "Cannot set memory card to an empty path." msgstr "无法将存储卡设置为空路径。" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "找不到 GC IPL,无法启动游戏。" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "已捕获的反派 %1:" @@ -2571,7 +2621,7 @@ msgstr "中心" msgid "Center Mouse" msgstr "鼠标中键" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "中心和校准" @@ -2579,7 +2629,7 @@ msgstr "中心和校准" msgid "Change &Disc" msgstr "切换光盘(&D)" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "切换光盘...(&D)" @@ -2587,7 +2637,7 @@ msgstr "切换光盘...(&D)" msgid "Change Disc" msgstr "切换光盘" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "自动切换光盘" @@ -2595,13 +2645,15 @@ msgstr "自动切换光盘" msgid "Change the disc to {0}" msgstr "切换光盘至 {0}" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" +"改变 Dolphin 按键的外观和颜色。

如无法确定,请选择此" +"项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2626,7 +2678,7 @@ msgstr "" "转和移动,但无法滚动。易于使用,但有局限性。

轨道:将自由镜头围绕原始" "镜头旋转。没有横向移动,只能旋转,可以放大视角到镜头的原点。" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "游戏重启后更改的金手指才会生效。" @@ -2638,7 +2690,7 @@ msgstr "通道分区 (%1)" msgid "Character entered is invalid!" msgstr "输入的字符无效!" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "聊天" @@ -2646,7 +2698,7 @@ msgstr "聊天" msgid "Cheat Code Editor" msgstr "金手指编辑器" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "金手指搜索" @@ -2654,7 +2706,7 @@ msgstr "金手指搜索" msgid "Cheats Manager" msgstr "金手指管理器" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "校验 NAND..." @@ -2666,13 +2718,13 @@ msgstr "在后台检查游戏列表变更" msgid "Check for updates" msgstr "检查更新" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "请检查您是否有删除该文件的权限以及其是否仍在使用。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "校验" @@ -2684,30 +2736,30 @@ msgstr "中国" msgid "Choose" msgstr "选择" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" +msgstr "选择提取目标文件夹" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 +msgid "Choose GCI Base Folder" +msgstr "选择 GCI 库文件夹" + +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "选择优先输入文件" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "选择次要输入文件" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" msgstr "选择要打开的文件" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" +msgid "Choose a File to Open or Create" msgstr "选择要打开或创建的文件" -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "选择优先输入文件" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" -msgstr "选择次要输入文件" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" -msgstr "选择 GCI 基础文件夹" - -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "选择提取目标文件夹" - #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 msgid "Clamping of rotation about the yaw axis." @@ -2725,17 +2777,18 @@ msgstr "传统控制器" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "清除" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "清除分支监视" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "清除缓存" @@ -2743,11 +2796,11 @@ msgstr "清除缓存" msgid "Clear Slot" msgstr "清除插槽" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "时钟频率覆盖" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "复制并编辑代码...(&E)" @@ -2756,7 +2809,7 @@ msgstr "复制并编辑代码...(&E)" msgid "Close" msgstr "关闭" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "程序设置(&N)" @@ -2764,11 +2817,20 @@ msgstr "程序设置(&N)" msgid "Code" msgstr "代码" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "代码缓冲大小" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "代码缓冲区大小" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "代码路径未采用" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "代码路径已采用" @@ -2776,11 +2838,11 @@ msgstr "代码路径已采用" msgid "Code:" msgstr "代码:" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "代码已接收!" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "色彩校正" @@ -2796,11 +2858,11 @@ msgstr "色彩校正:" msgid "Color Space" msgstr "色彩空间" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "表列可见性(&V)" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "合并两个签名文件...(&T)" @@ -2813,7 +2875,7 @@ msgstr "通用" msgid "Comparand:" msgstr "被比较字:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " @@ -2822,7 +2884,7 @@ msgstr "" "与游戏的 Wii 光盘发布版本相比,发现了严重程度较低的问题。尽管如此,与游戏的 " "Wii U eShop 版本比较的话这可能是一个正确的转储。Dolphin 无法验证这一点。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " @@ -2831,7 +2893,7 @@ msgstr "" "与游戏的 Wii 光盘发布版本相比,这是错误的转储。尽管如此,与游戏的 Wii U " "eShop 版本比较的话这可能是一个正确的转储。Dolphin 无法验证这一点。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "在开始前编译着色器" @@ -2839,9 +2901,9 @@ msgstr "在开始前编译着色器" msgid "Compiling Shaders" msgstr "正在编译着色器" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "压缩" @@ -2849,7 +2911,7 @@ msgstr "压缩" msgid "Compression Level:" msgstr "压缩级别:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "压缩:" @@ -2862,11 +2924,11 @@ msgstr "条件。" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "条件" @@ -2940,6 +3002,51 @@ msgid "" "possible for them to go out of range or to become NaN. A warning will be " "given if NaN is returned, and the var that became NaN will be logged." msgstr "" +"状况:\n" +"设置命中断点时计算的表达式。如果表达式为 false 或 0,则忽略断点,直到再次命中" +"断点。语句应该用逗号间隔。只有最后一个语句将用于确定要做什么。\n" +"\n" +"可以参考的寄存器:\n" +"GPRs : r0..r31\n" +"FPRs : f0..f31\n" +"SPRs : xer, lr, ctr, dsisr, dar, dec, sdr1, srr0, srr1, tbl, tbu, pvr, " +"sprg0..sprg3, ear, ibat0u..ibat7u, ibat0l..ibat7l, dbat0u..dbat7u, dbat0l.." +"dbat07, gqr0..gqr7, hid0, hid1, hid2, hid4, iabr, dabr, wpar, dmau, dmal, " +"ecid_u, ecid_m, ecid_l, upmc1..upmc4, usia, sia, l2cr, ictc, mmcr0, mmcr1, " +"pmc1..pmc4, thrm1..thrm3\n" +"其他: pc, msr\n" +"\n" +"函数:\n" +"设置寄存器:r1 = 8\n" +"转换:s8(0xff). 可用:s8, u8, s16, u16, s32, u32\n" +"调用堆栈:callstack(0x80123456), callstack(\"anim\")\n" +"比较字符串:streq(r3, \"abc\"). 两个参数都可以是地址或字符串常量。\n" +"读取内存:read_u32(0x80000000). 可用:u8, s8, u16, s16, u32, s32, f32, f64\n" +"写入内存:write_u32(r3, 0x80000000). 可用:u8, u16, u32, f32, f64\n" +"*当前写入会一直触发\n" +"\n" +"操作:\n" +"一元:-u, !u, ~u\n" +"数学:* / + -, power: **, remainder: %, shift: <<, >>\n" +"比较:<, <=, >, >=, ==, !=, &&, ||\n" +"按位:&, |, ^\n" +"\n" +"示例:\n" +"r4 == 1\n" +"f0 == 1.0 && f2 < 10.0\n" +"r26 <= r0 && ((r5 + 3) & -4) * ((r6 + 3) & -4)* 4 > r0\n" +"p = r3 + 0x8, p == 0x8003510 && read_u32(p) != 0\n" +"写入并中断:r4 = 8, 1\n" +"写入并继续:f3 = f1 + f2, 0\n" +"条件必须始终是最后一个\n" +"\n" +"字符串只能在 callstack() 或 streq() 中使用并且“引用”。不要将字符串分配给变" +"量。\n" +"如果有命中或 NaN 结果,所有变量都将打印在内存接口日志中。要检查问题,请为方程" +"分配一个变量,以便可以打印显示。\n" +"\n" +"注意:所有值都会在内部转换为双精度数以进行计算。它们有可能超出范围或变为 " +"NaN。如果返回 NaN 将给出警告,并且将变为 NaN 的值记录下来。" #: Source/Core/DolphinQt/ToolBar.cpp:130 msgid "Config" @@ -2956,7 +3063,7 @@ msgstr "配置" msgid "Configure Controller" msgstr "配置控制器" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "Dolphin 配置" @@ -2969,27 +3076,35 @@ msgstr "配置输入" msgid "Configure Output" msgstr "配置输出" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "确定" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "关闭硬核模式时确认" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "退出时确认" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "确认改变后端" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "停止游戏时确认" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "确认" @@ -2999,35 +3114,35 @@ msgstr "确认" msgid "Connect" msgstr "连接" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "连接平衡板" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "连接 USB 键盘" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "连接 Wii 遥控器 %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "连接 Wii 遥控器 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "连接 Wii 遥控器 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "连接 Wii 遥控器 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "连接 Wii 遥控器 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "连接 Wii 遥控器" @@ -3043,7 +3158,7 @@ msgstr "是否连接到互联网并执行在线系统更新?" msgid "Connected" msgstr "已连接" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "正在连接" @@ -3051,7 +3166,7 @@ msgstr "正在连接" msgid "Connection Type:" msgstr "连接类型:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "内容 {0:08x} 已损坏。" @@ -3068,23 +3183,23 @@ msgstr "控制联机高尔夫模式" msgid "Control Stick" msgstr "控制摇杆" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "控制器预设" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "控制器预设 1" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "控制器预设 2" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "控制器预设 3" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "控制器预设 4" @@ -3096,6 +3211,20 @@ msgstr "控制器设置" msgid "Controllers" msgstr "控制器" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" +"控制相对于原始硬件的模拟运行速度。

如果您的硬件能够跟上,则高于 100% " +"的数值将比原始硬件运行速度更快。低于 100% 的数值会减慢模拟速度。无限制则以您" +"的硬件能够达到的最高速度进行模拟。

如无法确定,请选" +"择 100%。" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -3107,7 +3236,7 @@ msgstr "" "明条件进行亮度调整。

此设置需要 HDR 输出才能生效。" "

如无法确定,请将其保持为 203。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -3117,7 +3246,7 @@ msgstr "" "控制会聚平面的距离。即虚拟物体看起来出现在屏幕前方的距离。

数值越高凸" "出屏幕效果越强,而数值越低观感会越舒适。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -3129,7 +3258,7 @@ msgstr "" "GPU 负荷且可能在一些游戏中引起故障。一般而言,内部分辨率越低,性能将越高。" "

如无法确定,请选择“原生”。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3157,17 +3286,17 @@ msgid "" "True" msgstr "控制使用高级还是低级 DSP 模拟。默认值为 True" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "会聚" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "会聚:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "转换失败。" @@ -3175,9 +3304,9 @@ msgstr "转换失败。" msgid "Convert" msgstr "转换" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "立即将文件转换为文件夹" @@ -3185,9 +3314,9 @@ msgstr "立即将文件转换为文件夹" msgid "Convert File..." msgstr "转换文件..." -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "立即将文件夹转换为文件" @@ -3209,8 +3338,8 @@ msgstr "" "不会节省任何更明显的空间。是否仍要继续?" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "正在转换..." @@ -3249,45 +3378,45 @@ msgstr "" "通常以 2.2 为标准。

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "复制" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "复制函数(&F)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "复制十六进制(&H)" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "复制地址" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "复制代码行(&L)" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "复制失败" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "复制十六进制" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "复制目标地址(&G)" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "复制数值" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "复制代码行(&L)" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "复制目标地址(&G)" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "复制到 A" @@ -3302,11 +3431,6 @@ msgstr "复制到 B" msgid "Core" msgstr "核心" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "核心未初始化。" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "校正色彩空间" @@ -3315,21 +3439,16 @@ msgstr "校正色彩空间" msgid "Correct SDR Gamma" msgstr "校正 SDR 伽玛" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "开销" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "无法与主机通信。" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "无法创建客户端。" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "无法创建对等点。" @@ -3345,7 +3464,7 @@ msgid "" "Internet connection and try again." msgstr "无法从任天堂下载更新信息。请检查你的互联网连接然后重试。" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" @@ -3355,7 +3474,7 @@ msgstr "" "\n" "模拟主机即将停止运行。" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3399,16 +3518,16 @@ msgstr "" "无法启动游戏 {0:016x} 因为 NAND 中没有该软件。\n" "已模拟运行的软件将可能挂起。" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "无法识别文件 {0}" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "无法保存您所做的更改!" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "无法启动更新程序进程:{0}" @@ -3430,7 +3549,7 @@ msgstr "" "您是否是在移动模拟器目录后收到这个消息?\n" "如果是这样,您可能需要在选项中重新指定您的存储卡位置。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "无法查找中心服务器" @@ -3442,7 +3561,7 @@ msgstr "无法打开文件。" msgid "Couldn't read file." msgstr "无法读取文件。" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "国家:" @@ -3475,7 +3594,7 @@ msgid "Create..." msgstr "创建..." #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "创建者:" @@ -3483,11 +3602,11 @@ msgstr "创建者:" msgid "Critical" msgstr "错误" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "裁切" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3502,11 +3621,11 @@ msgstr "" msgid "Crossfade" msgstr "混音" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "清除 CPU 顶点" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " @@ -3515,11 +3634,11 @@ msgstr "" "清除 CPU 上的顶点以减少所需的绘制调用数。可能影响性能和绘制统计数据。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "当前区域" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "当前值" @@ -3527,7 +3646,7 @@ msgstr "当前值" msgid "Current context" msgstr "当前上下文" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "当前游戏" @@ -3535,11 +3654,11 @@ msgstr "当前游戏" msgid "Current thread" msgstr "当前线程" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "自定义" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "自定义(拉伸)" @@ -3547,19 +3666,19 @@ msgstr "自定义(拉伸)" msgid "Custom Address Space" msgstr "自定义地址空间" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "自定义宽高比高度" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "自定义宽高比宽度" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "自定义宽高比:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "自定义 RTC 选项" @@ -3571,6 +3690,32 @@ msgstr "自定义:" msgid "Customize" msgstr "自定义" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "周期 %" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "平均周期数" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "平均周期" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "周期百分比" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "耗费周期" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3598,7 +3743,7 @@ msgstr "打碟机" msgid "DK Bongos" msgstr "DK 小对鼓" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "音频模拟引擎" @@ -3606,15 +3751,15 @@ msgstr "音频模拟引擎" msgid "DSP HLE (fast)" msgstr "音频 HLE (较快)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "音频 HLE (推荐)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "音频 LLE 解释器(很慢)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "音频 LLE 重编译器(较慢)" @@ -3643,7 +3788,7 @@ msgstr "跳舞毯" msgid "Dark" msgstr "暗" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "数据" @@ -3671,7 +3816,7 @@ msgstr "数据格式无法识别或损坏。" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "GC 存储卡管理器中的数据不一致,正在中止操作。" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "数据已接收!" @@ -3688,8 +3833,8 @@ msgstr "死区" msgid "Debug" msgstr "调试" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "调试" @@ -3698,40 +3843,40 @@ msgstr "调试" msgid "Decimal" msgstr "十进制" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "解码质量:" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "减小" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "减小会聚" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "减小深度" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "减小模拟速度" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "减小内部分辨率" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "减少选定的状态插槽" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "减小 X" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "减小 Y" @@ -3745,7 +3890,7 @@ msgstr "默认" msgid "Default Config (Read Only)" msgstr "默认配置 (只读)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "默认设备" @@ -3761,7 +3906,7 @@ msgstr "默认镜像:" msgid "Default thread" msgstr "默认线程" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "推迟 EFB 缓存失效" @@ -3769,7 +3914,7 @@ msgstr "推迟 EFB 缓存失效" msgid "Defer EFB Copies to RAM" msgstr "推迟 EFB 副本到内存" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3782,8 +3927,8 @@ msgstr "" "

如无法确定,请不要选中此项。" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "删除" @@ -3801,7 +3946,7 @@ msgstr "删除所选文件..." msgid "Delete the existing file '{0}'?" msgstr "删除已经存在的文件 ‘{0}’ 吗?" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "深度" @@ -3809,22 +3954,22 @@ msgstr "深度" msgid "Depth Percentage:" msgstr "深度百分比:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "深度:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "说明" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "说明:" @@ -3832,7 +3977,7 @@ msgstr "说明:" msgid "Description: %1" msgstr "说明:%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "目标" @@ -3845,16 +3990,16 @@ msgstr "目标(UNIX 套接字路径或地址:端口):" msgid "Destination (address:port):" msgstr "目标(地址:端口):" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "目标最大" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "目标最小" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "目标符号" @@ -3867,7 +4012,7 @@ msgstr "分离的" msgid "Detect" msgstr "检测" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "正在检测 RSO 模块" @@ -3875,7 +4020,7 @@ msgstr "正在检测 RSO 模块" msgid "Deterministic dual core:" msgstr "确定性双核:" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "开发版(一天多次)" @@ -3897,7 +4042,7 @@ msgstr "设备设置" msgid "Device VID (e.g., 057e)" msgstr "设备 VID (例如: 057e)" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "设备:" @@ -3905,7 +4050,7 @@ msgstr "设备:" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "无法将 %1 识别为有效的 Riivolution XML 文件。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "五分钟非活动状态后变暗屏幕。" @@ -3929,19 +4074,19 @@ msgstr "禁用边界框" msgid "Disable Copy Filter" msgstr "禁用复制过滤" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "禁用 EFB VRAM 副本" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "禁用模拟速度限制" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "禁用快速内存" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "禁用快速内存区" @@ -3949,11 +4094,11 @@ msgstr "禁用快速内存区" msgid "Disable Fog" msgstr "禁用雾化" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "禁用 JIT 缓存" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "禁用超大入口端点映射" @@ -3961,7 +4106,7 @@ msgstr "禁用超大入口端点映射" msgid "Disabled" msgstr "禁用" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " @@ -3970,7 +4115,7 @@ msgstr "" "禁用边界框模拟。

这可能显著提高 GPU 性能,但是一些游戏可能会停止运行。" "

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked.
如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3991,11 +4136,13 @@ msgstr "" "过滤器对性能没有影响,但会使图像更锐利,且很少导致图像问题。" "

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." msgstr "" +"运行游戏时禁用屏幕保护程序。

如无法确定,请选中此" +"项。" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:97 msgid "Disc" @@ -4005,9 +4152,10 @@ msgstr "光盘" msgid "Discard" msgstr "丢弃" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" -msgstr "" +msgstr "显示设置" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:183 msgid "Display Type" @@ -4038,15 +4186,15 @@ msgstr "距离" msgid "Distance of travel from neutral position." msgstr "从中间位置移动的距离。" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "是否授权 Dolphin 向开发者报告信息?" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "是否要添加 \"%1\" 到游戏路径列表?" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "你是否要清除符号名称列表?" @@ -4056,7 +4204,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "是否要删除 %n 已选定的存档文件?" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "您确定是否停止当前模拟?" @@ -4064,12 +4212,12 @@ msgstr "您确定是否停止当前模拟?" msgid "Do you want to try to repair the NAND?" msgstr "你要尝试修复 NAND 吗?" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "杜比定向逻辑II解码器" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "Dolphin FIFO 日志 (*.dff)" @@ -4077,22 +4225,22 @@ msgstr "Dolphin FIFO 日志 (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin 游戏模组预设" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "Dolphin 映射文件 (*.map)" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "Dolphin 签名 CSV 文件" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "Dolphin 签名文件" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS 电影 (*.dtm)" @@ -4134,27 +4282,21 @@ msgstr "Dolphin 未能完成请求的操作。" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "Dolphin 是一个免费开源的 GameCube/Wii 模拟器。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "Dolphin 版本太旧,穿透服务器不支持" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "Dolphin 无法正确验证典型的 TGC 文件,因为其不是真实光盘的转储。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "Dolphin 无法验证未经授权的光盘。" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "Dolphin 会将其用于无法自动确定区域的游戏。" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphin 的金手指系统当前已禁用。" @@ -4163,7 +4305,7 @@ msgstr "Dolphin 的金手指系统当前已禁用。" msgid "Domain" msgstr "域名" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "不更新" @@ -4188,7 +4330,7 @@ msgstr "门已锁上" msgid "Double" msgstr "双精度" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -4198,35 +4340,39 @@ msgstr "双精度" msgid "Down" msgstr "下" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "下载代码" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "从 WiiRD 数据库中下载代码" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "从 GameTDB.com 下载游戏封面以便在网格模式下使用" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "下载完成" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "已下载 %1 代码。(已添加 %2)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" +"从 GameTDB.com 下载完整的游戏封面,以便在游戏列表的网格视图显示。如果未选中此" +"设置,游戏列表将显示从游戏存档数据生成的标图,如果游戏没有存档文件,则显示通" +"用标图。

列表视图始终使用存档文件标图。

如无" +"法确定,请选中此项。" #. i18n: The "Drawsome" (combination of "Draw" and "Awesome") tablet wiimote extension by Ubisoft. #: Source/Core/Core/HW/WiimoteEmu/Extension/DrawsomeTablet.cpp:25 @@ -4267,19 +4413,19 @@ msgstr "转储伪显存(&F)" msgid "Dump &MRAM" msgstr "转储主内存(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "转储音频" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "转储基本纹理" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "转储 EFB 目标" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "转储帧" @@ -4287,7 +4433,7 @@ msgstr "转储帧" msgid "Dump GameCube BBA traffic" msgstr "转储 GameCube BBA 流量" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "转储 Mip 映射" @@ -4295,7 +4441,7 @@ msgstr "转储 Mip 映射" msgid "Dump Path:" msgstr "转储路径:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "转储 XFB 目标" @@ -4320,7 +4466,7 @@ msgstr "转储对等证书" msgid "Dump root CA certificates" msgstr "转储根 CA 证书" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked.
如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4337,7 +4483,7 @@ msgstr "" "将 EFB 副本的内容转储到 User/Dump/Textures/ 目录中。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4355,15 +4501,15 @@ msgstr "连发按键的松开持续时间(帧):" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "荷兰语" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "退出模拟(&X)" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "EFB 复制 %1" @@ -4377,7 +4523,7 @@ msgstr "" "错误:此版本的 Dolphin 需要 {0}.{1} 或更高版本的 TAP-Win32 驱动——如果您最近升" "级您的 Dolphin 发行版,可能现在需要重新启动计算机以使 Windows 识别新驱动。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4387,7 +4533,7 @@ msgstr "" "每个玩家将自己的输入发送到游戏,并且所有玩家的缓冲区大小相同,由主机配置。\n" "适用于对公平性和低延迟最注重的竞技型游戏。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "内存提前更新" @@ -4406,16 +4552,16 @@ msgstr "东亚" msgid "Edit Breakpoint" msgstr "编辑断点" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" -msgstr "" +msgstr "编辑条件" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" -msgstr "" +msgstr "编辑条件表达式" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "编辑..." @@ -4424,6 +4570,11 @@ msgstr "编辑..." msgid "Editor" msgstr "编辑器" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "有效地址" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4435,11 +4586,20 @@ msgstr "效果" msgid "Effective" msgstr "有效" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "有效的地址" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "有效地址 %1 没有进行物理地址转换。" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "有效优先级" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4461,7 +4621,7 @@ msgstr "内置帧缓冲 (EFB)" msgid "Empty" msgstr "空" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "模拟线程已经在运行" @@ -4487,7 +4647,7 @@ msgid "" "Defaults to True" msgstr "模拟实机的光盘速度。禁用可能会导致不稳定。默认启用" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "模拟 USB 设备" @@ -4505,27 +4665,27 @@ msgstr "" "当前: 内存 1 {0:08X} ({1} MiB),内存 2 {2:08X} ({3} MiB)\n" "差异: 内存 1 {4:08X} ({5} MiB),内存 2 {6:08X} ({7} MiB)" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "模拟速度" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "启用" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "启用 API 验证层" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "启用音频伸缩" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "启用金手指" @@ -4533,35 +4693,35 @@ msgstr "启用金手指" msgid "Enable Controller Inpu&t" msgstr "启用控制器输入(&T)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "启用自定义 RTC" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "启用调试页面" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" -msgstr "" +msgstr "启用 Discord 状态" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:87 msgid "Enable Dual Core" msgstr "启用双核心" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "启用双核心(加速)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "启用双核心(速度破解)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "启用模拟 CPU 频率覆盖" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "启用模拟内存大小覆盖" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "启用硬核成就" @@ -4569,15 +4729,15 @@ msgstr "启用硬核成就" msgid "Enable FPRF" msgstr "启用 FPRF" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "启用图形模组" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "启用硬核模式" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4604,33 +4764,33 @@ msgstr "" "用前请关闭当前游戏。
请注意,在游戏运行时关闭硬核模式需要先关闭游戏,然后" "才能重新启用。" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "启用 JIT 区块分析" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "启用 MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "启用成就进度通知" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "启用逐行扫描" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "启用 RetroAchievements.org 集成" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "启用震动" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "允许屏幕保护程序" @@ -4638,27 +4798,27 @@ msgstr "允许屏幕保护程序" msgid "Enable Speaker Data" msgstr "启用扬声器" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" -msgstr "" +msgstr "启用观看模式" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "启用非官方成就" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "启用使用情况统计报告" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "通过 WiiLink 启用 WiiConnect24" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "启用线框" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "使用回写缓存 (慢速)" @@ -4670,7 +4830,7 @@ msgstr "" "启用模拟光盘速度。禁用此功能可能导致某些游戏出现崩溃和其他问题。(ON = 兼容," "OFF = 未锁定)" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4681,7 +4841,7 @@ msgstr "" "RetroAchievements 帐户登录才能使用。Dolphin 不会在本地保存您的密码,而是使用 " "API 令牌来维持登录。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " @@ -4690,7 +4850,7 @@ msgstr "" "启用成就进度通知。

每当玩家在需要累积值的成就上取得进展时,显示一条简" "短的弹出消息,例如已获得 120 颗星中的 60 颗星。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4698,8 +4858,11 @@ msgid "" "speedrun criteria or simply for fun.

Setting takes effect on next " "game load." msgstr "" +"在硬核模式中启用解锁成就。

硬核模式会重新启用玩家已在网站上解锁的成" +"就,以便玩家再次满足解锁条件时会收到通知,这对于自定义速通标准很有用或者只是" +"为了好玩。

设置在下次游戏加载时生效。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4708,16 +4871,23 @@ msgid "" "RetroAchievements session will not be created.

If this is off at game " "launch, it can be toggled freely while the game is running." msgstr "" +"在观看模式下启用解锁成就。

在观看模式下,成就和排行榜会被整理并显示在" +"屏幕上,但不会提交给服务器。

如果在游戏启动时此选项为开,则直到游戏关" +"闭时才能关掉,因为没有创建 RetroAchievements 会话。

如果在游戏启动时此" +"选项为关,则可以在游戏运行时自由切换。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " "that have not been deemed official by RetroAchievements and may be useful " "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" +"允许像官方成就一样解锁非官方成就。

非官方成就可能是可选的或未完成的成" +"就,尚未被 RetroAchievements 视为官方成就,可能对测试有用或只是为了好玩。" +"

设置在下次游戏加载时生效。" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4729,23 +4899,23 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "启用浮点结果标记运算,一些游戏需要。(开 = 兼容,关 = 快速)" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" "启用对非常规多级纹理的检测。一些游戏使用这一技术实现基于距离的特殊效果。" "

可能存在误判而导致高内部分辨率下的纹理模糊,例如在使用很低分辨率的多" -"级纹理的游戏中。禁用此功能还可以在频繁加载新纹理的游戏中减少卡顿。此功能与 " -"GPU 纹理解码不兼容。

如无法确定,请不要选中此项。" +"级纹理的游戏中。禁用此功能还可以在频繁加载新纹理的游戏中减少卡顿。

开" +"启 GPU 纹理解码时则此设置会被禁用。

如无法确定,请不" +"要选中此项。" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4756,7 +4926,7 @@ msgstr "" "禁用。

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4767,7 +4937,7 @@ msgstr "" "有性能提升。目前仅限于 Vulkan 后端。

如无法确定,请" "选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " @@ -4776,7 +4946,7 @@ msgstr "" "启用逐行扫描模拟支持该特性的软件。对多数游戏无任何影响。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4790,7 +4960,7 @@ msgstr "" "全显示 PAL 和 NTSC-J 色彩空间。

请注意,游戏仍然在内部以 SDR 渲染。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "对音频进行伸缩以匹配模拟速度" @@ -4798,12 +4968,12 @@ msgstr "对音频进行伸缩以匹配模拟速度" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" "启用 GPU 而非 CPU 进行纹理解码。

这将在某些场景下,或 CPU 成为瓶颈的系" -"统中带来性能提升。

此选项与特殊多级纹理检测不兼容。" +"统中带来性能提升。

如果此设置开启,则特殊多级纹理检测会被禁用。" "

如无法确定,请不要选中此项。" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4812,7 +4982,7 @@ msgid "" "OFF = Fast)" msgstr "启用内存管理单元。一些游戏需要(开 = 兼容,关 = 快速)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked.
如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4833,7 +5003,19 @@ msgstr "" "提供商\n" "请阅读服务条款:https://www.wiilink24.com/tos" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" +"启用 AR 和 Gecko 金手指代码,可用于修改游戏行为。这些代码可以通过工具菜单中的" +"金手指管理器进行配置。

模拟处于活动状态时无法更改此设置。" +"

如无法确定,请不要选中此项。" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4844,7 +5026,7 @@ msgstr "" "端,这也为已编译的着色器启用调试符号。

如无法确定," "请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4869,17 +5051,17 @@ msgstr "" "\n" " 正在中止导入。 " -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" -msgstr "" +msgstr "结束地址" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "Enet 没有初始化" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "英语" @@ -4896,7 +5078,7 @@ msgstr "输入正在运行 XLink Kai 客户端的设备 IP 地址:" msgid "Enter USB device ID" msgstr "输入 USB 设备 ID" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "输入要监视的地址:" @@ -4920,78 +5102,77 @@ msgid "" "to." msgstr "输入要连接的分接服务器实例 IP 地址和端口。" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "请输入 RSO 模块地址:" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -5002,10 +5183,10 @@ msgstr "请输入 RSO 模块地址:" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "错误" @@ -5017,7 +5198,7 @@ msgstr "错误日志" msgid "Error Opening Adapter: %1" msgstr "打开适配器时出错: %1" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "收集存档数据时出错!" @@ -5027,7 +5208,7 @@ msgstr "收集存档数据时出错!" msgid "Error converting value" msgstr "转换值时出错" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "加载选定语言错误。正在退回系统默认。" @@ -5035,15 +5216,15 @@ msgstr "加载选定语言错误。正在退回系统默认。" msgid "Error obtaining session list: %1" msgstr "获取会话列表时出错: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "加载一些纹理包时发生错误" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "处理代码时出错。" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "处理数据时出错。" @@ -5051,11 +5232,11 @@ msgstr "处理数据时出错。" msgid "Error reading file: {0}" msgstr "读取文件时出错:{0}" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "同步保存金手指代码时出错!" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "同步存档数据时出错!" @@ -5099,7 +5280,7 @@ msgstr "错误: GBA{0} 在 {1} 中打开 ROM 失败" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "错误: GBA{0} 在 {1} 中打开存档失败" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "错误:此版本不支持模拟 GBA 控制器" @@ -5119,11 +5300,11 @@ msgstr "" "错误: 正在试图访问 Windows-1252 字体,但它们没有加载。游戏可能无法正确显示字" "体,或者崩溃。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "在 {1} 分区的 {0} 区块中发现错误。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "在 {1} 分区未使用的 {0} 区块中发现错误。" @@ -5132,12 +5313,12 @@ msgstr "在 {1} 分区未使用的 {0} 区块中发现错误。" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "欧洲" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "专用超着色器" @@ -5145,15 +5326,15 @@ msgstr "专用超着色器" msgid "Exit" msgstr "退出" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "建议用 + 号或右圆括号。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " -msgstr "建议参数:" +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" +msgstr "关联参数:{0}" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "建议用右圆括号。" @@ -5165,27 +5346,27 @@ msgstr "建议用逗号。" msgid "Expected end of expression." msgstr "建议用表达式结束符。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "建议使用的输入名称。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "建议用左圆括号。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "建议用表达式开始符。" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "建议使用的变量名称。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "实验性" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "导出所有 Wii 存档" @@ -5196,11 +5377,11 @@ msgstr "导出所有 Wii 存档" msgid "Export Failed" msgstr "导出失败" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "导出录制" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "导出录制..." @@ -5228,14 +5409,14 @@ msgstr "导出为 .gcs...(&G)" msgid "Export as .&sav..." msgstr "导出为 .sav...(&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "已导出 %n 个存档" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "扩展" @@ -5248,7 +5429,7 @@ msgstr "扩展体感输入" msgid "Extension Motion Simulation" msgstr "扩展体感模拟" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "外部" @@ -5256,35 +5437,35 @@ msgstr "外部" msgid "External Frame Buffer (XFB)" msgstr "外部帧缓冲 (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "从 NAND 中提取证书" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "提取整个光盘..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "提取整个分区..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "提取文件..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "提取文件..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "提取系统数据" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "正在提取所有文件..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "正在提取目录..." @@ -5294,7 +5475,7 @@ msgid "FD" msgstr "文件描述符" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "FIFO 回放器" @@ -5310,15 +5491,15 @@ msgstr "" "打开存储卡失败:\n" "%1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "无法将此会话添加到联机索引: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "附加到签名文件 '%1' 失败" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "申请蓝牙直通接口失败: {0}" @@ -5334,7 +5515,7 @@ msgstr "清除插槽 %1 的 Skylander 失败!" msgid "Failed to connect to Redump.org" msgstr "连接 Redump.org 失败" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "连接服务器失败: %1" @@ -5375,32 +5556,32 @@ msgstr "" "\n" "此 Skylander 可能已在传送门上。" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "删除联机 GBA{0} 存档文件失败。请验证你的写入权限。" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "删除联机存储卡失败。请验证你的写入权限。" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "无法删除所选文件。" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "分离蓝牙直通内核驱动失败: {0}" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "下载代码失败。" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "转储 %1 失败:无法打开文件" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "转储 %1 失败:无法写入文件" @@ -5413,15 +5594,15 @@ msgstr "在 %1 个存档文件中 %n 个导出失败。" msgid "Failed to export the following save files:" msgstr "导出以下存档文件失败:" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "从 NAND 中提取证书失败" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "提取文件失败。" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "提取系统数据失败。" @@ -5443,18 +5624,18 @@ msgstr "无法找到一个或多个 D3D 符号" msgid "Failed to import \"%1\"." msgstr "导入 “%1” 失败。" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "导入存档文件失败。请运行一次游戏,然后重试。" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "导入存档文件失败。给定的文件似乎已损坏或不是有效的 Wii 存档。" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " @@ -5463,7 +5644,7 @@ msgstr "" "导入存档文件失败。您的 NAND 可能已损坏,或某些因素阻止访问里面的文件。请尝试" "修复 NAND(工具 -> 管理 NAND -> 校验 NAND...),然后再次导入存档。" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "初始化核心失败" @@ -5477,7 +5658,7 @@ msgstr "" "请确保你的显卡至少支持 D3D 10.0\n" "{0}" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "初始化渲染器类失败" @@ -5486,18 +5667,18 @@ msgid "Failed to install pack: %1" msgstr "安装包失败: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "无法将该游戏安装到 NAND。" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "监听端口 %1 失败。是否有另一个联机服务器的实例正在运行?" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "无法在 %1 处加载 RSO 模块" @@ -5509,7 +5690,7 @@ msgstr "载入 d3d11.dll 失败" msgid "Failed to load dxgi.dll" msgstr "载入 dxgi.dll 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "载入映射文件 '%1' 失败" @@ -5525,7 +5706,7 @@ msgstr "" "载入 Skylander 文件失败:\n" "%1" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "加载可执行文件到内存失败。" @@ -5539,25 +5720,25 @@ msgstr "加载 {0} 失败。如果你使用的是 Windows 7,请尝试安装 KB msgid "Failed to modify Skylander!" msgstr "修改 Skylander 失败!" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "打开 “%1” 进行写入失败。" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "打开 “{0}” 进行写入失败。" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "无法打开 '%1'" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" -msgstr "打开蓝牙设备失败: {0} " +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" +msgstr "打开蓝牙设备失败 {:04x}:{:04x}: {}" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "打开分支监视快照 “%1” 失败" @@ -5589,7 +5770,7 @@ msgstr "" msgid "Failed to open file." msgstr "打开文件失败。" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "打开服务器失败" @@ -5630,7 +5811,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "打开输入文件 “%1” 失败。" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5644,7 +5825,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "解析 Redump.org 数据失败" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "将给定值解析为目标数据类型失败。" @@ -5657,7 +5838,7 @@ msgid "Failed to read from file." msgstr "从文件读取失败。" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "从输入文件 “{0}” 读取失败。" @@ -5677,6 +5858,10 @@ msgid "" "\n" "The file was too small." msgstr "" +"读取 Infinity 文件失败:\n" +"%1\n" +"\n" +"文件过小。" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:818 msgid "Failed to read the Skylander file!" @@ -5724,43 +5909,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "将该游戏从 NAND 中移除失败。" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "重置联机 GCI 文件夹失败。请验证你的写入权限。" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "重置联机 NAND 文件夹失败。请验证你的写入权限。" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "重置联机重定向文件夹失败。请验证你的写入权限。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "保存分支监视快照 “%1” 失败" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "保存 FIFO 日志失败。" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "保存代码映射到路径 '%1' 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "保存签名文件 '%1' 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "保存符号映射到路径 '%1' 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "保存到签名文件 '%1' 失败" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5777,11 +5962,11 @@ msgstr "卸载包失败: %1" msgid "Failed to write BT.DINF to SYSCONF" msgstr "无法将 BT.DINF 写入 SYSCONF" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "写入 Mii 数据失败。" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "写入 Wii 存档失败。" @@ -5795,7 +5980,7 @@ msgstr "写入配置文件失败!" msgid "Failed to write modified memory card to disk." msgstr "修改过的存储卡写入磁盘失败。" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "写入重定向存档失败。" @@ -5804,7 +5989,7 @@ msgid "Failed to write savefile to disk." msgstr "存档文件写入磁盘失败。" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5814,20 +5999,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "失败" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "公平输入延迟" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "备用区域" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "备用区域:" @@ -5847,7 +6033,7 @@ msgid "" msgstr "" "致命的不同步。回放中止。(在 PlayWiimote 中发生错误: {0} != {1}, byte {2}.){3}" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "视野" @@ -5860,46 +6046,46 @@ msgstr "角色编号:" msgid "Figure type" msgstr "角色类型" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "文件详细信息" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "文件格式" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "文件格式:" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "文件信息" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "文件名" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "文件路径" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "文件大小" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "文件大小:" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "文件未包含代码。" @@ -5911,7 +6097,7 @@ msgstr "文件名" msgid "Files opened, ready to compress." msgstr "文件已打开,准备压缩。" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5943,7 +6129,7 @@ msgstr "查找下一个(&N)" msgid "Find &Previous" msgstr "查找上一个(&P)" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "完成校准" @@ -5978,12 +6164,6 @@ msgstr "修正校验和失败" msgid "Fixed Alignment" msgstr "固定对齐" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "标记" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5993,11 +6173,11 @@ msgstr "标记" msgid "Float" msgstr "浮点" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "跟随分支(&B)" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "为获得最佳效果,请将输入标志缓慢移至所有可能的区域。" @@ -6017,7 +6197,7 @@ msgstr "" "有关设置说明,请参阅此页" "面。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "强制 16:9" @@ -6025,7 +6205,7 @@ msgstr "强制 16:9" msgid "Force 24-Bit Color" msgstr "强制 24 位色" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "强制 4:3" @@ -6057,15 +6237,15 @@ msgstr "强制监听端口:" msgid "Force Nearest" msgstr "强制邻近" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "已强制关闭,因为 %1 不支持顶点着色器扩展。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "已强制打开,因为 %1 不支持几何着色器。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -6079,7 +6259,7 @@ msgstr "" "比补丁如有效则推荐用宽高比补丁。

如无法确定,请不要" "选中此选项。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -6090,17 +6270,19 @@ msgstr "" "性能没有影响,并且几乎没有图形问题。

如无法确定,请" "选中此项。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." msgstr "" +"强制渲染窗口置顶在其他窗口和应用程序之上。

如无法确" +"定,请不要选中此项。" #: Source/Core/DolphinQt/ConvertDialog.cpp:60 msgid "Format:" msgstr "格式:" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -6115,38 +6297,38 @@ msgstr "转发端口(UPnP)" msgid "Found %1 results for \"%2\"" msgstr "已找到 “%2” 的 %1 个结果 " -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "找到 %n 个地址。" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "帧 %1" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "逐帧播放" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "逐帧播放减小速度" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "逐帧播放增加速度" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "逐帧播放重置速度" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "转储帧" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "帧范围" @@ -6154,7 +6336,7 @@ msgstr "帧范围" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "帧转储图像 ‘{0}’ 已经存在。是否覆盖?" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "录制帧数:" @@ -6174,7 +6356,7 @@ msgstr "空闲文件数: %1" msgid "Free Look Control Type" msgstr "自由视点控制类型" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "自由视点控制器 %1" @@ -6193,22 +6375,26 @@ msgstr "" "明,请参阅" "此页面。" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "空闲内存: " + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "自由视点" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "自由视点" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "自由视点切换" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "法语" @@ -6227,8 +6413,8 @@ msgid "From" msgstr "从" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "从:" @@ -6236,13 +6422,14 @@ msgstr "从:" msgid "FullScr" msgstr "全屏" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "函数" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" -msgstr "" +msgstr "功能设置" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:302 msgid "Functions" @@ -6260,7 +6447,7 @@ msgstr "GBA (TCP)" msgid "GBA Cartridge Path:" msgstr "GBA 卡带路径:" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "GBA 核心" @@ -6276,19 +6463,19 @@ msgstr "GBA 设置" msgid "GBA TAS Input %1" msgstr "GBA TAS 输入 %1" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "GBA 音量" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "GBA 窗口大小" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1 ROM 更改为 “%2”" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM 已禁用" @@ -6312,7 +6499,7 @@ msgstr "GCMemcardDirectory: ClearBlock 被用于无效的区块地址" msgid "GCZ GC/Wii images (*.gcz)" msgstr "GCZ GC/Wii 镜像 (*.gcz)" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -6335,7 +6522,7 @@ msgstr "GL_最大_纹理_大小 是 {0} - 必须至少 1024 。" msgid "GPU Texture Decoding" msgstr "GPU 纹理解码" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6347,7 +6534,7 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "GPU: OGL 错误:您的显卡是否支持 OpenGL 2.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6355,7 +6542,7 @@ msgstr "" "GPU:错误:需要 GL_ARB_map_buffer_range。\n" "GPU:您的显卡是否支持 OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" @@ -6363,7 +6550,7 @@ msgstr "" "GPU:OGL 错误:需要 GL_ARB_sampler_objects。\n" "GPU:您的显卡是否支持 OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" @@ -6371,7 +6558,7 @@ msgstr "" "GPU:OGL 错误:需要 GL_ARB_uniform_buffer_object。\n" "GPU:您的显卡是否支持 OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6387,7 +6574,7 @@ msgstr "" "GPU:OGL 错误:需要 OpenGL 版本 3 。\n" "GPU:您的显卡是否支持 OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6410,16 +6597,16 @@ msgstr "" msgid "Game" msgstr "游戏" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "Game Boy Advance" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "GBA 游戏卡带 (*.gba)" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" @@ -6427,7 +6614,7 @@ msgstr "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "所有文件 (*)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "GameBoy Advance 连至端口 %1" @@ -6439,7 +6626,7 @@ msgstr "游戏色彩空间:" msgid "Game Config" msgstr "游戏配置" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "游戏详细信息" @@ -6455,25 +6642,25 @@ msgstr "游戏伽玛" msgid "Game Gamma:" msgstr "游戏伽玛:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "游戏 ID" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "游戏 ID:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "游戏状态" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "游戏更改为 “%1”" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" @@ -6481,15 +6668,15 @@ msgstr "" "游戏文件具有不同的哈希值;右键单击文件,选择属性,切换到验证选项卡,然后选择" "验证完整性以检查哈希值" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "游戏具有不同的光盘编号" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "游戏具有不同的修订版" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "游戏已经运行!" @@ -6498,7 +6685,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "游戏覆盖了其他的游戏存档,将会破坏数据 {0:#x}, {1:#x}" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "游戏区域不匹配" @@ -6518,11 +6705,11 @@ msgstr "Wii U GameCube 适配器" msgid "GameCube Adapter for Wii U at Port %1" msgstr "端口 %1 的 Wii U GameCube 适配器" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "GameCube 控制器" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "端口 %1 的 GameCube 控制器" @@ -6530,11 +6717,11 @@ msgstr "端口 %1 的 GameCube 控制器" msgid "GameCube Controllers" msgstr "GameCube 控制器" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "GameCube 键盘" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "端口 %1 的 GameCube 键盘" @@ -6551,7 +6738,7 @@ msgstr "GameCube 存储卡" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "GameCube 存储卡 (*.raw *.gcp)" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "GameCube 麦克风插槽 %1" @@ -6579,45 +6766,55 @@ msgstr "Gecko (C0)" msgid "Gecko (C2)" msgstr "Gecko (C2)" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko 代码" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "常规" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "常规和选项" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "生成 Action Replay 代码" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "生成一个新的统计标识" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" +"为您的使用情况统计生成一个新的匿名 ID。这将导致任何未来的统计信息与您之前的统" +"计信息脱钩。" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "已生成 AR 代码。" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "从 '%1' 中生成符号名" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "德语" @@ -6625,11 +6822,11 @@ msgstr "德语" msgid "Germany" msgstr "德国" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "获取设备列表失败: {0}" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6644,7 +6841,7 @@ msgstr "巨人" msgid "Giants" msgstr "巨人" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "高尔夫模式" @@ -6653,7 +6850,7 @@ msgid "Good dump" msgstr "正确的转储" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "图形" @@ -6662,7 +6859,7 @@ msgstr "图形" msgid "Graphics Mods" msgstr "图形模组" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "图形切换" @@ -6671,7 +6868,7 @@ msgstr "图形切换" msgid "Graphics mods are currently disabled." msgstr "图形模组当前已禁用。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6696,7 +6893,7 @@ msgstr "绿 左" msgid "Green Right" msgstr "绿 右" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "网格视图" @@ -6741,7 +6938,7 @@ msgstr "头" msgid "Help" msgstr "帮助" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "英雄等级:" @@ -6774,11 +6971,11 @@ msgstr "十六进制" msgid "Hide" msgstr "隐藏" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "隐藏控件(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "隐藏全部" @@ -6790,23 +6987,26 @@ msgstr "隐藏正在游戏的会话" msgid "Hide Incompatible Sessions" msgstr "隐藏不兼容的会话" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "隐藏远程 GBA" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" +"只要鼠标光标位于渲染窗口内并且渲染窗口处于活动状态,便隐藏鼠标光标。" +"

如无法确定,请选择"移动时"。" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "高" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "最高" @@ -6829,15 +7029,39 @@ msgstr "主机" msgid "Host Code:" msgstr "主机代码 :" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" +msgstr "主机 F. 大小" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "主机远代码缓存" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" +msgstr "主机远代码大小" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 msgid "Host Input Authority" msgstr "主机输入优先权" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" -msgstr "主机大小" +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "主机 N. 大小" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "主机近代码缓存" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "主机近代码大小" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6848,14 +7072,22 @@ msgstr "" "增加其他人的延迟。\n" "适合 3 人以上的休闲游戏,在连接不稳定或高延迟下或许也能运作。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "主机输入优先权已禁用" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "主机输入优先权已启用" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "主机指令数: %1 近 %2 远 (%3% 放大)" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "建主机联网游戏" @@ -6864,21 +7096,21 @@ msgstr "建主机联网游戏" msgid "Hostname" msgstr "主机名" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "热键设置" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "热键" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "热键需要窗口是活动状态" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "混合超着色器" @@ -6905,7 +7137,7 @@ msgstr "输入的 ID 无效!" msgid "ID:" msgstr "ID:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "IOS 版本:" @@ -6940,7 +7172,7 @@ msgid "IR" msgstr "红外线" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "红外灵敏度:" @@ -6977,7 +7209,7 @@ msgstr "" msgid "Icon" msgstr "图标" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" @@ -6986,11 +7218,11 @@ msgstr "" "与主机输入权限相同,除“主机”(零延迟)之外,其他可以随时切换。\n" "适用于需要时间敏感控制的回合制游戏,如高尔夫球。" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "身份标识生成" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -7010,7 +7242,7 @@ msgstr "" "问题的罕见程序设置。\n" "您可以随时通过 Dolphin 的程序设置取消本授权。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -7029,7 +7261,7 @@ msgstr "" "如果未选中,则模拟控制器的连接状态关联到\n" "真实默认设备(如果存在)的连接状态。 " -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." @@ -7039,7 +7271,21 @@ msgstr "" "量 fifo 日志,但对测试很有帮助。

如无法确定,请不要" "选中此项。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" +"如果选择此项,Dolphin 将收集关于其性能表现、功能使用、模拟游戏和配置,以及您" +"的系统硬件和操作系统的数据。

我们不会收集任何隐私数据。这些数据有助于" +"我们了解用户与被模拟的游戏怎样使用 Dolphin 以确定我们的工作重点。这还有助于我" +"们发现导致故障、性能问题与稳定性问题的罕见程序配置。" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -7054,7 +7300,7 @@ msgstr "" msgid "Ignore" msgstr "忽略" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "忽略应用加载器分支命中(&A)" @@ -7082,17 +7328,17 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" "忽略 CPU 对 EFB 的任何读写请求。

在一些游戏中可提高性能,但会禁用所有" "基于 EFB 的图形效果或与游戏相关的特性。

如无法确定," -"请不要选中此项。" +"请选中此项。
" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "立即呈现 XFB" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -7105,7 +7351,7 @@ msgstr "" "能也会略微降低。

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "导入 BootMii NAND 备份..." @@ -7120,15 +7366,15 @@ msgstr "导入失败" msgid "Import Save File(s)" msgstr "导入存档文件" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "导入 Wii 存档..." -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "正在导入 NAND 备份" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7137,7 +7383,7 @@ msgstr "" "正在导入 NAND 备份\n" " 已用时间: %1s" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -7145,12 +7391,15 @@ msgid "" "notified.

If unsure, leave this checked." msgstr "" +"如果出现错误,Dolphin 将暂停并通知您错误情况,并显示如何继续的选项。禁用此选" +"项后,Dolphin 将“忽略”所有错误。模拟不会暂停,您也不会收到通知。" +"

如无法确定,请选中此项。" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 msgid "In-Game?" msgstr "游戏中?" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -7161,64 +7410,64 @@ msgstr "" "纹理与物体缺失或模糊的问题,但会加长存/读档时间。

如" "无法确定,请选中此项。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "错误的英雄等级!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "上次放置的时间不正确!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "上次重置的时间不正确!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "金钱数量不正确!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "昵称错误!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "错误的游玩时间!" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "增加" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "增加会聚" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "增加深度" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "增加模拟速度" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "增加内部分辨率" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "增加选定的状态插槽" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "增加 X" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "增加 Y" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "增量旋转" @@ -7257,12 +7506,12 @@ msgstr "信息" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "信息" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "在模拟过程中禁止屏幕保护程序" @@ -7271,11 +7520,11 @@ msgid "Inject" msgstr "注入" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "输入" @@ -7289,19 +7538,16 @@ msgstr "激活所需要的输入力度。" msgid "Input strength to ignore and remap." msgstr "要忽略并重新映射的输入力度。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "插入 BLR (&B)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "插入 NOP (&N)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "插入 nop (&N)" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "插入 SD 卡" @@ -7318,7 +7564,7 @@ msgstr "安装分区 (%1)" msgid "Install Update" msgstr "安装更新" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "安装 WAD..." @@ -7326,13 +7572,14 @@ msgstr "安装 WAD..." msgid "Install to the NAND" msgstr "安装至 NAND" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "指令。" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "指令" @@ -7341,7 +7588,7 @@ msgstr "指令" msgid "Instruction Breakpoint" msgstr "指令断点" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "指令:" @@ -7350,7 +7597,7 @@ msgstr "指令:" msgid "Instruction: %1" msgstr "指令: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7415,8 +7662,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "内部 LZO 错误 - 无法解析解压缩的版本字符串 ({0} / {1})" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "内部分辨率" @@ -7425,15 +7672,15 @@ msgstr "内部分辨率" msgid "Internal Resolution:" msgstr "内部分辨率:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "生成 AR 代码时出现内部错误。" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "解释器(最慢)" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "解释器核心" @@ -7441,7 +7688,7 @@ msgstr "解释器核心" msgid "Invalid Expression." msgstr "无效表达式。" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "从自动更新服务接收到无效的 JSON 数据:{0}" @@ -7449,7 +7696,7 @@ msgstr "从自动更新服务接收到无效的 JSON 数据:{0}" msgid "Invalid Mixed Code" msgstr "无效混合代码" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "包 %1 无效: %2" @@ -7458,11 +7705,11 @@ msgstr "包 %1 无效: %2" msgid "Invalid Player ID" msgstr "无效玩家 ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "无效 RSO 模块地址: %1" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "无效调用堆栈" @@ -7474,7 +7721,7 @@ msgstr "无效校验和。" msgid "Invalid game." msgstr "无效游戏。" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "无效主机" @@ -7483,7 +7730,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "字段 “%1” 的输入无效" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "提供的输入无效" @@ -7491,7 +7738,7 @@ msgstr "提供的输入无效" msgid "Invalid literal." msgstr "无效字面。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "提供的搜索参数无效。" @@ -7519,13 +7766,21 @@ msgstr "无效的搜索字符串(仅支持相等长度的字符串)" msgid "Invalid title ID." msgstr "无效游戏 ID" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "无效监视地址: %1" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "倒置条件(&C)" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "倒置递减检测(&D)" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "意大利语" @@ -7538,80 +7793,81 @@ msgstr "意大利" msgid "Item" msgstr "物品" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "关闭 JIT 区块链接" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "JIT 区块" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "关闭 JIT 分支" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "关闭 JIT 浮点" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "关闭 JIT 整数" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "关闭 JIT 加载存储浮动" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "关闭 JIT 加载存储" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "关闭 JIT 加载存储配对" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "关闭 JIT 加载存储 IXz" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "关闭 JIT 加载存储 Ibzx" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "关闭 JIT 加载存储 Iwz" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "关闭 JIT (JIT 核心)" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "关闭 JIT 配对" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "适用于 ARM64 的 JIT 重编译器(推荐)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "适用于 x86-64 的 JIT 重编译器(推荐)" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "关闭 JIT 寄存器缓存" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "关闭 JIT 系统寄存器" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." @@ -7619,16 +7875,17 @@ msgstr "" "清除缓存后,JIT 无法找到代码空间。这应该从不会出现。请在错误跟踪器中上报此事" "件。 Dolphin 即将退出。" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT 未激活" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "日本" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "日语" @@ -7639,18 +7896,18 @@ msgstr "日语" msgid "Japanese (Shift-JIS)" msgstr "日本 (Shift-JIS)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "Kaos 是这个奖杯的唯一反派,且一直是解锁状态。无需编辑任何内容!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "保持运行" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "窗口置顶" @@ -7680,20 +7937,20 @@ msgstr "键盘控制器" msgid "Keys" msgstr "按键" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "踢除玩家" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "韩国" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "韩语" @@ -7722,41 +7979,41 @@ msgstr "LR 保存" msgid "Label" msgstr "标签" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" -msgstr "" +msgstr "语言" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "上个值" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "上次放置:" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "上次重置:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "延迟:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "延迟: ~10 毫秒" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "延迟: ~20 毫秒" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "延迟: ~40 毫秒" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "延迟: ~80 毫秒" @@ -7764,11 +8021,11 @@ msgstr "延迟: ~80 毫秒" msgid "Launching these titles may also fix the issues." msgstr "运行这些游戏也许可以解决问题。" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "排行榜" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7827,6 +8084,17 @@ msgstr "" "左/右键单击配置输出。\n" "中键单击清除。" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" +"允许您使用游戏可能未用到的语言和其他区域相关设置。可能导致各种崩溃和错误。" +"

模拟处于活动状态时无法更改此设置。

如无法确" +"定,请不要选中此项。" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7860,11 +8128,11 @@ msgstr "光" msgid "Limit Chunked Upload Speed:" msgstr "限制数据块上传速度:" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "表单列" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "列表视图" @@ -7874,29 +8142,29 @@ msgstr "正在监听" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "载入" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "载入损坏映射文件(&B)..." -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "载入其他映射文件(&O)..." -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "载入分支监视...(&F)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "载入分支监视快照" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "加载自定义纹理" @@ -7904,24 +8172,29 @@ msgstr "加载自定义纹理" msgid "Load File" msgstr "载入文件" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "载入 GameCube 主菜单" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "仅加载主机的存档数据" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "载入最近状态" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "载入映射文件" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "加载路径:" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "载入 ROM" @@ -7929,137 +8202,132 @@ msgstr "载入 ROM" msgid "Load Slot" msgstr "载入插槽" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "载入状态" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "载入最近状态 1" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "载入最近状态 10" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "载入最近状态 2" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "载入最近状态 3" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "载入最近状态 4" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "载入最近状态 5" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "载入最近状态 6" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "载入最近状态 7" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "载入最近状态 8" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "载入最近状态 9" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "载入状态 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "载入状态 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "载入状态 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "载入状态 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "载入状态 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "载入状态 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "载入状态 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "载入状态 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "载入状态 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "载入状态 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "从文件中载入状态" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "从选择的插槽中加载状态" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "从插槽中载入状态" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "加载 Wii 系统菜单 %1" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "加载和写入主机的存档数据" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "从选择的插槽中加载" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "从插槽 %1 - %2 载入" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "载入映射文件" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "加载 vWii 系统菜单 %1" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "载入..." -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "已从 '%1' 中加载符号" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " @@ -8069,7 +8337,7 @@ msgstr "" "<game_id>/ 目录中的自定义纹理。

如无法确定,请" "不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." @@ -8077,28 +8345,30 @@ msgstr "" "从 User/Load/GraphicsMods/ 加载图形模组。

如无法确" "定,请不要选中此项。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "本地" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "锁定鼠标光标" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "已锁定" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" +"只要鼠标光标处于活动状态,就会将其锁定到渲染小部件上。您可以设置热键来解锁。" +"

如无法确定,请不要选中此项。" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "日志" @@ -8107,19 +8377,20 @@ msgstr "日志" msgid "Log Configuration" msgstr "日志设置" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "登录" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "记录 JIT 指令范围" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "注销" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "记录渲染时间到文件" @@ -8131,11 +8402,23 @@ msgstr "日志类型" msgid "Logger Outputs" msgstr "日志输出" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "登录失败" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "登录失败 - 用户名或密码无效" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "登录失败 - 没有互联网连接" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "登录失败 - 服务器错误" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " @@ -8145,20 +8428,20 @@ msgstr "" "量 Dolphin 的性能。

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "循环" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "丢失联机服务器连接..." -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "低" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "最低" @@ -8188,27 +8471,31 @@ msgstr "魔法" msgid "Main Stick" msgstr "主摇杆" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "设为无条件(&U)" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "请确保英雄等级在 0 至 100 之间!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "请确保上次放置的时间是有效的!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "请确保上次重置的时间是有效的!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "请确保金钱数量在 0 至 65000 之间!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "请确保昵称长度为 0 至 15 个字符!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "请确保游玩时间是有效的!" @@ -8216,18 +8503,18 @@ msgstr "请确保游玩时间是有效的!" msgid "Make sure there is a Skylander in slot %1!" msgstr "请确保 Skylander 已位于插槽 %1 中!" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "制作者" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "制作者:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -8238,16 +8525,16 @@ msgstr "" "雾模拟,禁用雾将破坏其游戏性。

如无法确定,请不要选" "中此项。" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "管理 NAND" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "手动纹理采样" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "映射" @@ -8255,15 +8542,19 @@ msgstr "映射" msgid "Mask ROM" msgstr "伪装 ROM" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "找到匹配" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "最大缓冲区:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "最大有效地址" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "最大缓冲区大小更改为 %1" @@ -8272,12 +8563,12 @@ msgstr "最大缓冲区大小更改为 %1" msgid "Maximum tilt angle." msgstr "最大倾斜角度。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "这会导致 Wii 菜单和一些游戏减速。" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "中等" @@ -8293,7 +8584,7 @@ msgstr "内存断点" msgid "Memory Card" msgstr "存储卡" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "存储卡管理器" @@ -8301,7 +8592,7 @@ msgstr "存储卡管理器" msgid "Memory Card Path:" msgstr "存储卡路径:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "内存覆盖" @@ -8321,7 +8612,7 @@ msgstr "MemoryCard: 在无效源地址 ({0:#x}) 中读取调用" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "MemoryCard: 在无效目标地址 ({0:#x}) 中写入调用" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -8331,33 +8622,41 @@ msgstr "" "将新 NAND 合并入当前 NAND 将会覆盖所有现有的频道与存档。此过程不可逆,建议您" "对两份 NAND 都进行备份。确定继续?" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "MiB" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "麦克风" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "最小有效地址" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "迷你" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "其它" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "其它设置" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "其他控件" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "其他设置" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "标头中的空闲区块数与实际未使用的区块不匹配。" @@ -8366,7 +8665,7 @@ msgstr "标头中的空闲区块数与实际未使用的区块不匹配。" msgid "Mismatch between internal data structures." msgstr "内部数据结构不匹配。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8393,7 +8692,7 @@ msgstr "调制解调器适配器 (分接服务器)" msgid "Modifier" msgstr "修饰键" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -8407,20 +8706,20 @@ msgid "Modify Slot" msgstr "修改插槽" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "修改 Skylander: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "已找到模块: %1" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "金钱:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "单声道" @@ -8432,11 +8731,11 @@ msgstr "单视场阴影" msgid "Monospaced Font" msgstr "等宽字体" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "体感输入" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "体感模拟" @@ -8445,16 +8744,16 @@ msgstr "体感模拟" msgid "Motor" msgstr "马达" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "鼠标光标可见" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "移动" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "影片" @@ -8465,7 +8764,7 @@ msgid "" "The movie will likely not sync!" msgstr "影片 {0} 表示从一个保存状态开始播放,但 {1} 不存在。电影可能无法同步!" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "生成 AR 代码时出现多个错误。" @@ -8474,14 +8773,24 @@ msgstr "生成 AR 代码时出现多个错误。" msgid "Multiplier" msgstr "多重分插器" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "禁用速度限制时静音" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "当超出模拟速度限制时静音(默认热键:Tab)。" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "全部选否(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "NAND 校验" @@ -8490,8 +8799,8 @@ msgstr "NAND 校验" msgid "NKit Warning" msgstr "NKit 警告" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "NTSC-J" @@ -8500,7 +8809,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "NTSC-J (ARIB TR-B9)" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "NTSC-K" @@ -8521,8 +8830,8 @@ msgstr "" "值,请在此处进行设置。

如无法确定,请保持为 2.35。" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "NTSC-U" @@ -8535,11 +8844,11 @@ msgstr "NTSC-U" msgid "Name" msgstr "名称" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "命名一个新标签:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "要移除的标签名:" @@ -8548,10 +8857,10 @@ msgid "Name of your session shown in the server browser" msgstr "在服务器浏览器中所显示的会话名称" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "名称:" @@ -8565,7 +8874,7 @@ msgstr "原生 (640x528)" msgid "Native GCI File" msgstr "内部 GCI 文件" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "联机" @@ -8581,7 +8890,7 @@ msgstr "联机设定" msgid "Netherlands" msgstr "荷兰" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." @@ -8589,7 +8898,7 @@ msgstr "" "联机将开始使用主机的存档数据,并且在联机会话期间创建或修改的任何存档数据都将" "保留在主机的本地存档中。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " @@ -8598,7 +8907,7 @@ msgstr "" "联机将开始使用主机的存档数据,但在联机会话期间创建或修改的任何存档数据都将在" "会话结束时被丢弃。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." @@ -8607,7 +8916,7 @@ msgstr "" "束时被丢弃。" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "网络" @@ -8615,7 +8924,7 @@ msgstr "网络" msgid "Network dump format:" msgstr "网络转储格式:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "从不" @@ -8624,7 +8933,7 @@ msgid "Never Auto-Update" msgstr "不要自动更新" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "新" @@ -8649,7 +8958,7 @@ msgstr "新建搜索" msgid "New Tag..." msgstr "新标签..." -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "已生成新的标识。" @@ -8657,30 +8966,32 @@ msgstr "已生成新的标识。" msgid "New instruction:" msgstr "新指令:" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "新标签" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "下一个游戏预设" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "匹配下一个" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "下一个预设" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "昵称太长。" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "昵称:" @@ -8702,21 +9013,21 @@ msgstr "未对齐" msgid "No Audio Output" msgstr "无音频输出" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "不压缩" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "无匹配" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "无存档数据" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "没有可修改的数据!" @@ -8737,15 +9048,15 @@ msgstr "没有错误。" msgid "No extension selected." msgstr "未选择扩展。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "文件未加载 / 录制" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "没有游戏在运行。" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "没有游戏运行。" @@ -8758,23 +9069,23 @@ msgstr "未选择图形模组" msgid "No input" msgstr "无输入" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "没有发现问题。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "未找到匹配的游戏" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "在 M3U 文件 “{0}” 中找不到路径" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "未发现任何问题。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8787,7 +9098,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "没有找到游戏设置 ‘{0}’ 的预设" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "没有录制被载入。" @@ -8801,7 +9112,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "未找到 undo.dtm 文件,为防止影片出现不同步撤销载入状态操作被取消。" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8819,7 +9130,7 @@ msgstr "北美" msgid "Not Set" msgstr "未设置" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "并不是所有玩家都有该游戏。你真的要开始吗?" @@ -8839,7 +9150,7 @@ msgid "" "required." msgstr "目标存储卡上没有足够的空闲文件数。至少需要 %n 个文件数。 " -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "未找到" @@ -8866,11 +9177,6 @@ msgstr "提示" msgid "Null" msgstr "空" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "执行次数" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8896,13 +9202,13 @@ msgid "Nunchuk Stick" msgstr "双节棍摇杆" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "确定" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "对象 %1" @@ -8954,7 +9260,7 @@ msgstr "对象 4 X" msgid "Object 4 Y" msgstr "对象 4 Y" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "对象范围" @@ -8975,11 +9281,11 @@ msgstr "偏移量" msgid "On" msgstr "开" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" -msgstr "活动时" +msgstr "移动时" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " @@ -8988,7 +9294,7 @@ msgstr "" "在同时支持使用几何着色器和顶点着色器来扩展点和线的后端上,为任务选择顶点着色" "器。可能会影响性能。

%1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -9010,7 +9316,7 @@ msgstr "" "经过足够的过程和实验后,您也许能够找到仅在模拟软件中执行操作时才会采用的函数" "调用和条件代码路径。" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "在线文档(&D)" @@ -9018,7 +9324,7 @@ msgstr "在线文档(&D)" msgid "Only Show Collection" msgstr "只显示合集" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9026,7 +9332,7 @@ msgstr "" "仅附加有此前缀的符号:\n" "(留空表示全部)" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9045,17 +9351,21 @@ msgstr "打开" msgid "Open &Containing Folder" msgstr "打开所在目录(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "打开用户目录(&U)" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "打开成就" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "打开目录..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "打开 FIFO 日志" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -9120,34 +9430,34 @@ msgstr "橙" msgid "Orbital" msgstr "轨道式" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "起始" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "起始最大" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "起始最小" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "起始符号" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "起始和目标" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -9157,16 +9467,16 @@ msgstr "其他" msgid "Other Partition (%1)" msgstr "其他分区 (%1)" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "其他状态热键" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "其他状态管理" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "其他游戏..." @@ -9174,7 +9484,7 @@ msgstr "其他游戏..." msgid "Output" msgstr "输出" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "输出重采样" @@ -9182,16 +9492,16 @@ msgstr "输出重采样" msgid "Output Resampling:" msgstr "输出重采样:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "覆盖" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "播放录制...(&L)" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9204,23 +9514,32 @@ msgstr "PAL (EBU)" msgid "PCAP" msgstr "PCAP 格式" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "PNG 压缩级别" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "PNG 压缩级别:" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "PNG 图像文件 (*.png);; 所有文件 (*)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" -msgstr "PPC 大小" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" +msgstr "PPC 功能标记" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "PPC 功能的标记" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "PPC 指令范围" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "PPC 对 Host" @@ -9233,7 +9552,7 @@ msgstr "手柄" msgid "Pads" msgstr "鼓垫" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "参数" @@ -9254,7 +9573,7 @@ msgstr "被动" msgid "Passthrough a Bluetooth adapter" msgstr "直通蓝牙适配器" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "密码" @@ -9279,7 +9598,7 @@ msgstr "补丁名称" msgid "Patches" msgstr "补丁" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "路径:" @@ -9292,23 +9611,23 @@ msgstr "路径" msgid "Pause" msgstr "暂停" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "暂停分支监视" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "在影片末尾暂停" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "窗口非活动时暂停" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "宕机时暂停" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -9319,11 +9638,13 @@ msgstr "" "用 MMU 时相同。

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." msgstr "" +"当渲染窗口未活动时暂停游戏。

如无法确定,请不要选中" +"此项。" #. i18n: Refers to tilting an emulated Wii Remote. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:40 @@ -9344,7 +9665,7 @@ msgstr "向外挥舞的峰值速度。" msgid "Per-Pixel Lighting" msgstr "逐像素光照" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "执行在线系统更新" @@ -9352,15 +9673,15 @@ msgstr "执行在线系统更新" msgid "Perform System Update" msgstr "执行系统更新" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "性能采样窗口(毫秒):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "性能采样窗口(毫秒):" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "性能统计" @@ -9374,15 +9695,15 @@ msgstr "物理" msgid "Physical address space" msgstr "物理地址空间" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "选择调试字体" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "延迟" @@ -9394,8 +9715,8 @@ msgstr "下俯" msgid "Pitch Up" msgstr "上仰" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "平台" @@ -9403,23 +9724,23 @@ msgstr "平台" msgid "Play" msgstr "开始" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "播放/录制" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "播放录制" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:82 msgid "Play Set/Power Disc" -msgstr "玩具组合/动力飞盘" +msgstr "玩具组合/能量盘" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "回放选项" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "玩家" @@ -9448,25 +9769,30 @@ msgid "Player Two Ability Two" msgstr "玩家 2 的第 2 项能力" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "玩家" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "正在玩游戏" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "游玩时间:" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" "请将“SyncOnSkipIdle”设置更改为“True”!当前已被禁用,使得很可能发生这个问题。" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "在以标准内存区域开始搜索前,请先运行游戏。" @@ -9499,11 +9825,11 @@ msgstr "端口 :" msgid "Portal Slots" msgstr "传送门插槽" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "检测到可能的非同步异常: %1 或许已在帧 %2 处不同步 " -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "后处理效果" @@ -9517,18 +9843,18 @@ msgstr "后处理着色器配置" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:86 msgid "Power Disc Three" -msgstr "" +msgstr "能量盘三" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:84 msgid "Power Disc Two" -msgstr "" +msgstr "能量盘二" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "点/线扩展首选顶点着色器" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "预读取自定义纹理" @@ -9556,7 +9882,7 @@ msgstr "" msgid "Presets" msgstr "预设" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "按下同步按钮" @@ -9565,7 +9891,7 @@ msgstr "按下同步按钮" msgid "Pressure" msgstr "压感" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9577,18 +9903,19 @@ msgstr "" "但会导致图像瑕疵并破坏效果。

不推荐,仅在其他选项效" "果不好时使用。" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "上一个游戏预设" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "匹配上一个" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "上一个预设" @@ -9610,19 +9937,19 @@ msgstr "私密和公开" msgid "Problem" msgstr "问题" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "发现高严重性问题。游戏很可能根本无法运作。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "发现低严重性问题。这些问题很可能不会影响游戏运行。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9632,34 +9959,36 @@ msgstr "发现中等严重性问题。游戏整体或特定部分可能无法正 msgid "Profile" msgstr "预设" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "程序计数器" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "进度" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." msgstr "" +"按下“停止”时会提示您确认是否要结束模拟。

如无法确" +"定,请选中此项。" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:99 msgid "Public" msgstr "公开" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "清除游戏列表缓存" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "将 IPL ROM 放至 User/GC/。" @@ -9671,26 +10000,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "LTR" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "无法启用服务质量 (QoS)。" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "已成功启用服务质量 (QoS)。" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "DPLII 解码器的质量。质量越高音频延迟越大。" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "询问" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "退出" @@ -9711,11 +10040,11 @@ msgstr "R-模拟" msgid "READY" msgstr "就绪" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO 模块" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO 自动检测" @@ -9748,17 +10077,21 @@ msgstr "排名 %1" msgid "Raw" msgstr "Raw" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "原始内部分辨率" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" msgstr "替换指令(&P)" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." +msgstr "重新初始化软件 JIT 区块分析数据。" + #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "读取" @@ -9781,7 +10114,7 @@ msgstr "只读" msgid "Read or Write" msgstr "读取或写入" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "只读模式" @@ -9797,7 +10130,7 @@ msgstr "真实 Wii 遥控器" msgid "Received invalid Wii Remote data from Netplay." msgstr "从联机中接收到无效的 Wii 遥控器数据。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "最近命中" @@ -9807,23 +10140,27 @@ msgstr "最近命中" msgid "Recenter" msgstr "回到中心" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "重新编译物理地址" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "录制" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "录制输入" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "正在录制" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "录制选项" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "正在录制..." @@ -9840,7 +10177,7 @@ msgstr "红 左" msgid "Red Right" msgstr "红 右" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9862,7 +10199,6 @@ msgstr "Redump.org 状态:" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9877,11 +10213,11 @@ msgstr "刷新当前值" msgid "Refresh Game List" msgstr "刷新游戏列表" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "刷新失败。请运行一会儿游戏,然后重试。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "已刷新当前值。" @@ -9890,8 +10226,8 @@ msgstr "已刷新当前值。" msgid "Refreshing..." msgstr "正在刷新..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "地区" @@ -9912,9 +10248,10 @@ msgstr "相对输入" msgid "Relative Input Hold" msgstr "保持相对输入" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" -msgstr "" +msgstr "发布(每隔几个月)" #: Source/Core/DolphinQt/Updater.cpp:86 msgid "Remind Me Later" @@ -9924,7 +10261,7 @@ msgstr "以后提醒我" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "移除" @@ -9941,7 +10278,7 @@ msgstr "移除垃圾数据(不可逆):" msgid "Remove Tag..." msgstr "移除标签..." -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "移除标签" @@ -9954,20 +10291,20 @@ msgstr "" "转换为 ISO 格式时,移除垃圾数据不会节省任何空间(除非以后将 ISO 文件打包为压" "缩文件格式,例如 ZIP 文件)。是否仍要继续?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "重命名符号" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "渲染窗口" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "渲染到主窗口" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." @@ -9975,6 +10312,16 @@ msgstr "" "将场景以线框样式渲染。

如无法确定,请不要选中此项。" "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "重复指令" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "重编译指令数" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "报告: GCIFolder 正在写入未分配的区块 {0:#x}" @@ -9983,15 +10330,17 @@ msgstr "报告: GCIFolder 正在写入未分配的区块 {0:#x}" msgid "Request to Join Your Party" msgstr "请求加入你的派对" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" +"需要渲染窗口活动状态才能使热键生效。

如无法确定,请" +"选中此项。" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -10002,7 +10351,7 @@ msgstr "重置" msgid "Reset All" msgstr "全部重置" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "重置忽略警告程序" @@ -10026,7 +10375,7 @@ msgstr "重置穿透设置" msgid "Reset Values" msgstr "重置值" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "重置视图" @@ -10034,7 +10383,7 @@ msgstr "重置视图" msgid "Reset all saved Wii Remote pairings" msgstr "重置所有保存的 Wii 遥控器配对" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "分辨率类型:" @@ -10046,7 +10395,7 @@ msgstr "资源包管理器" msgid "Resource Pack Path:" msgstr "资源包路径:" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "需要重启" @@ -10054,11 +10403,11 @@ msgstr "需要重启" msgid "Restore Defaults" msgstr "恢复默认值" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "恢复指令" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "重试" @@ -10067,7 +10416,7 @@ msgstr "重试" msgid "Return Speed" msgstr "返回速度" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "修订版" @@ -10075,7 +10424,7 @@ msgstr "修订版" msgid "Revision: %1" msgstr "修订版: %1" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -10126,11 +10475,11 @@ msgstr "左倾" msgid "Roll Right" msgstr "右倾" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "房间 ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "旋转" @@ -10139,7 +10488,7 @@ msgstr "旋转" msgid "Rotation applied at extremities of swing." msgstr "挥舞到极限时的旋转角度。" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -10151,7 +10500,7 @@ msgstr "" "部分辨率下的图像问题。该选项在使用原生内部分辨率时没有效果。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -10163,6 +10512,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -10180,6 +10538,30 @@ msgid "" "All context menus have the action to delete the selected row(s) from the " "candidates." msgstr "" +"可以左键单击表中的起始、目标和符号列,以在代码视图中查看关联的地址。右键单击" +"所选行将弹出上下文菜单。\n" +"\n" +"如果右键单击起始、目标或符号列,则可以执行将相关地址复制到剪贴板,并执行在相" +"关地址设置断点的操作。请注意,对于起始/目标符号列,只有当所选行中的每一行都有" +"符号时,才会启用这些操作。\n" +"\n" +"如果右键单击所选行的指令列,则可以执行倒置分支指令条件化和倒置分支指令递减检" +"测的操作,但前提是分支指令是有条件的。\n" +"\n" +" 如果右键单击所选行的条件列,则可以执行使分支指令无条件的操作,但前提是分支指" +"令是有条件的。\n" +"\n" +"如果右键单击所选行的起始列,将可以执行用 NOP 指令(无操作)替换起始处的分支指" +"令操作。\n" +"\n" +"如果右键单击所选行的目标列,则可以执行将目标处的指令替换为 BLR 指令(分支到链" +"接寄存器)的操作,但只有当每个起始处的分支指令都更新链接寄存器时,才会启用该" +"操作。\n" +"\n" +"如果右键单击所选行的起始/目标符号列,则可以使用 BLR 指令替换符号最开始的指" +"令,但只有当所选行中的每一行都有符号时才会启用。\n" +"\n" +"所有上下文菜单都具有从候选中删除所选行的操作。" #: Source/Core/Core/HW/GCPadEmu.h:61 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:287 @@ -10188,20 +10570,25 @@ msgstr "" msgid "Rumble" msgstr "震动" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" msgstr "运行到此处(&T)" +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" +msgstr "运行次数" + #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "在独占线程中运行 GBA 内核" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "运行直到" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "运行直到(忽略断点)" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -10212,23 +10599,23 @@ msgstr "运行直到命中(忽略断点)" msgid "Russia" msgstr "俄罗斯" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "SD 卡" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "SD 卡文件大小:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "SD 卡镜像 (*.raw);;所有文件 (*)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "SD 卡路径:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "SD 卡设置" @@ -10236,7 +10623,7 @@ msgstr "SD 卡设置" msgid "SD Root:" msgstr "SD 根目录:" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "SD 同步文件夹:" @@ -10271,11 +10658,11 @@ msgstr "SSL 上下文" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "保存代码(&V)" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "保存状态(&V)" @@ -10287,7 +10674,7 @@ msgstr "安全" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10297,27 +10684,39 @@ msgstr "保存" msgid "Save All" msgstr "保存全部" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "另存分支监视为...(&A)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" msgstr "保存分支监视快照" +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "将组合输出文件另存为" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "保存已转换的镜像" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" +msgstr "保存已转换的镜像" + #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "存档导出" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "保存 FIFO 日志" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "保存文件到" #. i18n: Noun (i.e. the data saved by the game) @@ -10329,15 +10728,19 @@ msgstr "游戏存档" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "游戏存档文件 (*.sav);;所有文件 (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "存档导入" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "保存映射文件" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "保存到最早状态存档" @@ -10345,73 +10748,77 @@ msgstr "保存到最早状态存档" msgid "Save Preset" msgstr "保存预设" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "录制文件另存为" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "保存签名文件" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "保存状态" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "保存状态 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "保存状态 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "保存状态 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "保存状态 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "保存状态 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "保存状态 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "保存状态 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "保存状态 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "保存状态 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "保存状态 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "保存状态到文件" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "保存状态到最早的插槽" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "向选中的插槽保存状态" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "保存状态到插槽" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "保存符号映射为...(&A)" @@ -10419,7 +10826,7 @@ msgstr "保存符号映射为...(&A)" msgid "Save Texture Cache to State" msgstr "保存纹理缓存到状态" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "保存和载入状态" @@ -10427,15 +10834,11 @@ msgstr "保存和载入状态" msgid "Save as Preset..." msgstr "另存为预设..." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "另存为..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "将组合输出文件另存为" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -10448,23 +10851,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "保存在与 ROM 相同的目录中" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "保存映射文件" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "保存签名文件" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "保存至所选插槽" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "保存到插槽 %1 - %2" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "保存..." @@ -10484,7 +10879,7 @@ msgstr "即时存档影片 {0} 被破坏,影片录制停止……" msgid "Scaled EFB Copy" msgstr "缩放 EFB 副本" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "扫描成功。" @@ -10493,8 +10888,8 @@ msgid "ScrShot" msgstr "截图" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "搜索" @@ -10503,7 +10898,7 @@ msgstr "搜索" msgid "Search Address" msgstr "搜索地址" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "搜索当前对象" @@ -10515,13 +10910,13 @@ msgstr "搜索子目录" msgid "Search and Filter" msgstr "搜索与过滤" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "当前无法在虚拟地址空间中进行搜索。请运行一会儿游戏,然后重试。" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "搜索一个指令" @@ -10529,7 +10924,7 @@ msgstr "搜索一个指令" msgid "Search games..." msgstr "搜索游戏..." -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "搜索指令" @@ -10539,11 +10934,11 @@ msgstr "搜索:" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:59 msgid "Section that contains all Action Replay cheat codes." -msgstr "包含所有 Action Replay 金手指的部分。" +msgstr "包含所有 Action Replay 金手指代码的部分。" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:56 msgid "Section that contains all Gecko cheat codes." -msgstr "包含所有 Gecko 金手指的部分。" +msgstr "包含所有 Gecko 金手指代码的部分。" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:62 msgid "Section that contains all graphics related settings." @@ -10563,9 +10958,9 @@ msgstr "选择" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "选择分支监视快照自动保存文件(在用户文件夹位置,可取消)" @@ -10574,7 +10969,7 @@ msgid "Select Dump Path" msgstr "选择转储路径" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "选择导出目录" @@ -10582,18 +10977,22 @@ msgstr "选择导出目录" msgid "Select Figure File" msgstr "选择角色文件" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "选择 GBA BIOS" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "选择 GBA ROM" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "选择 GBA 存档路径" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "选择密钥文件 (OTP/SEEPROM 转储)" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "选择最近状态" @@ -10602,6 +11001,10 @@ msgstr "选择最近状态" msgid "Select Load Path" msgstr "选择加载路径" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "选择 NAND 备份" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "选择资源包路径" @@ -10610,6 +11013,14 @@ msgstr "选择资源包路径" msgid "Select Riivolution XML file" msgstr "选择 Riivolutione XML 文件" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "选择 SD 卡镜像" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "选择存档文件" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "选择 Skylander 合集" @@ -10618,58 +11029,62 @@ msgstr "选择 Skylander 合集" msgid "Select Skylander File" msgstr "选择 Skylander 文件" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "选择插槽 %1 - %2" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "选择状态" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "选择状态插槽" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "选择状态 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "选择状态 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "选择状态 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "选择状态 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "选择状态 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "选择状态 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "选择状态 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "选择状态 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "选择状态 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "选择状态 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "选择要安装到 NAND 的软件" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "选择 WFS 路径" @@ -10683,29 +11098,25 @@ msgstr "选择 Wii NAND 根目录" msgid "Select a Directory" msgstr "选择目录" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "选择文件" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "选择要与 SD 卡镜像同步的文件夹" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "选择游戏" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "选择 SD 卡镜像" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "选择文件" @@ -10713,19 +11124,15 @@ msgstr "选择文件" msgid "Select a game" msgstr "选择游戏" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "选择要安装到 NAND 的软件" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "选择 e-Reader 卡" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "选择 RSO 模块地址:" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "选择要播放的录制文件" @@ -10733,36 +11140,19 @@ msgstr "选择要播放的录制文件" msgid "Select the Virtual SD Card Root" msgstr "选择虚拟 SD 卡根目录" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "选择密钥文件 (OTP/SEEPROM 转储)" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "选择一个存档文件" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "选择要保存转换镜像的位置" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "选择要保存多个转换镜像的位置" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "所选字体" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "所选控制器预设不存在" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "所选游戏在游戏列表中不存在!" @@ -10774,7 +11164,7 @@ msgstr "选定的线程调用栈" msgid "Selected thread context" msgstr "选定的线程上下文" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." @@ -10782,7 +11172,7 @@ msgstr "" "选择要使用的硬件适配器。

%1 不支持此功能。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." @@ -10790,7 +11180,7 @@ msgstr "" "选择要使用的硬件适配器。

如无法确定,请选择第一个。" "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10819,7 +11209,7 @@ msgstr "" "

如无法确定,请将其保留为“宽高比校正内部分辨率”。" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10835,7 +11225,7 @@ msgstr "" "一部分电视采用被动模式。

如无法确定,请选择“关”。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10868,28 +11258,69 @@ msgstr "" "常情况下不应使用。

如无法确定,请选择“自动”。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -"选择在内部使用的图形接口。

软件渲染器非常慢,仅用于调试,所以推荐其他" -"任一后端。各后端具体表现因游戏与 GPU 而异,因此建议逐个尝试一下并选择问题最少" -"的一个以达到最好的模拟效果。

如无法确定,请选" -"择“OpenGL”。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" +"选择 Dolphin 在启动时检查更新时使用的更新通道。如果有新的更新可用,Dolphin 将" +"列出自当前版本以来所做的更改,并询问您是否要更新。

开发通道具有最新版" +"本的 Dolphin,该版本通常每天更新多次。如果您想要最新的功能和修复,请选择此通" +"道。

发布通道每隔几个月更新一次。您可能更喜欢使用此通道的一些原因:" +"
- 您更喜欢使用经过额外测试的版本。
- 联机要求玩家使用相同的 Dolphin 版" +"本,而最新的发布版本将有最多的玩家可以匹配。
- 您经常使用 Dolphin 的保存状" +"态系统,其不能保证 Dolphin 版本之间保存状态的向后兼容性。如果您属于这种情况," +"请确保在更新之前进行游戏内存档(即以与实机 GameCube 或 Wii 上相同的方式保存您" +"的游戏),然后在更新 Dolphin 之后进行任何新的保存状态前加载游戏内存档。" +"

选择“不更新”将阻止 Dolphin 自动检查更新。

如" +"无法确定,请选择发布版。" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "发送" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "感应条位置:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" +"将 CPU 和 GPU 模拟工作分开到单独的线程。通过将 Dolphin 最重的负载分散到两个核" +"心来减少单线程负担,这通常可以提高性能。但可能会导致故障和崩溃。

模拟" +"处于活动状态时无法更改此设置。

如无法确定,请选中此" +"项。" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10909,7 +11340,7 @@ msgstr "服务器 IP 地址" msgid "Server Port" msgstr "服务器端口" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "穿透尝试被服务器拒绝" @@ -10917,44 +11348,40 @@ msgstr "穿透尝试被服务器拒绝" msgid "Set &Value" msgstr "设置值(&V)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" -msgstr "" +msgstr "设置断点(&K)" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "给插槽 A 设置存储卡文件" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "给插槽 B 设置存储卡文件" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "设置 PC" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "设置符号终止地址(&E)" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "设置符号大小(&S)" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "设置符号终止地址" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "设置为默认镜像(&D)" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "给插槽 A 设置存储卡文件" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "给插槽 B 设置存储卡文件" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "设置符号终止地址(&E)" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "设置符号大小(&S)" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "设置符号终止地址" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "设置符号大小 (%1):" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" @@ -10963,30 +11390,43 @@ msgstr "" "将 PAL 制式 Wii 游戏的显示模式由 50Hz (576i) 改为 60Hz (480i)。\n" "可能并不适用于所有游戏。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "设置 Wii 的系统语言。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" +"设置 Dolphin 用户界面显示的语言。

此设置的更改只有在重新启动 Dolphin " +"后才会生效。

如无法确定,请选择<系统语言>。" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "以毫秒为单位设置延迟。较高的值可能会减少音频噪声。仅限某些后端。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" +"给无法自动确定区域的游戏设置区域。

模拟处于活动状态时无法更改此设置。" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" +"设置 Dolphin 用户界面的样式。您已添加的任何自定义用户样式都将在此处显示以便切" +"换。

如无法确定,请选择(系统)。" #: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:54 msgid "" @@ -10996,13 +11436,13 @@ msgstr "" "设置搜索在虚拟地址空间中使用标准内存 1 和(在 Wii 上)内存 2 映射。这将适用于" "绝大多数游戏。" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "设置" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "SetupWiiMemory: 无法创建 setting.txt 文件" @@ -11010,7 +11450,7 @@ msgstr "SetupWiiMemory: 无法创建 setting.txt 文件" msgid "Severity" msgstr "严重性" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "着色器编译" @@ -11032,228 +11472,232 @@ msgstr "新干线" msgid "Shinkansen Controller" msgstr "新干线控制器" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "显示百分比速度" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "显示日志(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "显示工具栏(&T)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "在标题栏显示当前游戏名" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "显示全部" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "显示澳大利亚" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" -msgstr "在 Discord 软件中显示当前游戏" +msgstr "在 Discord 上显示当前游戏" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "优先显示禁用的代码" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "显示 ELF/DOL" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "优先显示启用的代码" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "显示 FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "显示帧计数器" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "显示帧生成时间" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "显示法国" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "显示 GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "显示德国" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "叠加显示高尔夫模式" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "显示 Infinity 底座" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "显示输入回显" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "显示意大利" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "显示日本" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "显示韩国" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "显示延迟计数器" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "显示语言:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "显示日志设置(&C)" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "显示联机信息" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "显示联机延迟" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "显示荷兰" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "显示屏显消息" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "显示 PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "显示 PC" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "显示性能图表" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "显示平台" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "显示投影统计数据" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "显示地区" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "显示重录计数器" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "显示俄罗斯" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "显示 Skylanders 传送门" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "显示西班牙" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "显示速度颜色" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "显示统计数据" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "显示系统频率" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "显示台湾" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "在内存中显示目标(&Y)" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "显示美国" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "显示未知" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "显示垂直消隐时间" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "显示 VPS" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "显示 WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "显示 Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "显示全球" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "在内存中显示(&M)" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "在代码中显示" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "在内存中显示" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "在代码中显示" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "在内存中显示" @@ -11261,19 +11705,18 @@ msgstr "在内存中显示" msgid "Show in server browser" msgstr "在服务器浏览器中显示" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "在内存中显示目标(&Y)" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" +"显示 Dolphin 的调试用户界面。这可让您查看并修改游戏的代码和内存数据、设置调试" +"断点、检查网络请求等。

如无法确定,请不要选中此项。" +"" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." @@ -11281,7 +11724,7 @@ msgstr "" "在联机游戏时显示聊天消息、缓冲变化和未同步警告。

如" "无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked.
如无法确" "定,请不要选中此项。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" +"在渲染窗口上显示屏幕显示消息。这些消息会在几秒后消失。" +"

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." @@ -11306,25 +11751,15 @@ msgstr "" "显示与全速相对的百分比模拟速度。

如无法确定,请不要" "选中此项。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" +"在渲染窗口的标题栏中显示当前的游戏名称。

如无法确" +"定,请选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " @@ -11333,7 +11768,7 @@ msgstr "" "以毫秒显示每个不同渲染帧与标准差之间的平均时间。

如" "无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." @@ -11342,7 +11777,23 @@ msgstr "" "以毫秒显示每个渲染帧与标准差之间的平均时间。

如无法" "确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" +"始终显示鼠标光标。

如无法确定,请选择"移动时" +""。" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" +"每当鼠标光标移动时,会短暂显示,然后隐藏。

如无法确" +"定,请选择此模式。" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." @@ -11351,7 +11802,7 @@ msgstr "" "显示每秒呈现的不同帧数以衡量视觉平滑度。

如无法确" "定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked.
如无法确定,请不" "要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." @@ -11368,7 +11819,7 @@ msgstr "" "在联机游戏时显示玩家的最大延迟。

如无法确定,请不要" "选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." @@ -11376,7 +11827,7 @@ msgstr "" "显示各种投影统计数据。

如无法确定,请不要选中此项。" "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." @@ -11384,6 +11835,17 @@ msgstr "" "显示各种渲染统计数据。

如无法确定,请不要选中此项。" "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" +"在您的 Discord 状态中显示哪个游戏处于活动状态以及当前游戏运行的持续时间。" +"

模拟处于活动状态时无法更改此设置。

如无法确" +"定,请选中此项。" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "左右" @@ -11400,7 +11862,7 @@ msgstr "切换横握" msgid "Sideways Wii Remote" msgstr "横握 Wii 遥控器" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "签名数据库" @@ -11424,7 +11886,7 @@ msgid "Signed Integer" msgstr "有符号整数" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "简体中文" @@ -11441,17 +11903,17 @@ msgstr "六轴" msgid "Size" msgstr "大小" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "伸缩缓冲区的大小,以毫秒计。数值过低可能导致噼啪声。" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "跳过" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "跳过绘制" @@ -11467,7 +11929,7 @@ msgstr "跳过主菜单" msgid "Skip Presenting Duplicate Frames" msgstr "跳过重复出现的帧" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -11555,11 +12017,11 @@ msgstr "套接字表" msgid "Software Renderer" msgstr "软件渲染器" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "一些数据无法读取。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -11573,12 +12035,12 @@ msgstr "" "您提供的某些值无效。\n" "请检查高亮显示的值。" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "按字母排序" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "声音:" @@ -11592,7 +12054,7 @@ msgstr "西班牙" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "西班牙语" @@ -11600,11 +12062,11 @@ msgstr "西班牙语" msgid "Speaker Pan" msgstr "扬声器声像" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "扬声器音量:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "专门化(默认)" @@ -11612,7 +12074,7 @@ msgstr "专门化(默认)" msgid "Specific" msgstr "特定" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11631,12 +12093,16 @@ msgstr "" "得多。

如无法确定,请将其保留为 6。" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "速度" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "速度限制" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11655,33 +12121,37 @@ msgstr "堆栈开始" msgid "Standard Controller" msgstr "标准控制器" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "开始" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "开始联机...(&N)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "开始分支监视" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "开始新的金手指搜索" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "开始分析" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "开始录制输入(&C)" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "开始录制" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "以全屏启动" @@ -11693,7 +12163,7 @@ msgstr "启动时附带 Riivolution 补丁" msgid "Start with Riivolution Patches..." msgstr "启动时附带 Riivolution 补丁..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "游戏已启动" @@ -11716,52 +12186,52 @@ msgstr "单步" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "跳入" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "单步跳出" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "单步跳过" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "跳出成功!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "跳出超时!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "跳过正在处理..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "单步成功!" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "步进" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "立体声" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "立体 3D 模式" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "立体 3D 模式:" @@ -11782,16 +12252,20 @@ msgid "Stick" msgstr "摇杆" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "停止" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "停止播放/录制输入" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "停止分析" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "游戏已停止" @@ -11829,11 +12303,11 @@ msgstr "" "开启 = XFB 副本为纹理
关闭 = XFB 副本为内存(和纹理)" "

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "拉伸到窗口大小" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "严格设置同步" @@ -11847,11 +12321,11 @@ msgstr "字符串" msgid "Strum" msgstr "拨弦" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "样式" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "样式:" @@ -11862,18 +12336,18 @@ msgstr "样式:" msgid "Stylus" msgstr "手写笔" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "成功" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "已成功加入联机索引" @@ -11883,7 +12357,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "成功转换 %n 个镜像。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "成功删除 '%1'。" @@ -11896,24 +12370,24 @@ msgstr "在 %1 个存档文件中 %n 个导出成功。" msgid "Successfully exported save files" msgstr "成功导出存档文件" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "已成功从 NAND 中提取证书" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "提取文件成功。" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "提取系统数据成功。" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "导入存档文件成功。" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "成功将此软件安装到 NAND。" @@ -11936,12 +12410,12 @@ msgstr "支持" msgid "Supported file formats" msgstr "支持的文件格式" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "支持 SD 和 SDHC 格式。默认大小为 128 MB。" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "环绕" @@ -11949,7 +12423,7 @@ msgstr "环绕" msgid "Suspended" msgstr "已暂停" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "交换双眼" @@ -11964,7 +12438,7 @@ msgstr "交换力量" msgid "Swapper" msgstr "交换者" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11986,22 +12460,31 @@ msgstr "转换到 A" msgid "Switch to B" msgstr "转换到 B" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "符号" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" -msgstr "符号 (%1) 终止地址:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" +msgstr "符号终止地址 (%1):" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "符号名" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" msgstr "符号名:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "符号大小 (%1):" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "符号" @@ -12009,7 +12492,7 @@ msgstr "符号" msgid "Sync" msgstr "同步" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "同步 AR/Gecko 代码" @@ -12028,43 +12511,43 @@ msgid "" msgstr "" "同步 GPU 与 CPU 线程以帮助防止双核模式下的随机卡死。(开=兼容,关=快速)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "在开始和结束模拟时将 SD 卡与 SD 同步文件夹同步。" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "正在同步 AR 代码..." -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "正在同步 Gecko 代码..." -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "正在同步存档数据..." #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "系统语言:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "TAS 输入" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "TAS 工具" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "标签" @@ -12082,15 +12565,15 @@ msgstr "尾" msgid "Taiwan" msgstr "台湾" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "屏幕截图" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "目标地址范围无效。" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12108,9 +12591,9 @@ msgstr "科技" msgid "Test" msgstr "测试" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "文本文件 (*.txt);;所有文件 (*)" @@ -12119,15 +12602,15 @@ msgstr "文本文件 (*.txt);;所有文件 (*)" msgid "Texture Cache" msgstr "纹理缓存" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "纹理缓存精度" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "转储纹理" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "纹理过滤" @@ -12135,7 +12618,7 @@ msgstr "纹理过滤" msgid "Texture Filtering:" msgstr "纹理过滤:" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "显示纹理格式" @@ -12158,11 +12641,11 @@ msgstr "" "\n" "您真的想要切换到 Direct3D 11 吗?如无法确定,请选择“否”。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "分区 {0} 的 H3 哈希表不正确。" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "此 IPL 文件不是已知的正确转储。(CRC32: {0:x})" @@ -12172,21 +12655,21 @@ msgstr "此 IPL 文件不是已知的正确转储。(CRC32: {0:x})" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "缺少杰作分区。" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "该 NAND 无法修复。建议备份您当前的数据并使用新的 NAND 启动。" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "NAND 已修复。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " @@ -12195,11 +12678,11 @@ msgstr "" "TMD 文件未正确签名。如果你将此游戏移动或复制到 SD 卡,Wii 系统菜单将不再运行" "该游戏,并且也会拒绝将其复制或移动回 NAND。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "此 Skylander 拥有的金钱数量。介于 0 至 65000 之间" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -12218,7 +12701,7 @@ msgstr "缺少通道分区。" msgid "The data partition is missing." msgstr "缺少数据分区。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " @@ -12227,7 +12710,7 @@ msgstr "" "数据分区不在正常位置。这会影响模拟的加载时间。你将无法与正在使用正确转储的其" "他人共享输入录制和使用联机功能。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -12327,7 +12810,7 @@ msgstr "" "文件 %1 已经存在。\n" "是否替换?" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -12356,7 +12839,7 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "文件系统无效或无法读取。" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " @@ -12365,21 +12848,21 @@ msgstr "" "文件夹 %1 不符合 Dolphin 的 GCI 文件夹区域代码格式。请将此文件夹重命名为 " "%2、%3 或 %4,以匹配其存档文件的区域。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "此光盘镜像的保存格式不存储光盘镜像的大小。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "游戏 ID 不一致。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "游戏 ID 异常短。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "游戏 ID 是 {0} ,但应该为 {1} 。" @@ -12387,7 +12870,7 @@ msgstr "游戏 ID 是 {0} ,但应该为 {1} 。" msgid "The game disc does not contain any usable update information." msgstr "此游戏光盘未包含任何可用的更新信息。" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "游戏当前正在运行。" @@ -12400,7 +12883,7 @@ msgstr "" "该游戏区域与你的主机不匹配。为避免系统菜单出现问题,现无法使用此光盘更新模拟" "主机。" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -12413,22 +12896,22 @@ msgstr "" "\n" "(在默认帧缓冲区上发现 MSAA 的 {0} 个样本)" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "哈希值不匹配!" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "哈希值匹配!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" "此 Skylander 的英雄等级。仅在《小龙斯派罗大冒险》中出场。介于 0 至 100 之间" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -12440,11 +12923,11 @@ msgstr "" msgid "The install partition is missing." msgstr "缺少安装分区。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "最近一次将角色放置在传送门上的时间" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -12462,7 +12945,7 @@ msgstr "" "影片指示应将存储卡插入 {0:n},但当前未插入存储卡(而是插入了 {1})。为使影片" "正确同步,请将所选设备更改为存储卡或 GCI 文件夹。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "Skylander 的昵称。不能超过 15 个字符" @@ -12470,8 +12953,8 @@ msgstr "Skylander 的昵称。不能超过 15 个字符" msgid "The patches in %1 are not for the selected game or game revision." msgstr "此 %1 中的补丁不适用于选定的游戏或游戏修订版。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "配置文件 '%1' 不存在" @@ -12479,7 +12962,7 @@ msgstr "配置文件 '%1' 不存在" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "被录制的游戏 ({0}) 与所选游戏 ({1}) 不一致" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -12497,20 +12980,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "同一文件不能在多个插槽中使用;其已被 %1 占用。" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "同一文件夹不能在多个插槽中使用;其已被 %1 占用。" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "服务器与客户端的联机版本不兼容。" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "服务器已满。" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "服务器发送了一个未知错误消息。" @@ -12526,15 +13009,15 @@ msgstr "" "您真的想要启用软件渲染吗?如无法确定,请选择“否”。" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "指定的公用密钥索引是 {0} ,但应该为 {1} 。" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "指定的文件 “{0}” 不存在" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12547,31 +13030,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "目标存储卡已包含文件 “%1”。" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "ticket 文件未正确签名。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "在游戏中使用此角色的总时间(以秒为单位)" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "此角色的玩具代码。仅适用于真实存在的角色玩具。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "无法读取的分区类型。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "此 Skylander 类型没有任何数据可供修改!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "此 Skylander 的类型未知!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "此 Skylander 的类型未知,或当前还无法修改。" @@ -12582,7 +13065,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "更新已被取消。强烈建议你完成更新,以避免不一致的系统软件版本。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "更新分区未包含此游戏使用的 IOS。" @@ -12590,11 +13073,11 @@ msgstr "更新分区未包含此游戏使用的 IOS。" msgid "The update partition is missing." msgstr "缺少更新分区。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "更新分区未处于正常位置。" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -12602,23 +13085,23 @@ msgstr "" "NAND 中用户可访问分区包含 %1 个数据块(%2 KiB),而允许的最大数据块数为 %3 (%4 " "KiB)。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "分区 {0} 无有效的文件系统。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "分区 {0} 似乎未包含有效数据。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "分区 {0} 未正确签名。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "分区 {0} 未正确对齐。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "主题" @@ -12636,8 +13119,8 @@ msgstr "" "\n" "您要在关闭前保存吗?" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "没有需要保存的内容!" @@ -12674,14 +13157,14 @@ msgstr "此 Gecko 代码不包含任何行。" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" "此韩语游戏设置为使用通常不在韩版主机上用到的 IOS。 这很可能导致错误 #002。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "此 Skylander 类型现在还无法修改!" @@ -12703,7 +13186,7 @@ msgid "" "Replay itself." msgstr "此Action Replay模拟器不支持修改Action Replay本身的代码。" -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." @@ -12711,20 +13194,20 @@ msgstr "" "此 Dolphin 构建版本没有对你的 CPU 原生编译。\n" "请运行 Dolphin 的 ARM64 版本以获得更好的体验。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "不能被撤销!" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "此调试版光盘镜像和零售版光盘镜像大小一样。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "此光盘镜像大小异常。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " @@ -12733,7 +13216,7 @@ msgstr "" "此光盘镜像大小异常。这可能会使模拟的加载时间更长。你将无法与正在使用正确转储" "的其他人共享输入录制和使用联机功能。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12743,7 +13226,7 @@ msgstr "" "此光盘镜像采用 NKit 格式。这种格式并不是一个正确的转储,但如果转换回去可能会" "变成正确转储。即使文件不相同,此文件的 CRC32 也可能与正确转储的 CRC32 匹配。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." @@ -12751,7 +13234,7 @@ msgstr "" "此光盘镜像太小并且缺少一些数据。如果你的转储程序将光盘镜像保存为多个部分,则" "需要将其合并为一个文件。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." @@ -12759,7 +13242,7 @@ msgstr "" "此光盘镜像太小并且缺少一些数据。问题原因很可能这是一个双层光盘但被转储为单层" "光盘。" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " @@ -12768,7 +13251,7 @@ msgstr "" "此错误通常是由模拟 GPU 与模拟 CPU 不同步引起的,但您当前的设置使这种情况不太" "可能发生。如果此错误导致游戏无法运行,请向开发人员报告。" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12788,7 +13271,7 @@ msgstr "此文件未包含有效的 Wii 文件系统。" msgid "This file does not look like a BootMii NAND backup." msgstr "此文件似乎不是一个 BootMii NAND 备份。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " @@ -12797,7 +13280,7 @@ msgstr "" "此游戏已被篡改为适合单层 DVD。某些内容如预渲染视频、其他语言或整个游戏模式都" "会被破坏。这个问题通常只存在于非法的游戏副本中。" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " @@ -12806,17 +13289,17 @@ msgstr "" "这个游戏需要边框模拟才能正常运行,但你的显卡或其驱动程序不支持。 因此在运行此" "游戏时将会发生错误或画面冻结。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "这是一个错误的转储。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "这是一个错误的转储。但并不一定表示游戏无法正常运行。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." @@ -12824,11 +13307,11 @@ msgstr "" "依据 Redump.org,这是一个正确的转储,但 Dolphin 发现了问题。这可能是 Dolphin " "中的错误。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "这是一个正确的转储。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "这仅适用于模拟软件的初始启动。" @@ -12836,7 +13319,7 @@ msgstr "这仅适用于模拟软件的初始启动。" msgid "This session requires a password:" msgstr "此会话需要密码:" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12855,12 +13338,12 @@ msgstr "该软件不能用于运行你非法持有的游戏。" msgid "This title cannot be booted." msgstr "无法启动该软件。" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "此游戏设置为使用无效的 IOS。" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "此游戏设置为使用无效的公用密钥。" @@ -12897,7 +13380,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "该数值将与图像设置中设定的深度值相乘。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12913,7 +13396,7 @@ msgid "" "save sync." msgstr "这将限制每个客户端用于存档同步的数据块上传速度。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12936,7 +13419,7 @@ msgstr "线程" msgid "Threshold" msgstr "阈值" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12946,6 +13429,31 @@ msgstr "TiB" msgid "Tilt" msgstr "倾斜" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "时间 %" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "时间平均值(纳秒)" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "平均时间(纳秒)" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "时间百分比" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "耗费时间(纳秒)" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12955,10 +13463,10 @@ msgstr "触发校准的稳定输入时间段。(0 为禁用)" msgid "Timed Out" msgstr "超时" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "标题" @@ -12966,25 +13474,29 @@ msgstr "标题" msgid "To" msgstr "至" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "要登录,须停止当前模拟。" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "至:" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "切换全屏(&F)" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "切换色差 3D" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "切换左右 3D" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "切换上下 3D" @@ -12992,28 +13504,28 @@ msgstr "切换上下 3D" msgid "Toggle All Log Types" msgstr "全选/反选所有日志类型" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "切换宽高比" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "切换断点" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "切换画面边界" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "切换自定义纹理" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "切换 EFB 副本" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "切换雾" @@ -13025,35 +13537,39 @@ msgstr "切换全屏" msgid "Toggle Pause" msgstr "切换暂停" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "切换 SD 卡" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "切换跳过 EFB 访问" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "切换纹理转储" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "切换 USB 键盘" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "切换 XFB 副本" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "切换 XFB 立即模式" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "切换软件 JIT 区块分析(将清除 JIT 缓存)。" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "标记化失败。" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "工具控件" @@ -13061,7 +13577,7 @@ msgstr "工具控件" msgid "Toolbar" msgstr "工具栏" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "顶部" @@ -13069,7 +13585,7 @@ msgstr "顶部" msgid "Top-and-Bottom" msgstr "上下" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "总命中数" @@ -13107,12 +13623,12 @@ msgstr "总共移动距离。" msgid "Touch" msgstr "接触" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "玩具代码:" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "繁体中文" @@ -13132,8 +13648,8 @@ msgstr "陷阱大师" msgid "Trap Team" msgstr "陷阱小队" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "穿透错误" @@ -13141,7 +13657,7 @@ msgstr "穿透错误" msgid "Traversal Server" msgstr "穿透服务器" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "穿透服务器与主机连接超时" @@ -13170,7 +13686,7 @@ msgid "Trophy" msgstr "奖杯" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13196,11 +13712,11 @@ msgstr "美国" msgid "USB Device Emulation" msgstr "USB 设备模拟" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "USB 模拟" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "USB 模拟设备" @@ -13214,7 +13730,7 @@ msgstr "USB Gecko" msgid "USB Whitelist Error" msgstr "USB 白名单错误" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " @@ -13224,7 +13740,7 @@ msgstr "" "低端硬件。

如无法确定,请选择此模式。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -13235,7 +13751,7 @@ msgstr "" "

除非使用混合超着色器遇到卡顿并且拥有非常强大的 " "GPU,否则不要使用此选项。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -13247,23 +13763,23 @@ msgstr "" "

在理想情况下将在消除着色器编译卡顿的同时尽可能减小性能影响,但效果因" "视频驱动的行为而异。" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "无法自动检测 RSO 模块" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "无法连接更新服务器。" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "无法创建更新程序副本。" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "无法修改 Skylander!" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "无法打开文件。" @@ -13290,11 +13806,11 @@ msgstr "" "\n" "是否要忽略此行继续分析?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "无法读取文件。" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "无法设置更新程序副本的权限。" @@ -13317,11 +13833,11 @@ msgstr "未压缩的 GC/Wii 镜像 (*.iso *.gcm)" msgid "Undead" msgstr "亡灵" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "撤销载入状态" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "撤销保存状态" @@ -13341,23 +13857,23 @@ msgstr "" "卸载 WAD 会将该游戏的当前已安装版本从 NAND 中移除,而不会删除其存档。是否继" "续?" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "美国" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "未知" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "未知 (Id:%1 Var:%2)" @@ -13366,27 +13882,27 @@ msgstr "未知 (Id:%1 Var:%2)" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "未知 DVD 命令 {0:08x} - 致命错误" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "收到未知的 同步_代码 消息,ID:{0}" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "收到未知的 同步_GECKO_代码 消息,ID:{0} 来自玩家:{1} 剔除玩家!" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "收到未知的 同步_存档_数据 消息,ID:{0}" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "收到未知的 同步_存档_数据 消息,ID:{0} 来自玩家:{1} 剔除玩家!" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "未知的 Skylander 类型!" @@ -13406,11 +13922,11 @@ msgstr "未知数据类型" msgid "Unknown disc" msgstr "未知光盘" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "发生未知错误。" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "未知错误 {0:x}" @@ -13418,11 +13934,11 @@ msgstr "未知错误 {0:x}" msgid "Unknown error." msgstr "未知错误。" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "收到未知的消息,ID:{0}" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "收到未知的消息,ID:{0} 来自玩家:{1} 剔除玩家!" @@ -13437,11 +13953,11 @@ msgstr "Unknown(%1 %2).sky" msgid "Unknown(%1).bin" msgstr "Unknown(%1).bin" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "无限制" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "卸载 ROM" @@ -13449,7 +13965,12 @@ msgstr "卸载 ROM" msgid "Unlock Cursor" msgstr "解锁光标" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "已解锁" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "解锁于 %1" @@ -13481,7 +14002,7 @@ msgstr "无符号 8" msgid "Unsigned Integer" msgstr "无符号整数" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -13492,7 +14013,7 @@ msgid "Up" msgstr "上" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "更新" @@ -13549,7 +14070,7 @@ msgstr "切换竖握" msgid "Upright Wii Remote" msgstr "竖握 Wii 遥控器" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "使用情况统计报告设置" @@ -13557,15 +14078,19 @@ msgstr "使用情况统计报告设置" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "使用 8.8.8.8 作为通用 DNS,或输入你的自定义设置" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "使用所有 Wii 存档数据" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "使用内建数据库游戏名称" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "对每只眼睛使用全分辨率" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "使用无损编解码器 (FFV1)" @@ -13573,21 +14098,23 @@ msgstr "使用无损编解码器 (FFV1)" msgid "Use Mouse Controlled Pointing" msgstr "使用鼠标控制指针" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "使用 PAL60 模式 (EuRGB60)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "使用警告程序" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" +"在您的 Discord 状态中使用 RetroAchievements 详细信息。

必须启用在 " +"Discord 上显示当前游戏。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -13596,15 +14123,15 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" "手动进行纹理采样而不是用图形后端的内置功能。

此设置可以修复部分 GPU 上" "一些游戏中的图形问题,最常见的是 FMV 视频中的垂直线。除此之外,启用手动纹理采" "样将允许在特殊情况下正确模拟纹理打包(在 1x 内部分辨率或禁用缩放 EFB 时,并禁" "用自定义纹理)并更好地模拟细节级别计算。

代价是性能消耗可能会更大,尤" -"其是在更高的内部分辨率下;此外,各向异性过滤目前与手动纹理采样不兼容。" +"其是在更高的内部分辨率下。

如果此设置开启,则纹理过滤设置会被禁用。" "

如无法确定,请不要选中此项。" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:141 @@ -13645,18 +14172,20 @@ msgstr "" "你可以使用其来保存或检索同一个\n" "父控制器输入和输出之间的值。" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "用户名" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" +"在游戏列表标题列中使用 Dolphin 数据库中格式正确的名称。" +"

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -13667,7 +14196,7 @@ msgstr "" "的提速,取决于游戏和/或 GPU。

如无法确定,请选中此" "项。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " @@ -13676,7 +14205,7 @@ msgstr "" "使用整个屏幕进行渲染。

如果禁用,则会创建一个渲染窗口。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked.
其他情况下,如无法确" "定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13957,8 +14490,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "警告" @@ -14070,7 +14603,16 @@ msgstr "西方 (Windows-1252)" msgid "Whammy" msgstr "颤音" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" +"使用左右并排或上下 3D 模式时每只眼睛是获得完整还是一半的图像分辨率。" +"

如无法确定,请不要选中此项。" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -14081,7 +14623,7 @@ msgstr "" "卡中启用了“特殊多级纹理检测”,则特殊基本纹理也会被转储。" "

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -14092,7 +14634,7 @@ msgstr "" "强选项卡中启用了“特殊多级纹理检测”,则特殊多级纹理也会被转储。" "

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "USB 直通设备白名单" @@ -14100,7 +14642,7 @@ msgstr "USB 直通设备白名单" msgid "Widescreen Hack" msgstr "宽屏修正" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -14124,7 +14666,7 @@ msgstr "Wii 遥控器" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -14142,7 +14684,7 @@ msgstr "Wii 遥控器按键" msgid "Wii Remote Gyroscope" msgstr "Wii 遥控器陀螺仪" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "Wii 遥控器设置" @@ -14162,7 +14704,7 @@ msgstr "Wii TAS 输入 %1 - Wii 遥控器" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "Wii TAS 输入 %1 - Wii 遥控器 + 双节棍" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "Wii 和 Wii 遥控器" @@ -14170,15 +14712,15 @@ msgstr "Wii 和 Wii 遥控器" msgid "Wii data is not public yet" msgstr "Wii 数据尚未公开" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "Wii 存档文件 (*.bin);; 所有文件 (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "WiiTools 签名 MEGA 文件" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "窗口分辨率" @@ -14187,11 +14729,19 @@ msgstr "窗口分辨率" msgid "Window Size" msgstr "窗口大小" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "擦除检验数据(&I)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "擦除 JIT 块分析数据" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "擦除分析" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "擦除最近命中" @@ -14205,11 +14755,11 @@ msgstr "全球" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "写入" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "写入 JIT 区块日志转储" @@ -14242,27 +14792,27 @@ msgstr "写入到日志并中断" msgid "Write to Window" msgstr "写入到窗口" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "光盘编号错误" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "哈希值错误" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "区域错误" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "错误修订版" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "已写入 “%1”。" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "已写入 “{0}”。" @@ -14313,7 +14863,7 @@ msgstr "是" msgid "Yes to &All" msgstr "全部选是(&A)" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " @@ -14322,7 +14872,7 @@ msgstr "" "即将把 %2 的文件内容转换到 %1 的文件夹中。文件夹的所有当前内容将被删除。请确" "定是否要继续?" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -14370,7 +14920,7 @@ msgstr "" "你正在配置“键盘控制器”。此设备为《梦幻之星 Online Episode I & II》专用。如无" "法确定,请返回并配置“标准控制器”。" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "您正在运行此更新通道上提供的最新版本。" @@ -14428,7 +14978,7 @@ msgstr "你必须为会话提供一个名称!" msgid "You must provide a region for your session!" msgstr "你必须为会话提供一个区域!" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "您必须重新启动 Dolphin 以使改动生效。" @@ -14455,7 +15005,7 @@ msgstr "" "您想现在停下来修复此问题吗?\n" "如果选择“否”,音频可能会嘈杂混乱。" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14474,7 +15024,7 @@ msgstr "Z" msgid "Zero 3 code not supported" msgstr "Zero 3 代码不支持" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "剩余候选项为零。" @@ -14523,7 +15073,7 @@ msgid "default" msgstr "默认" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "连接已断开" @@ -14539,7 +15089,8 @@ msgstr "errno" msgid "fake-completion" msgstr "伪完成" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "假" @@ -14606,7 +15157,8 @@ msgstr "sRGB" msgid "this value:" msgstr "这个值:" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "真" @@ -14626,23 +15178,23 @@ msgstr "未对齐" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "{0} (Masterpiece)" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "{0} (NKit)" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "{0} IPL 位于 {1} 目录中。光盘可能无法识别" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "{0} 同步代码失败。" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "{0} 同步失败。" @@ -14655,7 +15207,7 @@ msgstr "" "请验证你的写入权限或者将文件移动至 Dolphin 之外" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "区块 {0} ,共 {1} 。压缩率 {2}%" diff --git a/Languages/po/zh_TW.po b/Languages/po/zh_TW.po index 87594fdadf..a418292b30 100644 --- a/Languages/po/zh_TW.po +++ b/Languages/po/zh_TW.po @@ -14,10 +14,10 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-02 08:02+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Narusawa Yui , 2016,2018\n" -"Language-Team: Chinese (Taiwan) (http://app.transifex.com/delroth/dolphin-" +"Language-Team: Chinese (Taiwan) (http://app.transifex.com/dolphinemu/dolphin-" "emu/language/zh_TW/)\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" @@ -25,7 +25,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1456 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1452 msgid "" "\n" "\n" @@ -33,7 +33,7 @@ msgid "" "problems that Dolphin is unable to detect." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -41,6 +41,12 @@ msgid "" "that it hasn't been tampered with, even if signatures appear valid." msgstr "" +#. i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale +#. of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:189 +msgid " %1 %2 (%3% fragmented)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameListModel.cpp:102 msgid " (Disc %1)" msgstr "" @@ -49,7 +55,7 @@ msgstr "" msgid "! Not" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:261 +#: Source/Core/Core/Boot/Boot.cpp:263 msgid "\"{0}\" is an invalid GCM/ISO file, or is not a GC/Wii ISO." msgstr "" @@ -84,16 +90,16 @@ msgid "" "wants to join your party." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:74 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:73 msgid "%1 %" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:323 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:349 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:325 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:351 msgid "%1 %2" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:332 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:334 msgid "%1 %2 %3" msgstr "" @@ -109,16 +115,16 @@ msgstr "" msgid "%1 (Copy)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:98 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:99 msgid "%1 (Disc %2, Revision %3)" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:102 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:103 msgid "%1 (Revision %3)" msgstr "" #. i18n: "Stock" refers to input profiles included with Dolphin -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:506 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:508 msgid "%1 (Stock)" msgstr "" @@ -138,7 +144,7 @@ msgstr "" msgid "%1 *" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:314 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:318 msgid "" "%1 FIFO bytes\n" "%2 memory bytes\n" @@ -149,11 +155,11 @@ msgstr "" msgid "%1 Graphics Configuration" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:299 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:295 msgid "%1 MB (MEM1)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:313 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:309 msgid "%1 MB (MEM2)" msgstr "" @@ -166,38 +172,38 @@ msgstr "" msgid "%1 doesn't support this feature on your system." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:296 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 msgid "%1 doesn't support this feature." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:294 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:298 msgid "" "%1 frame(s)\n" "%2 object(s)\n" "Current Frame: %3" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:913 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:918 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:111 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:124 msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1040 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:110 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:123 msgid "%1 is playing %2" msgstr "" @@ -205,13 +211,13 @@ msgstr "" msgid "%1 memory ranges" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:252 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:321 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:336 msgid "%1 ms" msgstr "%1 ms" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:40 -#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:128 +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:146 msgid "%1 points" msgstr "" @@ -223,30 +229,30 @@ msgstr "" msgid "%1 sessions found" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:406 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 msgid "%1%" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:282 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:278 msgid "%1% (%2 MHz)" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:174 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:177 msgid "%1% (Normal Speed)" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:641 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:646 msgid "%1's value is changed" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:635 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:640 msgid "%1's value is hit" msgstr "" -#. i18n: One of the options shown below "Run until (ignoring breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +#. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -254,11 +260,15 @@ msgstr "" msgid "%1, %2, %3, %4" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 +msgid "%1/%2" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:606 msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -274,7 +284,7 @@ msgstr "%1[%2]: %3 %" msgid "%1[%2]: %3/%4 MiB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:368 #, c-format msgid "%1x MSAA" msgstr "" @@ -287,25 +297,25 @@ msgstr "" msgid "%1x Native (%2x%3) for %4" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:344 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:380 #, c-format msgid "%1x SSAA" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:328 -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:346 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:330 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:348 #, c-format msgctxt "" msgid "%n address(es) could not be accessed in emulated memory." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:319 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:321 #, c-format msgctxt "" msgid "%n address(es) remain." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:318 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:320 #, c-format msgctxt "" msgid "%n address(es) were removed." @@ -331,36 +341,36 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:646 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "關於(&A)" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 +msgid "&Add Function" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:362 msgid "&Add Memory Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:64 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:89 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:99 msgid "&Add New Code..." msgstr "新增代碼 (&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 -msgid "&Add function" -msgstr "新增功能 (&A)" - #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "新增... (&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:534 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "聲音設定 (&A)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:194 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 msgid "&Auto Update:" msgstr "自動更新 (&A)" @@ -368,15 +378,19 @@ msgstr "自動更新 (&A)" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 -msgid "&Break On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:503 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 +msgid "&Break on Hit" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "中斷點(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:629 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -384,15 +398,15 @@ msgstr "" msgid "&Cancel" msgstr "取消 (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:253 +#: Source/Core/DolphinQt/MenuBar.cpp:270 msgid "&Cheats Manager" msgstr "作弊碼管理器 (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:639 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "檢查更新 (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1022 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -400,50 +414,51 @@ msgstr "" msgid "&Clone..." msgstr "相容版 (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:468 +#: Source/Core/DolphinQt/MenuBar.cpp:487 msgid "&Code" msgstr "代碼 (&C)" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:500 +msgid "&Condition" +msgstr "" + #: Source/Core/DolphinQt/GBAWidget.cpp:392 msgid "&Connected" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:581 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "控制器設定(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:575 -msgid "&Copy address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:137 msgid "&Create..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1035 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:418 #: Source/Core/DolphinQt/GCMemcardManager.cpp:113 msgid "&Delete" msgstr "刪除 (&D)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:360 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 msgid "&Delete Watch" msgstr "刪除監視 (&D)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:339 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:340 msgid "&Delete Watches" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:65 -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:90 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:67 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:100 msgid "&Edit Code..." msgstr "編輯代碼 (&E)" @@ -451,14 +466,18 @@ msgstr "編輯代碼 (&E)" msgid "&Edit..." msgstr "編輯 (&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:233 +#: Source/Core/DolphinQt/MenuBar.cpp:250 msgid "&Eject Disc" msgstr "退出碟片 (&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: Source/Core/DolphinQt/MenuBar.cpp:361 msgid "&Emulation" msgstr "模擬 (&E)" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:626 +msgid "&Erase Block(s)" +msgstr "" + #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:259 msgid "&Export" msgstr "" @@ -475,41 +494,41 @@ msgstr "" msgid "&Export as .gci..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:287 -#: Source/Core/DolphinQt/MenuBar.cpp:223 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:508 +#: Source/Core/DolphinQt/MenuBar.cpp:240 msgid "&File" msgstr "檔案 (&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:601 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "字體... (&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:352 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "畫格步進(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1024 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:625 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:578 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "影像設定(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:616 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "說明(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:582 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "快捷鍵設定(&D)" @@ -529,19 +548,19 @@ msgstr "" msgid "&Import..." msgstr "匯入... (&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:259 +#: Source/Core/DolphinQt/MenuBar.cpp:276 msgid "&Infinity Base" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:601 -msgid "&Insert blr" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 +msgid "&Insert BLR" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:528 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -549,15 +568,15 @@ msgstr "&JIT" msgid "&Language:" msgstr "語言 (&L)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:290 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:511 msgid "&Load Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "讀取進度(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1030 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -567,23 +586,27 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:342 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:343 msgid "&Lock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:460 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 -msgid "&Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 +msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:512 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "記憶卡(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:775 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "影片(&M)" @@ -591,7 +614,7 @@ msgstr "影片(&M)" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:520 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -600,23 +623,27 @@ msgid "&No" msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:136 -#: Source/Core/DolphinQt/MenuBar.cpp:225 Source/Core/DolphinQt/MenuBar.cpp:227 +#: Source/Core/DolphinQt/MenuBar.cpp:242 Source/Core/DolphinQt/MenuBar.cpp:244 msgid "&Open..." msgstr "開啟(&O)..." -#: Source/Core/DolphinQt/MenuBar.cpp:569 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "選項(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1050 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:499 +msgid "&Origin and Destination" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1071 msgid "&Patch HLE Functions" msgstr "修正 HLE 功能 (&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "暫停(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "執行(&P)" @@ -624,7 +651,7 @@ msgstr "執行(&P)" msgid "&Properties" msgstr "屬性(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:790 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "唯讀模式(&R)" @@ -632,7 +659,7 @@ msgstr "唯讀模式(&R)" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:476 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "寄存器(&R)" @@ -640,29 +667,29 @@ msgstr "寄存器(&R)" msgid "&Remove" msgstr "移除 (&R)" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:66 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:91 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:68 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:101 msgid "&Remove Code" msgstr "移除代碼 (&R)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:590 -msgid "&Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:350 +#: Source/Core/DolphinQt/MenuBar.cpp:365 msgid "&Reset" msgstr "重新啟動(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:250 +#: Source/Core/DolphinQt/MenuBar.cpp:267 msgid "&Resource Pack Manager" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:288 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:509 msgid "&Save Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -670,31 +697,35 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:179 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:182 msgid "&Speed Limit:" msgstr "限制速度 (&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:364 msgid "&Stop" msgstr "停止(&S)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:137 msgid "&Theme:" msgstr "主題 (&T)" -#: Source/Core/DolphinQt/MenuBar.cpp:485 +#: Source/Core/DolphinQt/MenuBar.cpp:504 msgid "&Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:297 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:518 msgid "&Tool" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "工具(&T)" @@ -704,21 +735,21 @@ msgstr "" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:345 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:346 msgid "&Unlock Watches" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:434 +#: Source/Core/DolphinQt/MenuBar.cpp:453 msgid "&View" msgstr "檢視(&V)" #. i18n: This kind of "watch" is used for watching emulated memory. #. It's not related to timekeeping devices. -#: Source/Core/DolphinQt/MenuBar.cpp:495 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:618 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "網站(&W)" @@ -730,38 +761,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1338 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1591 msgid "'%1' not found, scanning for common functions instead" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:152 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 msgid "(Dark)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:151 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:150 msgid "(Light)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:147 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:146 msgid "(System)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" - -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:293 msgid "(off)" msgstr "(關閉)" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:142 -msgid "(ppc)" -msgstr "" - #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:284 msgid "* Multiply" msgstr "" @@ -778,7 +801,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:378 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -787,7 +810,7 @@ msgid "--Unknown--" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:333 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:719 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:185 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:102 msgid "..." @@ -848,7 +871,7 @@ msgstr "" msgid "16-bit Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:166 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 msgid "16:9" msgstr "" @@ -856,7 +879,7 @@ msgstr "" msgid "16x Anisotropic" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:193 +#: Source/Core/Core/HotkeyManager.cpp:196 msgid "1x" msgstr "" @@ -868,7 +891,7 @@ msgstr "" msgid "256 MiB" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:194 +#: Source/Core/Core/HotkeyManager.cpp:197 msgid "2x" msgstr "" @@ -904,19 +927,19 @@ msgid "32-bit Unsigned Integer" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:350 +#: Source/Core/Core/HotkeyManager.cpp:357 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:22 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 msgid "3D" msgstr "" #. i18n: Stereoscopic 3D -#: Source/Core/Core/HotkeyManager.cpp:352 +#: Source/Core/Core/HotkeyManager.cpp:359 #: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:25 msgid "3D Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:195 +#: Source/Core/Core/HotkeyManager.cpp:198 msgid "3x" msgstr "" @@ -932,7 +955,7 @@ msgstr "" msgid "4 Mbit (59 blocks)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:165 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:164 msgid "4:3" msgstr "" @@ -940,7 +963,7 @@ msgstr "" msgid "4K" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:196 +#: Source/Core/Core/HotkeyManager.cpp:199 msgid "4x" msgstr "" @@ -1029,15 +1052,15 @@ msgstr "<無>" msgid "" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:269 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:268 msgid "Disabled in Hardcore Mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:432 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:431 msgid "If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:709 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1067,8 +1090,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1549 -#: Source/Core/DolphinQt/MainWindow.cpp:1616 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1086,7 +1109,7 @@ msgstr "" msgid "A disc is already about to be inserted." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:548 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:584 msgid "" "A group of features to make the colors more accurate, matching the color " "space Wii and GC games were meant for." @@ -1096,7 +1119,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:953 +#: Source/Core/DolphinQt/MainWindow.cpp:965 msgid "" "A shutdown is already in progress. Unsaved data may be lost if you stop the " "current emulation before it completes. Force stop?" @@ -1112,7 +1135,7 @@ msgstr "" msgid "A sync can only be triggered when a Wii game is running." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:292 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:513 msgid "A&uto Save" msgstr "" @@ -1137,7 +1160,7 @@ msgid "" "Use at your own risk.\n" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:139 +#: Source/Core/DolphinQt/CheatsManager.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:410 msgid "AR Code" msgstr "" @@ -1179,8 +1202,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:272 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1256,7 +1279,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1272,7 +1295,7 @@ msgstr "" msgid "Active threads" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:317 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:318 msgid "Adapter" msgstr "" @@ -1280,7 +1303,7 @@ msgstr "" msgid "Adapter Detected" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:89 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:88 msgid "Adapter:" msgstr "配接器:" @@ -1307,11 +1330,11 @@ msgstr "" msgid "Add Shortcut to Desktop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:77 +#: Source/Core/Core/HotkeyManager.cpp:80 msgid "Add a Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:78 +#: Source/Core/Core/HotkeyManager.cpp:81 msgid "Add a Memory Breakpoint" msgstr "" @@ -1330,28 +1353,27 @@ msgstr "" msgid "Add to &watch" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:501 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:897 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:503 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:898 msgid "Add to watch" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:37 #: Source/Core/DolphinQt/Settings/PathPane.cpp:141 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:328 msgid "Add..." msgstr "新增..." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:123 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:288 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:300 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:158 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:185 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:91 -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "位址" @@ -1370,14 +1392,14 @@ msgstr "" msgid "Address:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:510 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:546 msgid "" "Adjust the texture filtering. Anisotropic filtering enhances the visual " "quality of textures that are at oblique viewing angles. Force Nearest and " "Force Linear override the texture scaling filter selected by the game." "

Any option except 'Default' will alter the look of the game's " "textures and might cause issues in a small number of games.

This " -"option is incompatible with Manual Texture Sampling." +"setting is disabled when Manual Texture Sampling is enabled." "

If unsure, select 'Default'." msgstr "" @@ -1395,7 +1417,7 @@ msgid "" "rightmost value.
" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:151 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152 msgid "" "Adjusts the amount of RAM in the emulated console.\n" "\n" @@ -1403,7 +1425,7 @@ msgid "" "of games can benefit from this." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:111 msgid "" "Adjusts the emulated CPU's clock rate.\n" "\n" @@ -1430,7 +1452,7 @@ msgstr "進階" msgid "Advanced Settings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:517 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:553 msgid "" "Affects how the game output is scaled to the window resolution.
The " "performance mostly depends on the number of samples each method uses." @@ -1486,7 +1508,7 @@ msgstr "" #: Source/Core/DolphinQt/GCMemcardManager.cpp:363 #: Source/Core/DolphinQt/GCMemcardManager.cpp:440 #: Source/Core/DolphinQt/GCMemcardManager.cpp:591 -#: Source/Core/DolphinQt/MainWindow.cpp:780 +#: Source/Core/DolphinQt/MainWindow.cpp:793 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:139 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:345 #: Source/Core/DolphinQt/Settings/PathPane.cpp:51 @@ -1494,7 +1516,7 @@ msgid "All Files" msgstr "" #: Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp:75 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:682 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 msgid "All Files (*)" msgstr "" @@ -1503,7 +1525,7 @@ msgstr "" msgid "All Float" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:779 +#: Source/Core/DolphinQt/MainWindow.cpp:792 #: Source/Core/DolphinQt/Settings/PathPane.cpp:50 msgid "All GC/Wii files" msgstr "" @@ -1512,8 +1534,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1525,27 +1547,27 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1210 +#: Source/Core/Core/NetPlayServer.cpp:1211 msgid "All players' codes synchronized." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1152 +#: Source/Core/Core/NetPlayServer.cpp:1153 msgid "All players' saves synchronized." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:149 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:151 msgid "Allow Mismatched Region Settings" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:263 +#: Source/Core/DolphinQt/Main.cpp:262 msgid "Allow Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:220 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 msgid "Allow Writes to SD Card" msgstr "" @@ -1563,7 +1585,7 @@ msgstr "" msgid "Alternate Input Sources" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:208 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:207 msgid "Always" msgstr "" @@ -1585,7 +1607,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1599,7 +1621,7 @@ msgstr "" msgid "Angular velocity to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:662 msgid "Anti-Aliasing" msgstr "" @@ -1611,25 +1633,25 @@ msgstr "邊緣抗鋸齒:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1708 -msgid "Append signature to" +#: Source/Core/DolphinQt/MenuBar.cpp:1736 +msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1047 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:551 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:587 msgid "" "Applies a post-processing effect after rendering a frame.

If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1637,19 +1659,19 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1731 -msgid "Apply signature file" +#: Source/Core/DolphinQt/MenuBar.cpp:1759 +msgid "Apply Signature File" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:159 msgid "Arbitrary Mipmap Detection" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:264 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:266 msgid "Are you sure that you want to delete '%1'?" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:834 +#: Source/Core/DolphinQt/GameList/GameList.cpp:830 msgid "Are you sure you want to delete this file?" msgstr "" @@ -1657,10 +1679,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:500 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Are you sure you want to log out of RetroAchievements?" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:502 msgid "Are you sure you want to quit NetPlay?" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Are you sure you want to turn hardcore mode off?" +msgstr "" + #: Source/Core/DolphinQt/ConvertDialog.cpp:284 msgid "Are you sure?" msgstr "" @@ -1669,16 +1699,16 @@ msgstr "" msgid "Area Sampling" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:319 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320 msgid "Aspect Ratio" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Aspect Ratio Corrected Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:92 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:91 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:162 msgid "Aspect Ratio:" msgstr "畫面比例:" @@ -1686,8 +1716,8 @@ msgstr "畫面比例:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 -msgid "Assemble instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +msgid "Assemble Instruction" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:234 @@ -1698,7 +1728,7 @@ msgstr "" msgid "Assembly File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:296 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:298 msgid "Assign Controller Ports" msgstr "" @@ -1719,11 +1749,11 @@ msgstr "" msgid "Audio" msgstr "聲音" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:82 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:81 msgid "Audio Backend:" msgstr "聲音裝置:" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:141 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:140 msgid "Audio Stretching Settings" msgstr "" @@ -1739,7 +1769,7 @@ msgstr "" msgid "Authors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 #: Source/Core/DolphinQt/Settings/WiiPane.cpp:76 msgid "Auto" msgstr "自動" @@ -1748,11 +1778,15 @@ msgstr "自動" msgid "Auto (Multiple of 640x528)" msgstr "自動 (640x528 的倍數)" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:184 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 +msgid "Auto Update" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:481 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:483 msgid "" "Auto internal resolution is not allowed in strict sync mode, as it depends " "on window size.\n" @@ -1760,7 +1794,7 @@ msgid "" "Please select a specific internal resolution." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:107 msgid "Auto-Adjust Window Size" msgstr "" @@ -1768,20 +1802,31 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "Auto-detect RSO modules?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:240 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:239 msgid "Automatically Sync with Folder" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:249 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:248 msgid "" "Automatically adjusts the window size to the internal resolution." "

If unsure, leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:389 +msgid "" +"Automatically changes the game disc when requested by games with two discs. " +"This feature requires the game to be launched in one of the following ways:" +"
- From the game list, with both discs being present in the game list." +"
- With File > Open or the command line interface, with the paths to both " +"discs being provided.
- By launching an M3U file with File > Open or the " +"command line interface.

If unsure, leave this " +"unchecked." +msgstr "" + #: Source/Core/DolphinQt/CheatSearchWidget.cpp:246 msgid "Automatically update Current Values" msgstr "" @@ -1793,7 +1838,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1824,19 +1869,19 @@ msgstr "" msgid "Back Chain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:314 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:313 msgid "Backend" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:170 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:169 msgid "Backend Multithreading" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:79 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:78 msgid "Backend Settings" msgstr "裝置設定" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:86 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:85 msgid "Backend:" msgstr "" @@ -1845,20 +1890,20 @@ msgstr "" msgid "Background Input" msgstr "背景輸入" -#: Source/Core/Core/FreeLookManager.cpp:93 +#: Source/Core/Core/FreeLookManager.cpp:96 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:25 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:23 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:21 msgid "Backward" msgstr "向後" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:824 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:822 msgid "Bad Value Given" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:810 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:808 msgid "Bad address provided." msgstr "" @@ -1866,28 +1911,28 @@ msgstr "" msgid "Bad dump" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:816 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:814 msgid "Bad offset provided." msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 msgid "Bad value provided." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 +#: Source/Core/DolphinQt/GameList/GameList.cpp:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:692 msgid "Banner" msgstr "橫幅" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:146 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:147 msgid "Banner Details" msgstr "圖示明細" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:170 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:171 msgid "Banner:" msgstr "橫幅:" @@ -1903,11 +1948,11 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "基本" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:138 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:139 msgid "Basic Settings" msgstr "基本設定" @@ -1955,7 +2000,7 @@ msgstr "" msgid "Binary SSL (write)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:155 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:154 msgid "Bitrate (kbps):" msgstr "" @@ -1967,13 +2012,13 @@ msgid "" "Try again with a different character." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1010 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: Source/Core/DolphinQt/MenuBar.cpp:702 msgid "Block Size" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:75 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:76 #: Source/Core/DolphinQt/ConvertDialog.cpp:64 msgid "Block Size:" msgstr "" @@ -2005,67 +2050,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:588 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1811 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1837 +#: Source/Core/DolphinQt/MainWindow.cpp:1812 msgid "BootMii keys file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:183 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:182 msgid "Borderless Fullscreen" msgstr "無框全螢幕" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:359 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 msgid "Bottom" msgstr "下方" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:306 msgid "Branch" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:391 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:316 msgid "Branch Conditional to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:392 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:317 msgid "Branch Conditional to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:387 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 msgid "Branch Conditional to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:388 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:313 msgid "Branch Conditional to Link Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:394 msgid "Branch Not Overwritten" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "" @@ -2077,23 +2122,23 @@ msgstr "" msgid "Branch Watch Tool" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:710 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:727 msgid "Branch Watch Tool Help (1/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:723 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:740 msgid "Branch Watch Tool Help (2/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:731 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:748 msgid "Branch Watch Tool Help (3/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:743 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:760 msgid "Branch Watch Tool Help (4/4)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:711 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:728 msgid "" "Branch Watch is a code-searching tool that can isolate branches tracked by " "the emulated CPU by testing candidate branches with simple criteria. If you " @@ -2110,7 +2155,7 @@ msgid "" "phase." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:724 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:741 msgid "" "Branch Watch starts in the blacklist phase, meaning no candidates have been " "chosen yet, but candidates found so far can be excluded from the candidacy " @@ -2120,19 +2165,19 @@ msgid "" "phase, and the table will populate with all eligible candidates." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:314 msgid "Branch to Count Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:390 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:315 msgid "Branch to Count Register (LR saved)" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:385 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 msgid "Branch to Link Register" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:386 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 msgid "Branch to Link Register (LR saved)" msgstr "" @@ -2141,30 +2186,30 @@ msgstr "" msgid "Branch: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:164 msgid "Branches" msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 -msgid "Break &And Log On Hit" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 +msgid "Break &and Log on Hit" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:347 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:26 msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:567 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:95 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2198,24 +2243,24 @@ msgstr "" msgid "Broadband Adapter MAC Address" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:265 +#: Source/Core/DolphinQt/MenuBar.cpp:282 msgid "Browse &NetPlay Sessions...." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:146 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:145 msgid "Buffer Size:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:928 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "緩衝:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:267 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:270 msgid "" "Buggy GPU driver detected.\n" "Please either install the closed-source GPU driver or update your Mesa 3D " @@ -2260,7 +2305,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1042 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2268,11 +2313,11 @@ msgstr "" msgid "CP register " msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:63 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:64 msgid "CPU Emulation Engine:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:52 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:53 msgid "CPU Options" msgstr "CPU 選項" @@ -2280,11 +2325,11 @@ msgstr "CPU 選項" msgid "CRC32:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 msgid "Cached Interpreter (slower)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:336 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:335 msgid "" "Caches custom textures to system RAM on startup.

This can require " "exponentially more RAM but fixes possible stuttering." @@ -2295,7 +2340,7 @@ msgstr "" msgid "Calculate" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:559 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:595 msgid "" "Calculates lighting of 3D objects per-pixel rather than per-vertex, " "smoothing out the appearance of lit polygons and making individual triangles " @@ -2303,11 +2348,11 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:928 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 msgid "Calibrate" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:920 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 msgid "Calibration" msgstr "" @@ -2341,51 +2386,51 @@ msgstr "" msgid "Camera field of view (affects sensitivity of pointing)." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:570 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:572 msgid "Can only generate AR code for values in virtual memory." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:101 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 msgid "Can't be modified yet!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:296 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:298 msgid "Can't edit villains for this trophy!" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1913 +#: Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp:1912 msgid "Can't find Wii Remote by connection handle {0:02x}" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1542 -#: Source/Core/DolphinQt/MainWindow.cpp:1609 +#: Source/Core/DolphinQt/MainWindow.cpp:1552 +#: Source/Core/DolphinQt/MainWindow.cpp:1619 msgid "Can't start a NetPlay Session while a game is still running!" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:62 #: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 #: qtbase/src/gui/kernel/qplatformtheme.cpp:732 msgid "Cancel" msgstr "取消" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:968 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:969 msgid "Cancel Calibration" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:929 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1047 msgid "Candidates: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:947 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1065 msgid "Candidates: %1 | Filtered: %2 | Remaining: %3" msgstr "" @@ -2397,23 +2442,23 @@ msgstr "" msgid "Cannot boot this WAD because it could not be installed to the NAND." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:288 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:290 msgid "Cannot compare against last value on first search." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:626 +#: Source/Core/Core/Boot/Boot.cpp:644 msgid "Cannot find the GC IPL." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:573 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:575 msgid "Cannot generate AR code for this address." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:438 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:440 msgid "Cannot refresh without results." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 msgid "Cannot set GCI folder to an empty path." msgstr "" @@ -2421,13 +2466,13 @@ msgstr "" msgid "Cannot set memory card to an empty path." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:624 +#: Source/Core/Core/Boot/Boot.cpp:642 msgid "Cannot start the game, because the GC IPL could not be found." msgstr "" #. i18n: "Captured" is a participle here. This string is used when listing villains, not when a #. villain was just captured -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:319 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:321 msgid "Captured villain %1:" msgstr "" @@ -2445,7 +2490,7 @@ msgstr "" msgid "Center Mouse" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:929 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 msgid "Center and Calibrate" msgstr "" @@ -2453,7 +2498,7 @@ msgstr "" msgid "Change &Disc" msgstr "更換光碟(&D)" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "更換光碟(&D)..." @@ -2461,7 +2506,7 @@ msgstr "更換光碟(&D)..." msgid "Change Disc" msgstr "更換光碟" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:152 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:155 msgid "Change Discs Automatically" msgstr "" @@ -2469,13 +2514,13 @@ msgstr "" msgid "Change the disc to {0}" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:323 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:322 msgid "" "Changes the appearance and color of Dolphin's buttons." "

If unsure, select Clean." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:286 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:285 msgid "" "Changes the color of the FPS counter depending on emulation speed." "

If unsure, leave this checked." @@ -2493,7 +2538,7 @@ msgid "" "and you may zoom up to the camera's origin point." msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:67 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:68 msgid "Changing cheats will only take effect when the game is restarted." msgstr "" @@ -2505,7 +2550,7 @@ msgstr "" msgid "Character entered is invalid!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:267 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:269 msgid "Chat" msgstr "聊天" @@ -2513,7 +2558,7 @@ msgstr "聊天" msgid "Cheat Code Editor" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:174 +#: Source/Core/DolphinQt/CheatsManager.cpp:151 msgid "Cheat Search" msgstr "尋找作弊代碼" @@ -2521,7 +2566,7 @@ msgstr "尋找作弊代碼" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:297 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2533,13 +2578,13 @@ msgstr "" msgid "Check for updates" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:860 +#: Source/Core/DolphinQt/GameList/GameList.cpp:856 msgid "" "Check whether you have the permissions required to delete the file or " "whether it's still in use." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:211 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" msgstr "" @@ -2551,29 +2596,29 @@ msgstr "" msgid "Choose" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 -msgid "Choose a file to open" -msgstr "選擇一個要開啟的檔案" - -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 -msgid "Choose a file to open or create" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1751 -msgid "Choose priority input file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1756 -msgid "Choose secondary input file" +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 +msgid "Choose Folder to Extract To" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 -msgid "Choose the GCI base folder" +msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:217 -msgid "Choose the folder to extract to" -msgstr "選擇提取的資料夾存放位置" +#: Source/Core/DolphinQt/MenuBar.cpp:1779 +msgid "Choose Priority Input File" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1784 +msgid "Choose Secondary Input File" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 +msgid "Choose a File to Open" +msgstr "" + +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 +msgid "Choose a File to Open or Create" +msgstr "" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2592,17 +2637,18 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:136 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:265 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:152 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:176 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:103 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:114 msgid "Clear" msgstr "清除" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:335 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:257 msgid "Clear Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:904 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2610,11 +2656,11 @@ msgstr "" msgid "Clear Slot" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:90 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:91 msgid "Clock Override" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:192 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:189 msgid "Clone and &Edit Code..." msgstr "" @@ -2623,7 +2669,7 @@ msgstr "" msgid "Close" msgstr "關閉" -#: Source/Core/DolphinQt/MenuBar.cpp:571 Source/Core/DolphinQt/MenuBar.cpp:574 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2631,11 +2677,20 @@ msgstr "" msgid "Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 +#. i18n: Code Buffer Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:390 +msgid "Code Buff. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:636 +msgid "Code Buffer Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 msgid "Code Path Not Taken" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "" @@ -2643,11 +2698,11 @@ msgstr "" msgid "Code:" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1865 +#: Source/Core/Core/NetPlayClient.cpp:1866 msgid "Codes received!" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:631 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:671 msgid "Color Correction" msgstr "" @@ -2663,11 +2718,11 @@ msgstr "" msgid "Color Space" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:310 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:529 msgid "Column &Visibility" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1045 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2680,21 +2735,21 @@ msgstr "" msgid "Comparand:" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1430 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1426 msgid "" "Compared to the Wii disc release of the game, problems of low severity were " "found. Despite this, it's possible that this is a good dump compared to the " "Wii U eShop release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1394 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1390 msgid "" "Compared to the Wii disc release of the game, this is a bad dump. Despite " "this, it's possible that this is a good dump compared to the Wii U eShop " "release of the game. Dolphin can't verify this." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:137 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:136 msgid "Compile Shaders Before Starting" msgstr "" @@ -2702,9 +2757,9 @@ msgstr "" msgid "Compiling Shaders" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1011 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2712,7 +2767,7 @@ msgstr "" msgid "Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:71 #: Source/Core/DolphinQt/ConvertDialog.cpp:68 msgid "Compression:" msgstr "" @@ -2725,11 +2780,11 @@ msgstr "" #. triggering the breakpoint. #. i18n: If a condition is set for a breakpoint, the condition becoming true is a prerequisite #. for triggering the breakpoint. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:460 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:381 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:159 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:278 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2819,7 +2874,7 @@ msgstr "設定" msgid "Configure Controller" msgstr "" -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:44 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:45 #: Source/Core/DolphinQt/Config/GraphicsModWarningWidget.cpp:35 msgid "Configure Dolphin" msgstr "設定 Dolphin" @@ -2832,27 +2887,35 @@ msgstr "設定輸入" msgid "Configure Output" msgstr "設定輸出" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:263 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 #: Source/Core/DolphinQt/ConvertDialog.cpp:283 #: Source/Core/DolphinQt/ConvertDialog.cpp:407 #: Source/Core/DolphinQt/GameList/GameList.cpp:647 -#: Source/Core/DolphinQt/GameList/GameList.cpp:833 -#: Source/Core/DolphinQt/MainWindow.cpp:952 -#: Source/Core/DolphinQt/MainWindow.cpp:1747 +#: Source/Core/DolphinQt/GameList/GameList.cpp:829 +#: Source/Core/DolphinQt/MainWindow.cpp:964 +#: Source/Core/DolphinQt/MainWindow.cpp:1752 #: Source/Core/DolphinQt/WiiUpdate.cpp:142 msgid "Confirm" msgstr "確認" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:203 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:291 +msgid "Confirm Hardcore Off" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:277 +msgid "Confirm Logout" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:202 msgid "Confirm backend change" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:188 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 msgid "Confirm on Stop" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1291 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:499 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" msgstr "" @@ -2862,35 +2925,35 @@ msgstr "" msgid "Connect" msgstr "連接" -#: Source/Core/Core/HotkeyManager.cpp:85 Source/Core/DolphinQt/MenuBar.cpp:340 +#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:355 msgid "Connect Balance Board" msgstr "連接平衡板" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:161 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 msgid "Connect USB Keyboard" msgstr "連接 USB 鍵盤" -#: Source/Core/DolphinQt/MenuBar.cpp:332 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "連接 Wii Remote %1" -#: Source/Core/Core/HotkeyManager.cpp:81 +#: Source/Core/Core/HotkeyManager.cpp:84 msgid "Connect Wii Remote 1" msgstr "連接 Wii Remote 1" -#: Source/Core/Core/HotkeyManager.cpp:82 +#: Source/Core/Core/HotkeyManager.cpp:85 msgid "Connect Wii Remote 2" msgstr "連接 Wii Remote 2" -#: Source/Core/Core/HotkeyManager.cpp:83 +#: Source/Core/Core/HotkeyManager.cpp:86 msgid "Connect Wii Remote 3" msgstr "連接 Wii Remote 3" -#: Source/Core/Core/HotkeyManager.cpp:84 +#: Source/Core/Core/HotkeyManager.cpp:87 msgid "Connect Wii Remote 4" msgstr "連接 Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:325 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "連接 Wii Remote" @@ -2906,7 +2969,7 @@ msgstr "連接至網路並執行線上的系統更新?" msgid "Connected" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:715 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:717 msgid "Connecting" msgstr "" @@ -2914,7 +2977,7 @@ msgstr "" msgid "Connection Type:" msgstr "連線類型:" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1234 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1231 msgid "Content {0:08x} is corrupt." msgstr "" @@ -2931,23 +2994,23 @@ msgstr "" msgid "Control Stick" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:451 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 msgid "Controller Profile" msgstr "控制器設定檔" -#: Source/Core/Core/HotkeyManager.cpp:342 +#: Source/Core/Core/HotkeyManager.cpp:349 msgid "Controller Profile 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:343 +#: Source/Core/Core/HotkeyManager.cpp:350 msgid "Controller Profile 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:344 +#: Source/Core/Core/HotkeyManager.cpp:351 msgid "Controller Profile 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:345 +#: Source/Core/Core/HotkeyManager.cpp:352 msgid "Controller Profile 4" msgstr "" @@ -2959,6 +3022,16 @@ msgstr "控制器設定" msgid "Controllers" msgstr "控制器" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:404 +msgid "" +"Controls how fast emulation runs relative to the original hardware." +"

Values higher than 100% will emulate faster than the original " +"hardware can run, if your hardware is able to keep up. Values lower than " +"100% will slow emulation instead. Unlimited will emulate as fast as your " +"hardware is able to.

If unsure, select 100%." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:51 msgid "" "Controls the base luminance of a paper white surface in nits. Useful for " @@ -2967,7 +3040,7 @@ msgid "" "

If unsure, leave this at 203." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:586 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:622 msgid "" "Controls the distance of the convergence plane. This is the distance at " "which virtual objects will appear to be in front of the screen.

A " @@ -2975,7 +3048,7 @@ msgid "" "more comfortable." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:497 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:533 msgid "" "Controls the rendering resolution.

A high resolution greatly improves " "visual quality, but also greatly increases GPU load and can cause issues in " @@ -2984,7 +3057,7 @@ msgid "" "Native.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:583 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 msgid "" "Controls the separation distance between the virtual cameras.

A " "higher value creates a stronger feeling of depth while a lower value is more " @@ -3009,17 +3082,17 @@ msgid "" "True" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:699 msgid "Convergence" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:145 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:226 msgid "Convergence:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Conversion failed." msgstr "" @@ -3027,9 +3100,9 @@ msgstr "" msgid "Convert" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:270 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:318 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:297 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:317 msgid "Convert File to Folder Now" msgstr "" @@ -3037,9 +3110,9 @@ msgstr "" msgid "Convert File..." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:269 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:293 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:268 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:272 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:292 msgid "Convert Folder to File Now" msgstr "" @@ -3059,8 +3132,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:434 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:281 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:306 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:280 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:305 msgid "Converting..." msgstr "" @@ -3089,45 +3162,45 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:293 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:707 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:736 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:764 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:709 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:738 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:766 msgid "Copy" msgstr "複製" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:577 -msgid "Copy &function" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 +msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 -msgid "Copy &hex" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +msgid "Copy &Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:881 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:882 msgid "Copy Address" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 +msgid "Copy Code &Line" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:641 msgid "Copy Failed" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:883 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:884 msgid "Copy Hex" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 +msgid "Copy Tar&get Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:579 -msgid "Copy code &line" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:586 -msgid "Copy tar&get address" -msgstr "" - #: Source/Core/DolphinQt/GCMemcardManager.cpp:244 msgid "Copy to A" msgstr "" @@ -3142,11 +3215,6 @@ msgstr "" msgid "Core" msgstr "核心" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -msgid "Core is uninitialized." -msgstr "" - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "" @@ -3155,21 +3223,16 @@ msgstr "" msgid "Correct SDR Gamma" msgstr "" -#. i18n: Performance cost, not monetary cost -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:92 -msgid "Cost" -msgstr "" - -#: Source/Core/Core/NetPlayClient.cpp:176 -#: Source/Core/Core/NetPlayClient.cpp:240 +#: Source/Core/Core/NetPlayClient.cpp:177 +#: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:142 +#: Source/Core/Core/NetPlayClient.cpp:143 msgid "Could not create client." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:156 +#: Source/Core/Core/NetPlayClient.cpp:157 msgid "Could not create peer." msgstr "" @@ -3185,14 +3248,14 @@ msgid "" "Internet connection and try again." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:169 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:170 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "\n" "The emulated console will now stop." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:175 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:176 msgid "" "Could not find any usable Bluetooth USB adapter for Bluetooth Passthrough.\n" "The following error occurred when Dolphin tried to use an adapter:\n" @@ -3225,16 +3288,16 @@ msgid "" "The emulated software will likely hang now." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:283 Source/Core/Core/Boot/Boot.cpp:300 +#: Source/Core/Core/Boot/Boot.cpp:285 Source/Core/Core/Boot/Boot.cpp:302 msgid "Could not recognize file {0}" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:278 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:280 msgid "Could not save your changes!" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:303 -#: Source/Core/UICommon/AutoUpdate.cpp:309 +#: Source/Core/UICommon/AutoUpdate.cpp:307 +#: Source/Core/UICommon/AutoUpdate.cpp:313 msgid "Could not start updater process: {0}" msgstr "" @@ -3250,7 +3313,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3262,7 +3325,7 @@ msgstr "" msgid "Couldn't read file." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 msgid "Country:" msgstr "國別:" @@ -3295,7 +3358,7 @@ msgid "Create..." msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:82 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 msgid "Creator:" msgstr "" @@ -3303,11 +3366,11 @@ msgstr "" msgid "Critical" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:166 msgid "Crop" msgstr "剪裁" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:383 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:382 msgid "" "Crops the picture from its native aspect ratio (which rarely exactly matches " "4:3 or 16:9), to the specific user target aspect ratio (e.g. 4:3 or 16:9)." @@ -3319,22 +3382,22 @@ msgstr "" msgid "Crossfade" msgstr "Crossfade" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:174 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 msgid "Cull Vertices on the CPU" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:401 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:400 msgid "" "Cull vertices on the CPU to reduce the number of draw calls required. May " "affect performance and draw statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:307 +#: Source/Core/DolphinQt/MenuBar.cpp:322 msgid "Current Region" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Current Value" msgstr "" @@ -3342,7 +3405,7 @@ msgstr "" msgid "Current context" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:212 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:214 msgid "Current game" msgstr "" @@ -3350,11 +3413,11 @@ msgstr "" msgid "Current thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Custom (Stretch)" msgstr "" @@ -3362,19 +3425,19 @@ msgstr "" msgid "Custom Address Space" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:324 msgid "Custom Aspect Ratio Height" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:323 msgid "Custom Aspect Ratio Width" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:62 msgid "Custom Aspect Ratio:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:158 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:159 msgid "Custom RTC Options" msgstr "" @@ -3386,6 +3449,32 @@ msgstr "" msgid "Customize" msgstr "" +#. i18n: Cycles Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:402 +msgid "Cycles %" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:647 +msgid "Cycles Average" +msgstr "" + +#. i18n: Cycles Average +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:400 +msgid "Cycles Avg." +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:649 +msgid "Cycles Percent" +msgstr "" + +#. i18n: "Cycles" means instruction cycles. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:398 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:645 +msgid "Cycles Spent" +msgstr "" + #: Source/Core/Core/HW/GBAPadEmu.h:39 Source/Core/Core/HW/GCPadEmu.h:59 #: Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h:223 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.h:122 @@ -3413,7 +3502,7 @@ msgstr "" msgid "DK Bongos" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:49 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:48 msgid "DSP Emulation Engine" msgstr "" @@ -3421,15 +3510,15 @@ msgstr "" msgid "DSP HLE (fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:52 msgid "DSP HLE (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:55 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 msgid "DSP LLE Interpreter (very slow)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:54 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:53 msgid "DSP LLE Recompiler (slow)" msgstr "" @@ -3455,7 +3544,7 @@ msgstr "" msgid "Dark" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:139 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:141 msgid "Data" msgstr "" @@ -3483,7 +3572,7 @@ msgstr "" msgid "Data inconsistency in GCMemcardManager, aborting action." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1823 +#: Source/Core/Core/NetPlayClient.cpp:1824 msgid "Data received!" msgstr "" @@ -3500,8 +3589,8 @@ msgstr "非作用區" msgid "Debug" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:83 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:82 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 msgid "Debugging" msgstr "" @@ -3510,40 +3599,40 @@ msgstr "" msgid "Decimal" msgstr "Decimal" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:102 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:101 msgid "Decoding Quality:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:97 +#: Source/Core/Core/FreeLookManager.cpp:100 msgid "Decrease" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:128 +#: Source/Core/Core/HotkeyManager.cpp:131 msgid "Decrease Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:126 +#: Source/Core/Core/HotkeyManager.cpp:129 msgid "Decrease Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:46 +#: Source/Core/Core/HotkeyManager.cpp:49 msgid "Decrease Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:119 +#: Source/Core/Core/HotkeyManager.cpp:122 msgid "Decrease IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:186 msgid "Decrease Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:108 +#: Source/Core/Core/FreeLookManager.cpp:111 msgid "Decrease X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:110 +#: Source/Core/Core/FreeLookManager.cpp:113 msgid "Decrease Y" msgstr "" @@ -3557,7 +3646,7 @@ msgstr "預設值" msgid "Default Config (Read Only)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:367 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:386 msgid "Default Device" msgstr "" @@ -3573,7 +3662,7 @@ msgstr "預設的 ISO:" msgid "Default thread" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:194 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:193 msgid "Defer EFB Cache Invalidation" msgstr "" @@ -3581,7 +3670,7 @@ msgstr "" msgid "Defer EFB Copies to RAM" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:405 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:404 msgid "" "Defers invalidation of the EFB access cache until a GPU synchronization " "command is executed. If disabled, the cache will be invalidated with every " @@ -3591,8 +3680,8 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:529 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:546 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "刪除" @@ -3610,7 +3699,7 @@ msgstr "" msgid "Delete the existing file '{0}'?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:656 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" msgstr "" @@ -3618,22 +3707,22 @@ msgstr "" msgid "Depth Percentage:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:224 msgid "Depth:" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:48 #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:237 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/GameList/GameList.cpp:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:675 +#: Source/Core/DolphinQt/MenuBar.cpp:694 #: Source/Core/DolphinQt/ResourcePackManager.cpp:92 msgid "Description" msgstr "描述" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:119 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:120 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:159 msgid "Description:" msgstr "" @@ -3641,7 +3730,7 @@ msgstr "" msgid "Description: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Destination" msgstr "" @@ -3654,16 +3743,16 @@ msgstr "" msgid "Destination (address:port):" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:423 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:347 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Destination Symbol" msgstr "" @@ -3676,7 +3765,7 @@ msgstr "" msgid "Detect" msgstr "檢測" -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3684,7 +3773,7 @@ msgstr "" msgid "Deterministic dual core:" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Dev (multiple times a day)" msgstr "" @@ -3706,7 +3795,7 @@ msgstr "裝置設定" msgid "Device VID (e.g., 057e)" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:130 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:129 msgid "Device:" msgstr "" @@ -3714,7 +3803,7 @@ msgstr "" msgid "Did not recognize %1 as a valid Riivolution XML file." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:190 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:189 msgid "Dims the screen after five minutes of inactivity." msgstr "" @@ -3738,19 +3827,19 @@ msgstr "" msgid "Disable Copy Filter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:112 msgid "Disable EFB VRAM Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:48 +#: Source/Core/Core/HotkeyManager.cpp:51 msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:884 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:890 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3758,11 +3847,11 @@ msgstr "" msgid "Disable Fog" msgstr "關閉霧化" -#: Source/Core/DolphinQt/MenuBar.cpp:876 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:896 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3770,21 +3859,21 @@ msgstr "" msgid "Disabled" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:279 msgid "" "Disables bounding box emulation.

This may improve GPU performance " "significantly, but some games will break.

If " "unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:346 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:345 msgid "" "Disables the VRAM copy of the EFB, forcing a round-trip to RAM. Inhibits all " "upscaling.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:598 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:638 msgid "" "Disables the blending of adjacent rows when copying the EFB. This is known " "in some games as \"deflickering\" or \"smoothing\".

Disabling the " @@ -3793,7 +3882,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3807,7 +3896,8 @@ msgstr "光碟" msgid "Discard" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 +#. i18n: Settings that affect how achievements are displayed while playing. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3837,15 +3927,15 @@ msgstr "" msgid "Distance of travel from neutral position." msgstr "" -#: Source/Core/DolphinQt/Main.cpp:265 +#: Source/Core/DolphinQt/Main.cpp:264 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1748 +#: Source/Core/DolphinQt/MainWindow.cpp:1753 msgid "Do you want to add \"%1\" to the list of Game Paths?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3855,7 +3945,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:956 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "您要停止目前的模擬嗎?" @@ -3863,12 +3953,12 @@ msgstr "您要停止目前的模擬嗎?" msgid "Do you want to try to repair the NAND?" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:84 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:83 msgid "Dolby Pro Logic II Decoder" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:218 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:229 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:222 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:233 msgid "Dolphin FIFO Log (*.dff)" msgstr "" @@ -3876,22 +3966,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 -#: Source/Core/DolphinQt/MenuBar.cpp:1629 +#: Source/Core/DolphinQt/MenuBar.cpp:1621 +#: Source/Core/DolphinQt/MenuBar.cpp:1638 +#: Source/Core/DolphinQt/MenuBar.cpp:1657 msgid "Dolphin Map File (*.map)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature CSV File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:78 +#: Source/Core/DolphinQt/MenuBar.cpp:79 msgid "Dolphin Signature File" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS 影片 (*.dtm)" @@ -3924,27 +4014,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:999 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1003 msgid "Dolphin is too old for traversal server" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1383 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1379 msgid "" "Dolphin is unable to verify typical TGC files properly, since they are not " "dumps of actual discs." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1376 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1372 msgid "Dolphin is unable to verify unlicensed discs." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:220 -msgid "" -"Dolphin will use this for titles whose region cannot be determined " -"automatically." -msgstr "" - -#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3953,7 +4037,7 @@ msgstr "" msgid "Domain" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200 msgid "Don't Update" msgstr "" @@ -3978,7 +4062,7 @@ msgstr "" msgid "Double" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:89 +#: Source/Core/Core/FreeLookManager.cpp:92 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:80 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:35 #: Source/Core/DolphinQt/ResourcePackManager.cpp:44 @@ -3988,33 +4072,33 @@ msgstr "" msgid "Down" msgstr "下" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:92 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:102 msgid "Download Codes" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:94 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:106 msgid "Download Codes from the WiiRD Database" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:165 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:164 msgid "Download Game Covers from GameTDB.com for Use in Grid Mode" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:406 msgid "Download complete" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:386 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:407 msgid "Downloaded %1 codes. (added %2)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:336 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:335 msgid "" -"Downloads full game covers from GameTDB.com to display in the Game List's " -"Grid View. If this setting is unchecked the Game List displays a banner " -"generated from the game's save files, and if the game has no save file " -"displays a generic banner instead.

List View will always use the save " -"file banners.

If unsure, leave this checked.
List View will always use the save file " +"banners.

If unsure, leave this checked." msgstr "" @@ -4057,19 +4141,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:845 +#: Source/Core/DolphinQt/MenuBar.cpp:864 msgid "Dump Audio" msgstr "轉儲聲音" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 msgid "Dump Base Textures" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 msgid "Dump EFB Target" msgstr "轉儲 EFB 目標" -#: Source/Core/DolphinQt/MenuBar.cpp:839 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "轉儲畫格" @@ -4077,7 +4161,7 @@ msgstr "轉儲畫格" msgid "Dump GameCube BBA traffic" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:131 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:130 msgid "Dump Mip Maps" msgstr "" @@ -4085,7 +4169,7 @@ msgstr "" msgid "Dump Path:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:111 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:110 msgid "Dump XFB Target" msgstr "" @@ -4110,20 +4194,20 @@ msgstr "" msgid "Dump root CA certificates" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:318 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:317 msgid "" "Dumps decoded game textures based on the other flags to User/Dump/Textures/" "<game_id>/.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:340 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:339 msgid "" "Dumps the contents of EFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:343 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:342 msgid "" "Dumps the contents of XFB copies to User/Dump/Textures/." "

If unsure, leave this unchecked." @@ -4139,15 +4223,15 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:95 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 msgid "Dutch" msgstr "Dutch" -#: Source/Core/DolphinQt/MenuBar.cpp:242 +#: Source/Core/DolphinQt/MenuBar.cpp:259 msgid "E&xit" msgstr "離開(&X)" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:175 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:176 msgid "EFB copy %1" msgstr "" @@ -4159,7 +4243,7 @@ msgid "" "driver." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:189 msgid "" "Each player sends their own inputs to the game, with equal buffer size for " "all players, configured by the host.\n" @@ -4167,7 +4251,7 @@ msgid "" "important." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "" @@ -4186,16 +4270,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:233 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:528 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:545 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4204,6 +4288,11 @@ msgstr "" msgid "Editor" msgstr "" +#. i18n: Effective Address +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:388 +msgid "Eff. Address" +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Turntable.cpp:79 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:160 msgid "Effect" @@ -4215,11 +4304,20 @@ msgstr "效果" msgid "Effective" msgstr "" +#. i18n: "Effective" means this memory address might be translated within the MMU. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:635 +msgid "Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:370 +msgid "Effective address %1 has no physical address translation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:189 msgid "Effective priority" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4241,7 +4339,7 @@ msgstr "" msgid "Empty" msgstr "" -#: Source/Core/Core/Core.cpp:242 +#: Source/Core/Core/Core.cpp:247 msgid "Emu Thread already running" msgstr "模擬器線程已經執行中" @@ -4267,7 +4365,7 @@ msgid "" "Defaults to True" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "" @@ -4282,27 +4380,27 @@ msgid "" "DFF: MEM1 {4:08X} ({5} MiB), MEM2 {6:08X} ({7} MiB)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:335 +#: Source/Core/Core/HotkeyManager.cpp:342 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:26 msgid "Emulation Speed" msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientWidget.cpp:30 #: Source/Core/DolphinQt/Config/FreeLookWidget.cpp:36 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:129 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:128 #: Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp:138 msgid "Enable" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:94 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:93 msgid "Enable API Validation Layers" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:143 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:142 msgid "Enable Audio Stretching" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:146 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:147 msgid "Enable Cheats" msgstr "開啟作弊" @@ -4310,15 +4408,15 @@ msgstr "開啟作弊" msgid "Enable Controller Inpu&t" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:162 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:163 msgid "Enable Custom RTC" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:167 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:166 msgid "Enable Debugging UI" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "" @@ -4326,19 +4424,19 @@ msgstr "" msgid "Enable Dual Core" msgstr "開啟雙核心" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:143 -msgid "Enable Dual Core (speedup)" -msgstr "開啟雙核心 (加速)" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:144 +msgid "Enable Dual Core (speedhack)" +msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:95 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:96 msgid "Enable Emulated CPU Clock Override" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:125 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:126 msgid "Enable Emulated Memory Size Override" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:86 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 msgid "Enable Encore Achievements" msgstr "" @@ -4346,15 +4444,15 @@ msgstr "" msgid "Enable FPRF" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:114 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:113 msgid "Enable Graphics Mods" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:66 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:83 msgid "Enable Hardcore Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:85 msgid "" "Enable Hardcore Mode on RetroAchievements.

Hardcore Mode is intended " "to provide an experience as close to gaming on the original hardware as " @@ -4372,33 +4470,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:915 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:88 -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:69 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:70 msgid "Enable MMU" msgstr "開啟 MMU" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:120 msgid "Enable Progress Notifications" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:168 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:167 msgid "Enable Progressive Scan" msgstr "開啟逐行掃瞄" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:51 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:68 msgid "Enable RetroAchievements.org Integration" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:39 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:354 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:353 msgid "Enable Rumble" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 msgid "Enable Screen Saver" msgstr "" @@ -4406,27 +4504,27 @@ msgstr "" msgid "Enable Speaker Data" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:92 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:109 msgid "Enable Spectator Mode" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:97 msgid "Enable Unofficial Achievements" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:234 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:235 msgid "Enable Usage Statistics Reporting" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:160 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:159 msgid "Enable WiiConnect24 via WiiLink" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:86 msgid "Enable Wireframe" msgstr "開啟線框" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:83 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:84 msgid "Enable Write-Back Cache (slow)" msgstr "" @@ -4436,7 +4534,7 @@ msgid "" "problems in some games. (ON = Compatible, OFF = Unlocked)" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:70 msgid "" "Enable integration with RetroAchievements for earning achievements and " "competing in leaderboards.

Must log in with a RetroAchievements " @@ -4444,14 +4542,14 @@ msgid "" "token to maintain login." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:122 msgid "" "Enable progress notifications on achievements.

Displays a brief popup " "message whenever the player makes progress on an achievement that tracks an " "accumulated value, such as 60 out of 120 stars." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:88 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:105 msgid "" "Enable unlocking achievements in Encore Mode.

Encore Mode re-enables " "achievements the player has already unlocked on the site so that the player " @@ -4460,7 +4558,7 @@ msgid "" "game load." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:94 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:111 msgid "" "Enable unlocking achievements in Spectator Mode.

While in Spectator " "Mode, achievements and leaderboards will be processed and displayed on " @@ -4470,7 +4568,7 @@ msgid "" "launch, it can be toggled freely while the game is running." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:82 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 msgid "" "Enable unlocking unofficial achievements as well as official achievements." "

Unofficial achievements may be optional or unfinished achievements " @@ -4478,7 +4576,7 @@ msgid "" "for testing or simply for fun.

Setting takes effect on next game load." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:98 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:97 msgid "" "Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends " "only." @@ -4490,18 +4588,18 @@ msgid "" "= Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:604 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:644 msgid "" "Enables detection of arbitrary mipmaps, which some games use for special " "distance-based effects.

May have false positives that result in " "blurry textures at increased internal resolution, such as in games that use " "very low resolution mipmaps. Disabling this can also reduce stutter in games " -"that frequently load new textures. This feature is not compatible with GPU " -"Texture Decoding.

If unsure, leave this unchecked." +"that frequently load new textures.

This setting is disabled when GPU " +"Texture Decoding is enabled.

If unsure, leave this " +"unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:85 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:86 msgid "" "Enables emulation of the CPU write-back cache.
Enabling will have a " "significant impact on performance.
This should be left disabled unless " @@ -4509,7 +4607,7 @@ msgid "" "
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:391 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:390 msgid "" "Enables multithreaded command submission in backends where supported. " "Enabling this option may result in a performance improvement on systems with " @@ -4517,14 +4615,14 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:387 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:386 msgid "" "Enables progressive scan if supported by the emulated software. Most games " "don't have any issue with this.

If unsure, leave " "this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:652 msgid "" "Enables scRGB HDR output (if supported by your graphics backend and " "monitor). Fullscreen might be required.

This gives post process " @@ -4534,7 +4632,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:151 msgid "Enables stretching of the audio to match emulation speed." msgstr "" @@ -4542,9 +4640,9 @@ msgstr "" msgid "" "Enables texture decoding using the GPU instead of the CPU.

This may " "result in performance gains in some scenarios, or on systems where the CPU " -"is the bottleneck.

This option is incompatible with Arbitrary Mipmap " -"Detection.

If unsure, leave this unchecked." +"is the bottleneck.

If this setting is enabled, Arbitrary Mipmap " +"Detection will be disabled.

If unsure, leave this " +"unchecked." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:100 @@ -4553,14 +4651,14 @@ msgid "" "OFF = Fast)" msgstr "開啟記憶體管理單元,某些遊戲需要。(ON = 兼容、OFF = 快速)" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:71 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:72 msgid "" "Enables the Memory Management Unit, needed for some games. (ON = Compatible, " "OFF = Fast)

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:192 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:191 msgid "" "Enables the WiiLink service for WiiConnect24 channels.\n" "WiiLink is an alternate provider for the discontinued WiiConnect24 Channels " @@ -4568,7 +4666,16 @@ msgid "" "Read the Terms of Service at: https://www.wiilink24.com/tos" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:379 +msgid "" +"Enables the use of AR and Gecko cheat codes which can be used to modify " +"games' behavior. These codes can be configured with the Cheats Manager in " +"the Tools menu.

This setting cannot be changed while emulation is " +"active.

If unsure, leave this unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:312 msgid "" "Enables validation of API calls made by the video backend, which may assist " "in debugging graphical issues. On the Vulkan and D3D backends, this also " @@ -4576,7 +4683,7 @@ msgid "" "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:369 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:368 msgid "" "Encodes frame dumps using the FFV1 codec.

If " "unsure, leave this unchecked." @@ -4595,17 +4702,17 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:126 +#: Source/Core/Core/NetPlayServer.cpp:127 msgid "Enet Didn't Initialize" msgstr "" #: Source/Core/DiscIO/Enums.cpp:80 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 msgid "English" msgstr "English" @@ -4622,7 +4729,7 @@ msgstr "" msgid "Enter USB device ID" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 msgid "Enter address to watch:" msgstr "" @@ -4646,78 +4753,77 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1353 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:194 #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:250 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:265 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:46 #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:539 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:253 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:294 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:255 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:296 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:229 #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:256 #: Source/Core/DolphinQt/ConvertDialog.cpp:426 #: Source/Core/DolphinQt/ConvertDialog.cpp:473 #: Source/Core/DolphinQt/ConvertDialog.cpp:528 #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:105 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:649 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:664 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:968 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:982 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1086 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1100 #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:255 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:639 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:645 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:654 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:685 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:691 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:738 -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:745 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:369 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:637 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:643 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:652 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:683 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:689 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:736 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:743 #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 #: Source/Core/DolphinQt/GBAWidget.cpp:583 #: Source/Core/DolphinQt/GCMemcardManager.cpp:347 #: Source/Core/DolphinQt/GCMemcardManager.cpp:377 #: Source/Core/DolphinQt/Main.cpp:212 Source/Core/DolphinQt/Main.cpp:228 -#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:306 -#: Source/Core/DolphinQt/MainWindow.cpp:314 -#: Source/Core/DolphinQt/MainWindow.cpp:1132 -#: Source/Core/DolphinQt/MainWindow.cpp:1541 -#: Source/Core/DolphinQt/MainWindow.cpp:1548 -#: Source/Core/DolphinQt/MainWindow.cpp:1608 -#: Source/Core/DolphinQt/MainWindow.cpp:1615 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1251 -#: Source/Core/DolphinQt/MenuBar.cpp:1337 -#: Source/Core/DolphinQt/MenuBar.cpp:1360 -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1407 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 -#: Source/Core/DolphinQt/MenuBar.cpp:1649 -#: Source/Core/DolphinQt/MenuBar.cpp:1661 -#: Source/Core/DolphinQt/MenuBar.cpp:1673 -#: Source/Core/DolphinQt/MenuBar.cpp:1695 -#: Source/Core/DolphinQt/MenuBar.cpp:1721 -#: Source/Core/DolphinQt/MenuBar.cpp:1773 +#: Source/Core/DolphinQt/Main.cpp:235 Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:323 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 +#: Source/Core/DolphinQt/MainWindow.cpp:1551 +#: Source/Core/DolphinQt/MainWindow.cpp:1558 +#: Source/Core/DolphinQt/MainWindow.cpp:1618 +#: Source/Core/DolphinQt/MainWindow.cpp:1625 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 +#: Source/Core/DolphinQt/MenuBar.cpp:222 Source/Core/DolphinQt/MenuBar.cpp:1275 +#: Source/Core/DolphinQt/MenuBar.cpp:1365 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 +#: Source/Core/DolphinQt/MenuBar.cpp:1677 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 +#: Source/Core/DolphinQt/MenuBar.cpp:1701 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: Source/Core/DolphinQt/MenuBar.cpp:1749 +#: Source/Core/DolphinQt/MenuBar.cpp:1801 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:316 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:480 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:741 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:983 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1106 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1116 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:482 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:987 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:336 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:342 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:349 @@ -4728,10 +4834,10 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:465 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:486 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:507 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:552 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 -#: Source/Core/DolphinQt/Translation.cpp:322 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:551 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:588 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:611 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "錯誤" @@ -4743,7 +4849,7 @@ msgstr "" msgid "Error Opening Adapter: %1" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1503 +#: Source/Core/Core/NetPlayServer.cpp:1504 msgid "Error collecting save data!" msgstr "" @@ -4753,7 +4859,7 @@ msgstr "" msgid "Error converting value" msgstr "" -#: Source/Core/DolphinQt/Translation.cpp:323 +#: Source/Core/DolphinQt/Translation.cpp:322 msgid "Error loading selected language. Falling back to system default." msgstr "讀取選擇的語系出錯。返回使用系統預設值。" @@ -4761,15 +4867,15 @@ msgstr "讀取選擇的語系出錯。返回使用系統預設值。" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:307 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1852 +#: Source/Core/Core/NetPlayClient.cpp:1853 msgid "Error processing codes." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1824 +#: Source/Core/Core/NetPlayClient.cpp:1825 msgid "Error processing data." msgstr "" @@ -4777,11 +4883,11 @@ msgstr "" msgid "Error reading file: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1539 +#: Source/Core/Core/NetPlayServer.cpp:1540 msgid "Error synchronizing cheat codes!" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1525 +#: Source/Core/Core/NetPlayServer.cpp:1526 msgid "Error synchronizing save data!" msgstr "" @@ -4823,7 +4929,7 @@ msgstr "" msgid "Error: GBA{0} failed to open the save in {1}" msgstr "" -#: Source/Core/Core/HW/SI/SI_Device.cpp:201 +#: Source/Core/Core/HW/SI/SI_Device.cpp:176 msgid "Error: This build does not support emulated GBA controllers" msgstr "" @@ -4839,11 +4945,11 @@ msgid "" "may not show fonts correctly, or crash." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1332 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1328 msgid "Errors were found in {0} blocks in the {1} partition." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1343 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1339 msgid "Errors were found in {0} unused blocks in the {1} partition." msgstr "" @@ -4852,12 +4958,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:309 +#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:324 #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "Europe" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 msgid "Exclusive Ubershaders" msgstr "" @@ -4865,15 +4971,15 @@ msgstr "" msgid "Exit" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:944 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:945 msgid "Expected + or closing paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:774 -msgid "Expected arguments: " +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:775 +msgid "Expected arguments: {0}" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:911 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:912 msgid "Expected closing paren." msgstr "" @@ -4885,27 +4991,27 @@ msgstr "" msgid "Expected end of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:930 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:931 msgid "Expected name of input." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:921 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:922 msgid "Expected opening paren." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:841 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:842 msgid "Expected start of expression." msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:815 +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:816 msgid "Expected variable name." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:189 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:188 msgid "Experimental" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:323 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "匯出全部 Wii 存檔" @@ -4916,11 +5022,11 @@ msgstr "匯出全部 Wii 存檔" msgid "Export Failed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:57 +#: Source/Core/Core/HotkeyManager.cpp:60 msgid "Export Recording" msgstr "匯出錄像" -#: Source/Core/DolphinQt/MenuBar.cpp:783 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "匯出錄像..." @@ -4948,14 +5054,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1200 #, c-format msgctxt "" msgid "Exported %n save(s)" msgstr "" #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:272 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:433 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:47 msgid "Extension" msgstr "擴充" @@ -4968,7 +5074,7 @@ msgstr "" msgid "Extension Motion Simulation" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:523 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:525 msgid "External" msgstr "" @@ -4976,35 +5082,35 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:298 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:270 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:269 msgid "Extract Entire Disc..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:294 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:293 msgid "Extract Entire Partition..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:301 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:300 msgid "Extract File..." msgstr "提取檔案..." -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:243 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:242 msgid "Extract Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:253 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:252 msgid "Extract System Data..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:356 msgid "Extracting All Files..." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:358 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:357 msgid "Extracting Directory..." msgstr "" @@ -5014,7 +5120,7 @@ msgid "FD" msgstr "" #: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:40 -#: Source/Core/DolphinQt/MenuBar.cpp:255 +#: Source/Core/DolphinQt/MenuBar.cpp:272 msgid "FIFO Player" msgstr "" @@ -5028,15 +5134,15 @@ msgid "" "%1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:457 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:459 msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1722 +#: Source/Core/DolphinQt/MenuBar.cpp:1750 msgid "Failed to append to signature file '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:669 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:672 msgid "Failed to claim interface for BT passthrough: {0}" msgstr "" @@ -5052,7 +5158,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:984 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5089,32 +5195,32 @@ msgid "" "The Skylander may already be on the portal." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1292 +#: Source/Core/Core/NetPlayClient.cpp:1293 msgid "" "Failed to delete NetPlay GBA{0} save file. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1082 +#: Source/Core/Core/NetPlayClient.cpp:1083 msgid "Failed to delete NetPlay memory card. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:859 +#: Source/Core/DolphinQt/GameList/GameList.cpp:855 msgid "Failed to delete the selected file." msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:662 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:665 msgid "Failed to detach kernel driver for BT passthrough: {0}" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:358 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:379 msgid "Failed to download codes." msgstr "下載代碼失敗。" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:737 msgid "Failed to dump %1: Can't open file" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:746 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:744 msgid "Failed to dump %1: Failed to write to file" msgstr "" @@ -5127,15 +5233,15 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1251 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:387 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:386 msgid "Failed to extract file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:263 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:262 msgid "Failed to extract system data." msgstr "" @@ -5154,25 +5260,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1152 +#: Source/Core/DolphinQt/MenuBar.cpp:1176 msgid "" "Failed to import save file. Please launch the game once, then try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1146 +#: Source/Core/DolphinQt/MenuBar.cpp:1170 msgid "" "Failed to import save file. The given file appears to be corrupted or is not " "a valid Wii save." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: Source/Core/DolphinQt/MenuBar.cpp:1183 msgid "" "Failed to import save file. Your NAND may be corrupt, or something is " "preventing access to files within it. Try repairing your NAND (Tools -> " "Manage NAND -> Check NAND...), then import the save again." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1132 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5183,7 +5289,7 @@ msgid "" "{0}" msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:374 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:378 msgid "Failed to initialize renderer classes" msgstr "" @@ -5192,18 +5298,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1643 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1375 -#: Source/Core/DolphinQt/MenuBar.cpp:1432 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5215,7 +5321,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1661 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5229,7 +5335,7 @@ msgid "" "%1" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:582 +#: Source/Core/Core/Boot/Boot.cpp:600 msgid "Failed to load the executable to memory." msgstr "" @@ -5243,25 +5349,25 @@ msgstr "" msgid "Failed to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:206 +#: Source/Core/DolphinQt/MenuBar.cpp:223 msgid "Failed to open \"%1\" for writing." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:434 +#: Source/Android/jni/MainAndroid.cpp:458 msgid "Failed to open \"{0}\" for writing." msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1726 +#: Source/Core/DolphinQt/MainWindow.cpp:1731 #: Source/Core/DolphinQt/RenderWidget.cpp:125 msgid "Failed to open '%1'" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:647 -msgid "Failed to open Bluetooth device: {0}" +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:648 +msgid "Failed to open Bluetooth device {:04x}:{:04x}: {}" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:983 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1101 msgid "Failed to open Branch Watch snapshot \"%1\"" msgstr "" @@ -5291,7 +5397,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1642 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5324,7 +5430,7 @@ msgid "Failed to open the input file \"%1\"." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:287 Source/Core/DiscIO/FileBlob.cpp:58 -#: Source/Core/DiscIO/WIABlob.cpp:2043 +#: Source/Core/DiscIO/WIABlob.cpp:2050 msgid "" "Failed to open the output file \"{0}\".\n" "Check that you have permissions to write the target folder and that the " @@ -5336,7 +5442,7 @@ msgstr "" msgid "Failed to parse Redump.org data" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:301 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:303 msgid "Failed to parse given value into target data type." msgstr "" @@ -5349,7 +5455,7 @@ msgid "Failed to read from file." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:378 Source/Core/DiscIO/FileBlob.cpp:98 -#: Source/Core/DiscIO/WIABlob.cpp:2058 +#: Source/Core/DiscIO/WIABlob.cpp:2065 msgid "Failed to read from the input file \"{0}\"." msgstr "" @@ -5407,43 +5513,43 @@ msgstr "" msgid "Failed to remove this title from the NAND." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1106 +#: Source/Core/Core/NetPlayClient.cpp:1107 msgid "Failed to reset NetPlay GCI folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1137 +#: Source/Core/Core/NetPlayClient.cpp:1138 msgid "Failed to reset NetPlay NAND folder. Verify your write permissions." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1143 +#: Source/Core/Core/NetPlayClient.cpp:1144 msgid "Failed to reset NetPlay redirect folder. Verify your write permissions." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:969 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1087 msgid "Failed to save Branch Watch snapshot \"%1\"" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:240 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:244 msgid "Failed to save FIFO log." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1650 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1695 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1674 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: Source/Core/DolphinQt/MenuBar.cpp:1802 msgid "Failed to save to signature file '%1'" msgstr "" -#: Source/Core/Core/Core.cpp:533 +#: Source/Core/Core/Core.cpp:538 msgid "" "Failed to sync SD card with folder. All changes made this session will be " "discarded on next boot if you do not manually re-issue a resync in Config > " @@ -5458,11 +5564,11 @@ msgstr "" msgid "Failed to write BT.DINF to SYSCONF" msgstr "寫入 BT.DINF 至 SYSCONF 失敗" -#: Source/Core/Core/NetPlayClient.cpp:1173 +#: Source/Core/Core/NetPlayClient.cpp:1174 msgid "Failed to write Mii data." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1258 +#: Source/Core/Core/NetPlayClient.cpp:1259 msgid "Failed to write Wii save." msgstr "" @@ -5476,7 +5582,7 @@ msgstr "" msgid "Failed to write modified memory card to disk." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1271 +#: Source/Core/Core/NetPlayClient.cpp:1272 msgid "Failed to write redirected save." msgstr "" @@ -5485,7 +5591,7 @@ msgid "Failed to write savefile to disk." msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:382 -#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2062 +#: Source/Core/DiscIO/FileBlob.cpp:104 Source/Core/DiscIO/WIABlob.cpp:2069 msgid "" "Failed to write the output file \"{0}\".\n" "Check that you have enough space available on the target drive." @@ -5493,20 +5599,21 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/GameList/GameList.cpp:858 -#: Source/Core/DolphinQt/MenuBar.cpp:1117 +#: Source/Core/DolphinQt/GameList/GameList.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:203 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:210 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:464 msgid "Fallback Region" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:214 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:221 msgid "Fallback Region:" msgstr "" @@ -5525,7 +5632,7 @@ msgid "" "{2}.){3}" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:105 +#: Source/Core/Core/FreeLookManager.cpp:108 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:25 msgid "Field of View" msgstr "" @@ -5538,46 +5645,46 @@ msgstr "" msgid "Figure type" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:46 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:47 msgid "File Details" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1009 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: Source/Core/DolphinQt/MenuBar.cpp:701 msgid "File Format" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:65 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:66 msgid "File Format:" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:83 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:87 msgid "File Info" msgstr "檔案資訊" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "檔案名稱" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1005 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:700 msgid "File Size" msgstr "檔案大小" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:58 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59 msgid "File Size:" msgstr "" -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:364 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:385 msgid "File contained no codes." msgstr "檔案未含有代碼。" @@ -5589,7 +5696,7 @@ msgstr "" msgid "Files opened, ready to compress." msgstr "檔案已開啟, 準備壓縮。" -#: Source/Core/Core/Boot/Boot.cpp:92 +#: Source/Core/Core/Boot/Boot.cpp:94 msgid "" "Files specified in the M3U file \"{0}\" were not found:\n" "{1}" @@ -5619,7 +5726,7 @@ msgstr "" msgid "Find &Previous" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:953 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:954 msgid "Finish Calibration" msgstr "" @@ -5652,12 +5759,6 @@ msgstr "" msgid "Fixed Alignment" msgstr "" -#. i18n: These are the kinds of flags that a CPU uses (e.g. carry), -#. not the kinds of flags that represent e.g. countries -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:88 -msgid "Flags" -msgstr "" - #. i18n: A floating point number #. i18n: Floating-point (non-integer) number #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:139 @@ -5667,11 +5768,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:571 -msgid "Follow &branch" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:576 +msgid "Follow &Branch" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:921 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:922 msgid "For best results please slowly move your input to all possible regions." msgstr "" @@ -5687,7 +5788,7 @@ msgid "" "\">refer to this page." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 16:9" msgstr "強制 16:9" @@ -5695,7 +5796,7 @@ msgstr "強制 16:9" msgid "Force 24-Bit Color" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:59 msgid "Force 4:3" msgstr "強制 4:3" @@ -5727,15 +5828,15 @@ msgstr "" msgid "Force Nearest" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:471 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:470 msgid "Forced off because %1 doesn't support VS expansion." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:468 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:467 msgid "Forced on because %1 doesn't support geometry shaders." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:565 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:601 msgid "" "Forces the game to output graphics at any aspect ratio by expanding the view " "frustum without stretching the image.
This is a hack, and its results " @@ -5745,7 +5846,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:593 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:633 msgid "" "Forces the game to render the RGB color channels in 24-bit, thereby " "increasing quality by reducing color banding.

Has no impact on " @@ -5753,7 +5854,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:326 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:325 msgid "" "Forces the render window to stay on top of other windows and applications." "

If unsure, leave this unchecked." @@ -5763,7 +5864,7 @@ msgstr "" msgid "Format:" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:92 +#: Source/Core/Core/FreeLookManager.cpp:95 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUAccelerometer.cpp:22 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp:20 @@ -5778,38 +5879,38 @@ msgstr "" msgid "Found %1 results for \"%2\"" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:337 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:339 #, c-format msgctxt "" msgid "Found %n address(es)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:155 msgid "Frame %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:50 Source/Core/Core/HotkeyManager.cpp:336 +#: Source/Core/Core/HotkeyManager.cpp:53 Source/Core/Core/HotkeyManager.cpp:343 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:21 msgid "Frame Advance" msgstr "畫格步進" -#: Source/Core/Core/HotkeyManager.cpp:51 +#: Source/Core/Core/HotkeyManager.cpp:54 msgid "Frame Advance Decrease Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:52 +#: Source/Core/Core/HotkeyManager.cpp:55 msgid "Frame Advance Increase Speed" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:53 +#: Source/Core/Core/HotkeyManager.cpp:56 msgid "Frame Advance Reset Speed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:139 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:138 msgid "Frame Dumping" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:108 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 msgid "Frame Range" msgstr "" @@ -5817,7 +5918,7 @@ msgstr "" msgid "Frame dump image(s) '{0}' already exists. Overwrite?" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:138 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:142 msgid "Frames to Record:" msgstr "" @@ -5837,7 +5938,7 @@ msgstr "" msgid "Free Look Control Type" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:469 msgid "Free Look Controller %1" msgstr "" @@ -5853,22 +5954,26 @@ msgid "" "this page." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:315 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:183 +msgid "Free memory:" +msgstr "" + +#: Source/Core/Core/FreeLookManager.cpp:318 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:25 msgid "FreeLook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:348 +#: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:121 +#: Source/Core/Core/HotkeyManager.cpp:124 msgid "Freelook Toggle" msgstr "" #: Source/Core/DiscIO/Enums.cpp:86 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 msgid "French" msgstr "French" @@ -5887,8 +5992,8 @@ msgid "From" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:249 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:112 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:101 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:116 msgid "From:" msgstr "" @@ -5896,11 +6001,12 @@ msgstr "" msgid "FullScr" msgstr "全螢幕" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:117 +#. i18n: Settings that affect the functionality of unlocking achievements. +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5920,7 +6026,7 @@ msgstr "" msgid "GBA Cartridge Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:358 +#: Source/Core/Core/HotkeyManager.cpp:365 msgid "GBA Core" msgstr "" @@ -5936,19 +6042,19 @@ msgstr "" msgid "GBA TAS Input %1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:359 +#: Source/Core/Core/HotkeyManager.cpp:366 msgid "GBA Volume" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:360 +#: Source/Core/Core/HotkeyManager.cpp:367 msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:836 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:841 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5972,7 +6078,7 @@ msgstr "" msgid "GCZ GC/Wii images (*.gcz)" msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:720 +#: Source/Core/VideoCommon/CommandProcessor.cpp:715 msgid "" "GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n" "\n" @@ -5990,7 +6096,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:233 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:236 msgid "" "GPU: ERROR: Need GL_ARB_framebuffer_object for multiple render targets.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6000,25 +6106,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:251 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:254 msgid "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "GPU: Does your video card support OpenGL 3.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:276 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:279 msgid "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "GPU: Does your video card support OpenGL 3.3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:260 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:263 msgid "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "GPU: Does your video card support OpenGL 3.1?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:242 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:245 msgid "" "GPU: OGL ERROR: Need GL_ARB_vertex_array_object.\n" "GPU: Does your video card support OpenGL 3.0?" @@ -6030,7 +6136,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:468 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:471 msgid "" "GPU: OGL ERROR: Need at least GLSL 1.30\n" "GPU: Does your video card support OpenGL 3.0?\n" @@ -6048,22 +6154,22 @@ msgstr "" msgid "Game" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:400 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:402 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:460 msgid "Game Boy Advance" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:649 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:648 msgid "Game Boy Advance Carts (*.gba)" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:836 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:835 msgid "" "Game Boy Advance ROMs (*.gba *.gbc *.gb *.7z *.zip *.agb *.mb *.rom *.bin);;" "All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:399 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:401 msgid "Game Boy Advance at Port %1" msgstr "" @@ -6075,7 +6181,7 @@ msgstr "" msgid "Game Config" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:87 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:88 msgid "Game Details" msgstr "" @@ -6091,39 +6197,39 @@ msgstr "" msgid "Game Gamma:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1006 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1002 +#: Source/Core/DolphinQt/MenuBar.cpp:698 msgid "Game ID" msgstr "遊戲 ID" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:123 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:111 msgid "Game ID:" msgstr "遊戲 ID :" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:828 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:644 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:646 msgid "" "Game file has a different hash; right-click it, select Properties, switch to " "the Verify tab, and select Verify Integrity to check the hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Game has a different disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Game has a different revision" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1749 +#: Source/Core/Core/NetPlayClient.cpp:1750 msgid "Game is already running!" msgstr "遊戲正在執行!" @@ -6132,7 +6238,7 @@ msgid "" "Game overwrote with another games save. Data corruption ahead {0:#x}, {1:#x}" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Game region does not match" msgstr "" @@ -6152,11 +6258,11 @@ msgstr "" msgid "GameCube Adapter for Wii U at Port %1" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:413 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:415 msgid "GameCube Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:412 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:414 msgid "GameCube Controller at Port %1" msgstr "" @@ -6164,11 +6270,11 @@ msgstr "" msgid "GameCube Controllers" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:405 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:407 msgid "GameCube Keyboard" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:404 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:406 msgid "GameCube Keyboard at Port %1" msgstr "" @@ -6185,7 +6291,7 @@ msgstr "" msgid "GameCube Memory Cards (*.raw *.gcp)" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:417 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 msgid "GameCube Microphone Slot %1" msgstr "" @@ -6213,45 +6319,53 @@ msgstr "" msgid "Gecko (C2)" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:140 +#: Source/Core/DolphinQt/CheatsManager.cpp:134 #: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:73 msgid "Gecko Codes" msgstr "Gecko 代碼" -#: Source/Core/Core/HotkeyManager.cpp:333 +#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:339 #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:200 #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:60 #: Source/Core/DolphinQt/Config/Graphics/PostProcessingConfigWindow.cpp:120 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGeneral.cpp:21 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:443 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:465 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:445 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:467 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:37 msgid "General" msgstr "一般" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:428 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 msgid "General and Options" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:505 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:507 msgid "Generate Action Replay Code(s)" msgstr "" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:236 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:470 msgid "Generate a New Statistics Identity" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:439 +msgid "" +"Generate a new anonymous ID for your usage statistics. This will cause any " +"future statistics to be unassociated with your previous statistics." +msgstr "" + +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1331 +#: Source/Core/DolphinQt/MenuBar.cpp:1359 msgid "Generated symbol names from '%1'" msgstr "" #: Source/Core/DiscIO/Enums.cpp:83 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:172 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:171 msgid "German" msgstr "German" @@ -6259,11 +6373,11 @@ msgstr "German" msgid "Germany" msgstr "" -#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:161 +#: Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp:162 msgid "GetDeviceList failed: {0}" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6278,7 +6392,7 @@ msgstr "" msgid "Giants" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:197 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 msgid "Golf Mode" msgstr "" @@ -6287,7 +6401,7 @@ msgid "Good dump" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:31 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:454 #: Source/Core/DolphinQt/ToolBar.cpp:131 msgid "Graphics" msgstr "影像" @@ -6296,7 +6410,7 @@ msgstr "影像" msgid "Graphics Mods" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:346 +#: Source/Core/Core/HotkeyManager.cpp:353 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:20 msgid "Graphics Toggles" msgstr "" @@ -6305,7 +6419,7 @@ msgstr "" msgid "Graphics mods are currently disabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:554 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 msgid "" "Greatly increases the quality of textures generated using render-to-texture " "effects.

Slightly increases GPU load and causes relatively few " @@ -6327,7 +6441,7 @@ msgstr "綠 左" msgid "Green Right" msgstr "綠 右" -#: Source/Core/DolphinQt/MenuBar.cpp:654 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6372,7 +6486,7 @@ msgstr "" msgid "Help" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:130 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:131 msgid "Hero level:" msgstr "" @@ -6405,11 +6519,11 @@ msgstr "" msgid "Hide" msgstr "隱藏" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:299 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:520 msgid "Hide &Controls" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:749 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6421,23 +6535,23 @@ msgstr "" msgid "Hide Incompatible Sessions" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:236 msgid "Hide Remote GBAs" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:371 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:370 msgid "" -"Hides the Mouse Cursor whenever it is inside the render window and the " +"Hides the mouse cursor whenever it is inside the render window and the " "render window is focused.

If unsure, select "" "On Movement"." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:209 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:446 msgid "High" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:425 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:444 msgid "Highest" msgstr "" @@ -6460,15 +6574,39 @@ msgstr "主機" msgid "Host Code:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:191 -msgid "Host Input Authority" +#. i18n: Host Far Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:396 +msgid "Host F. Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "Host Size" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:614 +msgid "Host Far Code Cache" +msgstr "" + +#. i18n: "Far Code" refers to the far code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:642 +msgid "Host Far Code Size" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:193 +msgid "Host Input Authority" +msgstr "" + +#. i18n: Host Near Code Size +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:394 +msgid "Host N. Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:613 +msgid "Host Near Code Cache" +msgstr "" + +#. i18n: "Near Code" refers to the near code cache of Dolphin's JITs. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:640 +msgid "Host Near Code Size" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:195 msgid "" "Host has control of sending all inputs to the game, as received from other " "players, giving the host zero latency but increasing latency for others.\n" @@ -6476,14 +6614,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:937 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" msgstr "" +#. i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. +#. %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a +#. percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's +#. recompilation was when considering the host instruction count vs the PPC instruction count. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:241 +msgid "Host instruction count: %1 near %2 far (%3% blowup)" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:527 msgid "Host with NetPlay" msgstr "" @@ -6492,21 +6638,21 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:210 +#: Source/Core/Core/HotkeyManager.cpp:213 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:262 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuGeneral.cpp:41 msgid "Hotkeys" msgstr "快捷鍵" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:169 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:168 msgid "Hotkeys Require Window Focus" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:126 msgid "Hybrid Ubershaders" msgstr "" @@ -6533,7 +6679,7 @@ msgstr "" msgid "ID:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:136 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:137 msgid "IOS Version:" msgstr "" @@ -6564,7 +6710,7 @@ msgid "IR" msgstr "IR" #. i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:363 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:362 msgid "IR Sensitivity:" msgstr "IR 靈敏度:" @@ -6590,18 +6736,18 @@ msgstr "" msgid "Icon" msgstr "圖示" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:199 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:201 msgid "" "Identical to Host Input Authority, except the \"Host\" (who has zero " "latency) can be switched at any time.\n" "Suitable for turn-based games with timing-sensitive controls, such as golf." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:375 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:363 msgid "Identity Generation" msgstr "" -#: Source/Core/DolphinQt/Main.cpp:267 +#: Source/Core/DolphinQt/Main.cpp:266 msgid "" "If authorized, Dolphin can collect data on its performance, feature usage, " "and configuration, as well as data on your system's hardware and operating " @@ -6614,7 +6760,7 @@ msgid "" "This authorization can be revoked at any time through Dolphin's settings." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:170 msgid "" "If checked, all Wii saves will be used instead of only the save of the game " "being started. Useful when switching games mid-session. Has no effect if No " @@ -6628,14 +6774,24 @@ msgid "" "to the connection state of the real default device (if there is one)." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:203 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 msgid "" "If enabled, then all memory updates happen at once before the first frame." "

Causes issues with many fifologs, but can be useful for testing." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:433 +msgid "" +"If selected, Dolphin can collect data on its performance, feature usage, " +"emulated games, and configuration, as well as data on your system's hardware " +"and operating system.

No private data is ever collected. This data " +"helps us understand how people and emulated games use Dolphin and prioritize " +"our efforts. It also helps us identify rare configurations that are causing " +"bugs, performance and stability issues." +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:211 msgid "" "If unchecked, then playback of the fifolog stops after the final frame." "

This is generally only useful when a frame-dumping option is enabled." @@ -6647,7 +6803,7 @@ msgstr "" msgid "Ignore" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6672,14 +6828,14 @@ msgid "" "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If " -"unsure, leave this unchecked." +"unsure, leave this checked.
" msgstr "" #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:93 msgid "Immediately Present XFB" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:424 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:423 msgid "" "Implements fullscreen mode with a borderless window spanning the whole " "screen instead of using exclusive mode. Allows for faster transitions " @@ -6688,7 +6844,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6703,22 +6859,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:321 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1820 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1830 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" " Time elapsed: %1s" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:349 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:348 msgid "" "In the event of an error, Dolphin will halt to inform you of the error and " "present choices on how to proceed. With this option disabled, Dolphin will " @@ -6731,7 +6887,7 @@ msgstr "" msgid "In-Game?" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:283 msgid "" "Includes the contents of the embedded frame buffer (EFB) and upscaled EFB " "copies in save states. Fixes missing and/or non-upscaled textures/objects " @@ -6739,64 +6895,64 @@ msgid "" "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:223 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:225 msgid "Incorrect hero level value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:246 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:248 msgid "Incorrect last placed time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:240 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:242 msgid "Incorrect last reset time!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:217 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:219 msgid "Incorrect money value!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:229 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:231 msgid "Incorrect nickname!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:235 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:237 msgid "Incorrect playtime value!" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:98 +#: Source/Core/Core/FreeLookManager.cpp:101 msgid "Increase" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:129 +#: Source/Core/Core/HotkeyManager.cpp:132 msgid "Increase Convergence" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:127 +#: Source/Core/Core/HotkeyManager.cpp:130 msgid "Increase Depth" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:47 +#: Source/Core/Core/HotkeyManager.cpp:50 msgid "Increase Emulation Speed" msgstr "" #. i18n: IR stands for internal resolution -#: Source/Core/Core/HotkeyManager.cpp:117 +#: Source/Core/Core/HotkeyManager.cpp:120 msgid "Increase IR" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 +#: Source/Core/Core/HotkeyManager.cpp:185 msgid "Increase Selected State Slot" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:107 +#: Source/Core/Core/FreeLookManager.cpp:110 msgid "Increase X" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:109 +#: Source/Core/Core/FreeLookManager.cpp:112 msgid "Increase Y" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:113 +#: Source/Core/Core/FreeLookManager.cpp:116 msgid "Incremental Rotation" msgstr "" @@ -6833,12 +6989,12 @@ msgstr "訊息" #: Source/Core/Common/MsgHandler.cpp:59 #: Source/Core/DolphinQt/GameList/GameList.cpp:717 #: Source/Core/DolphinQt/GameList/GameList.cpp:779 -#: Source/Core/DolphinQt/MenuBar.cpp:1330 -#: Source/Core/DolphinQt/MenuBar.cpp:1573 +#: Source/Core/DolphinQt/MenuBar.cpp:1358 +#: Source/Core/DolphinQt/MenuBar.cpp:1601 msgid "Information" msgstr "訊息" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:171 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:170 msgid "Inhibit Screensaver During Emulation" msgstr "" @@ -6847,11 +7003,11 @@ msgid "Inject" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:438 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:275 -#: Source/Core/DolphinQt/MenuBar.cpp:1353 -#: Source/Core/DolphinQt/MenuBar.cpp:1413 -#: Source/Core/DolphinQt/MenuBar.cpp:1680 -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:276 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "Input" msgstr "輸入" @@ -6865,19 +7021,16 @@ msgstr "" msgid "Input strength to ignore and remap." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1039 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:439 msgid "Insert &BLR" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1037 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 -msgid "Insert &nop" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "插入 SD 卡" @@ -6894,7 +7047,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:293 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6902,13 +7055,14 @@ msgstr "" msgid "Install to the NAND" msgstr "" +#. i18n: Short for "Instruction" #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:47 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 msgid "Instr." msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:46 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/PatchInstructionDialog.cpp:19 msgid "Instruction" msgstr "" @@ -6917,7 +7071,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6926,7 +7080,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:739 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -6985,8 +7139,8 @@ msgid "" "Internal LZO Error - failed to parse decompressed version string ({0} / {1})" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:347 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:619 +#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:659 #: Source/Core/DolphinQt/Config/Mapping/HotkeyGraphics.cpp:27 msgid "Internal Resolution" msgstr "" @@ -6995,15 +7149,15 @@ msgstr "" msgid "Internal Resolution:" msgstr "内部解析度:" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:576 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:578 msgid "Internal error while generating AR code." msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:31 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:32 msgid "Interpreter (slowest)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:856 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7011,7 +7165,7 @@ msgstr "" msgid "Invalid Expression." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:214 +#: Source/Core/UICommon/AutoUpdate.cpp:218 msgid "Invalid JSON received from auto-update service : {0}" msgstr "" @@ -7019,7 +7173,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:315 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7028,11 +7182,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1360 +#: Source/Core/DolphinQt/MenuBar.cpp:1388 msgid "Invalid RSO module address: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:349 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:352 msgid "Invalid callstack" msgstr "" @@ -7044,7 +7198,7 @@ msgstr "" msgid "Invalid game." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1984 +#: Source/Core/Core/NetPlayClient.cpp:1985 msgid "Invalid host" msgstr "" @@ -7053,7 +7207,7 @@ msgid "Invalid input for the field \"%1\"" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterColumn.cpp:86 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:432 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:433 msgid "Invalid input provided" msgstr "" @@ -7061,7 +7215,7 @@ msgstr "" msgid "Invalid literal." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:373 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:375 msgid "Invalid parameters given to search." msgstr "" @@ -7089,13 +7243,21 @@ msgstr "" msgid "Invalid title ID." msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:282 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:283 msgid "Invalid watch address: %1" msgstr "" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +msgid "Invert &Condition" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +msgid "Invert &Decrement Check" +msgstr "" + #: Source/Core/DiscIO/Enums.cpp:92 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:88 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:175 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 msgid "Italian" msgstr "Italian" @@ -7108,95 +7270,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:854 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:868 +#: Source/Core/DolphinQt/MenuBar.cpp:887 msgid "JIT Block Linking Off" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:25 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:515 msgid "JIT Blocks" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:975 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:982 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:960 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:932 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:968 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:946 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:939 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:953 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:926 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:989 +#: Source/Core/DolphinQt/MenuBar.cpp:1010 msgid "JIT Paired Off" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:35 msgid "JIT Recompiler for ARM64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:33 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:34 msgid "JIT Recompiler for x86-64 (recommended)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1010 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:996 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:840 -#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1028 +#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:323 +#: Source/Core/Core/PowerPC/Jit64/Jit.cpp:854 +#: Source/Core/Core/PowerPC/JitArm64/Jit.cpp:1045 msgid "" "JIT failed to find code space after a cache clear. This should never happen. " "Please report this incident on the bug tracker. Dolphin will now exit." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:423 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:311 +#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:326 msgid "Japan" msgstr "" #: Source/Core/DiscIO/Enums.cpp:77 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:170 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:169 msgid "Japanese" msgstr "Japanese" @@ -7207,18 +7371,18 @@ msgstr "Japanese" msgid "Japanese (Shift-JIS)" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:297 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:299 msgid "" "Kaos is the only villain for this trophy and is always unlocked. No need to " "edit anything!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:680 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:685 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:297 msgid "Keep Running" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:187 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:186 msgid "Keep Window on Top" msgstr "" @@ -7248,20 +7412,20 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:295 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:313 +#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:328 msgid "Korea" msgstr "" #: Source/Core/DiscIO/Enums.cpp:104 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:179 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 msgid "Korean" msgstr "Korean" @@ -7290,41 +7454,41 @@ msgstr "" msgid "Label" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:389 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:388 msgid "Language" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:619 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:621 msgid "Last Value" msgstr "" #. i18n: A timestamp for when the Skylander was most recently used -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:158 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:159 msgid "Last placed:" msgstr "" #. i18n: A timestamp for when the Skylander was most recently reset -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:148 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:149 msgid "Last reset:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:88 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:87 msgid "Latency:" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:436 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:455 msgid "Latency: ~10 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:438 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:457 msgid "Latency: ~20 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:461 msgid "Latency: ~40 ms" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:459 msgid "Latency: ~80 ms" msgstr "" @@ -7332,11 +7496,11 @@ msgstr "" msgid "Launching these titles may also fix the issues." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:64 msgid "Leaderboards" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:90 +#: Source/Core/Core/FreeLookManager.cpp:93 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:36 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:35 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:41 @@ -7389,6 +7553,14 @@ msgid "" "Middle-click to clear." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:384 +msgid "" +"Lets you use languages and other region-related settings that the game may " +"not be designed for. May cause various crashes and bugs.

This setting " +"cannot be changed while emulation is active.

If " +"unsure, leave this unchecked." +msgstr "" + #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:47 #: Source/Core/DolphinQt/Config/Mapping/WiimoteEmuExtension.cpp:235 msgid "Levers" @@ -7422,11 +7594,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:688 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:651 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7436,29 +7608,29 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:23 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:129 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:173 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:178 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:104 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:116 msgid "Load" msgstr "讀取" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1034 +#: Source/Core/DolphinQt/MenuBar.cpp:1055 msgid "Load &Other Map File..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:291 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:512 msgid "Load Branch Watch &From..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:615 -msgid "Load Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 +msgid "Load Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:107 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:106 msgid "Load Custom Textures" msgstr "" @@ -7466,24 +7638,29 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:278 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:147 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 msgid "Load Host's Save Data Only" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:356 +#: Source/Core/Core/HotkeyManager.cpp:363 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:22 msgid "Load Last State" msgstr "" +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 +msgid "Load Map File" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:185 +#: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" msgstr "" @@ -7491,171 +7668,166 @@ msgstr "" msgid "Load Slot" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 -#: Source/Core/Core/HotkeyManager.cpp:353 +#: Source/Core/Core/HotkeyManager.cpp:184 +#: Source/Core/Core/HotkeyManager.cpp:360 msgid "Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:166 +#: Source/Core/Core/HotkeyManager.cpp:169 msgid "Load State Last 1" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:175 +#: Source/Core/Core/HotkeyManager.cpp:178 msgid "Load State Last 10" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:167 +#: Source/Core/Core/HotkeyManager.cpp:170 msgid "Load State Last 2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:168 +#: Source/Core/Core/HotkeyManager.cpp:171 msgid "Load State Last 3" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:169 +#: Source/Core/Core/HotkeyManager.cpp:172 msgid "Load State Last 4" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:170 +#: Source/Core/Core/HotkeyManager.cpp:173 msgid "Load State Last 5" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:171 +#: Source/Core/Core/HotkeyManager.cpp:174 msgid "Load State Last 6" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:172 +#: Source/Core/Core/HotkeyManager.cpp:175 msgid "Load State Last 7" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:173 +#: Source/Core/Core/HotkeyManager.cpp:176 msgid "Load State Last 8" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:174 +#: Source/Core/Core/HotkeyManager.cpp:177 msgid "Load State Last 9" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:131 +#: Source/Core/Core/HotkeyManager.cpp:134 msgid "Load State Slot 1" msgstr "讀取儲存格 1" -#: Source/Core/Core/HotkeyManager.cpp:140 +#: Source/Core/Core/HotkeyManager.cpp:143 msgid "Load State Slot 10" msgstr "讀取儲存格 10" -#: Source/Core/Core/HotkeyManager.cpp:132 +#: Source/Core/Core/HotkeyManager.cpp:135 msgid "Load State Slot 2" msgstr "讀取儲存格 2" -#: Source/Core/Core/HotkeyManager.cpp:133 +#: Source/Core/Core/HotkeyManager.cpp:136 msgid "Load State Slot 3" msgstr "讀取儲存格 3" -#: Source/Core/Core/HotkeyManager.cpp:134 +#: Source/Core/Core/HotkeyManager.cpp:137 msgid "Load State Slot 4" msgstr "讀取儲存格 4" -#: Source/Core/Core/HotkeyManager.cpp:135 +#: Source/Core/Core/HotkeyManager.cpp:138 msgid "Load State Slot 5" msgstr "讀取儲存格 5" -#: Source/Core/Core/HotkeyManager.cpp:136 +#: Source/Core/Core/HotkeyManager.cpp:139 msgid "Load State Slot 6" msgstr "讀取儲存格 6" -#: Source/Core/Core/HotkeyManager.cpp:137 +#: Source/Core/Core/HotkeyManager.cpp:140 msgid "Load State Slot 7" msgstr "讀取儲存格 7" -#: Source/Core/Core/HotkeyManager.cpp:138 +#: Source/Core/Core/HotkeyManager.cpp:141 msgid "Load State Slot 8" msgstr "讀取儲存格 8" -#: Source/Core/Core/HotkeyManager.cpp:139 +#: Source/Core/Core/HotkeyManager.cpp:142 msgid "Load State Slot 9" msgstr "讀取儲存格 9" -#: Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:371 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:372 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:152 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 msgid "Load and Write Host's Save Data" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:141 +#: Source/Core/Core/HotkeyManager.cpp:144 msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:426 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1592 -#: Source/Core/DolphinQt/MenuBar.cpp:1609 -msgid "Load map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1076 +#: Source/Core/DolphinQt/MenuBar.cpp:1100 msgid "Load vWii System Menu %1" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:151 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:155 msgid "Load..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: Source/Core/DolphinQt/MenuBar.cpp:1602 msgid "Loaded symbols from '%1'" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:332 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:331 msgid "" "Loads custom textures from User/Load/Textures/<game_id>/ and User/Load/" "DynamicInputTextures/<game_id>/.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:350 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:349 msgid "" "Loads graphics mods from User/Load/GraphicsMods/." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:528 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:530 msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:103 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:111 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:97 msgid "Locked" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:364 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:363 msgid "" -"Locks the Mouse Cursor to the Render Widget as long as it has focus. You can " +"Locks the mouse cursor to the Render Widget as long as it has focus. You can " "set a hotkey to unlock it.

If unsure, leave this " "unchecked." msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "記錄" @@ -7664,19 +7836,20 @@ msgstr "記錄" msgid "Log Configuration" msgstr "記錄設定" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:909 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:62 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:79 msgid "Log Out" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:69 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:68 msgid "Log Render Time to File" msgstr "" @@ -7688,31 +7861,43 @@ msgstr "記錄類型" msgid "Logger Outputs" msgstr "記錄輸出" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:63 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:80 msgid "Login Failed" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:296 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:50 +msgid "Login Failed - Invalid Username/Password" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:53 +msgid "Login Failed - No Internet Connection" +msgstr "" + +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +msgid "Login Failed - Server Error" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:295 msgid "" "Logs the render time of every frame to User/Logs/render_time.txt.

Use " "this feature to measure Dolphin's performance.

If " "unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:126 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:130 msgid "Loop" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:977 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:203 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:442 msgid "Low" msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:421 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:440 msgid "Lowest" msgstr "" @@ -7742,27 +7927,31 @@ msgstr "" msgid "Main Stick" msgstr "主搖桿" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:224 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:429 +msgid "Make &Unconditional" +msgstr "" + +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:226 msgid "Make sure that the hero level value is between 0 and 100!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:247 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:249 msgid "Make sure that the last placed datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:241 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:243 msgid "Make sure that the last reset datetime value is valid!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:218 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:220 msgid "Make sure that the money value is between 0 and 65000!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:230 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:232 msgid "Make sure that the nickname is between 0 and 15 characters long!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:236 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:238 msgid "Make sure that the playtime value is valid!" msgstr "" @@ -7770,18 +7959,18 @@ msgstr "" msgid "Make sure there is a Skylander in slot %1!" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: Source/Core/DolphinQt/MenuBar.cpp:695 msgid "Maker" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:124 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:125 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:158 msgid "Maker:" msgstr "廠商:" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:571 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:607 msgid "" "Makes distant objects more visible by removing fog, thus increasing the " "overall detail.

Disabling fog will break some games which rely on " @@ -7789,16 +7978,16 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:308 msgid "Manage NAND" msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:93 -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:196 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:195 msgid "Manual Texture Sampling" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Mapping" msgstr "" @@ -7806,15 +7995,19 @@ msgstr "" msgid "Mask ROM" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:846 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:844 msgid "Match Found" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:959 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:927 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:574 +msgid "Max Effective Address" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:931 msgid "Max buffer size changed to %1" msgstr "" @@ -7823,12 +8016,12 @@ msgstr "" msgid "Maximum tilt angle." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:196 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 msgid "May cause slow down in Wii Menu and some games." msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:228 -#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:206 +#: Source/Core/DolphinQt/Config/VerifyWidget.cpp:204 msgid "Medium" msgstr "" @@ -7844,7 +8037,7 @@ msgstr "" msgid "Memory Card" msgstr "記憶卡" -#: Source/Core/DolphinQt/MenuBar.cpp:287 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7852,7 +8045,7 @@ msgstr "" msgid "Memory Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:120 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:121 msgid "Memory Override" msgstr "" @@ -7872,7 +8065,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1801 +#: Source/Core/DolphinQt/MainWindow.cpp:1776 msgid "" "Merging a new NAND over your currently selected NAND will overwrite any " "channels and savegames that already exist. This process is not reversible, " @@ -7880,33 +8073,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:551 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "MiB" msgstr "" #: Source/Core/Core/HW/EXI/EXI_Device.h:99 Source/Core/Core/HW/GCPadEmu.h:62 #: Source/Core/DolphinQt/Config/Mapping/GCMicrophone.cpp:26 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:419 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:421 msgid "Microphone" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:571 +msgid "Min Effective Address" +msgstr "" + #. i18n: One of the figure types in the Skylanders games. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:411 msgid "Mini" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:163 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:162 msgid "Misc" msgstr "雜項" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:154 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:153 msgid "Misc Settings" msgstr "其它設定" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:487 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:410 msgid "Misc. Controls" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:162 +msgid "Miscellaneous Settings" +msgstr "" + #: Source/Core/DolphinQt/GCMemcardManager.cpp:844 msgid "Mismatch between free block count in header and actually unused blocks." msgstr "" @@ -7915,7 +8116,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7935,7 +8136,7 @@ msgstr "" msgid "Modifier" msgstr "Modifier" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:309 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:308 msgid "" "Modifies textures to show the format they're encoded in.

May require " "an emulation reset to apply.

If unsure, leave this " @@ -7947,20 +8148,20 @@ msgid "Modify Slot" msgstr "" #. i18n: %1 is a name -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:62 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:63 msgid "Modifying Skylander: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1381 -#: Source/Core/DolphinQt/MenuBar.cpp:1532 +#: Source/Core/DolphinQt/MenuBar.cpp:1409 +#: Source/Core/DolphinQt/MenuBar.cpp:1560 msgid "Modules found: %1" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:126 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:127 msgid "Money:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:182 msgid "Mono" msgstr "" @@ -7972,11 +8173,11 @@ msgstr "" msgid "Monospaced Font" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:430 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:432 msgid "Motion Input" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:431 msgid "Motion Simulation" msgstr "" @@ -7985,16 +8186,16 @@ msgstr "" msgid "Motor" msgstr "馬達" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:198 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:197 msgid "Mouse Cursor Visibility" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:86 +#: Source/Core/Core/FreeLookManager.cpp:89 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:22 msgid "Move" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:337 +#: Source/Core/Core/HotkeyManager.cpp:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" msgstr "" @@ -8005,7 +8206,7 @@ msgid "" "The movie will likely not sync!" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:582 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:584 msgid "Multiple errors while generating AR codes." msgstr "" @@ -8014,14 +8215,24 @@ msgstr "" msgid "Multiplier" msgstr "" +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:166 +msgid "Mute When Disabling Speed Limit" +msgstr "" + +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:168 +msgid "" +"Mutes the audio when overriding the emulation speed limit (default hotkey: " +"Tab)." +msgstr "" + #: qtbase/src/gui/kernel/qplatformtheme.cpp:722 msgid "N&o to All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1206 -#: Source/Core/DolphinQt/MenuBar.cpp:1215 -#: Source/Core/DolphinQt/MenuBar.cpp:1233 -#: Source/Core/DolphinQt/MenuBar.cpp:1237 +#: Source/Core/DolphinQt/MenuBar.cpp:1230 +#: Source/Core/DolphinQt/MenuBar.cpp:1239 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 +#: Source/Core/DolphinQt/MenuBar.cpp:1261 #: Source/Core/DolphinQt/NANDRepairDialog.cpp:29 msgid "NAND Check" msgstr "" @@ -8030,8 +8241,8 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:280 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8040,7 +8251,7 @@ msgid "NTSC-J (ARIB TR-B9)" msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-K" msgstr "" @@ -8057,8 +8268,8 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:282 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8071,11 +8282,11 @@ msgstr "" msgid "Name" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "Name for a new tag:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Name of the tag to remove:" msgstr "" @@ -8084,10 +8295,10 @@ msgid "Name of your session shown in the server browser" msgstr "" #: Source/Core/DolphinQt/Config/CheatCodeEditor.cpp:87 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:117 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:121 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:156 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:163 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:118 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:122 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:157 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:164 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:109 msgid "Name:" msgstr "名稱:" @@ -8101,7 +8312,7 @@ msgstr "" msgid "Native GCI File" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:100 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" msgstr "" @@ -8117,27 +8328,27 @@ msgstr "" msgid "Netherlands" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:154 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:156 msgid "" "Netplay will start using the Host's save data, and any save data created or " "modified during the Netplay session will remain in the Host's local saves." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:149 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:151 msgid "" "Netplay will start using the Host's save data, but any save data created or " "modified during the Netplay session will be discarded at the end of the " "session." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:146 msgid "" "Netplay will start without any save data, and any created save data will be " "discarded at the end of the Netplay session." msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:183 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:185 msgid "Network" msgstr "" @@ -8145,7 +8356,7 @@ msgstr "" msgid "Network dump format:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:205 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:204 msgid "Never" msgstr "" @@ -8154,7 +8365,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:170 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8179,7 +8390,7 @@ msgstr "" msgid "New Tag..." msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:376 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:364 msgid "New identity generated." msgstr "" @@ -8187,30 +8398,32 @@ msgstr "" msgid "New instruction:" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1122 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1118 msgid "New tag" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:91 Source/Core/Core/HotkeyManager.cpp:95 -#: Source/Core/Core/HotkeyManager.cpp:99 Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:94 Source/Core/Core/HotkeyManager.cpp:98 +#: Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:106 msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:89 Source/Core/Core/HotkeyManager.cpp:93 -#: Source/Core/Core/HotkeyManager.cpp:97 Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 +#: Source/Core/Core/HotkeyManager.cpp:100 +#: Source/Core/Core/HotkeyManager.cpp:104 msgid "Next Profile" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:293 +#: Source/Core/Core/NetPlayClient.cpp:294 msgid "Nickname is too long." msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:199 -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:136 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:137 msgid "Nickname:" msgstr "" @@ -8232,21 +8445,21 @@ msgstr "" msgid "No Audio Output" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:69 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:70 #: Source/Core/DolphinQt/ConvertDialog.cpp:217 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:187 msgid "No Compression" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:858 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:856 msgid "No Match" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:142 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:144 msgid "No Save Data" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:84 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 msgid "No data to modify!" msgstr "" @@ -8267,15 +8480,15 @@ msgstr "" msgid "No extension selected." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:330 msgid "No file loaded / recorded." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:370 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:372 msgid "No game is running." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:165 msgid "No game running." msgstr "" @@ -8288,23 +8501,23 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1217 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "No matching game was found" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:98 +#: Source/Core/Core/Boot/Boot.cpp:100 msgid "No paths found in the M3U file \"{0}\"" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1423 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1419 msgid "No problems were found." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1417 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1413 msgid "" "No problems were found. This does not guarantee that this is a good dump, " "but since Wii titles contain a lot of verification data, it does mean that " @@ -8315,7 +8528,7 @@ msgstr "" msgid "No profiles found for game setting '{0}'" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:140 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:141 msgid "No recording loaded." msgstr "" @@ -8329,7 +8542,7 @@ msgid "No undo.dtm found, aborting undo load state to prevent movie desyncs" msgstr "" #: Source/Core/DolphinQt/Config/GamecubeControllersWidget.cpp:35 -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:330 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:366 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:143 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:424 #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:119 @@ -8347,7 +8560,7 @@ msgstr "" msgid "Not Set" msgstr "未設定" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:473 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:475 msgid "Not all players have the game. Do you really want to start?" msgstr "" @@ -8367,7 +8580,7 @@ msgid "" "required." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:655 msgid "Not found" msgstr "" @@ -8394,11 +8607,6 @@ msgstr "注意" msgid "Null" msgstr "" -#. i18n: The number of times a code block has been executed -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:90 -msgid "NumExec" -msgstr "" - #. i18n: Refering to emulated wii remote movement. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:155 msgid "Number of shakes per second." @@ -8424,13 +8632,13 @@ msgid "Nunchuk Stick" msgstr "" #: Source/Core/DolphinQt/Debugger/AssembleInstructionDialog.cpp:121 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:641 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 #: Source/Core/DolphinQt/NKitWarningDialog.cpp:60 #: qtbase/src/gui/kernel/qplatformtheme.cpp:708 msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8482,7 +8690,7 @@ msgstr "" msgid "Object 4 Y" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:93 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:97 msgid "Object Range" msgstr "" @@ -8503,18 +8711,18 @@ msgstr "" msgid "On" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:203 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:202 msgid "On Movement" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:396 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:395 msgid "" "On backends that support both using the geometry shader and the vertex " "shader for expanding points and lines, selects the vertex shader for the " "job. May affect performance.

%1" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:732 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:749 msgid "" "Once in the reduction phase, it is time to start narrowing down the " "candidates shown in the table. Further reduce the candidates by checking " @@ -8529,7 +8737,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:621 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8537,13 +8745,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1705 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1680 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8560,17 +8768,21 @@ msgstr "開啟" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" +#: Source/Core/Core/HotkeyManager.cpp:42 +msgid "Open Achievements" +msgstr "" + #: Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp:67 #: Source/Core/DolphinQt/ResourcePackManager.cpp:39 msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 -msgid "Open FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 +msgid "Open FIFO Log" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 @@ -8635,34 +8847,34 @@ msgstr "橘" msgid "Orbital" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:266 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:474 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:48 msgid "Origin" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:422 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:346 msgid "Origin Max" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:421 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:345 msgid "Origin Min" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:268 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:420 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:344 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:476 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:50 msgid "Origin Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:428 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:352 msgid "Origin and Destination" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:101 -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:104 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:102 #: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:102 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:29 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:229 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:231 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:356 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:431 msgid "Other" @@ -8672,16 +8884,16 @@ msgstr "" msgid "Other Partition (%1)" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:357 +#: Source/Core/Core/HotkeyManager.cpp:364 #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:25 msgid "Other State Hotkeys" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:457 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 msgid "Other State Management" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:215 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:217 msgid "Other game..." msgstr "" @@ -8689,7 +8901,7 @@ msgstr "" msgid "Output" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:628 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" msgstr "" @@ -8697,16 +8909,16 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:699 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:779 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:285 -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:216 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8719,23 +8931,32 @@ msgstr "" msgid "PCAP" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:159 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 msgid "PNG Compression Level" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:158 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:157 msgid "PNG Compression Level:" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:195 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:198 msgid "PNG image file (*.png);; All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 -msgid "PPC Size" +#. i18n: PPC Feature Flags +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:386 +msgid "PPC Feat. Flags" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:633 +msgid "PPC Feature Flags" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:611 +msgid "PPC Instruction Coverage" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:605 msgid "PPC vs Host" msgstr "" @@ -8748,7 +8969,7 @@ msgstr "控制器" msgid "Pads" msgstr "控制器" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:160 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" msgstr "" @@ -8769,7 +8990,7 @@ msgstr "" msgid "Passthrough a Bluetooth adapter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:58 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:75 #: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:166 msgid "Password" msgstr "" @@ -8794,7 +9015,7 @@ msgstr "" msgid "Patches" msgstr "修正" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8807,23 +9028,23 @@ msgstr "路徑" msgid "Pause" msgstr "暫停" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:543 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:576 msgid "Pause Branch Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:800 +#: Source/Core/DolphinQt/MenuBar.cpp:819 msgid "Pause at End of Movie" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:196 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:195 msgid "Pause on Focus Loss" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:75 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:76 msgid "Pause on Panic" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:77 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:78 msgid "" "Pauses the emulation if a Read/Write or Unknown Instruction panic occurs." "
Enabling will affect performance.
The performance impact is the same " @@ -8831,7 +9052,7 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:361 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:360 msgid "" "Pauses the game whenever the render window isn't focused." "

If unsure, leave this unchecked." @@ -8856,7 +9077,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:305 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8864,15 +9085,15 @@ msgstr "" msgid "Perform System Update" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:67 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:66 msgid "Performance Sample Window (ms)" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:77 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:76 msgid "Performance Sample Window (ms):" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:55 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:54 msgid "Performance Statistics" msgstr "" @@ -8886,15 +9107,15 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1283 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" msgstr "" @@ -8906,8 +9127,8 @@ msgstr "" msgid "Pitch Up" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:999 -#: Source/Core/DolphinQt/MenuBar.cpp:672 +#: Source/Core/DolphinQt/GameList/GameList.cpp:995 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8915,11 +9136,11 @@ msgstr "" msgid "Play" msgstr "執行" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:56 +#: Source/Core/Core/HotkeyManager.cpp:59 msgid "Play Recording" msgstr "播放錄像" @@ -8927,11 +9148,11 @@ msgstr "播放錄像" msgid "Play Set/Power Disc" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:123 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:127 msgid "Playback Options" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Player" msgstr "" @@ -8960,24 +9181,29 @@ msgid "Player Two Ability Two" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:224 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:290 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:292 msgid "Players" msgstr "玩家" +#: Source/Core/UICommon/DBusUtils.cpp:56 Source/Core/UICommon/DBusUtils.cpp:77 +#: Source/Core/UICommon/DBusUtils.cpp:97 Source/Core/UICommon/DBusUtils.cpp:120 +msgid "Playing a game" +msgstr "" + #. i18n: The total amount of time the Skylander has been used for -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:142 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:143 msgid "Playtime:" msgstr "" #. i18n: Please leave SyncOnSkipIdle and True untranslated. #. The user needs to enter these terms as-is in an INI file. -#: Source/Core/VideoCommon/CommandProcessor.cpp:701 +#: Source/Core/VideoCommon/CommandProcessor.cpp:696 msgid "" "Please change the \"SyncOnSkipIdle\" setting to \"True\"! It's currently " "disabled, which makes this problem very likely to happen." msgstr "" -#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:167 +#: Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp:166 msgid "" "Please start a game before starting a search with standard memory regions." msgstr "" @@ -9010,11 +9236,11 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:970 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:634 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:674 msgid "Post-Processing Effect" msgstr "" @@ -9035,11 +9261,11 @@ msgid "Power Disc Two" msgstr "" #. i18n: VS is short for vertex shaders. -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:173 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:172 msgid "Prefer VS for Point/Line Expansion" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:108 msgid "Prefetch Custom Textures" msgstr "" @@ -9065,7 +9291,7 @@ msgstr "" msgid "Presets" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:80 +#: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" msgstr "" @@ -9074,7 +9300,7 @@ msgstr "" msgid "Pressure" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:301 msgid "" "Prevents shader compilation stuttering by not rendering waiting objects. Can " "work in scenarios where Ubershaders doesn't, at the cost of introducing " @@ -9083,18 +9309,19 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:92 Source/Core/Core/HotkeyManager.cpp:96 -#: Source/Core/Core/HotkeyManager.cpp:100 -#: Source/Core/Core/HotkeyManager.cpp:104 +#: Source/Core/Core/HotkeyManager.cpp:95 Source/Core/Core/HotkeyManager.cpp:99 +#: Source/Core/Core/HotkeyManager.cpp:103 +#: Source/Core/Core/HotkeyManager.cpp:107 msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:90 Source/Core/Core/HotkeyManager.cpp:94 -#: Source/Core/Core/HotkeyManager.cpp:98 Source/Core/Core/HotkeyManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:93 Source/Core/Core/HotkeyManager.cpp:97 +#: Source/Core/Core/HotkeyManager.cpp:101 +#: Source/Core/Core/HotkeyManager.cpp:105 msgid "Previous Profile" msgstr "" @@ -9116,19 +9343,19 @@ msgstr "" msgid "Problem" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1448 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1444 msgid "" "Problems with high severity were found. The game will most likely not work " "at all." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1437 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1433 msgid "" "Problems with low severity were found. They will most likely not prevent the " "game from running." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1443 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1439 msgid "" "Problems with medium severity were found. The whole game or certain parts of " "the game might not work correctly." @@ -9138,20 +9365,20 @@ msgstr "" msgid "Profile" msgstr "設定檔" -#: Source/Core/Core/HotkeyManager.cpp:339 +#: Source/Core/Core/HotkeyManager.cpp:346 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:24 msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:346 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:62 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:345 #: Source/Core/DolphinQt/ConvertDialog.cpp:436 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:283 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:308 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:282 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:307 msgid "Progress" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:346 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:345 msgid "" "Prompts you to confirm that you want to end emulation when you press Stop." "

If unsure, leave this checked." @@ -9161,11 +9388,11 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:553 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:740 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:739 msgid "Put IPL ROMs in User/GC/." msgstr "" @@ -9177,26 +9404,26 @@ msgctxt "" msgid "QT_LAYOUT_DIRECTION" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1600 +#: Source/Core/Core/NetPlayClient.cpp:1601 msgid "Quality of Service (QoS) couldn't be enabled." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1596 +#: Source/Core/Core/NetPlayClient.cpp:1597 msgid "Quality of Service (QoS) was successfully enabled." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:110 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:109 msgid "Quality of the DPLII decoder. Audio latency increases with quality." msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1800 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "問題" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:135 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:137 msgid "Quit" msgstr "離開" @@ -9217,11 +9444,11 @@ msgstr "R-類比" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1348 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9254,17 +9481,21 @@ msgstr "" msgid "Raw" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:145 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 msgid "Raw Internal Resolution" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 -msgid "Re&place instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +msgid "Re&place Instruction" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:600 +msgid "Re-initialize software JIT block profiling data." msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:134 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:269 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9287,7 +9518,7 @@ msgstr "" msgid "Read or Write" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:58 +#: Source/Core/Core/HotkeyManager.cpp:61 msgid "Read-Only Mode" msgstr "" @@ -9303,7 +9534,7 @@ msgstr "" msgid "Received invalid Wii Remote data from Netplay." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Recent Hits" msgstr "" @@ -9313,23 +9544,27 @@ msgstr "" msgid "Recenter" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:153 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:577 +msgid "Recompiles Physical Address" +msgstr "" + +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:157 msgid "Record" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:230 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 msgid "Record Inputs" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:144 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:145 msgid "Recording" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:135 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:139 msgid "Recording Options" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:322 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:326 msgid "Recording..." msgstr "" @@ -9346,7 +9581,7 @@ msgstr "紅 左" msgid "Red Right" msgstr "紅 右" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:503 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:539 msgid "" "Reduces the amount of aliasing caused by rasterizing 3D graphics, resulting " "in smoother edges on objects. Increases GPU load and sometimes causes " @@ -9364,7 +9599,6 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:80 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:105 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:109 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:100 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:89 #: Source/Core/DolphinQt/ResourcePackManager.cpp:42 #: Source/Core/DolphinQt/ToolBar.cpp:117 @@ -9379,11 +9613,11 @@ msgstr "" msgid "Refresh Game List" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:399 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:401 msgid "Refresh failed. Please run the game for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:413 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:415 msgid "Refreshed current values." msgstr "" @@ -9392,8 +9626,8 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1007 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1003 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9414,7 +9648,8 @@ msgstr "" msgid "Relative Input Hold" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:197 +#. i18n: Releases is a noun. +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" msgstr "" @@ -9426,7 +9661,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:129 #: Source/Core/DolphinQt/ResourcePackManager.cpp:41 #: Source/Core/DolphinQt/Settings/PathPane.cpp:142 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:330 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:329 msgid "Remove" msgstr "移除" @@ -9443,7 +9678,7 @@ msgstr "" msgid "Remove Tag..." msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1134 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1130 msgid "Remove tag" msgstr "" @@ -9454,25 +9689,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:968 -msgid "Rename symbol" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Rename Symbol" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:182 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:181 msgid "Render Window" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:110 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 msgid "Render to Main Window" msgstr "渲染至主視窗" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:300 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:299 msgid "" "Renders the scene as a wireframe.

If unsure, leave " "this unchecked." msgstr "" +#. i18n: Repeat Instructions +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:392 +msgid "Repeat Instr." +msgstr "" + +#. i18n: This means to say it is a count of PPC instructions recompiled more than once. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:638 +msgid "Repeat Instructions" +msgstr "" + #: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:408 msgid "Report: GCIFolder Writing to unallocated block {0:#x}" msgstr "" @@ -9481,15 +9726,15 @@ msgstr "" msgid "Request to Join Your Party" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:333 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:332 msgid "" "Requires the render window to be focused for hotkeys to take effect." "

If unsure, leave this checked." msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:99 -#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:187 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: Source/Core/Core/FreeLookManager.cpp:102 +#: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 +#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:931 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:151 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:108 #: qtbase/src/gui/kernel/qplatformtheme.cpp:740 @@ -9500,7 +9745,7 @@ msgstr "重置" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9524,7 +9769,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9532,7 +9777,7 @@ msgstr "" msgid "Reset all saved Wii Remote pairings" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:151 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:150 msgid "Resolution Type:" msgstr "" @@ -9544,7 +9789,7 @@ msgstr "" msgid "Resource Pack Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:312 msgid "Restart Required" msgstr "" @@ -9552,11 +9797,11 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:608 -msgid "Restore instruction" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 +msgid "Restore Instruction" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:742 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 msgid "Retry" msgstr "" @@ -9565,7 +9810,7 @@ msgstr "" msgid "Return Speed" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:636 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Revision" msgstr "" @@ -9573,7 +9818,7 @@ msgstr "" msgid "Revision: %1" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:91 +#: Source/Core/Core/FreeLookManager.cpp:94 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:37 #: Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp:36 #: Source/Core/DolphinQt/TAS/GCTASInputWindow.cpp:45 @@ -9624,11 +9869,11 @@ msgstr "" msgid "Roll Right" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:522 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:524 msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9637,7 +9882,7 @@ msgstr "" msgid "Rotation applied at extremities of swing." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:288 msgid "" "Rounds 2D vertices to whole pixels and rounds the viewport size to a whole " "number.

Fixes graphical problems in some games at higher internal " @@ -9646,7 +9891,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:744 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:761 msgid "" "Rows in the table can be left-clicked on the origin, destination, and symbol " "columns to view the associated address in Code View. Right-clicking the " @@ -9658,6 +9903,15 @@ msgid "" "Note that, for the origin / destination symbol columns, these actions will " "only be enabled if every row in the selection has a symbol.\n" "\n" +"If the instruction column of a row selection is right-clicked, an action to " +"invert the branch instruction's condition and an action to invert the branch " +"instruction's decrement check will be available, but only if the branch " +"instruction is a conditional one.\n" +"\n" +"If the condition column of a row selection is right-clicked, an action to " +"make the branch instruction unconditional will be available, but only if the " +"branch instruction is a conditional one.\n" +"\n" "If the origin column of a row selection is right-clicked, an action to " "replace the branch instruction at the origin(s) with a NOP instruction (No " "Operation) will be available.\n" @@ -9683,20 +9937,25 @@ msgstr "" msgid "Rumble" msgstr "震動" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 -msgid "Run &To Here" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +msgid "Run &to Here" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:397 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:643 +msgid "Run Count" msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:203 msgid "Run GBA Cores in Dedicated Threads" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:679 -msgid "Run until" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 +msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:633 -msgid "Run until (ignoring breakpoints)" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 +msgid "Run Until (Ignoring Breakpoints)" msgstr "" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 @@ -9707,23 +9966,23 @@ msgstr "" msgid "Russia" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:224 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:226 msgid "SD Card" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:265 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:264 msgid "SD Card File Size:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:508 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:507 msgid "SD Card Image (*.raw);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:232 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:231 msgid "SD Card Path:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:212 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:211 msgid "SD Card Settings" msgstr "" @@ -9731,7 +9990,7 @@ msgstr "" msgid "SD Root:" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:254 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:253 msgid "SD Sync Folder:" msgstr "" @@ -9766,11 +10025,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1039 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "儲存進度(&V)" @@ -9782,7 +10041,7 @@ msgstr "安全" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStates.cpp:21 #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:130 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:371 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:174 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9792,27 +10051,39 @@ msgstr "儲存" msgid "Save All" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:289 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:510 msgid "Save Branch Watch &As..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:598 -msgid "Save Branch Watch snapshot" +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 +msgid "Save Branch Watch Snapshot" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1789 +msgid "Save Combined Output File As" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:379 +msgid "Save Converted Image" +msgstr "" + +#: Source/Core/DolphinQt/ConvertDialog.cpp:370 +msgid "Save Converted Images" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 -msgid "Save FIFO log" +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 +msgid "Save FIFO Log" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:303 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 -msgid "Save File to" +msgid "Save File To" msgstr "" #. i18n: Noun (i.e. the data saved by the game) @@ -9824,15 +10095,19 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1133 -#: Source/Core/DolphinQt/MenuBar.cpp:1142 -#: Source/Core/DolphinQt/MenuBar.cpp:1145 -#: Source/Core/DolphinQt/MenuBar.cpp:1151 -#: Source/Core/DolphinQt/MenuBar.cpp:1158 +#: Source/Core/DolphinQt/MenuBar.cpp:1157 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 +#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1175 +#: Source/Core/DolphinQt/MenuBar.cpp:1182 msgid "Save Import" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:177 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 +msgid "Save Map File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" msgstr "" @@ -9840,73 +10115,77 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1938 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:180 -#: Source/Core/Core/HotkeyManager.cpp:354 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 +msgid "Save Signature File" +msgstr "" + +#: Source/Core/Core/HotkeyManager.cpp:183 +#: Source/Core/Core/HotkeyManager.cpp:361 #: Source/Core/DolphinQt/GBAWidget.cpp:423 msgid "Save State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:143 +#: Source/Core/Core/HotkeyManager.cpp:146 msgid "Save State Slot 1" msgstr "儲存至儲存格 1" -#: Source/Core/Core/HotkeyManager.cpp:152 +#: Source/Core/Core/HotkeyManager.cpp:155 msgid "Save State Slot 10" msgstr "儲存至儲存格 10" -#: Source/Core/Core/HotkeyManager.cpp:144 +#: Source/Core/Core/HotkeyManager.cpp:147 msgid "Save State Slot 2" msgstr "儲存至儲存格 2" -#: Source/Core/Core/HotkeyManager.cpp:145 +#: Source/Core/Core/HotkeyManager.cpp:148 msgid "Save State Slot 3" msgstr "儲存至儲存格 3" -#: Source/Core/Core/HotkeyManager.cpp:146 +#: Source/Core/Core/HotkeyManager.cpp:149 msgid "Save State Slot 4" msgstr "儲存至儲存格 4" -#: Source/Core/Core/HotkeyManager.cpp:147 +#: Source/Core/Core/HotkeyManager.cpp:150 msgid "Save State Slot 5" msgstr "儲存至儲存格 5" -#: Source/Core/Core/HotkeyManager.cpp:148 +#: Source/Core/Core/HotkeyManager.cpp:151 msgid "Save State Slot 6" msgstr "儲存至儲存格 6" -#: Source/Core/Core/HotkeyManager.cpp:149 +#: Source/Core/Core/HotkeyManager.cpp:152 msgid "Save State Slot 7" msgstr "儲存至儲存格 7" -#: Source/Core/Core/HotkeyManager.cpp:150 +#: Source/Core/Core/HotkeyManager.cpp:153 msgid "Save State Slot 8" msgstr "儲存至儲存格 8" -#: Source/Core/Core/HotkeyManager.cpp:151 +#: Source/Core/Core/HotkeyManager.cpp:154 msgid "Save State Slot 9" msgstr "儲存至儲存格 9" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:388 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:389 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9914,7 +10193,7 @@ msgstr "" msgid "Save Texture Cache to State" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:456 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:458 msgid "Save and Load State" msgstr "" @@ -9922,15 +10201,11 @@ msgstr "" msgid "Save as Preset..." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:183 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:186 msgid "Save as..." msgstr "另存為..." -#: Source/Core/DolphinQt/MenuBar.cpp:1761 -msgid "Save combined output file as" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1134 +#: Source/Core/DolphinQt/MenuBar.cpp:1158 msgid "" "Save data for this title already exists in the NAND. Consider backing up the " "current data before overwriting.\n" @@ -9941,23 +10216,15 @@ msgstr "" msgid "Save in Same Directory as the ROM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1627 -msgid "Save map file" -msgstr "" - -#: Source/Core/DolphinQt/MenuBar.cpp:1683 -msgid "Save signature file" -msgstr "" - -#: Source/Core/Core/HotkeyManager.cpp:153 +#: Source/Core/Core/HotkeyManager.cpp:156 msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:446 msgid "Save to Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:152 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:156 msgid "Save..." msgstr "" @@ -9977,7 +10244,7 @@ msgstr "" msgid "Scaled EFB Copy" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:313 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:315 msgid "Scan succeeded." msgstr "" @@ -9986,8 +10253,8 @@ msgid "ScrShot" msgstr "截圖" #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:149 -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:83 -#: Source/Core/DolphinQt/MenuBar.cpp:561 Source/Core/DolphinQt/MenuBar.cpp:563 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -9996,7 +10263,7 @@ msgstr "" msgid "Search Address" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:81 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:82 msgid "Search Current Object" msgstr "" @@ -10008,13 +10275,13 @@ msgstr "搜尋子資料夾" msgid "Search and Filter" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:377 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:379 msgid "" "Search currently not possible in virtual address space. Please run the game " "for a bit and try again." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:911 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10022,7 +10289,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1802 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10056,9 +10323,9 @@ msgstr "選擇" #. i18n: If the user selects a file, Branch Watch will save to that file. #. If the user presses Cancel, Branch Watch will save to a file in the user folder. -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:778 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:804 msgid "" -"Select Branch Watch snapshot auto-save file (for user folder location, " +"Select Branch Watch Snapshot Auto-Save File (for user folder location, " "cancel)" msgstr "" @@ -10067,7 +10334,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1169 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10075,18 +10342,22 @@ msgstr "" msgid "Select Figure File" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:681 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:680 msgid "Select GBA BIOS" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:830 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:829 msgid "Select GBA ROM" msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:710 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:709 msgid "Select GBA Saves Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1811 +msgid "Select Keys File (OTP/SEEPROM Dump)" +msgstr "" + #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" msgstr "" @@ -10095,6 +10366,10 @@ msgstr "" msgid "Select Load Path" msgstr "" +#: Source/Core/DolphinQt/MainWindow.cpp:1785 +msgid "Select NAND Backup" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" msgstr "" @@ -10103,6 +10378,14 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 +msgid "Select SD Card Image" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:1148 +msgid "Select Save File" +msgstr "" + #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" msgstr "" @@ -10111,58 +10394,62 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:355 +#: Source/Core/Core/HotkeyManager.cpp:362 msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:402 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "選擇儲存格" -#: Source/Core/Core/HotkeyManager.cpp:155 +#: Source/Core/Core/HotkeyManager.cpp:158 msgid "Select State Slot 1" msgstr "選擇儲存格 1" -#: Source/Core/Core/HotkeyManager.cpp:164 +#: Source/Core/Core/HotkeyManager.cpp:167 msgid "Select State Slot 10" msgstr "選擇儲存格 10" -#: Source/Core/Core/HotkeyManager.cpp:156 +#: Source/Core/Core/HotkeyManager.cpp:159 msgid "Select State Slot 2" msgstr "選擇儲存格 2" -#: Source/Core/Core/HotkeyManager.cpp:157 +#: Source/Core/Core/HotkeyManager.cpp:160 msgid "Select State Slot 3" msgstr "選擇儲存格 3" -#: Source/Core/Core/HotkeyManager.cpp:158 +#: Source/Core/Core/HotkeyManager.cpp:161 msgid "Select State Slot 4" msgstr "選擇儲存格 4" -#: Source/Core/Core/HotkeyManager.cpp:159 +#: Source/Core/Core/HotkeyManager.cpp:162 msgid "Select State Slot 5" msgstr "選擇儲存格 5" -#: Source/Core/Core/HotkeyManager.cpp:160 +#: Source/Core/Core/HotkeyManager.cpp:163 msgid "Select State Slot 6" msgstr "選擇儲存格 6" -#: Source/Core/Core/HotkeyManager.cpp:161 +#: Source/Core/Core/HotkeyManager.cpp:164 msgid "Select State Slot 7" msgstr "選擇儲存格 7" -#: Source/Core/Core/HotkeyManager.cpp:162 +#: Source/Core/Core/HotkeyManager.cpp:165 msgid "Select State Slot 8" msgstr "選擇儲存格 8" -#: Source/Core/Core/HotkeyManager.cpp:163 +#: Source/Core/Core/HotkeyManager.cpp:166 msgid "Select State Slot 9" msgstr "選擇儲存格 9" +#: Source/Core/DolphinQt/MenuBar.cpp:1127 +msgid "Select Title to Install to NAND" +msgstr "" + #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" msgstr "" @@ -10176,29 +10463,25 @@ msgstr "" msgid "Select a Directory" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:194 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:197 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:583 #: Source/Core/DolphinQt/GBAWidget.cpp:217 #: Source/Core/DolphinQt/GBAWidget.cpp:249 -#: Source/Core/DolphinQt/MainWindow.cpp:775 -#: Source/Core/DolphinQt/MainWindow.cpp:1412 -#: Source/Core/DolphinQt/MainWindow.cpp:1424 +#: Source/Core/DolphinQt/MainWindow.cpp:788 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 -msgid "Select a Folder to sync with the SD Card Image" +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 +msgid "Select a Folder to Sync with the SD Card Image" msgstr "" #: Source/Core/DolphinQt/Settings/PathPane.cpp:47 msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 -msgid "Select a SD Card Image" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10206,19 +10489,15 @@ msgstr "" msgid "Select a game" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 -msgid "Select a title to install to NAND" -msgstr "" - #: Source/Core/DolphinQt/GBAWidget.cpp:195 msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1413 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1859 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10226,36 +10505,19 @@ msgstr "" msgid "Select the Virtual SD Card Root" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1836 -msgid "Select the keys file (OTP/SEEPROM dump)" -msgstr "" - -#: Source/Core/DolphinQt/MainWindow.cpp:1810 -#: Source/Core/DolphinQt/MenuBar.cpp:1124 -msgid "Select the save file" -msgstr "選擇存檔" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:379 -msgid "Select where you want to save the converted image" -msgstr "" - -#: Source/Core/DolphinQt/ConvertDialog.cpp:370 -msgid "Select where you want to save the converted images" -msgstr "" - #: Source/Core/DolphinQt/Config/LogWidget.cpp:138 msgid "Selected Font" msgstr "" -#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:234 +#: Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp:233 msgid "Selected controller profile does not exist" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1341 -#: Source/Core/Core/NetPlayServer.cpp:1715 -#: Source/Core/Core/NetPlayServer.cpp:2043 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:489 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:891 +#: Source/Core/Core/NetPlayServer.cpp:1342 +#: Source/Core/Core/NetPlayServer.cpp:1716 +#: Source/Core/Core/NetPlayServer.cpp:2044 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:491 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10267,19 +10529,19 @@ msgstr "" msgid "Selected thread context" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:370 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:372 msgid "" "Selects a hardware adapter to use.

%1 doesn't " "support this feature." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:367 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:369 msgid "" "Selects a hardware adapter to use.

If unsure, " "select the first one." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:353 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:352 msgid "" "Selects how frame dumps (videos) and screenshots are going to be captured." "
If the game or window resolution change during a recording, multiple " @@ -10298,7 +10560,7 @@ msgid "" "Corrected Internal Resolution\".
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:576 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:612 msgid "" "Selects the stereoscopic 3D mode. Stereoscopy allows a better feeling of " "depth if the necessary hardware is present. Heavily decreases emulation " @@ -10309,7 +10571,7 @@ msgid "" "

If unsure, select Off." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:256 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:255 msgid "" "Selects which aspect ratio to use for displaying the game.

The aspect " "ratio of the image sent out by the original consoles varied depending on the " @@ -10331,24 +10593,54 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:238 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:237 msgid "" "Selects which graphics API to use internally.

The software renderer " "is extremely slow and only useful for debugging, so any of the other " "backends are recommended. Different games and different GPUs will behave " "differently on each backend, so for the best emulation experience it is " "recommended to try each and select the backend that is least problematic." -"

If unsure, select OpenGL." +"

If unsure, select %1." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:270 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 +msgid "" +"Selects which update track Dolphin uses when checking for updates at " +"startup. If a new update is available, Dolphin will show a list of changes " +"made since your current version and ask you if you want to update." +"

The Dev track has the latest version of Dolphin which often updates " +"multiple times per day. Select this track if you want the newest features " +"and fixes.

The Releases track has an update every few months. Some " +"reasons you might prefer to use this track:
- You prefer using versions " +"that have had additional testing.
- NetPlay requires players to have the " +"same Dolphin version, and the latest Release version will have the most " +"players to match with.
- You frequently use Dolphin's savestate system, " +"which doesn't guarantee backward compatibility of savestates between Dolphin " +"versions. If this applies to you, make sure you make an in-game save before " +"updating (i.e. save your game in the same way you would on a physical " +"GameCube or Wii), then load the in-game save after updating Dolphin and " +"before making any new savestates.

Selecting \"Don't Update\" will " +"prevent Dolphin from automatically checking for updates." +"

If unsure, select Releases." +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:272 msgid "Send" msgstr "傳送" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "傳感器位置:" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:373 +msgid "" +"Separates CPU and GPU emulation work to separate threads. Reduces single-" +"thread burden by spreading Dolphin's heaviest load across two cores, which " +"usually improves performance. However, it can result in glitches and crashes." +"

This setting cannot be changed while emulation is active." +"

If unsure, leave this checked." +msgstr "" + #: Source/Core/DiscIO/VolumeVerifier.cpp:315 msgid "" "Serial and/or version data is missing from {0}\n" @@ -10365,7 +10657,7 @@ msgstr "" msgid "Server Port" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1981 +#: Source/Core/Core/NetPlayClient.cpp:1982 msgid "Server rejected traversal attempt" msgstr "" @@ -10373,72 +10665,75 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" +#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 +msgid "Set Memory Card File for Slot A" +msgstr "" + +#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 +msgid "Set Memory Card File for Slot B" +msgstr "" + #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:74 Source/Core/DolphinQt/ToolBar.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 +msgid "Set Symbol &End Address" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +msgid "Set Symbol &Size" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 +msgid "Set Symbol End Address" +msgstr "" + #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "" -#: Source/Core/DolphinQt/GCMemcardManager.cpp:359 -msgid "Set memory card file for Slot A" -msgstr "" - -#: Source/Core/DolphinQt/GCMemcardManager.cpp:360 -msgid "Set memory card file for Slot B" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:594 -msgid "Set symbol &end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:592 -msgid "Set symbol &size" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 -msgid "Set symbol end address" -msgstr "" - -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 -msgid "Set symbol size (%1):" -msgstr "" - -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:188 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:187 msgid "" "Sets the Wii display mode to 60Hz (480i) instead of 50Hz (576i) for PAL " "games.\n" "May not work for all games." msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:195 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:194 msgid "Sets the Wii system language." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:329 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:328 msgid "" -"Sets the language displayed by Dolphin's User Interface.

Changes to " +"Sets the language displayed by Dolphin's user interface.

Changes to " "this setting only take effect once Dolphin is restarted." "

If unsure, select <System Language>." msgstr "" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:93 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:92 msgid "" "Sets the latency in milliseconds. Higher values may reduce audio crackling. " "Certain backends only." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:429 msgid "" -"Sets the style of Dolphin's User Interface. Any Custom User Styles that you " -"have loaded will be presented here, allowing you to switch to them." +"Sets the region used for titles whose region cannot be determined " +"automatically.

This setting cannot be changed while emulation is " +"active." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:377 +msgid "" +"Sets the style of Dolphin's user interface. Any custom styles that you have " +"added will be presented here, allowing you to switch to them." "

If unsure, select (System)." msgstr "" @@ -10448,13 +10743,13 @@ msgid "" "address space. This will work for the vast majority of games." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:59 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:61 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:27 #: Source/Core/DolphinQt/TAS/TASInputWindow.cpp:73 msgid "Settings" msgstr "" -#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:439 +#: Source/Core/Core/Boot/Boot_BS2Emu.cpp:440 msgid "SetupWiiMemory: Can't create setting.txt file" msgstr "" @@ -10462,7 +10757,7 @@ msgstr "" msgid "Severity" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:121 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:120 msgid "Shader Compilation" msgstr "" @@ -10484,228 +10779,232 @@ msgstr "" msgid "Shinkansen Controller" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 #, c-format msgid "Show % Speed" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:435 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "顯示日誌視窗(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:448 +#: Source/Core/DolphinQt/MenuBar.cpp:467 msgid "Show &Toolbar" msgstr "顯示工具列(&T)" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:194 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:193 msgid "Show Active Title in Window Title" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:748 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:156 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159 msgid "Show Current Game on Discord" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:131 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:277 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:304 msgid "Show Disabled Codes First" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:710 +#: Source/Core/DolphinQt/MenuBar.cpp:729 msgid "Show ELF/DOL" msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:130 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:276 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:303 msgid "Show Enabled Codes First" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:58 msgid "Show FPS" msgstr "顯示 FPS" -#: Source/Core/DolphinQt/MenuBar.cpp:818 +#: Source/Core/DolphinQt/MenuBar.cpp:837 msgid "Show Frame Counter" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:59 msgid "Show Frame Times" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "顯示 France" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "顯示 GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:737 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:232 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:234 msgid "Show Golf Mode Overlay" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:199 +#: Source/Core/Core/HotkeyManager.cpp:202 msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:824 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "輸入顯示" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "顯示 Italy" -#: Source/Core/DolphinQt/MenuBar.cpp:732 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "顯示 Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:812 +#: Source/Core/DolphinQt/MenuBar.cpp:831 msgid "Show Lag Counter" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:152 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:153 msgid "Show Language:" msgstr "顯示語系:" -#: Source/Core/DolphinQt/MenuBar.cpp:441 +#: Source/Core/DolphinQt/MenuBar.cpp:460 msgid "Show Log &Configuration" msgstr "日誌記錄設定(&C)" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:109 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:108 msgid "Show NetPlay Messages" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:106 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:105 msgid "Show NetPlay Ping" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:759 msgid "Show Netherlands" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:192 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:191 msgid "Show On-Screen Display Messages" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "顯示 PAL" #. i18n: Here, PC is an acronym for program counter, not personal computer. -#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:75 Source/Core/DolphinQt/ToolBar.cpp:112 msgid "Show PC" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:63 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 msgid "Show Performance Graphs" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:713 +#: Source/Core/DolphinQt/MenuBar.cpp:732 msgid "Show Platforms" msgstr "顯示平台" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:90 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:89 msgid "Show Projection Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:747 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "顯示區域" -#: Source/Core/DolphinQt/MenuBar.cpp:806 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:741 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:198 +#: Source/Core/Core/HotkeyManager.cpp:201 msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:761 msgid "Show Spain" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:65 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:64 msgid "Show Speed Colors" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:88 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:87 msgid "Show Statistics" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:831 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "顯示 Taiwan" -#: Source/Core/DolphinQt/MenuBar.cpp:734 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 +msgid "Show Target in Memor&y" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "顯示 USA" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:764 msgid "Show Unknown" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:62 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 msgid "Show VBlank Times" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:60 msgid "Show VPS" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "顯示 WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:707 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "顯示 Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 -msgid "Show in &memory" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +msgid "Show in &Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:527 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:544 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:357 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:547 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:358 msgid "Show in Memory" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:893 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:894 msgid "Show in code" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:500 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:502 msgid "Show in memory" msgstr "" @@ -10713,109 +11012,113 @@ msgstr "" msgid "Show in server browser" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 -msgid "Show target in memor&y" -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:265 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:264 msgid "" -"Shows Dolphin's debugging User Interface. This lets you view and modify a " +"Shows Dolphin's debugging user interface. This lets you view and modify a " "game's code and memory contents, set debugging breakpoints, examine network " "requests, and more.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:283 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:282 msgid "" "Shows chat messages, buffer changes, and desync alerts while playing NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:278 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:277 msgid "" "Shows frametime graph along with statistics as a representation of emulation " "performance.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:354 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:353 msgid "" "Shows on-screen display messages over the render window. These messages " "disappear after several seconds.

If unsure, leave " "this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:282 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:281 #, c-format msgid "" "Shows the % speed of emulation compared to full speed." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 -msgid "" -"Shows the Mouse Cursor at all times.

If unsure, " -"select "On Movement"." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 -msgid "" -"Shows the Mouse Cursor briefly whenever it has recently moved, then hides it." -"

If unsure, select this mode." -msgstr "" - -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:358 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:357 msgid "" "Shows the active game title in the render window's title bar." "

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:266 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:265 msgid "" "Shows the average time in ms between each distinct rendered frame alongside " "the standard deviation.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:273 msgid "" "Shows the average time in ms between each rendered frame alongside the " "standard deviation.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 +msgid "" +"Shows the mouse cursor at all times.

If unsure, " +"select "On Movement"." +msgstr "" + +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:367 +msgid "" +"Shows the mouse cursor briefly whenever it has recently moved, then hides it." +"

If unsure, select this mode." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:261 msgid "" "Shows the number of distinct frames rendered per second as a measure of " "visual smoothness.

If unsure, leave this unchecked." "" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:270 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:269 msgid "" "Shows the number of frames rendered per second as a measure of emulation " "speed.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:280 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:279 msgid "" "Shows the player's maximum ping while playing on NetPlay." "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:306 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:305 msgid "" "Shows various projection statistics.

If unsure, " "leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:303 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:302 msgid "" "Shows various rendering statistics.

If unsure, " "leave this unchecked." msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:398 +msgid "" +"Shows which game is active and the duration of your current play session in " +"your Discord status.

This setting cannot be changed while emulation " +"is active.

If unsure, leave this checked." +msgstr "" + #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:210 msgid "Side-by-Side" msgstr "" @@ -10832,7 +11135,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10856,7 +11159,7 @@ msgid "Signed Integer" msgstr "" #: Source/Core/DiscIO/Enums.cpp:98 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:176 msgid "Simplified Chinese" msgstr "Simplified Chinese" @@ -10873,17 +11176,17 @@ msgstr "" msgid "Size" msgstr "大小" -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:153 +#: Source/Core/DolphinQt/Settings/AudioPane.cpp:152 msgid "" "Size of stretch buffer in milliseconds. Values too low may cause audio " "crackling." msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:69 Source/Core/DolphinQt/ToolBar.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:72 Source/Core/DolphinQt/ToolBar.cpp:110 msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10899,7 +11202,7 @@ msgstr "" msgid "Skip Presenting Duplicate Frames" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:293 msgid "" "Skips Vertical Blank Interrupts when lag is detected, allowing for smooth " "audio playback when emulation speed is not 100%. " @@ -10979,11 +11282,11 @@ msgstr "" msgid "Software Renderer" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1322 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1318 msgid "Some of the data could not be read." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1048 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1045 msgid "" "Some padding data that should be zero is not zero. This can make the game " "freeze at certain points." @@ -10995,12 +11298,12 @@ msgid "" "Please check the highlighted values." msgstr "" -#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:129 -#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:275 +#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:128 +#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:302 msgid "Sort Alphabetically" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:181 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:180 msgid "Sound:" msgstr "" @@ -11014,7 +11317,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:89 #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:174 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:173 msgid "Spanish" msgstr "Spanish" @@ -11022,11 +11325,11 @@ msgstr "Spanish" msgid "Speaker Pan" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:370 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:369 msgid "Speaker Volume:" msgstr "揚聲器音量:" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:125 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:124 msgid "Specialized (Default)" msgstr "" @@ -11034,7 +11337,7 @@ msgstr "" msgid "Specific" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:373 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:372 msgid "" "Specifies the zlib compression level to use when saving PNG images (both for " "screenshots and framedumping).

Since PNG uses lossless compression, " @@ -11047,12 +11350,16 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:95 +#: Source/Core/Core/FreeLookManager.cpp:98 #: Source/Core/DolphinQt/Config/Mapping/FreeLookGeneral.cpp:24 #: Source/Core/InputCommon/ControllerEmu/ControlGroup/Force.cpp:42 msgid "Speed" msgstr "" +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 +msgid "Speed Limit" +msgstr "" + #. i18n: Figures for the game Skylanders: Spyro's Adventure. The game has the same title in all #. countries it was released in, except Japan, where it's named スカイランダーズ スパイロの大冒険. #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:262 @@ -11071,33 +11378,37 @@ msgstr "" msgid "Standard Controller" msgstr "標準控制器" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:132 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:134 #: Source/Core/DolphinQt/RiivolutionBootWidget.cpp:66 msgid "Start" msgstr "Start" -#: Source/Core/DolphinQt/MenuBar.cpp:264 +#: Source/Core/DolphinQt/MenuBar.cpp:281 msgid "Start &NetPlay..." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:330 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:552 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:252 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 msgid "Start Branch Watch" msgstr "" -#: Source/Core/DolphinQt/CheatsManager.cpp:161 +#: Source/Core/DolphinQt/CheatsManager.cpp:138 msgid "Start New Cheat Search" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:777 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:55 +#: Source/Core/Core/HotkeyManager.cpp:58 msgid "Start Recording" msgstr "開始錄製" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:76 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:75 msgid "Start in Fullscreen" msgstr "" @@ -11109,7 +11420,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:873 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11132,52 +11443,52 @@ msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:62 +#: Source/Core/Core/HotkeyManager.cpp:65 msgid "Step Into" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:71 Source/Core/DolphinQt/ToolBar.cpp:109 msgid "Step Out" msgstr "" #. i18n: Here, "Step" is a verb. This feature is used for #. going through code step by step. -#: Source/Core/Core/HotkeyManager.cpp:65 Source/Core/DolphinQt/ToolBar.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:68 Source/Core/DolphinQt/ToolBar.cpp:106 msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:571 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:569 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:488 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:462 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:338 +#: Source/Core/Core/HotkeyManager.cpp:345 #: Source/Core/DolphinQt/Config/Mapping/HotkeyDebugging.cpp:21 msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:653 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:693 msgid "Stereoscopic 3D Mode" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:218 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:222 msgid "Stereoscopic 3D Mode:" msgstr "" @@ -11198,16 +11509,20 @@ msgid "Stick" msgstr "搖桿" #: Source/Core/Core/HotkeyManager.cpp:32 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:154 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:158 #: Source/Core/DolphinQt/ToolBar.cpp:124 msgid "Stop" msgstr "停止" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:410 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11239,11 +11554,11 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "拉伸至視窗" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 msgid "Strict Settings Sync" msgstr "" @@ -11257,11 +11572,11 @@ msgstr "" msgid "Strum" msgstr "Strum" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:416 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:415 msgid "Style" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "" @@ -11272,18 +11587,18 @@ msgstr "" msgid "Stylus" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:284 #: Source/Core/DolphinQt/ConvertDialog.cpp:537 #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 -#: Source/Core/DolphinQt/MenuBar.cpp:214 Source/Core/DolphinQt/MenuBar.cpp:1112 -#: Source/Core/DolphinQt/MenuBar.cpp:1246 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:456 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:458 msgid "Successfully added to the NetPlay index" msgstr "" @@ -11293,7 +11608,7 @@ msgctxt "" msgid "Successfully converted %n image(s)." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:283 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:285 msgid "Successfully deleted '%1'." msgstr "" @@ -11306,24 +11621,24 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:385 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 msgid "Successfully extracted file." msgstr "" -#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:261 +#: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:260 msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1142 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1113 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11346,12 +11661,12 @@ msgstr "" msgid "Supported file formats" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:219 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 msgid "Supports SD and SDHC. Default size is 128 MB." msgstr "" #. i18n: Surround audio (Dolby Pro Logic II) -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:186 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:185 msgid "Surround" msgstr "" @@ -11359,7 +11674,7 @@ msgstr "" msgid "Suspended" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:216 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:217 msgid "Swap Eyes" msgstr "" @@ -11374,7 +11689,7 @@ msgstr "" msgid "Swapper" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:590 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:626 msgid "" "Swaps the left and right eye. Most useful in side-by-side stereoscopy mode." "

If unsure, leave this unchecked." @@ -11394,22 +11709,31 @@ msgstr "" msgid "Switch to B" msgstr "" -#. i18n: The symbolic name of a code block -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:85 +#. i18n: "Symbol" means debugging symbol (its name in particular). +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:408 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:656 msgid "Symbol" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 -msgid "Symbol (%1) end address:" +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 +msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:934 -msgid "Symbol name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:161 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 +msgid "Symbol Size (%1):" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1020 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11417,7 +11741,7 @@ msgstr "" msgid "Sync" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:174 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:176 msgid "Sync AR/Gecko Codes" msgstr "" @@ -11435,43 +11759,43 @@ msgid "" "core mode. (ON = Compatible, OFF = Fast)" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:242 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:241 msgid "" "Synchronizes the SD Card with the SD Sync Folder when starting and ending " "emulation." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1434 +#: Source/Core/Core/NetPlayClient.cpp:1435 msgid "Synchronizing AR codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1367 +#: Source/Core/Core/NetPlayClient.cpp:1368 msgid "Synchronizing Gecko codes..." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1050 +#: Source/Core/Core/NetPlayClient.cpp:1051 msgid "Synchronizing save data..." msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:168 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:167 msgid "System Language:" msgstr "系統語系:" -#: Source/Core/DolphinQt/MenuBar.cpp:796 +#: Source/Core/DolphinQt/MenuBar.cpp:815 msgid "TAS Input" msgstr "" #. i18n: TAS is short for tool-assisted speedrun. Read http://tasvideos.org/ for details. #. Frame advance is an example of a typical TAS tool. -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:446 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:448 msgid "TAS Tools" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 -#: Source/Core/DolphinQt/GameList/GameList.cpp:1012 +#: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11489,15 +11813,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:354 +#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:369 msgid "Take Screenshot" msgstr "截取畫面" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:666 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:664 msgid "Target address range is invalid." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:700 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11513,9 +11837,9 @@ msgstr "" msgid "Test" msgstr "測試" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:600 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:617 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:780 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:628 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:645 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:806 msgid "Text file (*.txt);;All Files (*)" msgstr "" @@ -11524,15 +11848,15 @@ msgstr "" msgid "Texture Cache" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:302 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:303 msgid "Texture Cache Accuracy" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:126 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:125 msgid "Texture Dumping" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:625 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:665 msgid "Texture Filtering" msgstr "" @@ -11540,7 +11864,7 @@ msgstr "" msgid "Texture Filtering:" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:92 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:91 msgid "Texture Format Overlay" msgstr "" @@ -11559,11 +11883,11 @@ msgid "" "Do you really want to switch to Direct3D 11? If unsure, select 'No'." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:601 +#: Source/Core/DiscIO/VolumeVerifier.cpp:600 msgid "The H3 hash table for the {0} partition is not correct." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:430 +#: Source/Core/Core/Boot/Boot.cpp:441 msgid "The IPL file is not a known good dump. (CRC32: {0:x})" msgstr "" @@ -11573,32 +11897,32 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:484 +#: Source/Core/DiscIO/VolumeVerifier.cpp:483 msgid "The Masterpiece partitions are missing." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: Source/Core/DolphinQt/MenuBar.cpp:1262 msgid "" "The NAND could not be repaired. It is recommended to back up your current " "data and start over with a fresh NAND." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1233 +#: Source/Core/DolphinQt/MenuBar.cpp:1257 msgid "The NAND has been repaired." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1003 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1000 msgid "" "The TMD is not correctly signed. If you move or copy this title to the SD " "Card, the Wii System Menu will not launch it anymore and will also refuse to " "copy or move it back to the NAND." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:175 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:177 msgid "The amount of money this Skylander has. Between 0 and 65000" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:290 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:289 msgid "" "The amount of time the FPS and VPS counters will sample over.

The " "higher the value, the more stable the FPS/VPS counter will be, but the " @@ -11614,14 +11938,14 @@ msgstr "" msgid "The data partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:501 +#: Source/Core/DiscIO/VolumeVerifier.cpp:500 msgid "" "The data partition is not at its normal position. This will affect the " "emulated loading times. You will be unable to share input recordings and use " "NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:614 +#: Source/Core/DiscIO/VolumeVerifier.cpp:613 msgid "" "The data size for the {0} partition is not evenly divisible by the block " "size." @@ -11707,7 +12031,7 @@ msgid "" "Do you wish to replace it?" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:279 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:281 msgid "" "The file associated to this file was closed! Did you clear the slot before " "saving?" @@ -11734,28 +12058,28 @@ msgstr "" msgid "The filesystem is invalid or could not be read." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:590 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:589 msgid "" "The folder %1 does not conform to Dolphin's region code format for GCI " "folders. Please rename this folder to either %2, %3, or %4, matching the " "region of the save files that are in it." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:781 +#: Source/Core/DiscIO/VolumeVerifier.cpp:778 msgid "" "The format that the disc image is saved in does not store the size of the " "disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:887 +#: Source/Core/DiscIO/VolumeVerifier.cpp:884 msgid "The game ID is inconsistent." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:898 +#: Source/Core/DiscIO/VolumeVerifier.cpp:895 msgid "The game ID is unusually short." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:879 +#: Source/Core/DiscIO/VolumeVerifier.cpp:876 msgid "The game ID is {0} but should be {1}." msgstr "" @@ -11763,7 +12087,7 @@ msgstr "" msgid "The game disc does not contain any usable update information." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:290 +#: Source/Core/Core/NetPlayClient.cpp:291 msgid "The game is currently running." msgstr "" @@ -11774,7 +12098,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:716 +#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:719 msgid "" "The graphics driver is forcibly enabling anti-aliasing for Dolphin. You need " "to turn this off in the graphics driver's settings in order for Dolphin to " @@ -11783,21 +12107,21 @@ msgid "" "(MSAA with {0} samples found on default framebuffer)" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:155 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:154 msgid "The hashes do not match!" msgstr "" -#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:151 +#: Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp:150 msgid "The hashes match!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 msgid "" "The hero level of this Skylander. Only seen in Skylanders: Spyro's " "Adventures. Between 0 and 100" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:184 +#: Source/Core/Core/NetPlayClient.cpp:185 msgid "" "The host code is too long.\n" "Please recheck that you have the correct code." @@ -11807,11 +12131,11 @@ msgstr "" msgid "The install partition is missing." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:185 msgid "The last time the figure has been placed on a portal" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:181 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:183 msgid "" "The last time the figure has been reset. If the figure has never been reset, " "the first time the figure was placed on a portal" @@ -11825,7 +12149,7 @@ msgid "" "Folder." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:178 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 msgid "The nickname for this Skylander. Limited to 15 characters" msgstr "" @@ -11833,8 +12157,8 @@ msgstr "" msgid "The patches in %1 are not for the selected game or game revision." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:254 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:295 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:256 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:297 msgid "The profile '%1' does not exist" msgstr "" @@ -11842,7 +12166,7 @@ msgstr "" msgid "The recorded game ({0}) is not the same as the selected game ({1})" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:916 +#: Source/Core/DiscIO/VolumeVerifier.cpp:913 msgid "" "The region code does not match the game ID. If this is because the region " "code has been modified, the game might run at the wrong speed, graphical " @@ -11858,20 +12182,20 @@ msgid "" "The same file can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:613 +#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:612 msgid "" "The same folder can't be used in multiple slots; it is already used by %1." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:287 +#: Source/Core/Core/NetPlayClient.cpp:288 msgid "The server and client's NetPlay versions are incompatible." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:283 +#: Source/Core/Core/NetPlayClient.cpp:284 msgid "The server is full." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:296 +#: Source/Core/Core/NetPlayClient.cpp:297 msgid "The server sent an unknown error message." msgstr "" @@ -11884,15 +12208,15 @@ msgid "" msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:976 +#: Source/Core/DiscIO/VolumeVerifier.cpp:973 msgid "The specified common key index is {0} but should be {1}." msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:201 +#: Source/Core/Core/Boot/Boot.cpp:203 msgid "The specified file \"{0}\" does not exist" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1196 +#: Source/Core/DolphinQt/MenuBar.cpp:1220 msgid "" "The system-reserved part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." @@ -11903,31 +12227,31 @@ msgid "The target memory card already contains a file \"%1\"." msgstr "" #. i18n: "Ticket" here is a kind of digital authorization to use a certain title (e.g. a game) -#: Source/Core/DiscIO/VolumeVerifier.cpp:994 +#: Source/Core/DiscIO/VolumeVerifier.cpp:991 msgid "The ticket is not correctly signed." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:180 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:182 msgid "The total time this figure has been used inside a game in seconds" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:174 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:176 msgid "The toy code for this figure. Only available for real figures." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:523 +#: Source/Core/DiscIO/VolumeVerifier.cpp:522 msgid "The type of a partition could not be read." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:85 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:86 msgid "The type of this Skylander does not have any data that can be modified!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:93 msgid "The type of this Skylander is unknown!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:100 msgid "" "The type of this Skylander is unknown, or can't be modified at this time!" msgstr "" @@ -11938,7 +12262,7 @@ msgid "" "order to avoid inconsistent system software versions." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:684 +#: Source/Core/DiscIO/VolumeVerifier.cpp:683 msgid "The update partition does not contain the IOS used by this title." msgstr "" @@ -11946,33 +12270,33 @@ msgstr "" msgid "The update partition is missing." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:492 +#: Source/Core/DiscIO/VolumeVerifier.cpp:491 msgid "The update partition is not at its normal position." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1188 +#: Source/Core/DolphinQt/MenuBar.cpp:1212 msgid "" "The user-accessible part of your NAND contains %1 blocks (%2 KiB) of data, " "out of an allowed maximum of %3 blocks (%4 KiB)." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:643 +#: Source/Core/DiscIO/VolumeVerifier.cpp:642 msgid "The {0} partition does not have a valid file system." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:572 +#: Source/Core/DiscIO/VolumeVerifier.cpp:571 msgid "The {0} partition does not seem to contain valid data." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:594 +#: Source/Core/DiscIO/VolumeVerifier.cpp:593 msgid "The {0} partition is not correctly signed." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:539 +#: Source/Core/DiscIO/VolumeVerifier.cpp:538 msgid "The {0} partition is not properly aligned." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:384 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:383 msgid "Theme" msgstr "" @@ -11987,8 +12311,8 @@ msgid "" "Do you want to save before closing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:582 -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:593 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:610 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:621 msgid "There is nothing to save!" msgstr "" @@ -12022,13 +12346,13 @@ msgstr "" #. i18n: You may want to leave the term "ERROR #002" untranslated, #. since the emulated software always displays it in English. -#: Source/Core/DiscIO/VolumeVerifier.cpp:941 +#: Source/Core/DiscIO/VolumeVerifier.cpp:938 msgid "" "This Korean title is set to use an IOS that typically isn't used on Korean " "consoles. This is likely to lead to ERROR #002." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:102 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:103 msgid "This Skylander type can't be modified yet!" msgstr "" @@ -12050,33 +12374,33 @@ msgid "" "Replay itself." msgstr "Action replay 模擬器不支援被 Action Replay 自身修改的代碼。" -#: Source/Core/Common/x64CPUDetect.cpp:83 +#: Source/Core/Common/x64CPUDetect.cpp:84 msgid "" "This build of Dolphin is not natively compiled for your CPU.\n" "Please run the ARM64 build of Dolphin for a better experience." msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 -#: Source/Core/DolphinQt/GameList/GameList.cpp:835 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:267 +#: Source/Core/DolphinQt/GameList/GameList.cpp:831 msgid "This cannot be undone!" msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:828 +#: Source/Core/DiscIO/VolumeVerifier.cpp:825 msgid "This debug disc image has the size of a retail disc image." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:851 +#: Source/Core/DiscIO/VolumeVerifier.cpp:848 msgid "This disc image has an unusual size." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:845 +#: Source/Core/DiscIO/VolumeVerifier.cpp:842 msgid "" "This disc image has an unusual size. This will likely make the emulated " "loading times longer. You will likely be unable to share input recordings " "and use NetPlay with anyone who is using a good dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1013 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1010 msgid "" "This disc image is in the NKit format. It is not a good dump in its current " "form, but it might become a good dump if converted back. The CRC32 of this " @@ -12084,26 +12408,26 @@ msgid "" "identical." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:801 +#: Source/Core/DiscIO/VolumeVerifier.cpp:798 msgid "" "This disc image is too small and lacks some data. If your dumping program " "saved the disc image as several parts, you need to merge them into one file." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:798 +#: Source/Core/DiscIO/VolumeVerifier.cpp:795 msgid "" "This disc image is too small and lacks some data. The problem is most likely " "that this is a dual-layer disc that has been dumped as a single-layer disc." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:715 +#: Source/Core/VideoCommon/CommandProcessor.cpp:710 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU, but your current settings make this unlikely to happen. If this error " "is stopping the game from working, please report it to the developers." msgstr "" -#: Source/Core/VideoCommon/CommandProcessor.cpp:708 +#: Source/Core/VideoCommon/CommandProcessor.cpp:703 msgid "" "This error is usually caused by the emulated GPU desyncing with the emulated " "CPU. Turn off the \"Dual Core\" setting to avoid this." @@ -12121,41 +12445,41 @@ msgstr "" msgid "This file does not look like a BootMii NAND backup." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:773 +#: Source/Core/DiscIO/VolumeVerifier.cpp:770 msgid "" "This game has been hacked to fit on a single-layer DVD. Some content such as " "pre-rendered videos, extra languages or entire game modes will be broken. " "This problem generally only exists in illegal copies of games." msgstr "" -#: Source/Core/VideoCommon/VideoBackendBase.cpp:195 +#: Source/Core/VideoCommon/VideoBackendBase.cpp:196 msgid "" "This game requires bounding box emulation to run properly but your graphics " "card or its drivers do not support it. As a result you will experience bugs " "or freezes while running this game." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1408 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1404 msgid "This is a bad dump." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1401 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1397 msgid "" "This is a bad dump. This doesn't necessarily mean that the game won't run " "correctly." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1368 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1364 msgid "" "This is a good dump according to Redump.org, but Dolphin has found problems. " "This might be a bug in Dolphin." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:1363 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1359 msgid "This is a good dump." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:304 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:524 msgid "This only applies to the initial boot of the emulated software." msgstr "" @@ -12163,7 +12487,7 @@ msgstr "" msgid "This session requires a password:" msgstr "" -#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:184 +#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:179 msgid "" "This setting allows you to set a custom real time clock (RTC) separate from " "your current system time.\n" @@ -12179,12 +12503,12 @@ msgstr "" msgid "This title cannot be booted." msgstr "" -#: Source/Core/DiscIO/VolumeVerifier.cpp:949 +#: Source/Core/DiscIO/VolumeVerifier.cpp:946 msgid "This title is set to use an invalid IOS." msgstr "" #. i18n: This is "common" as in "shared", not the opposite of "uncommon" -#: Source/Core/DiscIO/VolumeVerifier.cpp:963 +#: Source/Core/DiscIO/VolumeVerifier.cpp:960 msgid "This title is set to use an invalid common key." msgstr "" @@ -12215,7 +12539,7 @@ msgid "" "This value is multiplied with the depth set in the graphics configuration." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:454 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:376 msgid "" "This will also filter unconditional branches.\n" "To filter for or against unconditional branches,\n" @@ -12228,7 +12552,7 @@ msgid "" "save sync." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:178 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:180 msgid "" "This will sync additional graphics settings, and force everyone to the same " "internal resolution.\n" @@ -12248,7 +12572,7 @@ msgstr "" msgid "Threshold" msgstr "閾值" -#: Source/Core/UICommon/UICommon.cpp:552 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12258,6 +12582,31 @@ msgstr "" msgid "Tilt" msgstr "傾斜" +#. i18n: Time Percent +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:407 +msgid "Time %" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:653 +msgid "Time Average (ns)" +msgstr "" + +#. i18n: Time Average (ns) +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:405 +msgid "Time Avg. (ns)" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:654 +msgid "Time Percent" +msgstr "" + +#. i18n: "ns" is an abbreviation of nanoseconds. +#: Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp:403 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:651 +msgid "Time Spent (ns)" +msgstr "" + #. i18n: Refers to the "Calibration" setting of gyroscope input. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:49 msgid "Time period of stable input to trigger calibration. (zero to disable)" @@ -12267,10 +12616,10 @@ msgstr "" msgid "Timed Out" msgstr "" -#: Source/Core/DolphinQt/GameList/GameList.cpp:1001 +#: Source/Core/DolphinQt/GameList/GameList.cpp:997 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:214 #: Source/Core/DolphinQt/GCMemcardManager.cpp:154 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "標題" @@ -12278,25 +12627,29 @@ msgstr "標題" msgid "To" msgstr "" +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:202 +msgid "To log in, stop the current emulation." +msgstr "" + #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:132 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:99 -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:114 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:103 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:118 msgid "To:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:351 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:125 +#: Source/Core/Core/HotkeyManager.cpp:128 msgid "Toggle 3D Anaglyph" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:123 +#: Source/Core/Core/HotkeyManager.cpp:126 msgid "Toggle 3D Side-by-Side" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:124 +#: Source/Core/Core/HotkeyManager.cpp:127 msgid "Toggle 3D Top-Bottom" msgstr "" @@ -12304,28 +12657,28 @@ msgstr "" msgid "Toggle All Log Types" msgstr "全選/全部取消" -#: Source/Core/Core/HotkeyManager.cpp:107 +#: Source/Core/Core/HotkeyManager.cpp:110 msgid "Toggle Aspect Ratio" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:76 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/Core/HotkeyManager.cpp:79 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:106 +#: Source/Core/Core/HotkeyManager.cpp:109 msgid "Toggle Crop" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:114 +#: Source/Core/Core/HotkeyManager.cpp:117 msgid "Toggle Custom Textures" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:109 +#: Source/Core/Core/HotkeyManager.cpp:112 msgid "Toggle EFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:112 +#: Source/Core/Core/HotkeyManager.cpp:115 msgid "Toggle Fog" msgstr "" @@ -12337,35 +12690,39 @@ msgstr "切換全螢幕" msgid "Toggle Pause" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:86 +#: Source/Core/Core/HotkeyManager.cpp:89 msgid "Toggle SD Card" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:108 +#: Source/Core/Core/HotkeyManager.cpp:111 msgid "Toggle Skip EFB Access" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:113 +#: Source/Core/Core/HotkeyManager.cpp:116 msgid "Toggle Texture Dumping" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:87 +#: Source/Core/Core/HotkeyManager.cpp:90 msgid "Toggle USB Keyboard" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:110 +#: Source/Core/Core/HotkeyManager.cpp:113 msgid "Toggle XFB Copies" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:111 +#: Source/Core/Core/HotkeyManager.cpp:114 msgid "Toggle XFB Immediate Mode" msgstr "" -#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:964 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:590 +msgid "Toggle software JIT block profiling (will clear the JIT cache)." +msgstr "" + +#: Source/Core/InputCommon/ControlReference/ExpressionParser.cpp:966 msgid "Tokenizing failed." msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:350 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:277 msgid "Tool Controls" msgstr "" @@ -12373,7 +12730,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "上方" @@ -12381,7 +12738,7 @@ msgstr "上方" msgid "Top-and-Bottom" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:267 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:475 #: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:49 msgid "Total Hits" msgstr "" @@ -12419,12 +12776,12 @@ msgstr "" msgid "Touch" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:121 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:122 msgid "Toy code:" msgstr "" #: Source/Core/DiscIO/Enums.cpp:101 -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:178 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:177 msgid "Traditional Chinese" msgstr "Traditional Chinese" @@ -12444,8 +12801,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12453,7 +12810,7 @@ msgstr "" msgid "Traversal Server" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1978 +#: Source/Core/Core/NetPlayClient.cpp:1979 msgid "Traversal server timed out connecting to the host" msgstr "" @@ -12482,7 +12839,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:268 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12508,11 +12865,11 @@ msgstr "USA" msgid "USB Device Emulation" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:453 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:455 msgid "USB Emulation" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:361 +#: Source/Core/Core/HotkeyManager.cpp:368 msgid "USB Emulation Devices" msgstr "" @@ -12526,14 +12883,14 @@ msgstr "" msgid "USB Whitelist Error" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:287 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:286 msgid "" "Ubershaders are never used. Stuttering will occur during shader compilation, " "but GPU demands are low.

Recommended for low-end hardware. " "

If unsure, select this mode." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:292 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:291 msgid "" "Ubershaders will always be used. Provides a near stutter-free experience at " "the cost of very high GPU performance requirements." @@ -12541,7 +12898,7 @@ msgid "" "with Hybrid Ubershaders and have a very powerful GPU.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:297 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:296 msgid "" "Ubershaders will be used to prevent stuttering during shader compilation, " "but specialized shaders will be used when they will not cause stuttering." @@ -12550,23 +12907,23 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1407 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:204 +#: Source/Core/UICommon/AutoUpdate.cpp:208 msgid "Unable to contact update server." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:276 +#: Source/Core/UICommon/AutoUpdate.cpp:280 msgid "Unable to create updater copy." msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:98 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:99 msgid "Unable to modify Skylander!" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:706 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:704 msgid "Unable to open file." msgstr "" @@ -12586,11 +12943,11 @@ msgid "" "Would you like to ignore this line and continue parsing?" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:281 +#: Source/Core/UICommon/AutoUpdate.cpp:285 msgid "Unable to set permissions on updater copy." msgstr "" @@ -12613,11 +12970,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:178 Source/Core/DolphinQt/MenuBar.cpp:373 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "取消讀取進度" -#: Source/Core/Core/HotkeyManager.cpp:179 Source/Core/DolphinQt/MenuBar.cpp:390 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "取消儲存進度" @@ -12635,23 +12992,23 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:315 +#: Source/Core/DolphinQt/MenuBar.cpp:330 msgid "United States" msgstr "" #: Source/Core/Core/State.cpp:654 Source/Core/DiscIO/Enums.cpp:63 #: Source/Core/DiscIO/Enums.cpp:107 Source/Core/DiscIO/Enums.cpp:133 -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:85 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:86 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:45 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:68 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:126 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:130 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:760 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:762 msgid "Unknown" msgstr "未知" #. i18n: "Var" is short for "variant" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:57 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:58 #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:857 msgid "Unknown (Id:%1 Var:%2)" msgstr "" @@ -12660,27 +13017,27 @@ msgstr "" msgid "Unknown DVD command {0:08x} - fatal error" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1334 +#: Source/Core/Core/NetPlayClient.cpp:1335 msgid "Unknown SYNC_CODES message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1239 +#: Source/Core/Core/NetPlayServer.cpp:1240 msgid "" "Unknown SYNC_GECKO_CODES message with id:{0} received from player:{1} " "Kicking player!" msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1035 +#: Source/Core/Core/NetPlayClient.cpp:1036 msgid "Unknown SYNC_SAVE_DATA message received with id: {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1182 +#: Source/Core/Core/NetPlayServer.cpp:1183 msgid "" "Unknown SYNC_SAVE_DATA message with id:{0} received from player:{1} Kicking " "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12700,11 +13057,11 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:1987 +#: Source/Core/Core/NetPlayClient.cpp:1988 msgid "Unknown error {0:x}" msgstr "" @@ -12712,11 +13069,11 @@ msgstr "" msgid "Unknown error." msgstr "" -#: Source/Core/Core/NetPlayClient.cpp:480 +#: Source/Core/Core/NetPlayClient.cpp:481 msgid "Unknown message received with id : {0}" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1247 +#: Source/Core/Core/NetPlayServer.cpp:1248 msgid "Unknown message with id:{0} received from player:{1} Kicking player!" msgstr "" @@ -12731,11 +13088,11 @@ msgstr "" msgid "Unknown(%1).bin" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:167 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:170 msgid "Unlimited" msgstr "無限制" -#: Source/Core/Core/HotkeyManager.cpp:186 +#: Source/Core/Core/HotkeyManager.cpp:189 msgid "Unload ROM" msgstr "" @@ -12743,7 +13100,12 @@ msgstr "" msgid "Unlock Cursor" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:98 +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 +msgid "Unlocked" +msgstr "" + +#. i18n: %1 is a date/time. +#: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 msgid "Unlocked at %1" msgstr "" @@ -12775,7 +13137,7 @@ msgstr "" msgid "Unsigned Integer" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:88 +#: Source/Core/Core/FreeLookManager.cpp:91 #: Source/Core/Core/HW/WiimoteEmu/Extension/Guitar.cpp:79 #: Source/Core/Core/HW/WiimoteEmu/Extension/Shinkansen.cpp:34 #: Source/Core/DolphinQt/ResourcePackManager.cpp:43 @@ -12786,7 +13148,7 @@ msgid "Up" msgstr "上" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:283 -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:370 +#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:371 msgid "Update" msgstr "更新" @@ -12841,7 +13203,7 @@ msgstr "" msgid "Upright Wii Remote" msgstr "" -#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:229 +#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:230 msgid "Usage Statistics Reporting Settings" msgstr "" @@ -12849,15 +13211,19 @@ msgstr "" msgid "Use 8.8.8.8 for normal DNS, else enter your custom one" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:166 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:168 msgid "Use All Wii Save Data" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:162 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:161 msgid "Use Built-In Database of Game Names" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:220 +msgid "Use Full Resolution Per Eye" +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12865,21 +13231,21 @@ msgstr "" msgid "Use Mouse Controlled Pointing" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:158 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:157 msgid "Use PAL60 Mode (EuRGB60)" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:190 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:189 msgid "Use Panic Handlers" msgstr "顯示錯誤提示" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:101 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 msgid "" "Use RetroAchievements rich presence in your Discord status.

Show " "Current Game on Discord must be enabled." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:411 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:410 msgid "" "Use a manual implementation of texture sampling instead of the graphics " "backend's built-in functionality.

This setting can fix graphical " @@ -12888,8 +13254,8 @@ msgid "" "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is " "disabled, and with custom textures disabled) and better emulates Level of " "Detail calculation.

This comes at the cost of potentially worse " -"performance, especially at higher internal resolutions; additionally, " -"Anisotropic Filtering is currently incompatible with Manual Texture Sampling." +"performance, especially at higher internal resolutions.

If this " +"setting is enabled, the Texture Filtering setting will be disabled." "

If unsure, leave this unchecked." msgstr "" @@ -12928,18 +13294,18 @@ msgid "" "inputs and outputs of the same parent controller." msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:56 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:73 msgid "Username" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:320 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:319 msgid "" -"Uses Dolphin's database of properly formatted names in the Game List Title " +"Uses Dolphin's database of properly formatted names in the game list's Title " "column.

If unsure, leave this checked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:274 +#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:275 msgid "" "Uses a less accurate algorithm to calculate depth values.

Causes " "issues in a few games, but can result in a decent speed increase depending " @@ -12947,14 +13313,14 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:245 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:244 msgid "" "Uses the entire screen for rendering.

If disabled, a render window " "will be created instead.

If unsure, leave this " "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:252 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:251 msgid "" "Uses the main Dolphin window for rendering rather than a separate render " "window.

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:275 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:274 msgid "" "Waits for vertical blanks in order to prevent tearing.

Decreases " "performance if emulation speed is below 100%.

If " @@ -13217,8 +13587,8 @@ msgstr "" #: Source/Core/DolphinQt/Config/LogConfigWidget.cpp:47 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:217 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:233 -#: Source/Core/DolphinQt/MenuBar.cpp:1562 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:472 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "警告" @@ -13306,7 +13676,14 @@ msgstr "" msgid "Whammy" msgstr "Whammy" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:629 +msgid "" +"Whether each eye gets full or half image resolution when using side-by-side " +"or above-and-below 3D.

If unsure, leave this " +"unchecked." +msgstr "" + +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:326 msgid "" "Whether to dump base game textures to User/Dump/Textures/<game_id>/. " "This includes arbitrary base textures if 'Arbitrary Mipmap Detection' is " @@ -13314,7 +13691,7 @@ msgid "" "checked.
" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:322 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:321 msgid "" "Whether to dump mipmapped game textures to User/Dump/Textures/<" "game_id>/. This includes arbitrary mipmapped textures if 'Arbitrary " @@ -13322,7 +13699,7 @@ msgid "" "unsure, leave this checked.
" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:342 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:341 msgid "Whitelisted USB Passthrough Devices" msgstr "" @@ -13330,7 +13707,7 @@ msgstr "" msgid "Widescreen Hack" msgstr "寬螢幕修正" -#: Source/Core/Core/HotkeyManager.cpp:341 +#: Source/Core/Core/HotkeyManager.cpp:348 #: Source/Core/DolphinQt/Config/Mapping/HotkeyWii.cpp:20 #: Source/Core/DolphinQt/Config/SettingsWindow.cpp:42 msgid "Wii" @@ -13354,7 +13731,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:26 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:31 #: Source/Core/DolphinQt/Config/Mapping/HotkeyControllerProfile.cpp:36 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:427 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:429 #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:139 #: Source/Core/DolphinQt/NetPlay/PadMappingDialog.cpp:43 msgid "Wii Remote %1" @@ -13372,7 +13749,7 @@ msgstr "" msgid "Wii Remote Gyroscope" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:350 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:349 msgid "Wii Remote Settings" msgstr "" @@ -13392,7 +13769,7 @@ msgstr "" msgid "Wii TAS Input %1 - Wii Remote + Nunchuk" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:450 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:452 msgid "Wii and Wii Remote" msgstr "" @@ -13400,15 +13777,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1149 msgid "Wii save files (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:79 +#: Source/Core/DolphinQt/MenuBar.cpp:80 msgid "WiiTools Signature MEGA File" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:144 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:143 msgid "Window Resolution" msgstr "" @@ -13417,11 +13794,19 @@ msgstr "" msgid "Window Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:311 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:531 msgid "Wipe &Inspection Data" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:481 +#: Source/Core/DolphinQt/MenuBar.cpp:940 +msgid "Wipe JIT Block Profiling Data" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:599 +msgid "Wipe Profiling" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:399 msgid "Wipe Recent Hits" msgstr "" @@ -13435,11 +13820,11 @@ msgstr "" #. i18n: This is a selectable condition when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:136 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:922 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13472,27 +13857,27 @@ msgstr "" msgid "Write to Window" msgstr "寫入至視窗" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:647 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 msgid "Wrong disc number" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:643 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:645 msgid "Wrong hash" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:653 msgid "Wrong region" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:649 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:651 msgid "Wrong revision" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:214 +#: Source/Core/DolphinQt/MenuBar.cpp:231 msgid "Wrote to \"%1\"." msgstr "" -#: Source/Android/jni/MainAndroid.cpp:440 +#: Source/Android/jni/MainAndroid.cpp:464 msgid "Wrote to \"{0}\"." msgstr "" @@ -13543,14 +13928,14 @@ msgstr "" msgid "Yes to &All" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:299 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:298 msgid "" "You are about to convert the content of the file at %2 into the folder at " "%1. All current content of the folder will be deleted. Are you sure you want " "to continue?" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:274 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:273 msgid "" "You are about to convert the content of the folder at %1 into the file at " "%2. All current content of the file will be deleted. Are you sure you want " @@ -13583,7 +13968,7 @@ msgid "" "now and configure a \"Standard Controller\"." msgstr "" -#: Source/Core/UICommon/AutoUpdate.cpp:222 +#: Source/Core/UICommon/AutoUpdate.cpp:226 msgid "You are running the latest version available on this update track." msgstr "" @@ -13627,7 +14012,7 @@ msgstr "" msgid "You must provide a region for your session!" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:314 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:313 msgid "You must restart Dolphin in order for the change to take effect." msgstr "You must restart Dolphin in order for the change to take effect." @@ -13647,7 +14032,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1208 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13665,7 +14050,7 @@ msgstr "" msgid "Zero 3 code not supported" msgstr "不支援 Zero 3 代碼" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:943 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1061 msgid "Zero candidates remaining." msgstr "" @@ -13714,7 +14099,7 @@ msgid "default" msgstr "" #: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:654 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:384 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:386 msgid "disconnected" msgstr "" @@ -13730,7 +14115,8 @@ msgstr "" msgid "fake-completion" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:314 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:379 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:321 msgid "false" msgstr "" @@ -13795,7 +14181,8 @@ msgstr "" msgid "this value:" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:317 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:375 +#: Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp:323 msgid "true" msgstr "" @@ -13815,23 +14202,23 @@ msgstr "" #. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean). #. If your language is not one of the languages above, consider leaving the string untranslated #. so that people will recognize it as the name of the game mode. -#: Source/Core/DiscIO/VolumeVerifier.cpp:706 +#: Source/Core/DiscIO/VolumeVerifier.cpp:705 msgid "{0} (Masterpiece)" msgstr "" -#: Source/Core/UICommon/GameFile.cpp:844 +#: Source/Core/UICommon/GameFile.cpp:840 msgid "{0} (NKit)" msgstr "" -#: Source/Core/Core/Boot/Boot.cpp:437 +#: Source/Core/Core/Boot/Boot.cpp:448 msgid "{0} IPL found in {1} directory. The disc might not be recognized" msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1231 +#: Source/Core/Core/NetPlayServer.cpp:1232 msgid "{0} failed to synchronize codes." msgstr "" -#: Source/Core/Core/NetPlayServer.cpp:1173 +#: Source/Core/Core/NetPlayServer.cpp:1174 msgid "{0} failed to synchronize." msgstr "" @@ -13842,7 +14229,7 @@ msgid "" msgstr "" #: Source/Core/DiscIO/CompressedBlob.cpp:265 -#: Source/Core/DiscIO/WIABlob.cpp:1703 +#: Source/Core/DiscIO/WIABlob.cpp:1710 msgid "{0} of {1} blocks. Compression ratio {2}%" msgstr "" diff --git a/Readme.md b/Readme.md index 696ba76004..bea0e8b542 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ Please read the [FAQ](https://dolphin-emu.org/docs/faq/) before using Dolphin. ### Desktop * OS - * Windows (10 or higher). + * Windows (10 1703 or higher). * Linux. * macOS (10.15 Catalina or higher). * Unix-like systems other than Linux are not officially supported but might work. @@ -234,7 +234,7 @@ Options: Path to disc image FILE. -a ALGORITHM, --algorithm=ALGORITHM Optional. Compute and print the digest using the - selected algorithm, then exit. [crc32|md5|sha1] + selected algorithm, then exit. [crc32|md5|sha1|rchash] ``` ``` diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts index af48026a86..0ed29fde4b 100644 --- a/Source/Android/app/build.gradle.kts +++ b/Source/Android/app/build.gradle.kts @@ -101,8 +101,12 @@ android { defaultConfig { externalNativeBuild { cmake { - arguments("-DANDROID_STL=c++_static", "-DCMAKE_BUILD_TYPE=RelWithDebInfo") - // , "-DENABLE_GENERIC=ON" + arguments( + "-DANDROID_STL=c++_static", + "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON", + "-DCMAKE_BUILD_TYPE=RelWithDebInfo" + // , "-DENABLE_GENERIC=ON" + ) abiFilters("arm64-v8a", "x86_64") //, "armeabi-v7a", "x86" // Uncomment the line below if you don't want to build the C++ unit tests diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/NativeLibrary.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/NativeLibrary.java index 43880bd0ba..8a024499af 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/NativeLibrary.java +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/NativeLibrary.java @@ -302,7 +302,7 @@ public final class NativeLibrary public static native int DefaultCPUCore(); - public static native String GetDefaultGraphicsBackendName(); + public static native String GetDefaultGraphicsBackendConfigName(); public static native int GetMaxLogLevel(); @@ -381,10 +381,21 @@ public final class NativeLibrary */ public static native boolean IsRunning(); - public static native boolean IsRunningAndStarted(); - + /** + * Returns true if emulation is running and not paused. + */ public static native boolean IsRunningAndUnpaused(); + /** + * Returns true if emulation is fully shut down. + */ + public static native boolean IsUninitialized(); + + /** + * Re-initialize software JitBlock profiling data + */ + public static native void WipeJitBlockProfilingData(); + /** * Writes out the JitBlock Cache log dump */ diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/ConvertActivity.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/ConvertActivity.kt index 2fcc939983..6a384fe880 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/ConvertActivity.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/ConvertActivity.kt @@ -6,11 +6,10 @@ import android.content.Context import android.content.Intent import android.os.Bundle import android.view.View +import androidx.activity.enableEdgeToEdge import androidx.appcompat.app.AppCompatActivity import androidx.core.view.ViewCompat -import androidx.core.view.WindowCompat import androidx.core.view.WindowInsetsCompat -import com.google.android.material.color.MaterialColors import org.dolphinemu.dolphinemu.R import org.dolphinemu.dolphinemu.databinding.ActivityConvertBinding import org.dolphinemu.dolphinemu.fragments.ConvertFragment @@ -23,14 +22,13 @@ class ConvertActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { ThemeHelper.setTheme(this) + enableEdgeToEdge() super.onCreate(savedInstanceState) binding = ActivityConvertBinding.inflate(layoutInflater) setContentView(binding.root) - WindowCompat.setDecorFitsSystemWindows(window, false) - val path = intent.getStringExtra(ARG_GAME_PATH) var fragment = supportFragmentManager @@ -62,10 +60,6 @@ class ConvertActivity : AppCompatActivity() { binding.scrollViewConvert.setPadding(insets.left, 0, insets.right, insets.bottom) InsetsHelper.applyNavbarWorkaround(insets.bottom, binding.workaroundView) - ThemeHelper.setNavigationBarColor( - this, - MaterialColors.getColor(binding.appbarConvert, R.attr.colorSurface) - ) windowInsets } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/UserDataActivity.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/UserDataActivity.kt index 9435ead4f4..edf4a0a257 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/UserDataActivity.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/UserDataActivity.kt @@ -10,12 +10,11 @@ import android.os.Build import android.os.Bundle import android.provider.DocumentsContract import android.view.View +import androidx.activity.enableEdgeToEdge import androidx.appcompat.app.AppCompatActivity import androidx.core.view.ViewCompat -import androidx.core.view.WindowCompat import androidx.core.view.WindowInsetsCompat import androidx.lifecycle.ViewModelProvider -import com.google.android.material.color.MaterialColors import org.dolphinemu.dolphinemu.R import org.dolphinemu.dolphinemu.databinding.ActivityUserDataBinding import org.dolphinemu.dolphinemu.dialogs.NotificationDialog @@ -25,7 +24,6 @@ import org.dolphinemu.dolphinemu.features.DocumentProvider import org.dolphinemu.dolphinemu.model.TaskViewModel import org.dolphinemu.dolphinemu.utils.* import org.dolphinemu.dolphinemu.utils.ThemeHelper.enableScrollTint -import org.dolphinemu.dolphinemu.utils.ThemeHelper.setNavigationBarColor import java.io.File import java.io.FileInputStream import java.io.FileOutputStream @@ -43,14 +41,13 @@ class UserDataActivity : AppCompatActivity() { taskViewModel = ViewModelProvider(this)[TaskViewModel::class.java] ThemeHelper.setTheme(this) + enableEdgeToEdge() super.onCreate(savedInstanceState) mBinding = ActivityUserDataBinding.inflate(layoutInflater) setContentView(mBinding.root) - WindowCompat.setDecorFitsSystemWindows(window, false) - val android7 = Build.VERSION.SDK_INT >= Build.VERSION_CODES.N val android10 = Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q val android11 = Build.VERSION.SDK_INT >= Build.VERSION_CODES.R @@ -334,10 +331,6 @@ class UserDataActivity : AppCompatActivity() { mBinding.scrollViewUserData.setPadding(insets.left, 0, insets.right, insets.bottom) InsetsHelper.applyNavbarWorkaround(insets.bottom, mBinding.workaroundView) - setNavigationBarColor( - this, - MaterialColors.getColor(mBinding.appbarUserData, R.attr.colorSurface) - ) windowInsets } } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/cheats/ui/CheatsActivity.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/cheats/ui/CheatsActivity.kt index dec284abfb..4feaa2577f 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/cheats/ui/CheatsActivity.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/cheats/ui/CheatsActivity.kt @@ -10,10 +10,10 @@ import android.view.Menu import android.view.View import android.view.ViewGroup import android.view.ViewGroup.MarginLayoutParams +import androidx.activity.enableEdgeToEdge import androidx.annotation.ColorInt import androidx.appcompat.app.AppCompatActivity import androidx.core.view.ViewCompat -import androidx.core.view.WindowCompat import androidx.core.view.WindowInsetsAnimationCompat import androidx.core.view.WindowInsetsCompat import androidx.lifecycle.ViewModelProvider @@ -51,6 +51,7 @@ class CheatsActivity : AppCompatActivity(), PanelSlideListener { override fun onCreate(savedInstanceState: Bundle?) { ThemeHelper.setTheme(this) + enableEdgeToEdge() super.onCreate(savedInstanceState) @@ -69,8 +70,6 @@ class CheatsActivity : AppCompatActivity(), PanelSlideListener { binding = ActivityCheatsBinding.inflate(layoutInflater) setContentView(binding.root) - WindowCompat.setDecorFitsSystemWindows(window, false) - cheatListLastFocus = binding.cheatList cheatDetailsLastFocus = binding.cheatDetails @@ -225,10 +224,6 @@ class CheatsActivity : AppCompatActivity(), PanelSlideListener { binding.cheatDetails.layoutParams = mlpDetails InsetsHelper.applyNavbarWorkaround(barInsets.bottom, binding.workaroundView) - ThemeHelper.setNavigationBarColor( - this, - MaterialColors.getColor(binding.appbarCheats, R.attr.colorSurface) - ) windowInsets } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/riivolution/ui/RiivolutionBootActivity.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/riivolution/ui/RiivolutionBootActivity.kt index d38f282f64..2348422f2a 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/riivolution/ui/RiivolutionBootActivity.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/riivolution/ui/RiivolutionBootActivity.kt @@ -6,13 +6,12 @@ import android.content.Context import android.content.Intent import android.os.Bundle import android.view.View +import androidx.activity.enableEdgeToEdge import androidx.appcompat.app.AppCompatActivity import androidx.core.view.ViewCompat -import androidx.core.view.WindowCompat import androidx.core.view.WindowInsetsCompat import androidx.lifecycle.lifecycleScope import androidx.recyclerview.widget.LinearLayoutManager -import com.google.android.material.color.MaterialColors import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.launch import kotlinx.coroutines.withContext @@ -31,14 +30,13 @@ class RiivolutionBootActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { ThemeHelper.setTheme(this) + enableEdgeToEdge() super.onCreate(savedInstanceState) binding = ActivityRiivolutionBootBinding.inflate(layoutInflater) setContentView(binding.root) - WindowCompat.setDecorFitsSystemWindows(window, false) - val path = intent.getStringExtra(ARG_GAME_PATH) val gameId = intent.getStringExtra(ARG_GAME_ID) val revision = intent.getIntExtra(ARG_REVISION, -1) @@ -96,10 +94,6 @@ class RiivolutionBootActivity : AppCompatActivity() { binding.scrollViewRiivolution.setPadding(insets.left, 0, insets.right, insets.bottom) InsetsHelper.applyNavbarWorkaround(insets.bottom, binding.workaroundView) - ThemeHelper.setNavigationBarColor( - this, - MaterialColors.getColor(binding.appbarRiivolution, R.attr.colorSurface) - ) windowInsets } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt index 331ad7fa09..156d6ccd4c 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt @@ -651,6 +651,7 @@ enum class BooleanSetting( SYSCONF_PROGRESSIVE_SCAN(Settings.FILE_SYSCONF, "IPL", "PGS", true), SYSCONF_PAL60(Settings.FILE_SYSCONF, "IPL", "E60", true), SYSCONF_WIIMOTE_MOTOR(Settings.FILE_SYSCONF, "BT", "MOT", true), + GFX_VSYNC(Settings.FILE_GFX, Settings.SECTION_GFX_HARDWARE, "VSync", false), GFX_WIDESCREEN_HACK(Settings.FILE_GFX, Settings.SECTION_GFX_SETTINGS, "wideScreenHack", false), GFX_CROP(Settings.FILE_GFX, Settings.SECTION_GFX_SETTINGS, "Crop", false), GFX_SHOW_FPS(Settings.FILE_GFX, Settings.SECTION_GFX_SETTINGS, "ShowFPS", false), @@ -788,7 +789,7 @@ enum class BooleanSetting( Settings.FILE_GFX, Settings.SECTION_GFX_HACKS, "EFBAccessEnable", - true + false ), GFX_HACK_EFB_DEFER_INVALIDATION( Settings.FILE_GFX, diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.kt index c5c1851e5d..a971d7b709 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.kt @@ -36,7 +36,7 @@ class Settings : Closeable { if (isGameSpecific) { // Loading game INIs while the core is running will mess with the game INIs loaded by the core - check(!NativeLibrary.IsRunning()) { "Attempted to load game INI while emulating" } + check(NativeLibrary.IsUninitialized()) { "Attempted to load game INI while emulating" } NativeConfig.loadGameInis(gameId, revision) } } @@ -124,6 +124,7 @@ class Settings : Closeable { const val SECTION_INI_DSP = "DSP" const val SECTION_LOGGER_LOGS = "Logs" const val SECTION_LOGGER_OPTIONS = "Options" + const val SECTION_GFX_HARDWARE = "Settings" const val SECTION_GFX_SETTINGS = "Settings" const val SECTION_GFX_ENHANCEMENTS = "Enhancements" const val SECTION_GFX_COLOR_CORRECTION = "ColorCorrection" diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/StringSetting.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/StringSetting.kt index f959764564..b150c845e1 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/StringSetting.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/StringSetting.kt @@ -45,7 +45,7 @@ enum class StringSetting( Settings.FILE_DOLPHIN, Settings.SECTION_INI_CORE, "GFXBackend", - NativeLibrary.GetDefaultGraphicsBackendName() + NativeLibrary.GetDefaultGraphicsBackendConfigName() ), MAIN_DUMP_PATH(Settings.FILE_DOLPHIN, Settings.SECTION_INI_GENERAL, "DumpPath", ""), MAIN_LOAD_PATH(Settings.FILE_DOLPHIN, Settings.SECTION_INI_GENERAL, "LoadPath", ""), diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/RunRunnable.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/RunRunnable.kt index f9d5786e22..c52964ff0b 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/RunRunnable.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/RunRunnable.kt @@ -20,5 +20,5 @@ class RunRunnable( override val setting: AbstractSetting? = null override val isEditable: Boolean - get() = worksDuringEmulation || !NativeLibrary.IsRunning() + get() = worksDuringEmulation || NativeLibrary.IsUninitialized() } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/SettingsItem.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/SettingsItem.kt index 3209400ff6..01c4796e68 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/SettingsItem.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/view/SettingsItem.kt @@ -54,7 +54,7 @@ abstract class SettingsItem { open val isEditable: Boolean get() { - if (!NativeLibrary.IsRunning()) return true + if (NativeLibrary.IsUninitialized()) return true val setting = setting return setting != null && setting.isRuntimeEditable } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsActivity.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsActivity.kt index ccdbbe3339..e222a8c78f 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsActivity.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsActivity.kt @@ -14,17 +14,16 @@ import android.os.Bundle import android.view.Menu import android.view.View import android.widget.Toast +import androidx.activity.enableEdgeToEdge import androidx.appcompat.app.AlertDialog import androidx.appcompat.app.AppCompatActivity import androidx.core.view.ViewCompat -import androidx.core.view.WindowCompat import androidx.core.view.WindowInsetsCompat import androidx.fragment.app.DialogFragment import androidx.lifecycle.ViewModelProvider import com.google.android.material.appbar.CollapsingToolbarLayout import com.google.android.material.color.MaterialColors import com.google.android.material.dialog.MaterialAlertDialogBuilder -import com.google.android.material.snackbar.Snackbar import org.dolphinemu.dolphinemu.NativeLibrary import org.dolphinemu.dolphinemu.R import org.dolphinemu.dolphinemu.databinding.ActivitySettingsBinding @@ -32,11 +31,9 @@ import org.dolphinemu.dolphinemu.features.settings.model.Settings import org.dolphinemu.dolphinemu.features.settings.ui.SettingsFragment.Companion.newInstance import org.dolphinemu.dolphinemu.ui.main.MainPresenter import org.dolphinemu.dolphinemu.utils.FileBrowserHelper -import org.dolphinemu.dolphinemu.utils.GpuDriverInstallResult import org.dolphinemu.dolphinemu.utils.InsetsHelper import org.dolphinemu.dolphinemu.utils.SerializableHelper.serializable import org.dolphinemu.dolphinemu.utils.ThemeHelper.enableScrollTint -import org.dolphinemu.dolphinemu.utils.ThemeHelper.setNavigationBarColor import org.dolphinemu.dolphinemu.utils.ThemeHelper.setTheme class SettingsActivity : AppCompatActivity(), SettingsActivityView { @@ -55,6 +52,7 @@ class SettingsActivity : AppCompatActivity(), SettingsActivityView { override fun onCreate(savedInstanceState: Bundle?) { setTheme(this) + enableEdgeToEdge() super.onCreate(savedInstanceState) @@ -69,8 +67,6 @@ class SettingsActivity : AppCompatActivity(), SettingsActivityView { binding = ActivitySettingsBinding.inflate(layoutInflater) setContentView(binding!!.root) - WindowCompat.setDecorFitsSystemWindows(window, false) - val launcher = intent var gameID = launcher.getStringExtra(ARG_GAME_ID) if (gameID == null) gameID = "" @@ -291,10 +287,6 @@ class SettingsActivity : AppCompatActivity(), SettingsActivityView { ) InsetsHelper.applyNavbarWorkaround(insets.bottom, binding!!.workaroundView) - setNavigationBarColor( - this, - MaterialColors.getColor(binding!!.appbarSettings, R.attr.colorSurface) - ) windowInsets } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsFragmentPresenter.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsFragmentPresenter.kt index 6de39ed1e9..2af2202599 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsFragmentPresenter.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/SettingsFragmentPresenter.kt @@ -69,7 +69,7 @@ class SettingsFragmentPresenter( } else if ( menuTag == MenuTag.GRAPHICS && this.gameId.isNullOrEmpty() - && !NativeLibrary.IsRunning() + && NativeLibrary.IsUninitialized() && GpuDriverHelper.supportsCustomDriverLoading() ) { this.gpuDriver = @@ -1226,6 +1226,24 @@ class SettingsFragmentPresenter( MenuTag.getWiimoteMenuTag(3) ) ) + sl.add(SwitchSetting(context, object : AbstractBooleanSetting { + override val isOverridden: Boolean = IntSetting.WIIMOTE_BB_SOURCE.isOverridden + + override val isRuntimeEditable: Boolean = IntSetting.WIIMOTE_BB_SOURCE.isRuntimeEditable + + override fun delete(settings: Settings): Boolean { + return IntSetting.WIIMOTE_BB_SOURCE.delete(settings) + } + + override val boolean: Boolean get() = IntSetting.WIIMOTE_BB_SOURCE.int == 2 + + override fun setBoolean(settings: Settings, newValue: Boolean) { + // 0 == None + // 1 == Emulated + // 2 == Real + IntSetting.WIIMOTE_BB_SOURCE.setInt(settings, if (newValue) 2 else 0) + } + }, R.string.real_balance_board, 0)) } private fun addGraphicsSettings(sl: ArrayList) { @@ -1303,7 +1321,7 @@ class SettingsFragmentPresenter( if ( this.gpuDriver != null && this.gameId.isNullOrEmpty() - && !NativeLibrary.IsRunning() + && NativeLibrary.IsUninitialized() && GpuDriverHelper.supportsCustomDriverLoading() ) { sl.add( @@ -1777,6 +1795,14 @@ class SettingsFragmentPresenter( 0 ) ) + sl.add( + SwitchSetting( + context, + BooleanSetting.GFX_VSYNC, + R.string.vsync, + R.string.vsync_description + ) + ) sl.add( SwitchSetting( context, @@ -1987,6 +2013,16 @@ class SettingsFragmentPresenter( 0 ) ) + sl.add( + RunRunnable( + context, + R.string.debug_jit_wipe_block_profiling_data, + 0, + R.string.debug_jit_wipe_block_profiling_data_alert, + 0, + true + ) { NativeLibrary.WipeJitBlockProfilingData() } + ) sl.add( RunRunnable( context, diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.kt index 637f4fb924..eeb223c3db 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.kt @@ -180,11 +180,11 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback { private fun run(isActivityRecreated: Boolean) { if (isActivityRecreated) { - if (NativeLibrary.IsRunning()) { + if (NativeLibrary.IsUninitialized()) { + loadPreviousTemporaryState = true + } else { loadPreviousTemporaryState = false deleteFile(temporaryStateFilePath) - } else { - loadPreviousTemporaryState = true } } else { Log.debug("[EmulationFragment] activity resumed or fresh start") @@ -203,7 +203,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback { private fun runWithValidSurface() { runWhenSurfaceIsValid = false - if (!NativeLibrary.IsRunning()) { + if (NativeLibrary.IsUninitialized()) { NativeLibrary.SetIsBooting() val emulationThread = Thread({ if (loadPreviousTemporaryState) { diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.kt index dfe557e712..7964cc1ebc 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.kt @@ -83,7 +83,7 @@ class InputOverlay(context: Context?, attrs: AttributeSet?) : SurfaceView(contex fun initTouchPointer() { // Check if we have all the data we need yet - val aspectRatioAvailable = NativeLibrary.IsRunningAndStarted() + val aspectRatioAvailable = NativeLibrary.IsRunning() if (!aspectRatioAvailable || surfacePosition == null) return diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/main/MainActivity.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/main/MainActivity.kt index 7f43d3094f..a4e5d3600a 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/main/MainActivity.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/main/MainActivity.kt @@ -9,14 +9,13 @@ import android.view.Menu import android.view.MenuItem import android.view.View import android.view.ViewGroup.MarginLayoutParams +import androidx.activity.enableEdgeToEdge import androidx.appcompat.app.AppCompatActivity import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen import androidx.core.view.ViewCompat -import androidx.core.view.WindowCompat import androidx.core.view.WindowInsetsCompat import androidx.swiperefreshlayout.widget.SwipeRefreshLayout.OnRefreshListener import com.google.android.material.appbar.AppBarLayout -import com.google.android.material.color.MaterialColors import com.google.android.material.tabs.TabLayout import org.dolphinemu.dolphinemu.R import org.dolphinemu.dolphinemu.activities.EmulationActivity @@ -53,13 +52,13 @@ class MainActivity : AppCompatActivity(), MainView, OnRefreshListener, ThemeProv installSplashScreen().setKeepOnScreenCondition { !DirectoryInitialization.areDolphinDirectoriesReady() } ThemeHelper.setTheme(this) + enableEdgeToEdge() super.onCreate(savedInstanceState) binding = ActivityMainBinding.inflate(layoutInflater) setContentView(binding.root) - WindowCompat.setDecorFitsSystemWindows(window, false) setInsets() ThemeHelper.enableStatusBarScrollTint(this, binding.appbarMain) @@ -330,10 +329,6 @@ class MainActivity : AppCompatActivity(), MainView, OnRefreshListener, ThemeProv binding.pagerPlatforms.setPadding(insets.left, 0, insets.right, 0) InsetsHelper.applyNavbarWorkaround(insets.bottom, binding.workaroundView) - ThemeHelper.setNavigationBarColor( - this, - MaterialColors.getColor(binding.appbarMain, R.attr.colorSurface) - ) windowInsets } diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/ThemeHelper.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/ThemeHelper.kt index 5bdef6082c..1f3f694202 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/ThemeHelper.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/ThemeHelper.kt @@ -1,6 +1,5 @@ package org.dolphinemu.dolphinemu.utils -import android.app.Activity import androidx.appcompat.app.AppCompatActivity import org.dolphinemu.dolphinemu.R import android.os.Build @@ -14,11 +13,8 @@ import com.google.android.material.appbar.MaterialToolbar import com.google.android.material.appbar.AppBarLayout import com.google.android.material.elevation.ElevationOverlayProvider import com.google.android.material.color.MaterialColors -import android.graphics.Color import androidx.annotation.ColorInt -import androidx.annotation.RequiresApi import androidx.preference.PreferenceManager -import kotlin.math.roundToInt object ThemeHelper { @@ -32,8 +28,6 @@ object ThemeHelper { const val GREEN = 3 const val PINK = 4 - const val NAV_BAR_ALPHA = 0.9f - @JvmStatic fun setTheme(activity: AppCompatActivity) { // We have to use shared preferences in addition to Dolphin's settings to guarantee that the @@ -166,32 +160,6 @@ object ThemeHelper { } } - @JvmStatic - fun setNavigationBarColor(activity: Activity, @ColorInt color: Int) { - val gestureType = InsetsHelper.getSystemGestureType(activity.applicationContext) - val orientation = activity.resources.configuration.orientation - - // Use black if the Android version is too low to support changing button colors - if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O_MR1) { - activity.window.navigationBarColor = - ContextCompat.getColor(activity.applicationContext, android.R.color.black) - } else if ((gestureType == InsetsHelper.THREE_BUTTON_NAVIGATION || - gestureType == InsetsHelper.TWO_BUTTON_NAVIGATION) && - orientation == Configuration.ORIENTATION_LANDSCAPE - ) { - activity.window.navigationBarColor = color - } else if (gestureType == InsetsHelper.THREE_BUTTON_NAVIGATION || - gestureType == InsetsHelper.TWO_BUTTON_NAVIGATION - ) { - activity.window.navigationBarColor = getColorWithOpacity(color, NAV_BAR_ALPHA) - } else { - activity.window.navigationBarColor = ContextCompat.getColor( - activity.applicationContext, - android.R.color.transparent - ) - } - } - @JvmStatic fun enableScrollTint( activity: AppCompatActivity, toolbar: MaterialToolbar, appBarLayout: AppBarLayout @@ -232,13 +200,4 @@ object ThemeHelper { } } } - - @RequiresApi(api = Build.VERSION_CODES.O_MR1) - @ColorInt - private fun getColorWithOpacity(@ColorInt color: Int, alphaFactor: Float): Int { - return Color.argb( - (alphaFactor * Color.alpha(color)).roundToInt(), Color.red(color), - Color.green(color), Color.blue(color) - ) - } } diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index a195ef08ea..aacc57a3be 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -23,6 +23,8 @@ Wii Remote Extension 3 Wii Remote Extension 4 + Real Balance Board + Wii Remote Buttons Motion Simulation @@ -330,6 +332,8 @@ Crop Crops the picture from its native aspect ratio to 4:3 or 16:9. If unsure, leave this unchecked. Enable Progressive Scan + V-Sync + This setting is unnecessary on most Android devices, because Android always enables V-Sync. If unsure, leave this unchecked. Backend Multithreading Enables graphics backend multithreading (Vulkan only). May affect performance. If unsure, leave this checked. Prefer VS for Point/Line Expansion @@ -408,6 +412,8 @@ Disable Large Entry Points Map Jit Profiling Enable Jit Block Profiling + Wipe Jit Block Profiling Data + Re-initialize JIT block profiling data? Write Jit Block Log Dump Jit Jit Disabled diff --git a/Source/Android/jni/Cheats/GeckoCheat.cpp b/Source/Android/jni/Cheats/GeckoCheat.cpp index 70261b6dc2..c585acf9ea 100644 --- a/Source/Android/jni/Cheats/GeckoCheat.cpp +++ b/Source/Android/jni/Cheats/GeckoCheat.cpp @@ -6,6 +6,9 @@ #include +#include +#include + #include "Common/FileUtil.h" #include "Common/IniFile.h" #include "Core/ConfigManager.h" @@ -58,7 +61,7 @@ Java_org_dolphinemu_dolphinemu_features_cheats_model_GeckoCheat_getCreator(JNIEn JNIEXPORT jstring JNICALL Java_org_dolphinemu_dolphinemu_features_cheats_model_GeckoCheat_getNotes(JNIEnv* env, jobject obj) { - return ToJString(env, JoinStrings(GetPointer(env, obj)->notes, "\n")); + return ToJString(env, fmt::to_string(fmt::join(GetPointer(env, obj)->notes, "\n"))); } JNIEXPORT jstring JNICALL diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 811b28c32b..b6468ed85c 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -101,6 +101,10 @@ void Host_PPCSymbolsChanged() { } +void Host_PPCBreakpointsChanged() +{ +} + void Host_RefreshDSPDebuggerWindow() { } @@ -118,8 +122,7 @@ void Host_Message(HostMessageID id) } else if (id == HostMessageID::WMUserStop) { - if (Core::IsRunning(Core::System::GetInstance())) - Core::QueueHostJob(&Core::Stop); + Core::QueueHostJob(&Core::Stop); } } @@ -147,6 +150,14 @@ void Host_UpdateDisasmDialog() { } +void Host_JitCacheInvalidation() +{ +} + +void Host_JitProfileDataWiped() +{ +} + void Host_UpdateMainFrame() { } @@ -276,13 +287,6 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_SetIsBooting } JNIEXPORT jboolean JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_IsRunning(JNIEnv*, jclass) -{ - return s_is_booting.IsSet() || - static_cast(Core::IsRunning(Core::System::GetInstance())); -} - -JNIEXPORT jboolean JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_IsRunningAndStarted(JNIEnv*, - jclass) { return static_cast(Core::IsRunning(Core::System::GetInstance())); } @@ -293,6 +297,13 @@ Java_org_dolphinemu_dolphinemu_NativeLibrary_IsRunningAndUnpaused(JNIEnv*, jclas return static_cast(Core::GetState(Core::System::GetInstance()) == Core::State::Running); } +JNIEXPORT jboolean JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_IsUninitialized(JNIEnv*, + jclass) +{ + return static_cast(Core::IsUninitialized(Core::System::GetInstance()) && + !s_is_booting.IsSet()); +} + JNIEXPORT jstring JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_GetVersionString(JNIEnv* env, jclass) { @@ -401,9 +412,10 @@ JNIEXPORT jint JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_DefaultCPUCo } JNIEXPORT jstring JNICALL -Java_org_dolphinemu_dolphinemu_NativeLibrary_GetDefaultGraphicsBackendName(JNIEnv* env, jclass) +Java_org_dolphinemu_dolphinemu_NativeLibrary_GetDefaultGraphicsBackendConfigName(JNIEnv* env, + jclass) { - return ToJString(env, VideoBackendBase::GetDefaultBackendName()); + return ToJString(env, VideoBackendBase::GetDefaultBackendConfigName()); } JNIEXPORT jint JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_GetMaxLogLevel(JNIEnv*, jclass) @@ -411,6 +423,22 @@ JNIEXPORT jint JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_GetMaxLogLev return static_cast(Common::Log::MAX_LOGLEVEL); } +JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_WipeJitBlockProfilingData( + JNIEnv* env, jclass native_library_class) +{ + HostThreadLock guard; + auto& system = Core::System::GetInstance(); + auto& jit_interface = system.GetJitInterface(); + const Core::CPUThreadGuard cpu_guard(system); + if (jit_interface.GetCore() == nullptr) + { + env->CallStaticVoidMethod(native_library_class, IDCache::GetDisplayToastMsg(), + ToJString(env, Common::GetStringT("JIT is not active")), JNI_FALSE); + return; + } + jit_interface.WipeBlockProfilingData(cpu_guard); +} + JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_WriteJitBlockLogDump( JNIEnv* env, jclass native_library_class) { diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp index 84cf727695..90cc0f7b44 100644 --- a/Source/Core/Common/ArmCPUDetect.cpp +++ b/Source/Core/Common/ArmCPUDetect.cpp @@ -28,6 +28,7 @@ #endif #include +#include #include "Common/CommonTypes.h" #include "Common/FileUtil.h" @@ -332,5 +333,5 @@ std::string CPUInfo::Summarize() if (bSHA2) sum.push_back("SHA2"); - return JoinStrings(sum, ","); + return fmt::to_string(fmt::join(sum, ",")); } diff --git a/Source/Core/Common/Assembler/CaseInsensitiveDict.h b/Source/Core/Common/Assembler/CaseInsensitiveDict.h index 8f6acccc8f..5dffbb6335 100644 --- a/Source/Core/Common/Assembler/CaseInsensitiveDict.h +++ b/Source/Core/Common/Assembler/CaseInsensitiveDict.h @@ -47,7 +47,7 @@ private: std::array _conns; std::optional _val; - TrieEntry() { std::fill(_conns.begin(), _conns.end(), INVALID_CONN); } + TrieEntry() { _conns.fill(INVALID_CONN); } }; constexpr size_t IndexOf(char c) const diff --git a/Source/Core/Common/BitField.h b/Source/Core/Common/BitField.h index 68c0577fb2..bbd40f5414 100644 --- a/Source/Core/Common/BitField.h +++ b/Source/Core/Common/BitField.h @@ -312,7 +312,7 @@ class BitFieldArrayConstRef friend class BitFieldArrayConstIterator; public: - constexpr T Value() const { return m_array->Value(m_index); }; + constexpr T Value() const { return m_array->Value(m_index); } constexpr operator T() const { return Value(); } private: @@ -333,7 +333,7 @@ class BitFieldArrayRef friend class BitFieldArrayIterator; public: - constexpr T Value() const { return m_array->Value(m_index); }; + constexpr T Value() const { return m_array->Value(m_index); } constexpr operator T() const { return Value(); } T operator=(const BitFieldArrayRef& value) const { diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 16c5121447..81431e564c 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -75,6 +75,8 @@ add_library(common Hash.cpp Hash.h HookableEvent.h + HostDisassembler.cpp + HostDisassembler.h HttpRequest.cpp HttpRequest.h Image.cpp @@ -180,6 +182,11 @@ PRIVATE ${VTUNE_LIBRARIES} ) +if ((DEFINED CMAKE_ANDROID_ARCH_ABI AND CMAKE_ANDROID_ARCH_ABI MATCHES "x86|x86_64") OR + (NOT DEFINED CMAKE_ANDROID_ARCH_ABI AND _M_X86_64)) + target_link_libraries(common PRIVATE bdisasm) +endif() + if (APPLE) target_link_libraries(common PRIVATE @@ -330,6 +337,28 @@ if(OPROFILE_FOUND) target_link_libraries(common PRIVATE OProfile::OProfile) endif() +if(ENABLE_LLVM) + find_package(LLVM CONFIG) + if(LLVM_FOUND) + message(STATUS "LLVM found, enabling LLVM support in disassembler") + target_compile_definitions(common PRIVATE HAVE_LLVM) + # Minimal documentation about LLVM's CMake functions is available here: + # https://releases.llvm.org/16.0.0/docs/CMake.html#embedding-llvm-in-your-project + # https://groups.google.com/g/llvm-dev/c/YeEVe7HTasQ?pli=1 + # + # However, you have to read the source code in any case. + # Look for LLVM-Config.cmake in your (Unix) system: + # $ find /usr -name LLVM-Config\\.cmake 2>/dev/null + llvm_expand_pseudo_components(LLVM_EXPAND_COMPONENTS + AllTargetsInfos AllTargetsDisassemblers AllTargetsCodeGens + ) + llvm_config(common USE_SHARED + mcdisassembler target ${LLVM_EXPAND_COMPONENTS} + ) + target_include_directories(common PRIVATE ${LLVM_INCLUDE_DIRS}) + endif() +endif() + if(UNIX) # Posix networking code needs to be fixed for Windows add_executable(traversal_server TraversalServer.cpp) diff --git a/Source/Core/Common/CompatPatches.cpp b/Source/Core/Common/CompatPatches.cpp index 5b99658665..aeb509f4ab 100644 --- a/Source/Core/Common/CompatPatches.cpp +++ b/Source/Core/Common/CompatPatches.cpp @@ -261,4 +261,4 @@ int __cdecl EnableCompatPatches() extern "C" { __declspec(allocate(".CRT$XCZ")) decltype(&EnableCompatPatches) enableCompatPatches = EnableCompatPatches; -}; +} diff --git a/Source/Core/Common/Config/Config.h b/Source/Core/Common/Config/Config.h index 1303388566..1c91bc65af 100644 --- a/Source/Core/Common/Config/Config.h +++ b/Source/Core/Common/Config/Config.h @@ -20,7 +20,6 @@ struct ConfigChangedCallbackID size_t id = -1; bool operator==(const ConfigChangedCallbackID&) const = default; - bool operator!=(const ConfigChangedCallbackID&) const = default; }; using ConfigChangedCallback = std::function; diff --git a/Source/Core/Common/Config/ConfigInfo.cpp b/Source/Core/Common/Config/ConfigInfo.cpp index e0546bf8f7..22fc593e34 100644 --- a/Source/Core/Common/Config/ConfigInfo.cpp +++ b/Source/Core/Common/Config/ConfigInfo.cpp @@ -15,11 +15,6 @@ bool Location::operator==(const Location& other) const strcasecmp(key.c_str(), other.key.c_str()) == 0; } -bool Location::operator!=(const Location& other) const -{ - return !(*this == other); -} - bool Location::operator<(const Location& other) const { if (system != other.system) diff --git a/Source/Core/Common/Config/ConfigInfo.h b/Source/Core/Common/Config/ConfigInfo.h index e59239b881..be3d00108b 100644 --- a/Source/Core/Common/Config/ConfigInfo.h +++ b/Source/Core/Common/Config/ConfigInfo.h @@ -28,7 +28,6 @@ struct Location std::string key; bool operator==(const Location& other) const; - bool operator!=(const Location& other) const; bool operator<(const Location& other) const; }; diff --git a/Source/Core/Common/Crypto/ec.cpp b/Source/Core/Common/Crypto/ec.cpp index 4cce6ce5dc..1f1b0e6018 100644 --- a/Source/Core/Common/Crypto/ec.cpp +++ b/Source/Core/Common/Crypto/ec.cpp @@ -252,8 +252,8 @@ Signature Sign(const u8* key, const u8* hash) bn_mul(s.data.data(), minv, kk, ec_N, 30); Signature signature; - std::copy(r.data.cbegin(), r.data.cend(), signature.begin()); - std::copy(s.data.cbegin(), s.data.cend(), signature.begin() + 30); + std::ranges::copy(r.data, signature.begin()); + std::ranges::copy(s.data, signature.begin() + 30); return signature; } diff --git a/Source/Core/Common/Debug/Threads.h b/Source/Core/Common/Debug/Threads.h index e9aef96d26..ce50e945c1 100644 --- a/Source/Core/Common/Debug/Threads.h +++ b/Source/Core/Common/Debug/Threads.h @@ -14,7 +14,7 @@ namespace Core { class CPUThreadGuard; -}; +} namespace Common::Debug { diff --git a/Source/Core/Common/FileSearch.cpp b/Source/Core/Common/FileSearch.cpp index d022414efc..4a54c978c9 100644 --- a/Source/Core/Common/FileSearch.cpp +++ b/Source/Core/Common/FileSearch.cpp @@ -97,7 +97,7 @@ std::vector DoFileSearch(const std::vector& directorie // Remove duplicates (occurring because caller gave e.g. duplicate or overlapping directories - // not because std::filesystem returns duplicates). Also note that this pathname-based uniqueness // isn't as thorough as std::filesystem::equivalent. - std::sort(result.begin(), result.end()); + std::ranges::sort(result); result.erase(std::unique(result.begin(), result.end()), result.end()); // Dolphin expects to be able to use "/" (DIR_SEP) everywhere. @@ -107,7 +107,7 @@ std::vector DoFileSearch(const std::vector& directorie if constexpr (os_separator != DIR_SEP_CHR) { for (auto& path : result) - std::replace(path.begin(), path.end(), '\\', DIR_SEP_CHR); + std::ranges::replace(path, '\\', DIR_SEP_CHR); } return result; diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp index 545bfaba44..ee2b330812 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -446,7 +446,7 @@ FSTEntry ScanDirectoryTree(std::string directory, bool recursive) // about with directory separators (for host paths - emulated paths may require it) and instead // use fs::path to interact with them. auto wpath = path.wstring(); - std::replace(wpath.begin(), wpath.end(), L'\\', L'/'); + std::ranges::replace(wpath, L'\\', L'/'); return WStringToUTF8(wpath); #else return PathToString(path); diff --git a/Source/Core/Common/HostDisassembler.cpp b/Source/Core/Common/HostDisassembler.cpp new file mode 100644 index 0000000000..14dd3b5b46 --- /dev/null +++ b/Source/Core/Common/HostDisassembler.cpp @@ -0,0 +1,158 @@ +// Copyright 2008 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "Common/HostDisassembler.h" + +#include + +#include +#include +#include + +#if defined(HAVE_LLVM) +#include +#include +#elif defined(_M_X86_64) +#include // Bochs +#endif + +#if defined(HAVE_LLVM) +class HostDisassemblerLLVM final : public HostDisassembler +{ +public: + explicit HostDisassemblerLLVM(const char* host_disasm, const char* cpu = "", + std::size_t inst_size = 0); + ~HostDisassemblerLLVM(); + +private: + LLVMDisasmContextRef m_llvm_context; + std::size_t m_instruction_size; + + std::size_t Disassemble(const u8* begin, const u8* end, std::ostream& stream) override; +}; + +HostDisassemblerLLVM::HostDisassemblerLLVM(const char* host_disasm, const char* cpu, + std::size_t inst_size) + : m_instruction_size(inst_size) +{ + LLVMInitializeAllTargetInfos(); + LLVMInitializeAllTargetMCs(); + LLVMInitializeAllDisassemblers(); + + m_llvm_context = LLVMCreateDisasmCPU(host_disasm, cpu, nullptr, 0, nullptr, nullptr); + + // Couldn't create llvm context + if (!m_llvm_context) + return; + + LLVMSetDisasmOptions(m_llvm_context, LLVMDisassembler_Option_AsmPrinterVariant | + LLVMDisassembler_Option_PrintLatency); +} + +HostDisassemblerLLVM::~HostDisassemblerLLVM() +{ + if (m_llvm_context) + LLVMDisasmDispose(m_llvm_context); +} + +std::size_t HostDisassemblerLLVM::Disassemble(const u8* begin, const u8* end, std::ostream& stream) +{ + std::size_t instruction_count = 0; + if (!m_llvm_context) + return instruction_count; + + while (begin < end) + { + char inst_disasm[256]; + + const auto inst_size = + LLVMDisasmInstruction(m_llvm_context, const_cast(begin), static_cast(end - begin), + reinterpret_cast(begin), inst_disasm, sizeof(inst_disasm)); + if (inst_size == 0) + { + if (m_instruction_size != 0) + { + // If we are on an architecture that has a fixed instruction + // size, we can continue onward past this bad instruction. + fmt::println(stream, "{}\tInvalid inst: {:02x}", fmt::ptr(begin), + fmt::join(std::span{begin, m_instruction_size}, "")); + begin += m_instruction_size; + } + else + { + // We can't continue if we are on an architecture that has flexible + // instruction sizes. Dump the rest of the block instead. + fmt::println(stream, "{}\tInvalid inst: {:02x}", fmt::ptr(begin), + fmt::join(std::span{begin, end}, "")); + break; + } + } + else + { + fmt::println(stream, "{}{}", fmt::ptr(begin), inst_disasm); + begin += inst_size; + } + ++instruction_count; + } + return instruction_count; +} +#elif defined(_M_X86_64) +class HostDisassemblerBochs final : public HostDisassembler +{ +public: + explicit HostDisassemblerBochs(); + ~HostDisassemblerBochs() = default; + +private: + disassembler m_disasm; + + std::size_t Disassemble(const u8* begin, const u8* end, std::ostream& stream) override; +}; + +HostDisassemblerBochs::HostDisassemblerBochs() +{ + m_disasm.set_syntax_intel(); +} + +std::size_t HostDisassemblerBochs::Disassemble(const u8* begin, const u8* end, std::ostream& stream) +{ + std::size_t instruction_count = 0; + while (begin < end) + { + char inst_disasm[256]; + + const auto inst_size = + m_disasm.disasm64(0, reinterpret_cast(begin), begin, inst_disasm); + fmt::println(stream, "{}\t{}", fmt::ptr(begin), inst_disasm); + begin += inst_size; + ++instruction_count; + } + return instruction_count; +} +#endif + +std::unique_ptr HostDisassembler::Factory(Platform arch) +{ + switch (arch) + { +#if defined(HAVE_LLVM) + case Platform::x86_64: + return std::make_unique("x86_64-none-unknown"); + case Platform::aarch64: + return std::make_unique("aarch64-none-unknown", "cortex-a57", 4); +#elif defined(_M_X86_64) + case Platform::x86_64: + return std::make_unique(); +#else + case Platform{}: // warning C4065: "switch statement contains 'default' but no 'case' labels" +#endif + default: + return std::make_unique(); + } +} + +std::size_t HostDisassembler::Disassemble(const u8* begin, const u8* end, std::ostream& stream) +{ + fmt::println(stream, "{}\t{:02x}", fmt::ptr(begin), fmt::join(std::span{begin, end}, "")); + return 0; +} diff --git a/Source/Core/Common/HostDisassembler.h b/Source/Core/Common/HostDisassembler.h new file mode 100644 index 0000000000..3761f52937 --- /dev/null +++ b/Source/Core/Common/HostDisassembler.h @@ -0,0 +1,26 @@ +// Copyright 2008 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include +#include +#include + +#include "Common/CommonTypes.h" + +class HostDisassembler +{ +public: + enum class Platform + { + x86_64, + aarch64, + }; + + virtual ~HostDisassembler() = default; + + static std::unique_ptr Factory(Platform arch); + + virtual std::size_t Disassemble(const u8* begin, const u8* end, std::ostream& stream); +}; diff --git a/Source/Core/Common/IniFile.cpp b/Source/Core/Common/IniFile.cpp index ab20ff58fd..b345f6c0fe 100644 --- a/Source/Core/Common/IniFile.cpp +++ b/Source/Core/Common/IniFile.cpp @@ -85,7 +85,7 @@ bool IniFile::Section::Delete(std::string_view key) return false; values.erase(it); - keys_order.erase(std::find(keys_order.begin(), keys_order.end(), key)); + keys_order.erase(std::ranges::find(keys_order, key)); return true; } @@ -130,7 +130,7 @@ const IniFile::Section* IniFile::GetSection(std::string_view section_name) const { for (const Section& sect : sections) { - if (CaseInsensitiveStringCompare::IsEqual(sect.name, section_name)) + if (CaseInsensitiveEquals(sect.name, section_name)) return § } @@ -141,7 +141,7 @@ IniFile::Section* IniFile::GetSection(std::string_view section_name) { for (Section& sect : sections) { - if (CaseInsensitiveStringCompare::IsEqual(sect.name, section_name)) + if (CaseInsensitiveEquals(sect.name, section_name)) return § } diff --git a/Source/Core/Common/IniFile.h b/Source/Core/Common/IniFile.h index c37be55f43..31a7ee0e6b 100644 --- a/Source/Core/Common/IniFile.h +++ b/Source/Core/Common/IniFile.h @@ -15,29 +15,6 @@ namespace Common { -struct CaseInsensitiveStringCompare -{ - // Allow heterogenous lookup. - using is_transparent = void; - - bool operator()(std::string_view a, std::string_view b) const - { - return std::lexicographical_compare( - a.begin(), a.end(), b.begin(), b.end(), - [](char lhs, char rhs) { return Common::ToLower(lhs) < Common::ToLower(rhs); }); - } - - static bool IsEqual(std::string_view a, std::string_view b) - { - if (a.size() != b.size()) - return false; - - return std::equal(a.begin(), a.end(), b.begin(), b.end(), [](char lhs, char rhs) { - return Common::ToLower(lhs) == Common::ToLower(rhs); - }); - } -}; - class IniFile { public: @@ -86,7 +63,7 @@ public: bool GetLines(std::vector* lines, const bool remove_comments = true) const; bool operator<(const Section& other) const { return name < other.name; } - using SectionMap = std::map; + using SectionMap = std::map; const std::string& GetName() const { return name; } const SectionMap& GetValues() const { return values; } diff --git a/Source/Core/Common/LdrWatcher.cpp b/Source/Core/Common/LdrWatcher.cpp index 4e3fb88ba5..a0db0b61c6 100644 --- a/Source/Core/Common/LdrWatcher.cpp +++ b/Source/Core/Common/LdrWatcher.cpp @@ -78,7 +78,7 @@ public: { static LdrDllNotifier notifier; return notifier; - }; + } void Install(LdrObserver* observer); void Uninstall(LdrObserver* observer); diff --git a/Source/Core/Common/NandPaths.cpp b/Source/Core/Common/NandPaths.cpp index 5e6aa57d70..789fc66b1f 100644 --- a/Source/Core/Common/NandPaths.cpp +++ b/Source/Core/Common/NandPaths.cpp @@ -8,6 +8,7 @@ #include #include +#include #include "Common/CommonTypes.h" #include "Common/FileUtil.h" @@ -141,7 +142,7 @@ std::string EscapePath(const std::string& path) for (const std::string& split_string : split_strings) escaped_split_strings.push_back(EscapeFileName(split_string)); - return JoinStrings(escaped_split_strings, "/"); + return fmt::to_string(fmt::join(escaped_split_strings, "/")); } std::string UnescapeFileName(const std::string& filename) diff --git a/Source/Core/Common/Network.cpp b/Source/Core/Common/Network.cpp index d8e60ccf1e..ca40eb3fe1 100644 --- a/Source/Core/Common/Network.cpp +++ b/Source/Core/Common/Network.cpp @@ -36,10 +36,10 @@ MACAddress GenerateMacAddress(const MACConsumer type) switch (type) { case MACConsumer::BBA: - std::copy(oui_bba.begin(), oui_bba.end(), mac.begin()); + std::ranges::copy(oui_bba, mac.begin()); break; case MACConsumer::IOS: - std::copy(oui_ios.begin(), oui_ios.end(), mac.begin()); + std::ranges::copy(oui_ios, mac.begin()); break; } diff --git a/Source/Core/Common/Profiler.h b/Source/Core/Common/Profiler.h index 753c06fd38..b0255b1ce7 100644 --- a/Source/Core/Common/Profiler.h +++ b/Source/Core/Common/Profiler.h @@ -54,7 +54,7 @@ public: private: Profiler* m_p; }; -}; // namespace Common +} // namespace Common // Warning: This profiler isn't thread safe. Only profile functions which doesn't run simultaneously #define PROFILE(name) \ diff --git a/Source/Core/Common/SettingsHandler.cpp b/Source/Core/Common/SettingsHandler.cpp index b5c32a2099..6cc9f5a8fe 100644 --- a/Source/Core/Common/SettingsHandler.cpp +++ b/Source/Core/Common/SettingsHandler.cpp @@ -17,72 +17,72 @@ namespace Common { -SettingsHandler::SettingsHandler() : m_buffer{}, m_position{0}, m_key{INITIAL_SEED}, decoded{""} +namespace +{ +// Key used to encrypt/decrypt setting.txt contents +constexpr u32 INITIAL_SEED = 0x73B5DBFA; +} // namespace + +SettingsWriter::SettingsWriter() : m_buffer{}, m_position{0}, m_key{INITIAL_SEED} { } -SettingsHandler::SettingsHandler(const Buffer& buffer) : SettingsHandler() -{ - m_buffer = buffer; - Decrypt(); -} - -const SettingsHandler::Buffer& SettingsHandler::GetBytes() const +const SettingsBuffer& SettingsWriter::GetBytes() const { return m_buffer; } -std::string SettingsHandler::GetValue(std::string_view key) const +std::string SettingsReader::GetValue(std::string_view key) const { constexpr char delim[] = "\n"; std::string toFind = std::string(delim).append(key).append("="); - size_t found = decoded.find(toFind); + size_t found = m_decoded.find(toFind); if (found != std::string_view::npos) { - size_t delimFound = decoded.find(delim, found + toFind.length()); + size_t delimFound = m_decoded.find(delim, found + toFind.length()); if (delimFound == std::string_view::npos) - delimFound = decoded.length() - 1; - return decoded.substr(found + toFind.length(), delimFound - (found + toFind.length())); + delimFound = m_decoded.length() - 1; + return m_decoded.substr(found + toFind.length(), delimFound - (found + toFind.length())); } else { toFind = std::string(key).append("="); - found = decoded.find(toFind); + found = m_decoded.find(toFind); if (found == 0) { - size_t delimFound = decoded.find(delim, found + toFind.length()); + size_t delimFound = m_decoded.find(delim, found + toFind.length()); if (delimFound == std::string_view::npos) - delimFound = decoded.length() - 1; - return decoded.substr(found + toFind.length(), delimFound - (found + toFind.length())); + delimFound = m_decoded.length() - 1; + return m_decoded.substr(found + toFind.length(), delimFound - (found + toFind.length())); } } return ""; } -void SettingsHandler::Decrypt() +SettingsReader::SettingsReader(const SettingsBuffer& buffer) : m_decoded{""} { - while (m_position < m_buffer.size()) + u32 key = INITIAL_SEED; + for (u32 position = 0; position < buffer.size(); ++position) { - decoded.push_back((u8)(m_buffer[m_position] ^ m_key)); - m_position++; - m_key = (m_key >> 31) | (m_key << 1); + m_decoded.push_back((u8)(buffer[position] ^ key)); + key = (key >> 31) | (key << 1); } // The decoded data normally uses CRLF line endings, but occasionally // (see the comment in WriteLine), lines can be separated by CRLFLF. // To handle this, we remove every CR and treat LF as the line ending. // (We ignore empty lines.) - std::erase(decoded, '\x0d'); + std::erase(m_decoded, '\x0d'); } -void SettingsHandler::AddSetting(std::string_view key, std::string_view value) +void SettingsWriter::AddSetting(std::string_view key, std::string_view value) { WriteLine(fmt::format("{}={}\r\n", key, value)); } -void SettingsHandler::WriteLine(std::string_view str) +void SettingsWriter::WriteLine(std::string_view str) { const u32 old_position = m_position; const u32 old_key = m_key; @@ -106,7 +106,7 @@ void SettingsHandler::WriteLine(std::string_view str) } } -void SettingsHandler::WriteByte(u8 b) +void SettingsWriter::WriteByte(u8 b) { if (m_position >= m_buffer.size()) return; @@ -116,7 +116,7 @@ void SettingsHandler::WriteByte(u8 b) m_key = (m_key >> 31) | (m_key << 1); } -std::string SettingsHandler::GenerateSerialNumber() +std::string SettingsWriter::GenerateSerialNumber() { const std::time_t t = std::time(nullptr); diff --git a/Source/Core/Common/SettingsHandler.h b/Source/Core/Common/SettingsHandler.h index 0b8bc2044d..e16d1155ec 100644 --- a/Source/Core/Common/SettingsHandler.h +++ b/Source/Core/Common/SettingsHandler.h @@ -13,34 +13,35 @@ namespace Common { -class SettingsHandler +using SettingsBuffer = std::array; + +class SettingsWriter { public: - enum - { - SETTINGS_SIZE = 0x100, - // Key used to encrypt/decrypt setting.txt contents - INITIAL_SEED = 0x73B5DBFA - }; - - using Buffer = std::array; - SettingsHandler(); - explicit SettingsHandler(const Buffer& buffer); + SettingsWriter(); void AddSetting(std::string_view key, std::string_view value); - const Buffer& GetBytes() const; - std::string GetValue(std::string_view key) const; + const SettingsBuffer& GetBytes() const; static std::string GenerateSerialNumber(); private: - void Decrypt(); void WriteLine(std::string_view str); void WriteByte(u8 b); - std::array m_buffer; + SettingsBuffer m_buffer; u32 m_position, m_key; - std::string decoded; +}; + +class SettingsReader +{ +public: + explicit SettingsReader(const SettingsBuffer& buffer); + + std::string GetValue(std::string_view key) const; + +private: + std::string m_decoded; }; } // namespace Common diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp index 4551600b4e..935db75d2f 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -22,6 +22,7 @@ #include #include +#include #include "Common/CommonFuncs.h" #include "Common/CommonPaths.h" @@ -233,8 +234,8 @@ std::string_view StripQuotes(std::string_view s) // Turns "\n\rhello" into " hello". void ReplaceBreaksWithSpaces(std::string& str) { - std::replace(str.begin(), str.end(), '\r', ' '); - std::replace(str.begin(), str.end(), '\n', ' '); + std::ranges::replace(str, '\r', ' '); + std::ranges::replace(str, '\n', ' '); } void TruncateToCString(std::string* s) @@ -367,21 +368,6 @@ std::vector SplitString(const std::string& str, const char delim) return output; } -std::string JoinStrings(const std::vector& strings, const std::string& delimiter) -{ - // Check if we can return early, just for speed - if (strings.empty()) - return ""; - - std::ostringstream res; - std::copy(strings.begin(), strings.end(), - std::ostream_iterator(res, delimiter.c_str())); - - // Drop the trailing delimiter. - std::string joined = res.str(); - return joined.substr(0, joined.length() - delimiter.length()); -} - std::string TabsToSpaces(int tab_size, std::string str) { const std::string spaces(tab_size, ' '); @@ -417,8 +403,7 @@ void StringPopBackIf(std::string* s, char c) size_t StringUTF8CodePointCount(std::string_view str) { - return str.size() - - std::count_if(str.begin(), str.end(), [](char c) -> bool { return (c & 0xC0) == 0x80; }); + return str.size() - std::ranges::count_if(str, [](char c) -> bool { return (c & 0xC0) == 0x80; }); } #ifdef _WIN32 @@ -670,20 +655,24 @@ std::string GetEscapedHtml(std::string html) void ToLower(std::string* str) { - std::transform(str->begin(), str->end(), str->begin(), [](char c) { return Common::ToLower(c); }); + std::ranges::transform(*str, str->begin(), static_cast(Common::ToLower)); } void ToUpper(std::string* str) { - std::transform(str->begin(), str->end(), str->begin(), [](char c) { return Common::ToUpper(c); }); + std::ranges::transform(*str, str->begin(), static_cast(Common::ToUpper)); } bool CaseInsensitiveEquals(std::string_view a, std::string_view b) { - if (a.size() != b.size()) - return false; - return std::equal(a.begin(), a.end(), b.begin(), - [](char ca, char cb) { return Common::ToLower(ca) == Common::ToLower(cb); }); + return std::ranges::equal( + a, b, [](char ca, char cb) { return Common::ToLower(ca) == Common::ToLower(cb); }); +} + +bool CaseInsensitiveLess::operator()(std::string_view a, std::string_view b) const +{ + return std::ranges::lexicographical_compare( + a, b, [](char ca, char cb) { return Common::ToLower(ca) < Common::ToLower(cb); }); } std::string BytesToHexString(std::span bytes) diff --git a/Source/Core/Common/StringUtil.h b/Source/Core/Common/StringUtil.h index 1699d9fa2f..8aa5bd3f68 100644 --- a/Source/Core/Common/StringUtil.h +++ b/Source/Core/Common/StringUtil.h @@ -195,12 +195,11 @@ std::from_chars_result FromChars(std::string_view sv, T& value, const char* const last = first + sv.size(); return std::from_chars(first, last, value, fmt); } -}; // namespace Common +} // namespace Common std::string TabsToSpaces(int tab_size, std::string str); std::vector SplitString(const std::string& str, char delim); -std::string JoinStrings(const std::vector& strings, const std::string& delimiter); // "C:/Windows/winhelp.exe" to "C:/Windows/", "winhelp", ".exe" // This requires forward slashes to be used for the path separators, even on Windows. @@ -314,5 +313,13 @@ std::string GetEscapedHtml(std::string html); void ToLower(std::string* str); void ToUpper(std::string* str); bool CaseInsensitiveEquals(std::string_view a, std::string_view b); + +// 'std::less'-like comparison function object type for case-insensitive strings. +struct CaseInsensitiveLess +{ + using is_transparent = void; // Allow heterogenous lookup. + bool operator()(std::string_view a, std::string_view b) const; +}; + std::string BytesToHexString(std::span bytes); } // namespace Common diff --git a/Source/Core/Common/TypeUtils.h b/Source/Core/Common/TypeUtils.h index 44ef1faf78..714f5a718d 100644 --- a/Source/Core/Common/TypeUtils.h +++ b/Source/Core/Common/TypeUtils.h @@ -82,17 +82,4 @@ static_assert(!IsNOf::value); static_assert(IsNOf::value); static_assert(IsNOf::value); // Type conversions ARE allowed static_assert(!IsNOf::value); - -// TODO: This can be replaced with std::array's fill() once C++20 is fully supported. -// Prior to C++20, std::array's fill() function is, unfortunately, not constexpr. -// Ditto for 's std::fill. Although Dolphin targets C++20, Android doesn't -// seem to properly support constexpr fill(), so we need this for now. -template -constexpr void Fill(std::array& array, const T2& value) -{ - for (auto& entry : array) - { - entry = value; - } -} } // namespace Common diff --git a/Source/Core/Common/WindowsRegistry.cpp b/Source/Core/Common/WindowsRegistry.cpp index 4b6f1f2c24..2eb1ae9b9c 100644 --- a/Source/Core/Common/WindowsRegistry.cpp +++ b/Source/Core/Common/WindowsRegistry.cpp @@ -69,4 +69,4 @@ OSVERSIONINFOW GetOSVersion() } return info; } -}; // namespace WindowsRegistry +} // namespace WindowsRegistry diff --git a/Source/Core/Common/WindowsRegistry.h b/Source/Core/Common/WindowsRegistry.h index 8a4705e7fe..ef789a98ca 100644 --- a/Source/Core/Common/WindowsRegistry.h +++ b/Source/Core/Common/WindowsRegistry.h @@ -15,4 +15,4 @@ template <> bool ReadValue(std::string* value, const std::string& subkey, const std::string& name); OSVERSIONINFOW GetOSVersion(); -}; // namespace WindowsRegistry +} // namespace WindowsRegistry diff --git a/Source/Core/Common/x64CPUDetect.cpp b/Source/Core/Common/x64CPUDetect.cpp index 11dfcf0b51..d256b4188a 100644 --- a/Source/Core/Common/x64CPUDetect.cpp +++ b/Source/Core/Common/x64CPUDetect.cpp @@ -14,6 +14,7 @@ #include #include +#include #include "Common/CommonTypes.h" #include "Common/Intrinsics.h" @@ -275,5 +276,5 @@ std::string CPUInfo::Summarize() if (bSHA2) sum.push_back("SHA2"); - return JoinStrings(sum, ","); + return fmt::to_string(fmt::join(sum, ",")); } diff --git a/Source/Core/Common/x64Emitter.h b/Source/Core/Common/x64Emitter.h index 5370afd3ad..2b7bbb7726 100644 --- a/Source/Core/Common/x64Emitter.h +++ b/Source/Core/Common/x64Emitter.h @@ -122,7 +122,6 @@ struct OpArg return std::tie(scale, offsetOrBaseReg, indexReg, offset, operandReg) == std::tie(b.scale, b.offsetOrBaseReg, b.indexReg, b.offset, b.operandReg); } - constexpr bool operator!=(const OpArg& b) const { return !operator==(b); } u64 Imm64() const { DEBUG_ASSERT(scale == SCALE_IMM64); diff --git a/Source/Core/Core/AchievementManager.cpp b/Source/Core/Core/AchievementManager.cpp index a1288a2b70..73ace1af34 100644 --- a/Source/Core/Core/AchievementManager.cpp +++ b/Source/Core/Core/AchievementManager.cpp @@ -16,6 +16,7 @@ #include "Common/Assert.h" #include "Common/BitUtils.h" #include "Common/CommonPaths.h" +#include "Common/Config/Config.h" #include "Common/FileUtil.h" #include "Common/IOFile.h" #include "Common/Image.h" @@ -24,6 +25,8 @@ #include "Common/Version.h" #include "Common/WorkQueueThread.h" #include "Core/Config/AchievementSettings.h" +#include "Core/Config/FreeLookSettings.h" +#include "Core/Config/MainSettings.h" #include "Core/Core.h" #include "Core/HW/Memmap.h" #include "Core/HW/VideoInterface.h" @@ -62,7 +65,8 @@ void AchievementManager::Init() [](const char* message, const rc_client_t* client) { INFO_LOG_FMT(ACHIEVEMENTS, "{}", message); }); - rc_client_set_hardcore_enabled(m_client, Config::Get(Config::RA_HARDCORE_ENABLED)); + Config::AddConfigChangedCallback([this] { SetHardcoreMode(); }); + SetHardcoreMode(); m_queue.Reset("AchievementManagerQueue", [](const std::function& func) { func(); }); m_image_queue.Reset("AchievementManagerImageQueue", [](const std::function& func) { func(); }); @@ -204,6 +208,22 @@ void AchievementManager::SetBackgroundExecutionAllowed(bool allowed) DoIdle(); } +std::string AchievementManager::CalculateHash(const std::string& file_path) +{ + char hash_result[33] = "0"; + rc_hash_filereader volume_reader{ + .open = &AchievementManager::FilereaderOpenByFilepath, + .seek = &AchievementManager::FilereaderSeek, + .tell = &AchievementManager::FilereaderTell, + .read = &AchievementManager::FilereaderRead, + .close = &AchievementManager::FilereaderClose, + }; + rc_hash_init_custom_filereader(&volume_reader); + rc_hash_generate_from_file(hash_result, RC_CONSOLE_GAMECUBE, file_path.c_str()); + + return std::string(hash_result); +} + void AchievementManager::FetchPlayerBadge() { FetchBadge(&m_player_badge, RC_IMAGE_TYPE_USER, @@ -345,6 +365,13 @@ std::recursive_mutex& AchievementManager::GetLock() void AchievementManager::SetHardcoreMode() { rc_client_set_hardcore_enabled(m_client, Config::Get(Config::RA_HARDCORE_ENABLED)); + if (Config::Get(Config::RA_HARDCORE_ENABLED)) + { + if (Config::Get(Config::MAIN_EMULATION_SPEED) < 1.0f) + Config::SetBaseOrCurrent(Config::MAIN_EMULATION_SPEED, 1.0f); + Config::SetBaseOrCurrent(Config::FREE_LOOK_ENABLED, false); + Config::SetBaseOrCurrent(Config::MAIN_ENABLE_CHEATS, false); + } } bool AchievementManager::IsHardcoreModeActive() const @@ -733,6 +760,7 @@ void AchievementManager::LoginCallback(int result, const char* error_message, rc { WARN_LOG_FMT(ACHIEVEMENTS, "Failed to login {} to RetroAchievements server.", Config::Get(Config::RA_USERNAME)); + AchievementManager::GetInstance().m_update_callback({.failed_login_code = result}); return; } @@ -744,6 +772,7 @@ void AchievementManager::LoginCallback(int result, const char* error_message, rc if (!user) { WARN_LOG_FMT(ACHIEVEMENTS, "Failed to retrieve user information from client."); + AchievementManager::GetInstance().m_update_callback({.failed_login_code = RC_INVALID_STATE}); return; } @@ -762,6 +791,7 @@ void AchievementManager::LoginCallback(int result, const char* error_message, rc INFO_LOG_FMT(ACHIEVEMENTS, "Attempted to login prior user {}; current user is {}.", user->username, Config::Get(Config::RA_USERNAME)); rc_client_logout(client); + AchievementManager::GetInstance().m_update_callback({.failed_login_code = RC_INVALID_STATE}); return; } } @@ -814,6 +844,15 @@ void AchievementManager::LoadGameCallback(int result, const char* error_message, rc_client_t* client, void* userdata) { AchievementManager::GetInstance().m_loading_volume.reset(nullptr); + if (result == RC_API_FAILURE) + { + WARN_LOG_FMT(ACHIEVEMENTS, "Load data request rejected for old Dolphin version."); + OSD::AddMessage("RetroAchievements no longer supports this version of Dolphin.", + OSD::Duration::VERY_LONG, OSD::Color::RED); + OSD::AddMessage("Please update Dolphin to a newer version.", OSD::Duration::VERY_LONG, + OSD::Color::RED); + return; + } if (result != RC_OK) { WARN_LOG_FMT(ACHIEVEMENTS, "Failed to load data for current game."); diff --git a/Source/Core/Core/AchievementManager.h b/Source/Core/Core/AchievementManager.h index 13f2a9a14e..174b4abce1 100644 --- a/Source/Core/Core/AchievementManager.h +++ b/Source/Core/Core/AchievementManager.h @@ -70,8 +70,8 @@ public: static constexpr std::string_view BLUE = "#0B71C1"; static constexpr std::string_view APPROVED_LIST_FILENAME = "ApprovedInis.json"; static const inline Common::SHA1::Digest APPROVED_LIST_HASH = { - 0x50, 0x2F, 0x58, 0x02, 0x94, 0x60, 0x1B, 0x9F, 0x92, 0xC7, - 0x04, 0x17, 0x50, 0x2E, 0xF3, 0x09, 0x8C, 0x8C, 0xD6, 0xC0}; + 0xCC, 0xB4, 0x05, 0x2D, 0x2B, 0xEE, 0xF4, 0x06, 0x4A, 0xC9, + 0x57, 0x5D, 0xA9, 0xE9, 0xDE, 0xB7, 0x98, 0xF8, 0x1A, 0x6D}; struct LeaderboardEntry { @@ -98,6 +98,7 @@ public: bool all_leaderboards = false; std::set leaderboards{}; bool rich_presence = false; + int failed_login_code = 0; }; using UpdateCallback = std::function; @@ -110,6 +111,8 @@ public: bool IsGameLoaded() const; void SetBackgroundExecutionAllowed(bool allowed); + static std::string CalculateHash(const std::string& file_path); + void FetchPlayerBadge(); void FetchGameBadges(); @@ -170,7 +173,7 @@ private: void FetchBoardInfo(AchievementId leaderboard_id); - std::unique_ptr& GetLoadingVolume() { return m_loading_volume; }; + std::unique_ptr& GetLoadingVolume() { return m_loading_volume; } static void LoadGameCallback(int result, const char* error_message, rc_client_t* client, void* userdata); diff --git a/Source/Core/Core/ActionReplay.h b/Source/Core/Core/ActionReplay.h index 3b05c1117c..ee2cb8b485 100644 --- a/Source/Core/Core/ActionReplay.h +++ b/Source/Core/Core/ActionReplay.h @@ -18,7 +18,7 @@ class IniFile; namespace Core { class CPUThreadGuard; -}; +} namespace ActionReplay { diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp index 1fd77d2c30..322a4f5be2 100644 --- a/Source/Core/Core/Boot/Boot.cpp +++ b/Source/Core/Core/Boot/Boot.cpp @@ -15,6 +15,8 @@ #include #include +#include + #include "Common/Align.h" #include "Common/CommonPaths.h" #include "Common/CommonTypes.h" @@ -90,7 +92,7 @@ static std::vector ReadM3UFile(const std::string& m3u_path, if (!nonexistent.empty()) { PanicAlertFmtT("Files specified in the M3U file \"{0}\" were not found:\n{1}", m3u_path, - JoinStrings(nonexistent, "\n")); + fmt::join(nonexistent, "\n")); return {}; } @@ -390,11 +392,19 @@ bool CBoot::LoadMapFromFilename(const Core::CPUThreadGuard& guard, PPCSymbolDB& bool CBoot::Load_BS2(Core::System& system, const std::string& boot_rom_filename) { // CRC32 hashes of the IPL file, obtained from Redump + // DOL-001(USA) / DOL-001(JPN) / DOT-001 / SL-GC10 (NTSC Revision 1.0) constexpr u32 NTSC_v1_0 = 0x6DAC1F2A; + // DOL-001(USA) / DOL-001(JPN) / DOT-001 (NTSC Revision 1.1) constexpr u32 NTSC_v1_1 = 0xD5E6FEEA; - constexpr u32 NTSC_v1_2 = 0x86573808; - constexpr u32 MPAL_v1_1 = 0x667D0B64; // Brazil + // DOL-001(USA) / DOL-001(JPN) (NTSC Revision 1.2) + constexpr u32 NTSC_v1_2_001 = 0xD235E3F9; + // DOL-101(USA) / DOL-101(JPN) (NTSC Revision 1.2) + constexpr u32 NTSC_v1_2_101 = 0x86573808; + // DOL-002(BRA) (MPAL Revision 1.1) + constexpr u32 MPAL_v1_1 = 0x667D0B64; + // DOL-001(EUR) / DOT-001P (PAL Revision 1.0) constexpr u32 PAL_v1_0 = 0x4F319F43; + // DOL-101(EUR) (PAL Revision 1.2) constexpr u32 PAL_v1_2 = 0xAD1B7F16; // Load the IPL ROM dump, limited to 2MiB which is the size of the official IPLs. @@ -417,7 +427,8 @@ bool CBoot::Load_BS2(Core::System& system, const std::string& boot_rom_filename) { case NTSC_v1_0: case NTSC_v1_1: - case NTSC_v1_2: + case NTSC_v1_2_001: + case NTSC_v1_2_101: case MPAL_v1_1: known_ipl = true; break; @@ -569,6 +580,13 @@ bool CBoot::BootUp(Core::System& system, const Core::CPUThreadGuard& guard, // we default to IOS58, which is the version used by the Homebrew Channel. SetupWiiMemory(system, IOS::HLE::IOSC::ConsoleType::Retail); system.GetIOS()->BootIOS(Titles::IOS(58)); + + // The Apploader writes an IOS-like version number into memory. + // Older versions of OSInit read it to check IOS compatibility. + constexpr u32 ADDR_IOS_VERSION = 0x3140; + constexpr u32 ADDR_APPLOADER_VERSION = 0x3188; + const u32 ios_version = system.GetMemory().Read_U32(ADDR_IOS_VERSION); + system.GetMemory().Write_U32(ios_version, ADDR_APPLOADER_VERSION); } else { diff --git a/Source/Core/Core/Boot/Boot_BS2Emu.cpp b/Source/Core/Core/Boot/Boot_BS2Emu.cpp index 891e7fc324..baf2079677 100644 --- a/Source/Core/Core/Boot/Boot_BS2Emu.cpp +++ b/Source/Core/Core/Boot/Boot_BS2Emu.cpp @@ -163,7 +163,7 @@ bool CBoot::RunApploader(Core::System& system, const Core::CPUThreadGuard& guard const bool resume_branch_watch = branch_watch.GetRecordingActive(); if (system.IsBranchWatchIgnoreApploader()) - branch_watch.Pause(); + branch_watch.SetRecordingActive(guard, false); // Call iAppLoaderEntry. DEBUG_LOG_FMT(BOOT, "Call iAppLoaderEntry"); @@ -226,7 +226,7 @@ bool CBoot::RunApploader(Core::System& system, const Core::CPUThreadGuard& guard // return ppc_state.pc = ppc_state.gpr[3]; - branch_watch.SetRecordingActive(resume_branch_watch); + branch_watch.SetRecordingActive(guard, resume_branch_watch); return true; } @@ -371,12 +371,12 @@ bool CBoot::SetupWiiMemory(Core::System& system, IOS::HLE::IOSC::ConsoleType con const auto fs = system.GetIOS()->GetFS(); { - Common::SettingsHandler::Buffer data; + Common::SettingsBuffer data; const auto file = fs->OpenFile(IOS::SYSMENU_UID, IOS::SYSMENU_GID, settings_file_path, IOS::HLE::FS::Mode::Read); if (file && file->Read(data.data(), data.size())) { - Common::SettingsHandler settings_reader(data); + const Common::SettingsReader settings_reader(data); serno = settings_reader.GetValue("SERNO"); model = settings_reader.GetValue("MODEL"); @@ -413,7 +413,7 @@ bool CBoot::SetupWiiMemory(Core::System& system, IOS::HLE::IOSC::ConsoleType con if (Core::WantsDeterminism()) serno = "123456789"; else - serno = Common::SettingsHandler::GenerateSerialNumber(); + serno = Common::SettingsWriter::GenerateSerialNumber(); INFO_LOG_FMT(BOOT, "No previous serial number found, generated one instead: {}", serno); } else @@ -421,20 +421,21 @@ bool CBoot::SetupWiiMemory(Core::System& system, IOS::HLE::IOSC::ConsoleType con INFO_LOG_FMT(BOOT, "Using serial number: {}", serno); } - Common::SettingsHandler gen; - gen.AddSetting("AREA", region_setting.area); - gen.AddSetting("MODEL", model); - gen.AddSetting("DVD", "0"); - gen.AddSetting("MPCH", "0x7FFE"); - gen.AddSetting("CODE", region_setting.code); - gen.AddSetting("SERNO", serno); - gen.AddSetting("VIDEO", region_setting.video); - gen.AddSetting("GAME", region_setting.game); + Common::SettingsWriter settings_writer; + settings_writer.AddSetting("AREA", region_setting.area); + settings_writer.AddSetting("MODEL", model); + settings_writer.AddSetting("DVD", "0"); + settings_writer.AddSetting("MPCH", "0x7FFE"); + settings_writer.AddSetting("CODE", region_setting.code); + settings_writer.AddSetting("SERNO", serno); + settings_writer.AddSetting("VIDEO", region_setting.video); + settings_writer.AddSetting("GAME", region_setting.game); constexpr IOS::HLE::FS::Mode rw_mode = IOS::HLE::FS::Mode::ReadWrite; const auto settings_file = fs->CreateAndOpenFile(IOS::SYSMENU_UID, IOS::SYSMENU_GID, settings_file_path, {rw_mode, rw_mode, rw_mode}); - if (!settings_file || !settings_file->Write(gen.GetBytes().data(), gen.GetBytes().size())) + if (!settings_file || + !settings_file->Write(settings_writer.GetBytes().data(), settings_writer.GetBytes().size())) { PanicAlertFmtT("SetupWiiMemory: Can't create setting.txt file"); return false; @@ -443,7 +444,7 @@ bool CBoot::SetupWiiMemory(Core::System& system, IOS::HLE::IOSC::ConsoleType con auto& memory = system.GetMemory(); // Write the 256 byte setting.txt to memory. - memory.CopyToEmu(0x3800, gen.GetBytes().data(), gen.GetBytes().size()); + memory.CopyToEmu(0x3800, settings_writer.GetBytes().data(), settings_writer.GetBytes().size()); INFO_LOG_FMT(BOOT, "Setup Wii Memory..."); diff --git a/Source/Core/Core/Boot/DolReader.h b/Source/Core/Core/Boot/DolReader.h index 807f13432b..0c04d67b5d 100644 --- a/Source/Core/Core/Boot/DolReader.h +++ b/Source/Core/Core/Boot/DolReader.h @@ -24,7 +24,7 @@ public: bool IsValid() const override { return m_is_valid; } bool IsWii() const override { return m_is_wii; } - bool IsAncast() const { return m_is_ancast; }; + bool IsAncast() const { return m_is_ancast; } u32 GetEntryPoint() const override { return m_dolheader.entryPoint; } bool LoadIntoMemory(Core::System& system, bool only_in_mem1 = false) const override; bool LoadSymbols(const Core::CPUThreadGuard& guard, PPCSymbolDB& ppc_symbol_db) const override diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt index 6b0022d63c..4704b340b2 100644 --- a/Source/Core/Core/CMakeLists.txt +++ b/Source/Core/Core/CMakeLists.txt @@ -479,6 +479,7 @@ add_library(core PatchEngine.h PowerPC/BreakPoints.cpp PowerPC/BreakPoints.h + PowerPC/CachedInterpreter/CachedInterpreter_Disassembler.cpp PowerPC/CachedInterpreter/CachedInterpreter.cpp PowerPC/CachedInterpreter/CachedInterpreter.h PowerPC/CachedInterpreter/CachedInterpreterBlockCache.cpp @@ -652,11 +653,6 @@ PRIVATE ZLIB::ZLIB ) -if ((DEFINED CMAKE_ANDROID_ARCH_ABI AND CMAKE_ANDROID_ARCH_ABI MATCHES "x86|x86_64") OR - (NOT DEFINED CMAKE_ANDROID_ARCH_ABI AND _M_X86_64)) - target_link_libraries(core PRIVATE bdisasm) -endif() - if (APPLE) target_link_libraries(core PRIVATE diff --git a/Source/Core/Core/CPUThreadConfigCallback.cpp b/Source/Core/Core/CPUThreadConfigCallback.cpp index 4919d5b9b5..44f9997d6e 100644 --- a/Source/Core/Core/CPUThreadConfigCallback.cpp +++ b/Source/Core/Core/CPUThreadConfigCallback.cpp @@ -38,7 +38,7 @@ void OnConfigChanged() } } -}; // namespace +} // namespace namespace CPUThreadConfigCallback { @@ -73,4 +73,4 @@ void CheckForConfigChanges() RunCallbacks(); } -}; // namespace CPUThreadConfigCallback +} // namespace CPUThreadConfigCallback diff --git a/Source/Core/Core/CPUThreadConfigCallback.h b/Source/Core/Core/CPUThreadConfigCallback.h index 404e522809..3fb57de89a 100644 --- a/Source/Core/Core/CPUThreadConfigCallback.h +++ b/Source/Core/Core/CPUThreadConfigCallback.h @@ -16,7 +16,6 @@ struct ConfigChangedCallbackID size_t id = -1; bool operator==(const ConfigChangedCallbackID&) const = default; - bool operator!=(const ConfigChangedCallbackID&) const = default; }; // returns an ID that can be passed to RemoveConfigChangedCallback() @@ -27,4 +26,4 @@ void RemoveConfigChangedCallback(ConfigChangedCallbackID callback_id); // Should be called regularly from the CPU thread void CheckForConfigChanges(); -}; // namespace CPUThreadConfigCallback +} // namespace CPUThreadConfigCallback diff --git a/Source/Core/Core/CheatSearch.h b/Source/Core/Core/CheatSearch.h index d5c990186f..bd3c6f3598 100644 --- a/Source/Core/Core/CheatSearch.h +++ b/Source/Core/Core/CheatSearch.h @@ -17,7 +17,7 @@ namespace Core { class CPUThreadGuard; -}; +} namespace Cheats { diff --git a/Source/Core/Core/Config/DefaultLocale.cpp b/Source/Core/Core/Config/DefaultLocale.cpp index 1cf6a2e941..82daf804cc 100644 --- a/Source/Core/Core/Config/DefaultLocale.cpp +++ b/Source/Core/Core/Config/DefaultLocale.cpp @@ -59,7 +59,7 @@ static std::optional TryParseLanguage(const std::string& local "ja", "en", "de", "fr", "es", "it", "nl", "zh", "zh", "ko", }; - const auto it = std::find(LANGUAGES.cbegin(), LANGUAGES.cend(), split_locale[0]); + const auto it = std::ranges::find(LANGUAGES, split_locale[0]); if (it == LANGUAGES.cend()) return std::nullopt; @@ -142,7 +142,7 @@ static std::optional ComputeDefaultCountry() if (country == "BQ" || country == "CW" || country == "SX") country = "AN"; - const auto it = std::find(COUNTRIES.cbegin(), COUNTRIES.cend(), country); + const auto it = std::ranges::find(COUNTRIES, country); if (it == COUNTRIES.cend()) return std::nullopt; diff --git a/Source/Core/Core/Config/GraphicsSettings.cpp b/Source/Core/Core/Config/GraphicsSettings.cpp index 4dfe819beb..708a4ebe0d 100644 --- a/Source/Core/Core/Config/GraphicsSettings.cpp +++ b/Source/Core/Core/Config/GraphicsSettings.cpp @@ -163,6 +163,8 @@ const Info GFX_CC_HDR_PAPER_WHITE_NITS{{System::GFX, "ColorCorrection", " // Graphics.Stereoscopy const Info GFX_STEREO_MODE{{System::GFX, "Stereoscopy", "StereoMode"}, StereoMode::Off}; +const Info GFX_STEREO_PER_EYE_RESOLUTION_FULL{ + {System::GFX, "Stereoscopy", "StereoPerEyeResolutionFull"}, false}; const Info GFX_STEREO_DEPTH{{System::GFX, "Stereoscopy", "StereoDepth"}, 20}; const Info GFX_STEREO_CONVERGENCE_PERCENTAGE{ {System::GFX, "Stereoscopy", "StereoConvergencePercentage"}, 100}; @@ -175,7 +177,7 @@ const Info GFX_STEREO_DEPTH_PERCENTAGE{{System::GFX, "Stereoscopy", "Stereo // Graphics.Hacks -const Info GFX_HACK_EFB_ACCESS_ENABLE{{System::GFX, "Hacks", "EFBAccessEnable"}, true}; +const Info GFX_HACK_EFB_ACCESS_ENABLE{{System::GFX, "Hacks", "EFBAccessEnable"}, false}; const Info GFX_HACK_EFB_DEFER_INVALIDATION{ {System::GFX, "Hacks", "EFBAccessDeferInvalidation"}, false}; const Info GFX_HACK_EFB_ACCESS_TILE_SIZE{{System::GFX, "Hacks", "EFBAccessTileSize"}, 64}; diff --git a/Source/Core/Core/Config/GraphicsSettings.h b/Source/Core/Core/Config/GraphicsSettings.h index bccc5ae293..7bad7fefbb 100644 --- a/Source/Core/Core/Config/GraphicsSettings.h +++ b/Source/Core/Core/Config/GraphicsSettings.h @@ -10,6 +10,7 @@ enum class AspectMode : int; enum class ShaderCompilationMode : int; enum class StereoMode : int; +enum class StereoPerEyeResolution : int; enum class TextureFilteringMode : int; enum class OutputResamplingMode : int; enum class ColorCorrectionRegion : int; @@ -139,6 +140,7 @@ extern const Info GFX_CC_HDR_PAPER_WHITE_NITS; // Graphics.Stereoscopy extern const Info GFX_STEREO_MODE; +extern const Info GFX_STEREO_PER_EYE_RESOLUTION_FULL; extern const Info GFX_STEREO_DEPTH; extern const Info GFX_STEREO_CONVERGENCE_PERCENTAGE; extern const Info GFX_STEREO_SWAP_EYES; diff --git a/Source/Core/Core/Config/MainSettings.cpp b/Source/Core/Core/Config/MainSettings.cpp index a45c014262..c9cd0333a9 100644 --- a/Source/Core/Core/Config/MainSettings.cpp +++ b/Source/Core/Core/Config/MainSettings.cpp @@ -212,7 +212,7 @@ const Info MAIN_RAM_OVERRIDE_ENABLE{{System::Main, "Core", "RAMOverrideEna const Info MAIN_MEM1_SIZE{{System::Main, "Core", "MEM1Size"}, Memory::MEM1_SIZE_RETAIL}; const Info MAIN_MEM2_SIZE{{System::Main, "Core", "MEM2Size"}, Memory::MEM2_SIZE_RETAIL}; const Info MAIN_GFX_BACKEND{{System::Main, "Core", "GFXBackend"}, - VideoBackendBase::GetDefaultBackendName()}; + VideoBackendBase::GetDefaultBackendConfigName()}; const Info MAIN_HSP_DEVICE{{System::Main, "Core", "HSPDevice"}, HSP::HSPDeviceType::None}; const Info MAIN_ARAM_EXPANSION_SIZE{{System::Main, "Core", "ARAMExpansionSize"}, 0x400000}; @@ -280,6 +280,8 @@ const Info MAIN_AUDIO_BACKEND{{System::Main, "DSP", "Backend"}, AudioCommon::GetDefaultSoundBackend()}; const Info MAIN_AUDIO_VOLUME{{System::Main, "DSP", "Volume"}, 100}; const Info MAIN_AUDIO_MUTED{{System::Main, "DSP", "Muted"}, false}; +const Info MAIN_AUDIO_MUTE_ON_DISABLED_SPEED_LIMIT{ + {System::Main, "DSP", "MuteOnDisabledSpeedLimit"}, false}; #ifdef _WIN32 const Info MAIN_WASAPI_DEVICE{{System::Main, "DSP", "WASAPIDevice"}, "Default"}; #endif diff --git a/Source/Core/Core/Config/MainSettings.h b/Source/Core/Core/Config/MainSettings.h index d7e78bf6e9..b6e8f966c7 100644 --- a/Source/Core/Core/Config/MainSettings.h +++ b/Source/Core/Core/Config/MainSettings.h @@ -167,6 +167,7 @@ extern const Info MAIN_DUMP_UCODE; extern const Info MAIN_AUDIO_BACKEND; extern const Info MAIN_AUDIO_VOLUME; extern const Info MAIN_AUDIO_MUTED; +extern const Info MAIN_AUDIO_MUTE_ON_DISABLED_SPEED_LIMIT; #ifdef _WIN32 extern const Info MAIN_WASAPI_DEVICE; #endif diff --git a/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp b/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp index 1b5addcd28..020e8d6da3 100644 --- a/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp +++ b/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp @@ -153,10 +153,9 @@ static std::pair GetINILocationFromConfig(const Locati return it->first; static const INIToSectionMap& ini_to_section = GetINIToSectionMap(); - const auto it2 = - std::find_if(ini_to_section.begin(), ini_to_section.end(), [&location](const auto& entry) { - return entry.second.first == location.system && entry.second.second == location.section; - }); + const auto it2 = std::ranges::find_if(ini_to_section, [&location](const auto& entry) { + return entry.second.first == location.system && entry.second.second == location.section; + }); if (it2 != ini_to_section.end()) return {it2->first, location.key}; diff --git a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp index fd47ede19e..4e4b698851 100644 --- a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp +++ b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp @@ -6,19 +6,14 @@ #include #include -#include "Common/Config/Config.h" -#include "Core/Config/AchievementSettings.h" -#include "Core/Config/GraphicsSettings.h" -#include "Core/Config/MainSettings.h" -#include "Core/Config/UISettings.h" #include "Core/Config/WiimoteSettings.h" namespace ConfigLoaders { bool IsSettingSaveable(const Config::Location& config_location) { - static constexpr std::array systems_not_saveable = { - Config::System::GCPad, Config::System::WiiPad, Config::System::GCKeyboard}; + static constexpr std::array systems_not_saveable = {Config::System::GCPad, Config::System::WiiPad, + Config::System::GCKeyboard}; if (std::find(begin(systems_not_saveable), end(systems_not_saveable), config_location.system) == end(systems_not_saveable)) diff --git a/Source/Core/Core/ConfigLoaders/NetPlayConfigLoader.cpp b/Source/Core/Core/ConfigLoaders/NetPlayConfigLoader.cpp index 75b1bda454..5f772fd0e3 100644 --- a/Source/Core/Core/ConfigLoaders/NetPlayConfigLoader.cpp +++ b/Source/Core/Core/ConfigLoaders/NetPlayConfigLoader.cpp @@ -11,6 +11,7 @@ #include "Common/Config/Config.h" #include "Common/FileUtil.h" +#include "Core/Config/AchievementSettings.h" #include "Core/Config/GraphicsSettings.h" #include "Core/Config/MainSettings.h" #include "Core/Config/SYSCONFSettings.h" @@ -33,6 +34,9 @@ public: layer->Set(Config::MAIN_CPU_THREAD, m_settings.cpu_thread); layer->Set(Config::MAIN_CPU_CORE, m_settings.cpu_core); layer->Set(Config::MAIN_ENABLE_CHEATS, m_settings.enable_cheats); +#ifdef USE_RETRO_ACHIEVEMENTS + layer->Set(Config::RA_HARDCORE_ENABLED, m_settings.enable_hardcore); +#endif // USE_RETRO_ACHIEVEMENTS layer->Set(Config::MAIN_GC_LANGUAGE, m_settings.selected_language); layer->Set(Config::MAIN_OVERRIDE_REGION_SETTINGS, m_settings.override_region_settings); layer->Set(Config::MAIN_DSP_HLE, m_settings.dsp_hle); diff --git a/Source/Core/Core/ConfigManager.cpp b/Source/Core/Core/ConfigManager.cpp index a284cbe266..21d722290e 100644 --- a/Source/Core/Core/ConfigManager.cpp +++ b/Source/Core/Core/ConfigManager.cpp @@ -114,7 +114,7 @@ void SConfig::SetRunningGameMetadata(const DiscIO::Volume& volume, } else { - SetRunningGameMetadata(volume.GetGameID(partition), volume.GetGameTDBID(), + SetRunningGameMetadata(volume.GetGameID(partition), volume.GetGameTDBID(partition), volume.GetTitleID(partition).value_or(0), volume.GetRevision(partition).value_or(0), volume.GetRegion()); } @@ -211,7 +211,7 @@ void SConfig::OnNewTitleLoad(const Core::CPUThreadGuard& guard) } CBoot::LoadMapFromFilename(guard, ppc_symbol_db); HLE::Reload(system); - PatchEngine::Reload(); + PatchEngine::Reload(system); HiresTexture::Update(); WC24PatchEngine::Reload(); } @@ -265,7 +265,7 @@ struct SetGameMetadata std::string executable_path = executable.path; constexpr char BACKSLASH = '\\'; constexpr char FORWARDSLASH = '/'; - std::replace(executable_path.begin(), executable_path.end(), BACKSLASH, FORWARDSLASH); + std::ranges::replace(executable_path, BACKSLASH, FORWARDSLASH); config->SetRunningGameMetadata(SConfig::MakeGameID(PathToFileName(executable_path))); Host_TitleChanged(); diff --git a/Source/Core/Core/Core.cpp b/Source/Core/Core/Core.cpp index bf850a253d..bc6289af97 100644 --- a/Source/Core/Core/Core.cpp +++ b/Source/Core/Core/Core.cpp @@ -211,6 +211,11 @@ bool IsRunningOrStarting(Core::System& system) return state == State::Running || state == State::Starting; } +bool IsUninitialized(Core::System& system) +{ + return s_state.load() == State::Uninitialized; +} + bool IsCPUThread() { return tls_is_cpu_thread; @@ -237,7 +242,7 @@ bool Init(Core::System& system, std::unique_ptr boot, const Wind { if (s_emu_thread.joinable()) { - if (IsRunning(system)) + if (!IsUninitialized(system)) { PanicAlertFmtT("Emu Thread already running"); return false; @@ -573,8 +578,6 @@ static void EmuThread(Core::System& system, std::unique_ptr boot system.GetPowerPC().GetDebugInterface().Clear(guard); }}; - VideoBackendBase::PopulateBackendInfo(wsi); - if (!g_video_backend->Initialize(wsi)) { PanicAlertFmt("Failed to initialize video backend!"); diff --git a/Source/Core/Core/Core.h b/Source/Core/Core/Core.h index 48043d4b10..0b414534a5 100644 --- a/Source/Core/Core/Core.h +++ b/Source/Core/Core/Core.h @@ -134,8 +134,13 @@ void UndeclareAsHostThread(); std::string StopMessage(bool main_thread, std::string_view message); +// Returns true when GetState returns Running or Paused. bool IsRunning(Core::System& system); +// Returns true when GetState returns Starting, Running or Paused. bool IsRunningOrStarting(Core::System& system); +// Returns true when GetState returns Uninitialized. +bool IsUninitialized(Core::System& system); + bool IsCPUThread(); // this tells us whether we are the CPU thread. bool IsGPUThread(); bool IsHostThread(); diff --git a/Source/Core/Core/CoreTiming.cpp b/Source/Core/Core/CoreTiming.cpp index f34bc5f9de..549c455a3f 100644 --- a/Source/Core/Core/CoreTiming.cpp +++ b/Source/Core/Core/CoreTiming.cpp @@ -32,16 +32,6 @@ namespace CoreTiming { -// Sort by time, unless the times are the same, in which case sort by the order added to the queue -static bool operator>(const Event& left, const Event& right) -{ - return std::tie(left.time, left.fifo_order) > std::tie(right.time, right.fifo_order); -} -static bool operator<(const Event& left, const Event& right) -{ - return std::tie(left.time, left.fifo_order) < std::tie(right.time, right.fifo_order); -} - static constexpr int MAX_SLICE_LENGTH = 20000; static void EmptyTimedCallback(Core::System& system, u64 userdata, s64 cyclesLate) @@ -205,7 +195,7 @@ void CoreTimingManager::DoState(PointerWrap& p) // When loading from a save state, we must assume the Event order is random and meaningless. // The exact layout of the heap in memory is implementation defined, therefore it is platform // and library version specific. - std::make_heap(m_event_queue.begin(), m_event_queue.end(), std::greater()); + std::ranges::make_heap(m_event_queue, std::ranges::greater{}); // The stave state has changed the time, so our previous Throttle targets are invalid. // Especially when global_time goes down; So we create a fake throttle update. @@ -263,7 +253,7 @@ void CoreTimingManager::ScheduleEvent(s64 cycles_into_future, EventType* event_t ForceExceptionCheck(cycles_into_future); m_event_queue.emplace_back(Event{timeout, m_event_fifo_id++, userdata, event_type}); - std::push_heap(m_event_queue.begin(), m_event_queue.end(), std::greater()); + std::ranges::push_heap(m_event_queue, std::ranges::greater{}); } else { @@ -288,7 +278,7 @@ void CoreTimingManager::RemoveEvent(EventType* event_type) // Removing random items breaks the invariant so we have to re-establish it. if (erased != 0) { - std::make_heap(m_event_queue.begin(), m_event_queue.end(), std::greater()); + std::ranges::make_heap(m_event_queue, std::ranges::greater{}); } } @@ -317,7 +307,7 @@ void CoreTimingManager::MoveEvents() { ev.fifo_order = m_event_fifo_id++; m_event_queue.emplace_back(std::move(ev)); - std::push_heap(m_event_queue.begin(), m_event_queue.end(), std::greater()); + std::ranges::push_heap(m_event_queue, std::ranges::greater{}); } } @@ -341,7 +331,7 @@ void CoreTimingManager::Advance() while (!m_event_queue.empty() && m_event_queue.front().time <= m_globals.global_timer) { Event evt = std::move(m_event_queue.front()); - std::pop_heap(m_event_queue.begin(), m_event_queue.end(), std::greater()); + std::ranges::pop_heap(m_event_queue, std::ranges::greater{}); m_event_queue.pop_back(); Throttle(evt.time); @@ -440,7 +430,7 @@ bool CoreTimingManager::UseSyncOnSkipIdle() const void CoreTimingManager::LogPendingEvents() const { auto clone = m_event_queue; - std::sort(clone.begin(), clone.end()); + std::ranges::sort(clone); for (const Event& ev : clone) { INFO_LOG_FMT(POWERPC, "PENDING: Now: {} Pending: {} Type: {}", m_globals.global_timer, ev.time, @@ -483,7 +473,7 @@ std::string CoreTimingManager::GetScheduledEventsSummary() const text.reserve(1000); auto clone = m_event_queue; - std::sort(clone.begin(), clone.end()); + std::ranges::sort(clone); for (const Event& ev : clone) { text += fmt::format("{} : {} {:016x}\n", *ev.type->name, ev.time, ev.userdata); diff --git a/Source/Core/Core/CoreTiming.h b/Source/Core/Core/CoreTiming.h index 6c60b74479..b76e898e70 100644 --- a/Source/Core/Core/CoreTiming.h +++ b/Source/Core/Core/CoreTiming.h @@ -16,8 +16,10 @@ // inside callback: // ScheduleEvent(periodInCycles - cyclesLate, callback, "whatever") +#include #include #include +#include #include #include @@ -58,6 +60,16 @@ struct Event u64 fifo_order; u64 userdata; EventType* type; + + // Sort by time, unless the times are the same, in which case sort by the order added to the queue + constexpr auto operator<=>(const Event& other) const + { + return std::tie(time, fifo_order) <=> std::tie(other.time, other.fifo_order); + } + constexpr bool operator==(const Event& other) const + { + return std::tie(time, fifo_order) == std::tie(other.time, other.fifo_order); + } }; enum class FromThread @@ -163,7 +175,7 @@ private: std::unordered_map m_event_types; // STATE_TO_SAVE - // The queue is a min-heap using std::make_heap/push_heap/pop_heap. + // The queue is a min-heap using std::ranges::make_heap/push_heap/pop_heap. // We don't use std::priority_queue because we need to be able to serialize, unserialize and // erase arbitrary events (RemoveEvent()) regardless of the queue order. These aren't accomodated // by the standard adaptor class. diff --git a/Source/Core/Core/DSP/DSPCore.cpp b/Source/Core/Core/DSP/DSPCore.cpp index dadc8effa6..b6d89064b5 100644 --- a/Source/Core/Core/DSP/DSPCore.cpp +++ b/Source/Core/Core/DSP/DSPCore.cpp @@ -143,20 +143,20 @@ bool SDSP::Initialize(const DSPInitOptions& opts) std::memset(&r, 0, sizeof(r)); - std::fill(std::begin(reg_stack_ptrs), std::end(reg_stack_ptrs), 0); + std::ranges::fill(reg_stack_ptrs, 0); for (auto& stack : reg_stacks) - std::fill(std::begin(stack), std::end(stack), 0); + std::ranges::fill(stack, 0); // Fill IRAM with HALT opcodes. - std::fill(iram, iram + DSP_IRAM_SIZE, 0x0021); + std::ranges::fill_n(iram, DSP_IRAM_SIZE, 0x0021); // Just zero out DRAM. - std::fill(dram, dram + DSP_DRAM_SIZE, 0); + std::ranges::fill_n(dram, DSP_DRAM_SIZE, 0); // Copied from a real console after the custom UCode has been loaded. // These are the indexing wrapping registers. - std::fill(std::begin(r.wr), std::end(r.wr), 0xffff); + std::ranges::fill(r.wr, 0xffff); r.sr |= SR_INT_ENABLE; r.sr |= SR_EXT_INT_ENABLE; @@ -172,7 +172,7 @@ bool SDSP::Initialize(const DSPInitOptions& opts) void SDSP::Reset() { pc = DSP_RESET_VECTOR; - std::fill(std::begin(r.wr), std::end(r.wr), 0xffff); + std::ranges::fill(r.wr, 0xffff); } void SDSP::Shutdown() diff --git a/Source/Core/Core/DSP/DSPTables.h b/Source/Core/Core/DSP/DSPTables.h index e2ec833273..f58d9bfc0d 100644 --- a/Source/Core/Core/DSP/DSPTables.h +++ b/Source/Core/Core/DSP/DSPTables.h @@ -113,8 +113,7 @@ const DSPOPCTemplate* GetExtOpTemplate(UDSPInstruction inst); template auto FindByOpcode(UDSPInstruction opcode, const std::array& data) { - return std::find_if(data.cbegin(), data.cend(), [opcode](const auto& info) { - return (opcode & info.opcode_mask) == info.opcode; - }); + return std::ranges::find_if( + data, [opcode](const auto& info) { return (opcode & info.opcode_mask) == info.opcode; }); } } // namespace DSP diff --git a/Source/Core/Core/DSP/Jit/x64/DSPEmitter.cpp b/Source/Core/Core/DSP/Jit/x64/DSPEmitter.cpp index 6d8527f657..7066209530 100644 --- a/Source/Core/Core/DSP/Jit/x64/DSPEmitter.cpp +++ b/Source/Core/Core/DSP/Jit/x64/DSPEmitter.cpp @@ -40,7 +40,7 @@ DSPEmitter::DSPEmitter(DSPCore& dsp) m_stub_entry_point = CompileStub(); // Clear all of the block references - std::fill(m_blocks.begin(), m_blocks.end(), (DSPCompiledCode)m_stub_entry_point); + std::ranges::fill(m_blocks, (DSPCompiledCode)m_stub_entry_point); } DSPEmitter::~DSPEmitter() diff --git a/Source/Core/Core/Debugger/BranchWatch.cpp b/Source/Core/Core/Debugger/BranchWatch.cpp index b7cb76ff27..7facfda5d0 100644 --- a/Source/Core/Core/Debugger/BranchWatch.cpp +++ b/Source/Core/Core/Debugger/BranchWatch.cpp @@ -38,14 +38,14 @@ union USnapshotMetadata using Inspection = BranchWatch::SelectionInspection; using StorageType = unsigned long long; - static_assert(Inspection::EndOfEnumeration == Inspection{(1u << 3) + 1}); + static_assert(Inspection::EndOfEnumeration == Inspection{(1u << 5) + 1}); StorageType hex; BitField<0, 1, bool, StorageType> is_virtual; BitField<1, 1, bool, StorageType> condition; BitField<2, 1, bool, StorageType> is_selected; - BitField<3, 4, Inspection, StorageType> inspection; + BitField<3, 6, Inspection, StorageType> inspection; USnapshotMetadata() : hex(0) {} explicit USnapshotMetadata(bool is_virtual_, bool condition_, bool is_selected_, @@ -69,18 +69,22 @@ void BranchWatch::Save(const CPUThreadGuard& guard, std::FILE* file) const if (file == nullptr) return; + const bool is_reduction_phase = GetRecordingPhase() == Phase::Reduction; + const auto routine = [&](const Collection& collection, bool is_virtual, bool condition) { for (const Collection::value_type& kv : collection) { - const auto iter = std::find_if( - m_selection.begin(), m_selection.end(), - [&](const Selection::value_type& value) { return value.collection_ptr == &kv; }); + const auto iter = std::ranges::find_if(m_selection, [&](const Selection::value_type& value) { + return value.collection_ptr == &kv; + }); + const bool selected = iter != m_selection.end(); + if (is_reduction_phase && !selected) + continue; // Unselected hits are irrelevant to the reduction phase. + const auto inspection = selected ? iter->inspection : SelectionInspection{}; fmt::println(file, "{:08x} {:08x} {:08x} {} {} {:x}", kv.first.origin_addr, kv.first.destin_addr, kv.first.original_inst.hex, kv.second.total_hits, kv.second.hits_snapshot, - iter == m_selection.end() ? - USnapshotMetadata(is_virtual, condition, false, {}).hex : - USnapshotMetadata(is_virtual, condition, true, iter->inspection).hex); + USnapshotMetadata(is_virtual, condition, selected, inspection).hex); } }; routine(m_collection_vt, true, true); @@ -303,8 +307,7 @@ void BranchWatch::UpdateHitsSnapshot() void BranchWatch::ClearSelectionInspection() { - std::for_each(m_selection.begin(), m_selection.end(), - [](Selection::value_type& value) { value.inspection = {}; }); + std::ranges::for_each(m_selection, [](Selection::value_type& value) { value.inspection = {}; }); } void BranchWatch::SetSelectedInspected(std::size_t idx, SelectionInspection inspection) diff --git a/Source/Core/Core/Debugger/BranchWatch.h b/Source/Core/Core/Debugger/BranchWatch.h index f3d81854c6..5644a979ba 100644 --- a/Source/Core/Core/Debugger/BranchWatch.h +++ b/Source/Core/Core/Debugger/BranchWatch.h @@ -63,6 +63,8 @@ enum class BranchWatchSelectionInspection : u8 SetDestinBLR = 1u << 1, SetOriginSymbolBLR = 1u << 2, SetDestinSymbolBLR = 1u << 3, + InvertBranchOption = 1u << 4, // Used for both conditions and decrement checks. + MakeUnconditional = 1u << 5, EndOfEnumeration, }; @@ -117,9 +119,7 @@ public: using SelectionInspection = BranchWatchSelectionInspection; bool GetRecordingActive() const { return m_recording_active; } - void SetRecordingActive(bool active) { m_recording_active = active; } - void Start() { SetRecordingActive(true); } - void Pause() { SetRecordingActive(false); } + void SetRecordingActive(const CPUThreadGuard& guard, bool active) { m_recording_active = active; } void Clear(const CPUThreadGuard& guard); void Save(const CPUThreadGuard& guard, std::FILE* file) const; @@ -142,7 +142,7 @@ public: m_collection_pf.size(); } std::size_t GetBlacklistSize() const { return m_blacklist_size; } - Phase GetRecordingPhase() const { return m_recording_phase; }; + Phase GetRecordingPhase() const { return m_recording_phase; } // An empty selection in reduction mode can't be reconstructed when loading from a file. bool CanSave() const { return !(m_recording_phase == Phase::Reduction && m_selection.empty()); } diff --git a/Source/Core/Core/Debugger/CodeTrace.cpp b/Source/Core/Core/Debugger/CodeTrace.cpp index 9036213324..bf3a804db5 100644 --- a/Source/Core/Core/Debugger/CodeTrace.cpp +++ b/Source/Core/Core/Debugger/CodeTrace.cpp @@ -252,7 +252,7 @@ HitType CodeTrace::TraceLogic(const TraceOutput& current_instr, bool first_hit) return HitType::SKIP; // The reg_itr will be used later for erasing. - auto reg_itr = std::find(m_reg_autotrack.begin(), m_reg_autotrack.end(), instr.reg0); + auto reg_itr = std::ranges::find(m_reg_autotrack, instr.reg0); const bool match_reg123 = (!instr.reg1.empty() && std::find(m_reg_autotrack.begin(), m_reg_autotrack.end(), instr.reg1) != m_reg_autotrack.end()) || diff --git a/Source/Core/Core/Debugger/OSThread.h b/Source/Core/Core/Debugger/OSThread.h index 309df3eb52..1302b7838c 100644 --- a/Source/Core/Core/Debugger/OSThread.h +++ b/Source/Core/Core/Debugger/OSThread.h @@ -13,7 +13,7 @@ namespace Core { class CPUThreadGuard; -}; +} namespace Core::Debug { diff --git a/Source/Core/Core/Debugger/PPCDebugInterface.cpp b/Source/Core/Core/Debugger/PPCDebugInterface.cpp index 786f95bfa7..626e18c067 100644 --- a/Source/Core/Core/Debugger/PPCDebugInterface.cpp +++ b/Source/Core/Core/Debugger/PPCDebugInterface.cpp @@ -266,7 +266,7 @@ Common::Debug::Threads PPCDebugInterface::GetThreads(const Core::CPUThreadGuard& const u32 prev_addr = active_thread->Data().thread_link.prev; insert_threads(prev_addr, [](const auto& thread) { return thread.Data().thread_link.prev; }); - std::reverse(threads.begin(), threads.end()); + std::ranges::reverse(threads); const u32 next_addr = active_thread->Data().thread_link.next; threads.emplace_back(std::move(active_thread)); diff --git a/Source/Core/Core/Debugger/RSO.h b/Source/Core/Core/Debugger/RSO.h index b1e0ac0a98..6bc1d977a5 100644 --- a/Source/Core/Core/Debugger/RSO.h +++ b/Source/Core/Core/Debugger/RSO.h @@ -16,7 +16,7 @@ class PPCSymbolDB; namespace Core { class CPUThreadGuard; -}; +} struct RSOEntry { diff --git a/Source/Core/Core/DolphinAnalytics.cpp b/Source/Core/Core/DolphinAnalytics.cpp index 5a5118932b..5f54420013 100644 --- a/Source/Core/Core/DolphinAnalytics.cpp +++ b/Source/Core/Core/DolphinAnalytics.cpp @@ -137,7 +137,7 @@ void DolphinAnalytics::ReportGameStart() } // Keep in sync with enum class GameQuirk definition. -constexpr std::array GAME_QUIRKS_NAMES{ +constexpr std::array GAME_QUIRKS_NAMES{ "directly-reads-wiimote-input", "uses-DVDLowStopLaser", "uses-DVDLowOffset", @@ -158,6 +158,8 @@ constexpr std::array GAME_QUIRKS_NAMES{ "uses-cp-perf-command", "uses-unimplemented-ax-command", "uses-ax-initial-time-delay", + "uses-ax-wiimote-lowpass", + "uses-ax-wiimote-biquad", "sets-xf-clipdisable-bit-0", "sets-xf-clipdisable-bit-1", "sets-xf-clipdisable-bit-2", @@ -385,6 +387,8 @@ void DolphinAnalytics::MakePerGameBuilder() builder.AddData("cfg-gfx-internal-resolution", g_Config.iEFBScale); builder.AddData("cfg-gfx-tc-samples", g_Config.iSafeTextureCache_ColorSamples); builder.AddData("cfg-gfx-stereo-mode", static_cast(g_Config.stereo_mode)); + builder.AddData("cfg-gfx-stereo-per-eye-resolution-full", + g_Config.stereo_per_eye_resolution_full); builder.AddData("cfg-gfx-hdr", static_cast(g_Config.bHDR)); builder.AddData("cfg-gfx-per-pixel-lighting", g_Config.bEnablePixelLighting); builder.AddData("cfg-gfx-shader-compilation-mode", GetShaderCompilationMode(g_Config)); diff --git a/Source/Core/Core/DolphinAnalytics.h b/Source/Core/Core/DolphinAnalytics.h index b200bf8ea4..83a5a45822 100644 --- a/Source/Core/Core/DolphinAnalytics.h +++ b/Source/Core/Core/DolphinAnalytics.h @@ -72,6 +72,8 @@ enum class GameQuirk // We don't implement all AX features yet. USES_UNIMPLEMENTED_AX_COMMAND, USES_AX_INITIAL_TIME_DELAY, + USES_AX_WIIMOTE_LOWPASS, + USES_AX_WIIMOTE_BIQUAD, // We don't implement XFMEM_CLIPDISABLE yet. SETS_XF_CLIPDISABLE_BIT_0, diff --git a/Source/Core/Core/FifoPlayer/FifoPlayer.cpp b/Source/Core/Core/FifoPlayer/FifoPlayer.cpp index dcf50b4684..8f6a54916e 100644 --- a/Source/Core/Core/FifoPlayer/FifoPlayer.cpp +++ b/Source/Core/Core/FifoPlayer/FifoPlayer.cpp @@ -500,7 +500,7 @@ void FifoPlayer::WriteMemory(const MemoryUpdate& memUpdate) else mem = &memory.GetRAM()[memUpdate.address & memory.GetRamMask()]; - std::copy(memUpdate.data.begin(), memUpdate.data.end(), mem); + std::ranges::copy(memUpdate.data, mem); } void FifoPlayer::WriteFifo(const u8* data, u32 start, u32 end) @@ -639,6 +639,16 @@ void FifoPlayer::LoadMemory() ppc_state.spr[SPR_DBAT0L] = 0x00000002; ppc_state.spr[SPR_DBAT1U] = 0xc0001fff; ppc_state.spr[SPR_DBAT1L] = 0x0000002a; + if (m_File->GetIsWii()) + { + ppc_state.spr[SPR_IBAT4U] = 0x90001fff; + ppc_state.spr[SPR_IBAT4L] = 0x10000002; + ppc_state.spr[SPR_DBAT4U] = 0x90001fff; + ppc_state.spr[SPR_DBAT4L] = 0x10000002; + ppc_state.spr[SPR_DBAT5U] = 0xd0001fff; + ppc_state.spr[SPR_DBAT5L] = 0x1000002a; + HID4(ppc_state).SBE = 1; + } PowerPC::MSRUpdated(ppc_state); diff --git a/Source/Core/Core/FifoPlayer/FifoRecorder.cpp b/Source/Core/Core/FifoPlayer/FifoRecorder.cpp index c354a5fdf7..4286a70a81 100644 --- a/Source/Core/Core/FifoPlayer/FifoRecorder.cpp +++ b/Source/Core/Core/FifoPlayer/FifoRecorder.cpp @@ -240,8 +240,8 @@ void FifoRecorder::StartRecording(s32 numFrames, CallbackFunc finishedCb) m_Ram.resize(memory.GetRamSize()); m_ExRam.resize(memory.GetExRamSize()); - std::fill(m_Ram.begin(), m_Ram.end(), 0); - std::fill(m_ExRam.begin(), m_ExRam.end(), 0); + std::ranges::fill(m_Ram, 0); + std::ranges::fill(m_ExRam, 0); m_File->SetIsWii(m_system.IsWii()); @@ -382,7 +382,7 @@ void FifoRecorder::UseMemory(u32 address, u32 size, MemoryUpdate::Type type, boo memUpdate.fifoPosition = (u32)(m_FifoData.size()); memUpdate.type = type; memUpdate.data.resize(size); - std::copy(newData, newData + size, memUpdate.data.begin()); + std::copy_n(newData, size, memUpdate.data.begin()); m_CurrentFrame.memoryUpdates.push_back(std::move(memUpdate)); } diff --git a/Source/Core/Core/FreeLookManager.cpp b/Source/Core/Core/FreeLookManager.cpp index d69c3cec13..0eb85a5d33 100644 --- a/Source/Core/Core/FreeLookManager.cpp +++ b/Source/Core/Core/FreeLookManager.cpp @@ -3,6 +3,9 @@ #include "Core/FreeLookManager.h" +#include +#include + #include "Common/Common.h" #include "Common/CommonTypes.h" #include "Common/Config/Config.h" @@ -129,7 +132,7 @@ void FreeLookController::LoadDefaults(const ControllerInterface& ciface) #ifndef ANDROID auto hotkey_string = [](std::vector inputs) { - return "@(" + JoinStrings(inputs, "+") + ')'; + return fmt::format("@({})", fmt::join(inputs, "+")); }; m_move_buttons->SetControlExpression(MoveButtons::Up, hotkey_string({"Shift", "E"})); diff --git a/Source/Core/Core/GeckoCode.cpp b/Source/Core/Core/GeckoCode.cpp index 046a69cfc3..92f389545d 100644 --- a/Source/Core/Core/GeckoCode.cpp +++ b/Source/Core/Core/GeckoCode.cpp @@ -17,6 +17,7 @@ #include "Core/Config/MainSettings.h" #include "Core/Core.h" +#include "Core/Host.h" #include "Core/PowerPC/MMU.h" #include "Core/PowerPC/PowerPC.h" #include "Core/System.h" @@ -30,29 +31,11 @@ bool operator==(const GeckoCode& lhs, const GeckoCode& rhs) return lhs.codes == rhs.codes; } -bool operator!=(const GeckoCode& lhs, const GeckoCode& rhs) -{ - return !operator==(lhs, rhs); -} - bool operator==(const GeckoCode::Code& lhs, const GeckoCode::Code& rhs) { return std::tie(lhs.address, lhs.data) == std::tie(rhs.address, rhs.data); } -bool operator!=(const GeckoCode::Code& lhs, const GeckoCode::Code& rhs) -{ - return !operator==(lhs, rhs); -} - -// return true if a code exists -bool GeckoCode::Exist(u32 address, u32 data) const -{ - return std::find_if(codes.begin(), codes.end(), [&](const Code& code) { - return code.address == address && code.data == data; - }) != codes.end(); -} - enum class Installation { Uninstalled, @@ -214,6 +197,7 @@ static Installation InstallCodeHandlerLocked(const Core::CPUThreadGuard& guard) { ppc_state.iCache.Invalidate(memory, jit_interface, INSTALLER_BASE_ADDRESS + j); } + Host_JitCacheInvalidation(); return Installation::Installed; } diff --git a/Source/Core/Core/GeckoCode.h b/Source/Core/Core/GeckoCode.h index fe8b391874..3600d1b9ba 100644 --- a/Source/Core/Core/GeckoCode.h +++ b/Source/Core/Core/GeckoCode.h @@ -14,7 +14,7 @@ class PointerWrap; namespace Core { class CPUThreadGuard; -}; +} namespace Gecko { @@ -36,15 +36,11 @@ public: bool enabled = false; bool default_enabled = false; bool user_defined = false; - - bool Exist(u32 address, u32 data) const; }; bool operator==(const GeckoCode& lhs, const GeckoCode& rhs); -bool operator!=(const GeckoCode& lhs, const GeckoCode& rhs); bool operator==(const GeckoCode::Code& lhs, const GeckoCode::Code& rhs); -bool operator!=(const GeckoCode::Code& lhs, const GeckoCode::Code& rhs); // Installation address for codehandler.bin in the Game's RAM constexpr u32 INSTALLER_BASE_ADDRESS = 0x80001800; diff --git a/Source/Core/Core/HLE/HLE.cpp b/Source/Core/Core/HLE/HLE.cpp index ff9db8fc75..66d0960821 100644 --- a/Source/Core/Core/HLE/HLE.cpp +++ b/Source/Core/Core/HLE/HLE.cpp @@ -16,6 +16,7 @@ #include "Core/HLE/HLE_Misc.h" #include "Core/HLE/HLE_OS.h" #include "Core/HW/Memmap.h" +#include "Core/Host.h" #include "Core/IOS/ES/ES.h" #include "Core/PowerPC/PPCSymbolDB.h" #include "Core/PowerPC/PowerPC.h" @@ -74,6 +75,7 @@ void Patch(Core::System& system, u32 addr, std::string_view func_name) { s_hooked_addresses[addr] = i; ppc_state.iCache.Invalidate(memory, jit_interface, addr); + Host_JitCacheInvalidation(); return; } } @@ -144,6 +146,8 @@ void PatchFunctions(Core::System& system) INFO_LOG_FMT(OSHLE, "Patching {} {:08x}", os_patches[i].name, symbol->address); } } + + Host_JitCacheInvalidation(); } void Clear() @@ -195,6 +199,11 @@ u32 GetHookByFunctionAddress(PPCSymbolDB& ppc_symbol_db, u32 address) return (symbol && symbol->address == address) ? index : 0; } +const char* GetHookNameByIndex(u32 index) +{ + return os_patches[index].name; +} + HookType GetHookTypeByIndex(u32 index) { return os_patches[index].type; @@ -259,6 +268,7 @@ u32 UnPatch(Core::System& system, std::string_view patch_name) ++i; } } + Host_JitCacheInvalidation(); return addr; } @@ -271,6 +281,7 @@ u32 UnPatch(Core::System& system, std::string_view patch_name) s_hooked_addresses.erase(addr); ppc_state.iCache.Invalidate(memory, jit_interface, addr); } + Host_JitCacheInvalidation(); return symbol->address; } @@ -294,6 +305,7 @@ u32 UnpatchRange(Core::System& system, u32 start_addr, u32 end_addr) i = s_hooked_addresses.erase(i); count += 1; } + Host_JitCacheInvalidation(); return count; } diff --git a/Source/Core/Core/HLE/HLE.h b/Source/Core/Core/HLE/HLE.h index e273e8b4d7..e3ffc3d03c 100644 --- a/Source/Core/Core/HLE/HLE.h +++ b/Source/Core/Core/HLE/HLE.h @@ -69,6 +69,7 @@ void ExecuteFromJIT(u32 current_pc, u32 hook_index, Core::System& system); u32 GetHookByAddress(u32 address); // Returns the HLE hook index if the address matches the function start u32 GetHookByFunctionAddress(PPCSymbolDB& ppc_symbol_db, u32 address); +const char* GetHookNameByIndex(u32 index); HookType GetHookTypeByIndex(u32 index); HookFlag GetHookFlagsByIndex(u32 index); diff --git a/Source/Core/Core/HLE/HLE_Misc.h b/Source/Core/Core/HLE/HLE_Misc.h index 68e8a74632..787d5166e0 100644 --- a/Source/Core/Core/HLE/HLE_Misc.h +++ b/Source/Core/Core/HLE/HLE_Misc.h @@ -6,7 +6,7 @@ namespace Core { class CPUThreadGuard; -}; +} namespace HLE_Misc { diff --git a/Source/Core/Core/HLE/HLE_OS.h b/Source/Core/Core/HLE/HLE_OS.h index e53053f923..4f7bcb8ed7 100644 --- a/Source/Core/Core/HLE/HLE_OS.h +++ b/Source/Core/Core/HLE/HLE_OS.h @@ -11,7 +11,7 @@ namespace Core { class CPUThreadGuard; -}; +} namespace HLE_OS { diff --git a/Source/Core/Core/HW/AddressSpace.cpp b/Source/Core/Core/HW/AddressSpace.cpp index 09f006726f..adee6ba97c 100644 --- a/Source/Core/Core/HW/AddressSpace.cpp +++ b/Source/Core/Core/HW/AddressSpace.cpp @@ -120,7 +120,7 @@ struct EffectiveAddressSpaceAccessors : Accessors float ReadF32(const Core::CPUThreadGuard& guard, u32 address) const override { return PowerPC::MMU::HostRead_F32(guard, address); - }; + } bool Matches(const Core::CPUThreadGuard& guard, u32 haystack_start, const u8* needle_start, std::size_t needle_size) const @@ -331,18 +331,16 @@ private: std::vector::iterator FindAppropriateAccessor(const Core::CPUThreadGuard& guard, u32 address) { - return std::find_if(m_accessor_mappings.begin(), m_accessor_mappings.end(), - [&guard, address](const AccessorMapping& a) { - return a.accessors->IsValidAddress(guard, address - a.base); - }); + return std::ranges::find_if(m_accessor_mappings, [&guard, address](const AccessorMapping& a) { + return a.accessors->IsValidAddress(guard, address - a.base); + }); } std::vector::const_iterator FindAppropriateAccessor(const Core::CPUThreadGuard& guard, u32 address) const { - return std::find_if(m_accessor_mappings.begin(), m_accessor_mappings.end(), - [&guard, address](const AccessorMapping& a) { - return a.accessors->IsValidAddress(guard, address - a.base); - }); + return std::ranges::find_if(m_accessor_mappings, [&guard, address](const AccessorMapping& a) { + return a.accessors->IsValidAddress(guard, address - a.base); + }); } }; diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/AX.cpp b/Source/Core/Core/HW/DSPHLE/UCodes/AX.cpp index 2dc000dbfe..f82abf5d23 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AX.cpp +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AX.cpp @@ -119,13 +119,6 @@ void AXUCode::HandleCommandList() u32 pb_addr = 0; -#if 0 - INFO_LOG_FMT(DSPHLE, "Command list:"); - for (u32 i = 0; m_cmdlist[i] != CMD_END; ++i) - INFO_LOG_FMT(DSPHLE, "{:04x}", m_cmdlist[i]); - INFO_LOG_FMT(DSPHLE, "-------------"); -#endif - u32 curr_idx = 0; bool end = false; while (!end) @@ -412,6 +405,56 @@ void AXUCode::DownloadAndMixWithVolume(u32 addr, u16 vol_main, u16 vol_auxa, u16 } } +// Determines if this version of the UCode has a PBLowPassFilter in its AXPB layout. +static bool HasLpf(u32 crc) +{ + return crc != 0x4E8A8B21; +} + +// Read a PB from MRAM/ARAM +void AXUCode::ReadPB(Memory::MemoryManager& memory, u32 addr, AXPB& pb) +{ + if (HasLpf(m_crc)) + { + u16* dst = (u16*)&pb; + memory.CopyFromEmuSwapped(dst, addr, sizeof(pb)); + } + else + { + // Skip lpf field. + + char* dst = (char*)&pb; + + constexpr size_t lpf_off = offsetof(AXPB, lpf); + constexpr size_t lc_off = offsetof(AXPB, loop_counter); + + memory.CopyFromEmuSwapped((u16*)dst, addr, lpf_off); + memset(dst + lpf_off, 0, lc_off - lpf_off); + memory.CopyFromEmuSwapped((u16*)(dst + lc_off), addr + lpf_off, sizeof(pb) - lc_off); + } +} + +// Write a PB back to MRAM/ARAM +void AXUCode::WritePB(Memory::MemoryManager& memory, u32 addr, const AXPB& pb) +{ + if (HasLpf(m_crc)) + { + const u16* src = (const u16*)&pb; + memory.CopyToEmuSwapped(addr, src, sizeof(pb)); + } + else + { + // We skip lpf in this layout. + + const char* src = (const char*)&pb; + constexpr size_t lpf_off = offsetof(AXPB, lpf); + constexpr size_t lc_off = offsetof(AXPB, loop_counter); + + memory.CopyToEmuSwapped(addr, (const u16*)src, lpf_off); + memory.CopyToEmuSwapped(addr + lpf_off, (const u16*)(src + lc_off), sizeof(pb) - lc_off); + } +} + void AXUCode::ProcessPBList(u32 pb_addr) { // Samples per millisecond. In theory DSP sampling rate can be changed from @@ -427,10 +470,9 @@ void AXUCode::ProcessPBList(u32 pb_addr) m_samples_auxA_left, m_samples_auxA_right, m_samples_auxA_surround, m_samples_auxB_left, m_samples_auxB_right, m_samples_auxB_surround}}; - ReadPB(memory, pb_addr, pb, m_crc); + ReadPB(memory, pb_addr, pb); - u32 updates_addr = HILO_TO_32(pb.updates.data); - u16* updates = (u16*)HLEMemory_Get_Pointer(memory, updates_addr); + PBUpdateData updates = LoadPBUpdates(memory, pb); for (int curr_ms = 0; curr_ms < 5; ++curr_ms) { @@ -438,14 +480,14 @@ void AXUCode::ProcessPBList(u32 pb_addr) ProcessVoice(static_cast(m_accelerator.get()), pb, buffers, spms, ConvertMixerControl(pb.mixer_control), - m_coeffs_checksum ? m_coeffs.data() : nullptr); + m_coeffs_checksum ? m_coeffs.data() : nullptr, false); // Forward the buffers for (auto& ptr : buffers.ptrs) ptr += spms; } - WritePB(memory, pb_addr, pb, m_crc); + WritePB(memory, pb_addr, pb); pb_addr = HILO_TO_32(pb.next_pb); } } @@ -578,8 +620,8 @@ void AXUCode::OutputSamples(u32 lr_addr, u32 surround_addr) // Output samples clamped to 16 bits and interlaced RLRLRLRLRL... for (u32 i = 0; i < 5 * 32; ++i) { - int left = std::clamp(m_samples_main_left[i], -32767, 32767); - int right = std::clamp(m_samples_main_right[i], -32767, 32767); + s16 left = ClampS16(m_samples_main_left[i]); + s16 right = ClampS16(m_samples_main_right[i]); buffer[2 * i + 0] = Common::swap16(right); buffer[2 * i + 1] = Common::swap16(left); diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/AX.h b/Source/Core/Core/HW/DSPHLE/UCodes/AX.h index 108a98e351..138db3aaef 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AX.h +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AX.h @@ -30,6 +30,7 @@ class Accelerator; namespace DSP::HLE { +struct AXPB; class DSPHLE; // We can't directly use the mixer_control field from the PB because it does @@ -125,27 +126,6 @@ protected: // versions of AX. AXMixControl ConvertMixerControl(u32 mixer_control); - // Apply updates to a PB. Generic, used in AX GC and AX Wii. - template - void ApplyUpdatesForMs(int curr_ms, PBType& pb, u16* num_updates, u16* updates) - { - auto pb_mem = Common::BitCastToArray(pb); - - u32 start_idx = 0; - for (int i = 0; i < curr_ms; ++i) - start_idx += num_updates[i]; - - for (u32 i = start_idx; i < start_idx + num_updates[curr_ms]; ++i) - { - u16 update_off = Common::swap16(updates[2 * i]); - u16 update_val = Common::swap16(updates[2 * i + 1]); - - pb_mem[update_off] = update_val; - } - - pb = std::bit_cast(pb_mem); - } - virtual void HandleCommandList(); void SignalWorkEnd(); @@ -195,6 +175,9 @@ protected: void DoAXState(PointerWrap& p); private: + void ReadPB(Memory::MemoryManager& memory, u32 addr, AXPB& pb); + void WritePB(Memory::MemoryManager& memory, u32 addr, const AXPB& pb); + enum CmdType { CMD_SETUP = 0x00, diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/AXStructs.h b/Source/Core/Core/HW/DSPHLE/UCodes/AXStructs.h index 8c6c6aad90..701d692e1c 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AXStructs.h +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AXStructs.h @@ -59,6 +59,13 @@ struct PBInitialTimeDelay u16 targetRight; }; +struct PBUpdate +{ + u16 pb_offset; + u16 new_value; +}; +using PBUpdateData = std::array; + // Update data - read these each 1ms subframe and use them! // It seems that to provide higher time precisions for MIDI events, some games // use this thing to update the parameter blocks per 1ms sub-block (a block is 5ms). @@ -66,7 +73,15 @@ struct PBInitialTimeDelay struct PBUpdates { u16 num_updates[5]; - u16 data_hi; // These point to main RAM. Not sure about the structure of the data. + u16 data_hi; // These point to main RAM. + u16 data_lo; +}; + +// Same for Wii, where frames are only 3 ms. +struct PBUpdatesWii +{ + u16 num_updates[3]; + u16 data_hi; u16 data_lo; }; @@ -177,7 +192,7 @@ struct PBADPCMLoopInfo struct PBLowPassFilter { - u16 enabled; + u16 on; s16 yn1; u16 a0; u16 b0; @@ -213,22 +228,29 @@ struct AXPB u16 padding[24]; }; +struct PBHighPassFilter +{ + u16 on; + u16 unk[3]; +}; + struct PBBiquadFilter { - u16 on; // on = 2, off = 0 - u16 xn1; // History data - u16 xn2; - u16 yn1; - u16 yn2; - u16 b0; // Filter coefficients - u16 b1; - u16 b2; - u16 a1; - u16 a2; + u16 on; + s16 xn1; // History data + s16 xn2; + s16 yn1; + s16 yn2; + s16 b0; // Filter coefficients + s16 b1; + s16 b2; + s16 a1; + s16 a2; }; union PBInfImpulseResponseWM { + u16 on; // 0: off, 2: biquad, other: low-pass PBLowPassFilter lpf; PBBiquadFilter biquad; }; @@ -251,13 +273,18 @@ struct AXPBWii PBMixerWii mixer; PBInitialTimeDelay initial_time_delay; PBDpopWii dpop; + PBUpdatesWii updates; // Not present in all versions of the struct. PBVolumeEnvelope vol_env; PBAudioAddr audio_addr; PBADPCMInfo adpcm; PBSampleRateConverter src; PBADPCMLoopInfo adpcm_loop_info; PBLowPassFilter lpf; - PBBiquadFilter biquad; + union + { + PBHighPassFilter hpf; + PBBiquadFilter biquad; + }; // WIIMOTE :D u16 remote; @@ -268,7 +295,7 @@ struct AXPBWii PBSampleRateConverterWM remote_src; PBInfImpulseResponseWM remote_iir; - u16 pad[12]; // align us, captain! (32B) + u16 pad[2]; // align us, captain! (32B) }; // TODO: All these enums have changed a lot for Wii diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/AXVoice.h b/Source/Core/Core/HW/DSPHLE/UCodes/AXVoice.h index 4c9eec6df1..ee85f8fb4b 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AXVoice.h +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AXVoice.h @@ -12,6 +12,7 @@ #endif #include +#include #include #include @@ -47,6 +48,34 @@ namespace // Useful macro to convert xxx_hi + xxx_lo to xxx for 32 bits. #define HILO_TO_32(name) ((u32(name##_hi) << 16) | name##_lo) +PBUpdateData LoadPBUpdates(Memory::MemoryManager& memory, const PB_TYPE& pb) +{ + PBUpdateData updates; + u32 updates_addr = HILO_TO_32(pb.updates.data); + memory.CopyFromEmuSwapped((u16*)updates.data(), updates_addr, sizeof(updates)); + return updates; +} + +// Apply updates to a PB. +void ApplyUpdatesForMs(int curr_ms, PB_TYPE& pb, u16* num_updates, const PBUpdateData& updates) +{ + auto pb_mem = Common::BitCastToArray(pb); + + u32 start_idx = 0; + for (int i = 0; i < curr_ms; ++i) + start_idx += num_updates[i]; + + for (u32 i = start_idx; i < start_idx + num_updates[curr_ms]; ++i) + { + u16 update_off = updates[i].pb_offset; + u16 update_val = updates[i].new_value; + + pb_mem[update_off] = update_val; + } + + pb = std::bit_cast(pb_mem); +} + // Used to pass a large amount of buffers to the mixing function. union AXBuffers { @@ -83,69 +112,14 @@ union AXBuffers #ifdef AX_GC int* ptrs[9]; #else - int* ptrs[20]; + struct + { + int* regular_ptrs[12]; + int* wiimote_ptrs[8]; + }; #endif }; -// Determines if this version of the UCode has a PBLowPassFilter in its AXPB layout. -bool HasLpf(u32 crc) -{ - switch (crc) - { - case 0x4E8A8B21: - return false; - default: - return true; - } -} - -// Read a PB from MRAM/ARAM -void ReadPB(Memory::MemoryManager& memory, u32 addr, PB_TYPE& pb, u32 crc) -{ - if (HasLpf(crc)) - { - u16* dst = (u16*)&pb; - memory.CopyFromEmuSwapped(dst, addr, sizeof(pb)); - } - else - { - // The below is a terrible hack in order to support two different AXPB layouts. - // We skip lpf in this layout. - - char* dst = (char*)&pb; - - constexpr size_t lpf_off = offsetof(AXPB, lpf); - constexpr size_t lc_off = offsetof(AXPB, loop_counter); - - memory.CopyFromEmuSwapped((u16*)dst, addr, lpf_off); - memset(dst + lpf_off, 0, lc_off - lpf_off); - memory.CopyFromEmuSwapped((u16*)(dst + lc_off), addr + lpf_off, sizeof(pb) - lc_off); - } -} - -// Write a PB back to MRAM/ARAM -void WritePB(Memory::MemoryManager& memory, u32 addr, const PB_TYPE& pb, u32 crc) -{ - if (HasLpf(crc)) - { - const u16* src = (const u16*)&pb; - memory.CopyToEmuSwapped(addr, src, sizeof(pb)); - } - else - { - // The below is a terrible hack in order to support two different AXPB layouts. - // We skip lpf in this layout. - - const char* src = (const char*)&pb; - - constexpr size_t lpf_off = offsetof(AXPB, lpf); - constexpr size_t lc_off = offsetof(AXPB, loop_counter); - - memory.CopyToEmuSwapped(addr, (const u16*)src, lpf_off); - memory.CopyToEmuSwapped(addr + lpf_off, (const u16*)(src + lc_off), sizeof(pb) - lc_off); - } -} - // Simulated accelerator state. class HLEAccelerator final : public Accelerator { @@ -372,6 +346,11 @@ void GetInputSamples(HLEAccelerator* accelerator, PB_TYPE& pb, s16* samples, u16 pb.adpcm.pred_scale = accelerator->GetPredScale(); } +s16 ClampS16(s64 sample) +{ + return std::clamp(sample, -0x8000, 0x7FFF); +} + // Add samples to an output buffer, with optional volume ramping. void MixAdd(int* out, const s16* input, u32 count, VolumeData* vd, s16* dpop, bool ramp) { @@ -389,28 +368,55 @@ void MixAdd(int* out, const s16* input, u32 count, VolumeData* vd, s16* dpop, bo s64 sample = input[i]; sample *= volume; sample >>= 15; - sample = std::clamp((s32)sample, -32767, 32767); // -32768 ? + s16 sample16 = ClampS16((s32)sample); - out[i] += (s16)sample; + out[i] += sample16; volume += volume_delta; - *dpop = (s16)sample; + *dpop = sample16; } } -// Execute a low pass filter on the samples using one history value. Returns -// the new history value. -s16 LowPassFilter(s16* samples, u32 count, s16 yn1, u16 a0, u16 b0) +// Execute a low pass filter on the samples using one history value. +static void LowPassFilter(s16* samples, u32 count, PBLowPassFilter& f) { for (u32 i = 0; i < count; ++i) - yn1 = samples[i] = (a0 * (s32)samples[i] + b0 * (s32)yn1) >> 15; - return yn1; + f.yn1 = samples[i] = ClampS16((f.a0 * (s32)samples[i] + f.b0 * (s32)f.yn1) >> 15); } +#ifdef AX_WII +static void BiquadFilter(s16* samples, u32 count, PBBiquadFilter& f) +{ + for (u32 i = 0; i < count; ++i) + { + s16 xn0 = samples[i]; + s64 tmp = 0; + tmp += f.b0 * s32(xn0); + tmp += f.b1 * s32(f.xn1); + tmp += f.b2 * s32(f.xn2); + tmp += f.a1 * s32(f.yn1); + tmp += f.a2 * s32(f.yn2); + tmp <<= 2; + // CLRL + if (tmp & 0x10000) + tmp += 0x8000; + else + tmp += 0x7FFF; + tmp >>= 16; + s16 yn0 = ClampS16(tmp); + f.xn2 = f.xn1; + f.yn2 = f.yn1; + f.xn1 = xn0; + f.yn1 = yn0; + samples[i] = yn0; + } +} +#endif + // Process 1ms of audio (for AX GC) or 3ms of audio (for AX Wii) from a PB and // mix it to the output buffers. void ProcessVoice(HLEAccelerator* accelerator, PB_TYPE& pb, const AXBuffers& buffers, u16 count, - AXMixControl mctrl, const s16* coeffs) + AXMixControl mctrl, const s16* coeffs, bool new_filter) { // If the voice is not running, nothing to do. if (pb.running != 1) @@ -431,16 +437,23 @@ void ProcessVoice(HLEAccelerator* accelerator, PB_TYPE& pb, const AXBuffers& buf const s32 volume = (u16)pb.vol_env.cur_volume; #endif const s32 sample = ((s32)samples[i] * volume) >> 15; - samples[i] = std::clamp(sample, -32767, 32767); // -32768 ? + samples[i] = ClampS16(sample); pb.vol_env.cur_volume += pb.vol_env.cur_volume_delta; } - // Optionally, execute a low pass filter - if (pb.lpf.enabled) + // Optionally, execute a low-pass and/or biquad filter. + if (pb.lpf.on != 0) { - pb.lpf.yn1 = LowPassFilter(samples, count, pb.lpf.yn1, pb.lpf.a0, pb.lpf.b0); + LowPassFilter(samples, count, pb.lpf); } +#ifdef AX_WII + if (new_filter && pb.biquad.on != 0) + { + BiquadFilter(samples, count, pb.biquad); + } +#endif + // Mix LRS, AUXA and AUXB depending on mixer_control // TODO: Handle DPL2 on AUXB. @@ -527,6 +540,21 @@ void ProcessVoice(HLEAccelerator* accelerator, PB_TYPE& pb, const AXBuffers& buf // Wiimote mixing. if (pb.remote) { + if (new_filter && pb.remote_iir.on != 0) + { + // Only one filter at most for Wiimotes. + if (pb.remote_iir.on == 2) + { + DolphinAnalytics::Instance().ReportGameQuirk(GameQuirk::USES_AX_WIIMOTE_BIQUAD); + BiquadFilter(samples, count, pb.remote_iir.biquad); + } + else + { + DolphinAnalytics::Instance().ReportGameQuirk(GameQuirk::USES_AX_WIIMOTE_LOWPASS); + LowPassFilter(samples, count, pb.remote_iir.lpf); + } + } + // Old AXWii versions process ms per ms. u16 wm_count = count == 96 ? 18 : 6; diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp b/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp index 53be74371d..04dee941ca 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp @@ -28,7 +28,8 @@ AXWiiUCode::AXWiiUCode(DSPHLE* dsphle, u32 crc) for (u16& volume : m_last_aux_volumes) volume = 0x8000; - m_old_axwii = (crc == 0xfa450138) || (crc == 0x7699af32); + m_old_axwii = crc == 0xfa450138 || crc == 0x7699af32; + m_new_filter = crc == 0x347112ba || crc == 0x4cc52064; m_accelerator = std::make_unique(dsphle->GetSystem().GetDSP()); } @@ -359,64 +360,75 @@ void AXWiiUCode::GenerateVolumeRamp(u16* output, u16 vol1, u16 vol2, size_t nval } } -bool AXWiiUCode::ExtractUpdatesFields(AXPBWii& pb, u16* num_updates, u16* updates, - u32* updates_addr) +void AXWiiUCode::ReadPB(Memory::MemoryManager& memory, u32 addr, AXPBWii& pb) { - auto pb_mem = Common::BitCastToArray(pb); - - if (!m_old_axwii) - return false; - - // Copy the num_updates field. - memcpy(num_updates, &pb_mem[41], 6); - - // Get the address of the updates data - u16 addr_hi = pb_mem[44]; - u16 addr_lo = pb_mem[45]; - u32 addr = HILO_TO_32(addr); - auto& memory = m_dsphle->GetSystem().GetMemory(); - u16* ptr = (u16*)HLEMemory_Get_Pointer(memory, addr); - - *updates_addr = addr; - - // Copy the updates data and change the offset to match a PB without - // updates data. - u32 updates_count = num_updates[0] + num_updates[1] + num_updates[2]; - for (u32 i = 0; i < updates_count; ++i) + // The Wii PB memory layout changed twice. + // For HLE, we use the largest struct version. + char* dst = (char*)&pb; + constexpr size_t updates_begin = offsetof(AXPBWii, updates); + constexpr size_t updates_end = offsetof(AXPBWii, updates) + sizeof(PBUpdatesWii); + constexpr size_t gap_begin = offsetof(AXPBWii, hpf) + sizeof(PBHighPassFilter); + constexpr size_t gap_end = offsetof(AXPBWii, biquad) + sizeof(PBBiquadFilter); + switch (m_crc) { - u16 update_off = Common::swap16(ptr[2 * i]); - u16 update_val = Common::swap16(ptr[2 * i + 1]); - - if (update_off > 45) - update_off -= 5; - - updates[2 * i] = update_off; - updates[2 * i + 1] = update_val; + case 0x7699af32: + case 0xfa450138: + // The hpf field is a bit smaller than the biquad. Skip the difference. + memory.CopyFromEmuSwapped((u16*)dst, addr, gap_begin); + memset(dst + gap_begin, 0, gap_end - gap_begin); + memory.CopyFromEmuSwapped((u16*)(dst + gap_end), addr + gap_begin, sizeof(pb) - gap_end); + break; + case 0xd9c4bf34: + case 0xadbc06bd: + // Skip updates field and skip gap after hpf. + memory.CopyFromEmuSwapped((u16*)dst, addr, updates_begin); + memset(dst + updates_begin, 0, sizeof(PBUpdatesWii)); + memory.CopyFromEmuSwapped((u16*)(dst + updates_end), addr + updates_begin, + gap_begin - updates_end); + memset(dst + gap_begin, 0, gap_end - gap_begin); + memory.CopyFromEmuSwapped((u16*)(dst + gap_end), addr + gap_begin, sizeof(pb) - gap_end); + break; + case 0x347112ba: + case 0x4cc52064: + // Just skip updates field. + memory.CopyFromEmuSwapped((u16*)dst, addr, updates_begin); + memset(dst + updates_begin, 0, sizeof(PBUpdatesWii)); + memory.CopyFromEmuSwapped((u16*)(dst + updates_end), addr + updates_begin, + sizeof(pb) - updates_end); + break; } - - // Remove the updates data from the PB - memmove(&pb_mem[41], &pb_mem[46], sizeof(pb) - 2 * 46); - - pb = std::bit_cast(pb_mem); - - return true; } -void AXWiiUCode::ReinjectUpdatesFields(AXPBWii& pb, u16* num_updates, u32 updates_addr) +void AXWiiUCode::WritePB(Memory::MemoryManager& memory, u32 addr, const AXPBWii& pb) { - auto pb_mem = Common::BitCastToArray(pb); - - // Make some space - memmove(&pb_mem[46], &pb_mem[41], sizeof(pb) - 2 * 46); - - // Reinsert previous values - pb_mem[41] = num_updates[0]; - pb_mem[42] = num_updates[1]; - pb_mem[43] = num_updates[2]; - pb_mem[44] = updates_addr >> 16; - pb_mem[45] = updates_addr & 0xFFFF; - - pb = std::bit_cast(pb_mem); + const char* src = (const char*)&pb; + constexpr size_t updates_begin = offsetof(AXPBWii, updates); + constexpr size_t updates_end = offsetof(AXPBWii, updates) + sizeof(PBUpdatesWii); + constexpr size_t gap_begin = offsetof(AXPBWii, hpf) + sizeof(PBHighPassFilter); + constexpr size_t gap_end = offsetof(AXPBWii, biquad) + sizeof(PBBiquadFilter); + switch (m_crc) + { + case 0x7699af32: + case 0xfa450138: + memory.CopyToEmuSwapped(addr, (const u16*)src, gap_begin); + memory.CopyToEmuSwapped(addr + gap_begin, (const u16*)(src + gap_end), + sizeof(pb) - gap_end); + break; + case 0xd9c4bf34: + case 0xadbc06bd: + memory.CopyToEmuSwapped(addr, (const u16*)src, updates_begin); + memory.CopyToEmuSwapped(addr + updates_begin, (const u16*)(src + updates_end), + gap_begin - updates_end); + memory.CopyToEmuSwapped(addr + gap_begin, (const u16*)(src + gap_end), + sizeof(pb) - gap_end); + break; + case 0x347112ba: + case 0x4cc52064: + memory.CopyToEmuSwapped(addr, (const u16*)src, updates_begin); + memory.CopyToEmuSwapped(addr + updates_begin, (const u16*)(src + updates_end), + sizeof(pb) - updates_end); + break; + } } void AXWiiUCode::ProcessPBList(u32 pb_addr) @@ -438,34 +450,34 @@ void AXWiiUCode::ProcessPBList(u32 pb_addr) m_samples_aux1, m_samples_wm2, m_samples_aux2, m_samples_wm3, m_samples_aux3}}; - ReadPB(memory, pb_addr, pb, m_crc); + ReadPB(memory, pb_addr, pb); - u16 num_updates[3]; - u16 updates[1024]; - u32 updates_addr; - if (ExtractUpdatesFields(pb, num_updates, updates, &updates_addr)) + if (m_old_axwii && + (pb.updates.num_updates[0] | pb.updates.num_updates[1] | pb.updates.num_updates[2])) { + PBUpdateData updates = LoadPBUpdates(memory, pb); for (int curr_ms = 0; curr_ms < 3; ++curr_ms) { - ApplyUpdatesForMs(curr_ms, pb, num_updates, updates); + ApplyUpdatesForMs(curr_ms, pb, pb.updates.num_updates, updates); ProcessVoice(static_cast(m_accelerator.get()), pb, buffers, spms, ConvertMixerControl(HILO_TO_32(pb.mixer_control)), - m_coeffs_checksum ? m_coeffs.data() : nullptr); + m_coeffs_checksum ? m_coeffs.data() : nullptr, m_new_filter); // Forward the buffers - for (auto& ptr : buffers.ptrs) + for (auto& ptr : buffers.regular_ptrs) ptr += spms; + for (auto& ptr : buffers.wiimote_ptrs) + ptr += 6; } - ReinjectUpdatesFields(pb, num_updates, updates_addr); } else { ProcessVoice(static_cast(m_accelerator.get()), pb, buffers, 96, ConvertMixerControl(HILO_TO_32(pb.mixer_control)), - m_coeffs_checksum ? m_coeffs.data() : nullptr); + m_coeffs_checksum ? m_coeffs.data() : nullptr, m_new_filter); } - WritePB(memory, pb_addr, pb, m_crc); + WritePB(memory, pb_addr, pb); pb_addr = HILO_TO_32(pb.next_pb); } } @@ -601,15 +613,16 @@ void AXWiiUCode::OutputSamples(u32 lr_addr, u32 surround_addr, u16 volume, bool // Clamp internal buffers to 16 bits. for (size_t i = 0; i < volume_ramp.size(); ++i) { - int left = m_samples_main_left[i]; - int right = m_samples_main_right[i]; + // Cast to s64 to avoid overflow. + s64 left = m_samples_main_left[i]; + s64 right = m_samples_main_right[i]; - // Apply global volume. Cast to s64 to avoid overflow. - left = ((s64)left * volume_ramp[i]) >> 15; - right = ((s64)right * volume_ramp[i]) >> 15; + // Apply global volume. + left = (left * volume_ramp[i]) >> 15; + right = (right * volume_ramp[i]) >> 15; - m_samples_main_left[i] = std::clamp(left, -32767, 32767); - m_samples_main_right[i] = std::clamp(right, -32767, 32767); + m_samples_main_left[i] = ClampS16(left); + m_samples_main_right[i] = ClampS16(right); } std::array buffer; @@ -634,7 +647,7 @@ void AXWiiUCode::OutputWMSamples(u32* addresses) u16* out = (u16*)HLEMemory_Get_Pointer(memory, addresses[i]); for (u32 j = 0; j < 3 * 6; ++j) { - int sample = std::clamp(in[j], -32767, 32767); + s16 sample = ClampS16(in[j]); out[j] = Common::swap16((u16)sample); } } diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.h b/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.h index aa69ae9637..a281734090 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.h +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.h @@ -38,16 +38,14 @@ protected: // Are we implementing an old version of AXWii which still has updates? bool m_old_axwii = false; + // Late AXWii versions support Wiimote filtering and a biquad filter. + bool m_new_filter = false; + // Last volume values for MAIN and AUX. Used to generate volume ramps to // interpolate nicely between old and new volume values. u16 m_last_main_volume = 0; u16 m_last_aux_volumes[3]{}; - // If needed, extract the updates related fields from a PB. We need to - // reinject them afterwards so that the correct PB typs is written to RAM. - bool ExtractUpdatesFields(AXPBWii& pb, u16* num_updates, u16* updates, u32* updates_addr); - void ReinjectUpdatesFields(AXPBWii& pb, u16* num_updates, u32 updates_addr); - // Convert a mixer_control bitfield to our internal representation for that // value. Required because that bitfield has a different meaning in some // versions of AX. @@ -70,6 +68,9 @@ protected: void OutputWMSamples(u32* addresses); // 4 addresses private: + void ReadPB(Memory::MemoryManager& memory, u32 addr, AXPBWii& pb); + void WritePB(Memory::MemoryManager& memory, u32 addr, const AXPBWii& pb); + enum CmdType { CMD_SETUP = 0x00, diff --git a/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp b/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp index 86d3f89420..8e9248f830 100644 --- a/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp +++ b/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp @@ -834,7 +834,7 @@ BbaTcpSocket::ConnectingState BbaTcpSocket::Connected(StackRef* ref) fd_set read_fds; fd_set write_fds; fd_set except_fds; - struct timeval t = {0, 0}; + timeval t = {0, 0}; FD_ZERO(&read_fds); FD_ZERO(&write_fds); FD_ZERO(&except_fds); @@ -965,7 +965,7 @@ sf::Socket::Status BbaUdpSocket::Bind(u16 port, u32 net_ip) // Subscribe to the SSDP multicast group // NB: Other groups aren't supported because of HLE - struct ip_mreq mreq; + ip_mreq mreq; mreq.imr_multiaddr.s_addr = std::bit_cast(Common::IP_ADDR_SSDP); mreq.imr_interface.s_addr = net_ip; if (setsockopt(getHandle(), IPPROTO_IP, IP_ADD_MEMBERSHIP, reinterpret_cast(&mreq), diff --git a/Source/Core/Core/HW/EXI/EXI_Device.h b/Source/Core/Core/HW/EXI/EXI_Device.h index f405de167e..db74306df0 100644 --- a/Source/Core/Core/HW/EXI/EXI_Device.h +++ b/Source/Core/Core/HW/EXI/EXI_Device.h @@ -111,7 +111,7 @@ struct fmt::formatter constexpr formatter() : EnumFormatter(names) {} template - auto format(const ExpansionInterface::EXIDeviceType& e, FormatContext& ctx) + auto format(const ExpansionInterface::EXIDeviceType& e, FormatContext& ctx) const { if (e != ExpansionInterface::EXIDeviceType::None) { diff --git a/Source/Core/Core/HW/GBACore.cpp b/Source/Core/Core/HW/GBACore.cpp index 6bb39776a3..9e81914524 100644 --- a/Source/Core/Core/HW/GBACore.cpp +++ b/Source/Core/Core/HW/GBACore.cpp @@ -543,8 +543,7 @@ void Core::RunCommand(Command& command) { int recvd = GBASIOJOYSendCommand( &m_sio_driver, static_cast(command.buffer[0]), &command.buffer[1]); - std::copy(command.buffer.begin() + 1, command.buffer.begin() + 1 + recvd, - std::back_inserter(m_response)); + std::copy_n(command.buffer.begin() + 1, recvd, std::back_inserter(m_response)); } if (m_thread && !m_response_ready) diff --git a/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp b/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp index d603e1075e..0017cd6162 100644 --- a/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp +++ b/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp @@ -1228,11 +1228,6 @@ bool operator==(const HeaderData& lhs, const HeaderData& rhs) return std::memcmp(&lhs, &rhs, sizeof(HeaderData)) == 0; } -bool operator!=(const HeaderData& lhs, const HeaderData& rhs) -{ - return !(lhs == rhs); -} - Header::Header(const CardFlashId& flash_id, u16 size_mbits, bool shift_jis, u32 rtc_bias, u32 sram_language, u64 format_time) { diff --git a/Source/Core/Core/HW/GCMemcard/GCMemcard.h b/Source/Core/Core/HW/GCMemcard/GCMemcard.h index 80a2b3eea4..0df11157c9 100644 --- a/Source/Core/Core/HW/GCMemcard/GCMemcard.h +++ b/Source/Core/Core/HW/GCMemcard/GCMemcard.h @@ -192,7 +192,6 @@ void InitializeHeaderData(HeaderData* data, const CardFlashId& flash_id, u16 siz bool shift_jis, u32 rtc_bias, u32 sram_language, u64 format_time); bool operator==(const HeaderData& lhs, const HeaderData& rhs); -bool operator!=(const HeaderData& lhs, const HeaderData& rhs); struct Header { diff --git a/Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp b/Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp index a6a000fa78..c7be096c75 100644 --- a/Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp +++ b/Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp @@ -146,8 +146,8 @@ std::vector GCMemcardDirectory::GetFileNamesForGameID(const std::st if (!gci_file.ReadBytes(&gci.m_gci_header, Memcard::DENTRY_SIZE)) continue; - const auto same_identity_save_it = std::find_if( - loaded_saves.begin(), loaded_saves.end(), [&gci](const Memcard::DEntry& entry) { + const auto same_identity_save_it = + std::ranges::find_if(loaded_saves, [&gci](const Memcard::DEntry& entry) { return Memcard::HasSameIdentity(gci.m_gci_header, entry); }); if (same_identity_save_it != loaded_saves.end()) diff --git a/Source/Core/Core/HW/ProcessorInterface.cpp b/Source/Core/Core/HW/ProcessorInterface.cpp index fc26896a54..3eddfd5ed5 100644 --- a/Source/Core/Core/HW/ProcessorInterface.cpp +++ b/Source/Core/Core/HW/ProcessorInterface.cpp @@ -98,6 +98,10 @@ void ProcessorInterfaceManager::RegisterMMIO(MMIO::Mapping* mmio, u32 base) { system.GetGPFifo().ResetGatherPipe(); + // Assume that all bytes that made it into the GPU fifo did in fact execute + // before this MMIO write takes effect. + system.GetFifo().SyncGPUForRegisterAccess(); + // Call Fifo::ResetVideoBuffer() from the video thread. Since that function // resets various pointers used by the video thread, we can't call it directly // from the CPU thread, so queue a task to do it instead. In single-core mode, diff --git a/Source/Core/Core/HW/SI/SI_Device.cpp b/Source/Core/Core/HW/SI/SI_Device.cpp index 7504e5fbe7..10efa799b8 100644 --- a/Source/Core/Core/HW/SI/SI_Device.cpp +++ b/Source/Core/Core/HW/SI/SI_Device.cpp @@ -3,11 +3,8 @@ #include "Core/HW/SI/SI_Device.h" -#include #include -#include #include -#include #include @@ -34,28 +31,6 @@ constexpr u64 GBA_BITS_PER_SECOND = 250000; constexpr u64 GC_STOP_BIT_NS = 6500; constexpr u64 GBA_STOP_BIT_NS = 14000; -std::ostream& operator<<(std::ostream& stream, SIDevices device) -{ - stream << static_cast>(device); - return stream; -} - -std::istream& operator>>(std::istream& stream, SIDevices& device) -{ - std::underlying_type_t value; - - if (stream >> value) - { - device = static_cast(value); - } - else - { - device = SIDevices::SIDEVICE_NONE; - } - - return stream; -} - ISIDevice::ISIDevice(Core::System& system, SIDevices device_type, int device_number) : m_system(system), m_device_number(device_number), m_device_type(device_type) { diff --git a/Source/Core/Core/HW/SI/SI_Device.h b/Source/Core/Core/HW/SI/SI_Device.h index ee76b39525..dbfce324ca 100644 --- a/Source/Core/Core/HW/SI/SI_Device.h +++ b/Source/Core/Core/HW/SI/SI_Device.h @@ -3,7 +3,6 @@ #pragma once -#include #include #include "Common/CommonTypes.h" @@ -107,9 +106,6 @@ enum SIDevices : int SIDEVICE_COUNT, }; -std::ostream& operator<<(std::ostream& stream, SIDevices device); -std::istream& operator>>(std::istream& stream, SIDevices& device); - class ISIDevice { public: diff --git a/Source/Core/Core/HW/SI/SI_DeviceGBAEmu.cpp b/Source/Core/Core/HW/SI/SI_DeviceGBAEmu.cpp index 10522842de..f0b899192d 100644 --- a/Source/Core/Core/HW/SI/SI_DeviceGBAEmu.cpp +++ b/Source/Core/Core/HW/SI/SI_DeviceGBAEmu.cpp @@ -93,7 +93,7 @@ int CSIDevice_GBAEmu::RunBuffer(u8* buffer, int request_length) std::vector response = m_core->GetJoybusResponse(); if (response.empty()) return -1; - std::copy(response.begin(), response.end(), buffer); + std::ranges::copy(response, buffer); #ifdef _DEBUG const Common::Log::LogLevel log_level = diff --git a/Source/Core/Core/HW/Sram.cpp b/Source/Core/Core/HW/Sram.cpp index b177ed6443..db3013465f 100644 --- a/Source/Core/Core/HW/Sram.cpp +++ b/Source/Core/Core/HW/Sram.cpp @@ -30,33 +30,6 @@ const Sram sram_dump = {Common::BigEndianValue{0}, {}}}; // clang-format on -#if 0 -// german -const SRAM sram_dump_german = {{ - 0x1F, 0x66, - 0xE0, 0x96, - 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0x04, 0xEA, 0x19, 0x40, - 0x00, - 0x00, - 0x01, - 0x3C, - 0x12, 0xD5, 0xEA, 0xD3, 0x00, 0xFA, 0x2D, 0x33, 0x13, 0x41, 0x26, 0x03, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, - 0x00, - 0x00, - 0x84, 0xFF, - 0x00, 0x00, - 0x00, 0x00 -}}; -#endif - void InitSRAM(Sram* sram, const std::string& filename) { File::IOFile file(filename, "rb"); diff --git a/Source/Core/Core/HW/Sram.h b/Source/Core/Core/HW/Sram.h index db8d96b7dc..ff0aee3269 100644 --- a/Source/Core/Core/HW/Sram.h +++ b/Source/Core/Core/HW/Sram.h @@ -42,7 +42,7 @@ distribution. namespace ExpansionInterface { enum class Slot : int; -}; +} using CardFlashId = std::array; diff --git a/Source/Core/Core/HW/WII_IPC.cpp b/Source/Core/Core/HW/WII_IPC.cpp index 4243f57ae6..8ce63d7c1f 100644 --- a/Source/Core/Core/HW/WII_IPC.cpp +++ b/Source/Core/Core/HW/WII_IPC.cpp @@ -290,8 +290,7 @@ void WiiIPC::GenerateAck(u32 address) m_ctrl.Y1, m_ctrl.Y2, m_ctrl.X1); // Based on a hardware test, the IPC interrupt takes approximately 100 TB ticks to fire // after Y2 is seen in the control register. - m_system.GetCoreTiming().ScheduleEvent(100 * SystemTimers::TIMER_RATIO, - m_event_type_update_interrupts); + m_system.GetCoreTiming().ScheduleEvent(100_tbticks, m_event_type_update_interrupts); } void WiiIPC::GenerateReply(u32 address) @@ -302,8 +301,7 @@ void WiiIPC::GenerateReply(u32 address) m_ctrl.Y1, m_ctrl.Y2, m_ctrl.X1); // Based on a hardware test, the IPC interrupt takes approximately 100 TB ticks to fire // after Y1 is seen in the control register. - m_system.GetCoreTiming().ScheduleEvent(100 * SystemTimers::TIMER_RATIO, - m_event_type_update_interrupts); + m_system.GetCoreTiming().ScheduleEvent(100_tbticks, m_event_type_update_interrupts); } bool WiiIPC::IsReady() const diff --git a/Source/Core/Core/HW/WiiSave.cpp b/Source/Core/Core/HW/WiiSave.cpp index e706f19afe..b636fb0b2c 100644 --- a/Source/Core/Core/HW/WiiSave.cpp +++ b/Source/Core/Core/HW/WiiSave.cpp @@ -422,7 +422,7 @@ public: if (data) { std::vector file_data_enc(Common::AlignUp(data->size(), BLOCK_SZ)); - std::copy(data->cbegin(), data->cend(), file_data_enc.begin()); + std::ranges::copy(*data, file_data_enc.begin()); m_iosc.Encrypt(IOS::HLE::IOSC::HANDLE_SD_KEY, file_hdr.iv.data(), file_data_enc.data(), file_data_enc.size(), file_data_enc.data(), IOS::PID_ES); if (!m_file.WriteBytes(file_data_enc.data(), file_data_enc.size())) diff --git a/Source/Core/Core/HW/WiimoteEmu/Camera.cpp b/Source/Core/Core/HW/WiimoteEmu/Camera.cpp index 7b68ab9d5f..1dcdb77952 100644 --- a/Source/Core/Core/HW/WiimoteEmu/Camera.cpp +++ b/Source/Core/Core/HW/WiimoteEmu/Camera.cpp @@ -70,7 +70,7 @@ CameraLogic::GetCameraPoints(const Common::Matrix44& transform, Common::Vec2 fie std::array camera_points; - std::transform(leds.begin(), leds.end(), camera_points.begin(), [&](const Vec3& v) { + std::ranges::transform(leds, camera_points.begin(), [&](const Vec3& v) { const auto point = camera_view * Vec4(v, 1.0); // Check if LED is behind camera. diff --git a/Source/Core/Core/HW/WiimoteEmu/Camera.h b/Source/Core/Core/HW/WiimoteEmu/Camera.h index 316ee5ec3b..23e21cc84e 100644 --- a/Source/Core/Core/HW/WiimoteEmu/Camera.h +++ b/Source/Core/Core/HW/WiimoteEmu/Camera.h @@ -30,7 +30,6 @@ struct CameraPoint { return this->position == other.position && this->size == other.size; } - constexpr bool operator!=(const CameraPoint& other) const { return !(*this == other); } }; // Four bytes for two objects. Filled with 0xFF if empty diff --git a/Source/Core/Core/HW/WiimoteEmu/EmuSubroutines.cpp b/Source/Core/Core/HW/WiimoteEmu/EmuSubroutines.cpp index fa3121bb6c..2c510fb394 100644 --- a/Source/Core/Core/HW/WiimoteEmu/EmuSubroutines.cpp +++ b/Source/Core/Core/HW/WiimoteEmu/EmuSubroutines.cpp @@ -452,7 +452,7 @@ bool Wiimote::ProcessReadDataRequest() reply.address = Common::swap16(m_read_request.address); // Pre-fill with zeros in case of read-error or read < 16-bytes: - std::fill(std::begin(reply.data), std::end(reply.data), 0x00); + std::ranges::fill(reply.data, 0x00); ErrorCode error_code = ErrorCode::Success; diff --git a/Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h b/Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h index 0b71de80fb..02781ac8ee 100644 --- a/Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h +++ b/Source/Core/Core/HW/WiimoteEmu/Extension/Classic.h @@ -72,7 +72,7 @@ public: using TriggerRawValue = ControllerEmu::RawValue; // 6-bit X and Y values (0-63) - auto GetLeftStick() const { return LeftStickRawValue{StickType(lx, ly)}; }; + auto GetLeftStick() const { return LeftStickRawValue{StickType(lx, ly)}; } void SetLeftStick(const StickType& value) { lx = value.x; @@ -82,7 +82,7 @@ public: auto GetRightStick() const { return RightStickRawValue{StickType(rx1 | rx2 << 1 | rx3 << 3, ry)}; - }; + } void SetRightStick(const StickType& value) { rx1 = value.x & 0b1; diff --git a/Source/Core/Core/HW/WiimoteEmu/MotionPlus.cpp b/Source/Core/Core/HW/WiimoteEmu/MotionPlus.cpp index 6bbab12dd1..9dc3b2ad1c 100644 --- a/Source/Core/Core/HW/WiimoteEmu/MotionPlus.cpp +++ b/Source/Core/Core/HW/WiimoteEmu/MotionPlus.cpp @@ -30,7 +30,7 @@ struct MPI : mbedtls_mpi MPI() { mbedtls_mpi_init(this); } ~MPI() { mbedtls_mpi_free(this); } - mbedtls_mpi* Data() { return this; }; + mbedtls_mpi* Data() { return this; } template bool ReadBinary(const u8 (&in_data)[N]) @@ -44,7 +44,7 @@ struct MPI : mbedtls_mpi if (mbedtls_mpi_write_binary(this, out_data->data(), out_data->size())) return false; - std::reverse(out_data->begin(), out_data->end()); + std::ranges::reverse(*out_data); return true; } diff --git a/Source/Core/Core/HW/WiimoteEmu/Speaker.cpp b/Source/Core/Core/HW/WiimoteEmu/Speaker.cpp index 58295c796d..23cba6bfd7 100644 --- a/Source/Core/Core/HW/WiimoteEmu/Speaker.cpp +++ b/Source/Core/Core/HW/WiimoteEmu/Speaker.cpp @@ -8,21 +8,12 @@ #include "AudioCommon/AudioCommon.h" #include "Common/CommonTypes.h" #include "Common/Logging/Log.h" -#include "Common/MathUtil.h" #include "Core/ConfigManager.h" #include "Core/HW/WiimoteEmu/WiimoteEmu.h" #include "Core/System.h" #include "InputCommon/ControllerEmu/ControlGroup/ControlGroup.h" #include "InputCommon/ControllerEmu/Setting/NumericSetting.h" -//#define WIIMOTE_SPEAKER_DUMP -#ifdef WIIMOTE_SPEAKER_DUMP -#include -#include -#include "AudioCommon/WaveFile.h" -#include "Common/FileUtil.h" -#endif - namespace WiimoteEmu { // Yamaha ADPCM decoder code based on The ffmpeg Project (Copyright (s) 2001-2003) @@ -60,17 +51,6 @@ static s16 adpcm_yamaha_expand_nibble(ADPCMState& s, u8 nibble) return s.predictor; } -#ifdef WIIMOTE_SPEAKER_DUMP -std::ofstream ofile; -WaveFileWriter wav; - -void stopdamnwav() -{ - wav.Stop(); - ofile.close(); -} -#endif - void SpeakerLogic::SpeakerData(const u8* data, int length, float speaker_pan) { // TODO: should we still process samples for the decoder state? @@ -151,28 +131,6 @@ void SpeakerLogic::SpeakerData(const u8* data, int length, float speaker_pan) const unsigned int sample_rate = sample_rate_dividend / reg_data.sample_rate; sound_stream->GetMixer()->PushWiimoteSpeakerSamples( samples.get(), sample_length, Mixer::FIXED_SAMPLE_RATE_DIVIDEND / (sample_rate * 2)); - -#ifdef WIIMOTE_SPEAKER_DUMP - static int num = 0; - - if (num == 0) - { - File::Delete("rmtdump.wav"); - File::Delete("rmtdump.bin"); - atexit(stopdamnwav); - File::OpenFStream(ofile, "rmtdump.bin", ofile.binary | ofile.out); - wav.Start("rmtdump.wav", 6000); - } - wav.AddMonoSamples(samples.get(), length * 2); - if (ofile.good()) - { - for (int i = 0; i < length; i++) - { - ofile << data[i]; - } - } - num++; -#endif } void SpeakerLogic::Reset() diff --git a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp index f931bb10a3..67a83f826b 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp +++ b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp @@ -197,8 +197,8 @@ void init_lib() namespace WiimoteReal { -int IOWrite(HANDLE& dev_handle, OVERLAPPED& hid_overlap_write, enum WinWriteMethod& stack, - const u8* buf, size_t len, DWORD* written); +int IOWrite(HANDLE& dev_handle, OVERLAPPED& hid_overlap_write, WinWriteMethod& stack, const u8* buf, + size_t len, DWORD* written); int IORead(HANDLE& dev_handle, OVERLAPPED& hid_overlap_read, u8* buf, int index); template @@ -275,7 +275,7 @@ int IOWritePerWriteFile(HANDLE& dev_handle, OVERLAPPED& hid_overlap_write, // This is currently needed by the Toshiba Bluetooth Stack. if ((write_method == WWM_WRITE_FILE_LARGEST_REPORT_SIZE) && (MAX_PAYLOAD > len)) { - std::copy(buf, buf + len, resized_buffer); + std::copy_n(buf, len, resized_buffer); std::fill(resized_buffer + len, resized_buffer + MAX_PAYLOAD, 0); write_buffer = resized_buffer + 1; bytes_to_write = MAX_PAYLOAD - 1; @@ -497,17 +497,6 @@ WiimoteScannerWindows::WiimoteScannerWindows() init_lib(); } -WiimoteScannerWindows::~WiimoteScannerWindows() -{ -// TODO: what do we want here? -#if 0 - ProcessWiimotes(false, [](HANDLE, BLUETOOTH_RADIO_INFO&, BLUETOOTH_DEVICE_INFO_STRUCT& btdi) - { - RemoveWiimote(btdi); - }); -#endif -} - void WiimoteScannerWindows::Update() { if (!s_loaded_ok) @@ -637,39 +626,6 @@ bool WiimoteWindows::ConnectInternal() return false; } -#if 0 - TCHAR name[128] = {}; - pHidD_GetProductString(dev_handle, name, 128); - - if (!IsValidBluetoothName(TStrToUTF8(name))) - { - CloseHandle(dev_handle); - dev_handle = 0; - return false; - } -#endif - -#if 0 - HIDD_ATTRIBUTES attr; - attr.Size = sizeof(attr); - if (!pHidD_GetAttributes(dev_handle, &attr)) - { - CloseHandle(dev_handle); - dev_handle = 0; - return false; - } -#endif - - // TODO: thread isn't started here now, do this elsewhere - // This isn't as drastic as it sounds, since the process in which the threads - // reside is normal priority. Needed for keeping audio reports at a decent rate - /* - if (!SetThreadPriority(m_wiimote_thread.native_handle(), THREAD_PRIORITY_TIME_CRITICAL)) - { - ERROR_LOG_FMT(WIIMOTE, "Failed to set Wiimote thread priority"); - } - */ - return true; } diff --git a/Source/Core/Core/HW/WiimoteReal/IOWin.h b/Source/Core/Core/HW/WiimoteReal/IOWin.h index dd8be06ed2..a24667256c 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOWin.h +++ b/Source/Core/Core/HW/WiimoteReal/IOWin.h @@ -47,7 +47,6 @@ class WiimoteScannerWindows final : public WiimoteScannerBackend { public: WiimoteScannerWindows(); - ~WiimoteScannerWindows() override; bool IsReady() const override; void FindWiimotes(std::vector&, Wiimote*&) override; void Update() override; diff --git a/Source/Core/Core/Host.h b/Source/Core/Core/Host.h index 66a5e2d78e..5fc1fc1ee9 100644 --- a/Source/Core/Core/Host.h +++ b/Source/Core/Core/Host.h @@ -57,9 +57,12 @@ bool Host_TASInputHasFocus(); void Host_Message(HostMessageID id); void Host_PPCSymbolsChanged(); +void Host_PPCBreakpointsChanged(); void Host_RefreshDSPDebuggerWindow(); void Host_RequestRenderWindowSize(int width, int height); void Host_UpdateDisasmDialog(); +void Host_JitCacheInvalidation(); +void Host_JitProfileDataWiped(); void Host_UpdateMainFrame(); void Host_UpdateTitle(const std::string& title); void Host_YieldToUI(); diff --git a/Source/Core/Core/HotkeyManager.cpp b/Source/Core/Core/HotkeyManager.cpp index c7a177c022..5178377aef 100644 --- a/Source/Core/Core/HotkeyManager.cpp +++ b/Source/Core/Core/HotkeyManager.cpp @@ -9,12 +9,12 @@ #include #include +#include #include "Common/Common.h" #include "Common/CommonTypes.h" #include "Common/FileUtil.h" #include "Common/IniFile.h" -#include "Common/StringUtil.h" #include "InputCommon/ControllerEmu/Control/Input.h" #include "InputCommon/ControllerEmu/ControlGroup/Buttons.h" @@ -420,8 +420,8 @@ ControllerEmu::ControlGroup* HotkeyManager::GetHotkeyGroup(HotkeyGroup group) co int HotkeyManager::FindGroupByID(int id) const { - const auto i = std::find_if(s_groups_info.begin(), s_groups_info.end(), - [id](const auto& entry) { return entry.last >= id; }); + const auto i = + std::ranges::find_if(s_groups_info, [id](const auto& entry) { return entry.last >= id; }); return static_cast(std::distance(s_groups_info.begin(), i)); } @@ -442,7 +442,7 @@ void HotkeyManager::LoadDefaults(const ControllerInterface& ciface) }; auto hotkey_string = [](std::vector inputs) { - return "@(" + JoinStrings(inputs, "+") + ')'; + return fmt::format("@({})", fmt::join(inputs, "+")); }; // General hotkeys diff --git a/Source/Core/Core/IOS/Crypto/Sha.cpp b/Source/Core/Core/IOS/Crypto/Sha.cpp index de4415e140..a39927157c 100644 --- a/Source/Core/Core/IOS/Crypto/Sha.cpp +++ b/Source/Core/Core/IOS/Crypto/Sha.cpp @@ -33,14 +33,14 @@ std::optional ShaDevice::Open(const OpenRequest& request) static void ConvertContext(const ShaDevice::ShaContext& src, mbedtls_sha1_context* dest) { - std::copy(std::begin(src.length), std::end(src.length), std::begin(dest->total)); - std::copy(std::begin(src.states), std::end(src.states), std::begin(dest->state)); + std::ranges::copy(src.length, std::begin(dest->total)); + std::ranges::copy(src.states, std::begin(dest->state)); } static void ConvertContext(const mbedtls_sha1_context& src, ShaDevice::ShaContext* dest) { - std::copy(std::begin(src.total), std::end(src.total), std::begin(dest->length)); - std::copy(std::begin(src.state), std::end(src.state), std::begin(dest->states)); + std::ranges::copy(src.total, std::begin(dest->length)); + std::ranges::copy(src.state, std::begin(dest->states)); } HLE::ReturnCode ShaDevice::ProcessShaCommand(ShaIoctlv command, const IOCtlVRequest& request) diff --git a/Source/Core/Core/IOS/DolphinDevice.cpp b/Source/Core/Core/IOS/DolphinDevice.cpp index 79a9b0529c..944bec41b2 100644 --- a/Source/Core/Core/IOS/DolphinDevice.cpp +++ b/Source/Core/Core/IOS/DolphinDevice.cpp @@ -133,13 +133,13 @@ IPCReply GetRealProductCode(Core::System& system, const IOCtlVRequest& request) if (!file) return IPCReply(IPC_ENOENT); - Common::SettingsHandler::Buffer data; + Common::SettingsBuffer data; if (!file.ReadBytes(data.data(), data.size())) return IPCReply(IPC_ENOENT); - Common::SettingsHandler gen(data); - const std::string code = gen.GetValue("CODE"); + const Common::SettingsReader settings_reader(data); + const std::string code = settings_reader.GetValue("CODE"); const size_t length = std::min(request.io_vectors[0].size, code.length()); if (length == 0) diff --git a/Source/Core/Core/IOS/ES/ES.cpp b/Source/Core/Core/IOS/ES/ES.cpp index 3634518f6f..bf388a5b67 100644 --- a/Source/Core/Core/IOS/ES/ES.cpp +++ b/Source/Core/Core/IOS/ES/ES.cpp @@ -527,14 +527,13 @@ void ESDevice::DoState(PointerWrap& p) ESDevice::ContextArray::iterator ESDevice::FindActiveContext(s32 fd) { - return std::find_if(m_contexts.begin(), m_contexts.end(), - [fd](const auto& context) { return context.ipc_fd == fd && context.active; }); + return std::ranges::find_if( + m_contexts, [fd](const auto& context) { return context.ipc_fd == fd && context.active; }); } ESDevice::ContextArray::iterator ESDevice::FindInactiveContext() { - return std::find_if(m_contexts.begin(), m_contexts.end(), - [](const auto& context) { return !context.active; }); + return std::ranges::find_if(m_contexts, [](const auto& context) { return !context.active; }); } std::optional ESDevice::Open(const OpenRequest& request) diff --git a/Source/Core/Core/IOS/ES/Formats.cpp b/Source/Core/Core/IOS/ES/Formats.cpp index 2826f7aed5..627560e765 100644 --- a/Source/Core/Core/IOS/ES/Formats.cpp +++ b/Source/Core/Core/IOS/ES/Formats.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include #include @@ -73,11 +74,6 @@ bool operator==(const Content& lhs, const Content& rhs) return fields(lhs) == fields(rhs); } -bool operator!=(const Content& lhs, const Content& rhs) -{ - return !operator==(lhs, rhs); -} - SignedBlobReader::SignedBlobReader(std::vector bytes) : m_bytes(std::move(bytes)) { } @@ -535,7 +531,7 @@ HLE::ReturnCode TicketReader::Unpersonalise(HLE::IOSC& iosc) sizeof(Ticket::title_key), key.data(), PID_ES); // Finally, IOS copies the decrypted title key back to the ticket buffer. if (ret == IPC_SUCCESS) - std::copy(key.cbegin(), key.cend(), ticket_begin + offsetof(Ticket, title_key)); + std::ranges::copy(key, ticket_begin + offsetof(Ticket, title_key)); return ret; } @@ -580,7 +576,7 @@ SharedContentMap::GetFilenameFromSHA1(const std::array& sha1) const if (it == m_entries.end()) return {}; - const std::string id_string(it->id.begin(), it->id.end()); + const std::string_view id_string(reinterpret_cast(it->id.data()), it->id.size()); return fmt::format("/shared1/{}.app", id_string); } @@ -596,20 +592,22 @@ std::vector> SharedContentMap::GetHashes() const std::string SharedContentMap::AddSharedContent(const std::array& sha1) { - auto filename = GetFilenameFromSHA1(sha1); - if (filename) - return *filename; + if (auto filename = GetFilenameFromSHA1(sha1)) + return *std::move(filename); - const std::string id = fmt::format("{:08x}", m_last_id); - Entry entry; - std::copy(id.cbegin(), id.cend(), entry.id.begin()); + Entry& entry = m_entries.emplace_back(); + static_assert(sizeof(m_last_id) == 4, + "'m_last_id' must be represented by 8 characters when formatted in hexadecimal."); + static_assert(std::tuple_size_v == sizeof(m_last_id) * 2, + "'entry.id' must be a std::array capable of storing every nibble of 'm_last_id'."); + fmt::format_to(entry.id.data(), "{:08x}", m_last_id); entry.sha1 = sha1; - m_entries.push_back(entry); WriteEntries(); - filename = fmt::format("/shared1/{}.app", id); m_last_id++; - return *filename; + + const std::string_view id_string(reinterpret_cast(entry.id.data()), entry.id.size()); + return fmt::format("/shared1/{}.app", id_string); } bool SharedContentMap::DeleteSharedContent(const std::array& sha1) @@ -726,7 +724,7 @@ CertReader::CertReader(std::vector&& bytes) : SignedBlobReader(std::move(byt {SignatureType::ECC, PublicKeyType::ECC, sizeof(CertECC)}, }}; - const auto info = std::find_if(types.cbegin(), types.cend(), [this](const CertStructInfo& entry) { + const auto info = std::ranges::find_if(types, [this](const CertStructInfo& entry) { return m_bytes.size() >= std::get<2>(entry) && std::get<0>(entry) == GetSignatureType() && std::get<1>(entry) == GetPublicKeyType(); }); diff --git a/Source/Core/Core/IOS/ES/Formats.h b/Source/Core/Core/IOS/ES/Formats.h index a3d920e759..f1fb1ff782 100644 --- a/Source/Core/Core/IOS/ES/Formats.h +++ b/Source/Core/Core/IOS/ES/Formats.h @@ -101,7 +101,6 @@ struct Content }; static_assert(sizeof(Content) == 36, "Content has the wrong size"); bool operator==(const Content&, const Content&); -bool operator!=(const Content&, const Content&); struct TimeLimit { diff --git a/Source/Core/Core/IOS/ES/Identity.cpp b/Source/Core/Core/IOS/ES/Identity.cpp index 34fc6861f0..454e912f5a 100644 --- a/Source/Core/Core/IOS/ES/Identity.cpp +++ b/Source/Core/Core/IOS/ES/Identity.cpp @@ -139,7 +139,7 @@ ReturnCode ESCore::VerifySign(const std::vector& hash, const std::vector if (certs.empty()) return ES_EINVAL; - const auto ap_iterator = std::find_if(certs.begin(), certs.end(), [](const auto& entry) { + const auto ap_iterator = std::ranges::find_if(certs, [](const auto& entry) { return entry.first.length() > 2 && entry.first.compare(0, 2, "AP") == 0; }); if (ap_iterator == certs.end()) diff --git a/Source/Core/Core/IOS/ES/NandUtils.cpp b/Source/Core/Core/IOS/ES/NandUtils.cpp index 7198049462..9c742974b8 100644 --- a/Source/Core/Core/IOS/ES/NandUtils.cpp +++ b/Source/Core/Core/IOS/ES/NandUtils.cpp @@ -219,11 +219,10 @@ ESCore::GetStoredContentsFromTMD(const ES::TMDReader& tmd, u32 ESCore::GetSharedContentsCount() const { const auto entries = m_ios.GetFS()->ReadDirectory(PID_KERNEL, PID_KERNEL, "/shared1"); - return static_cast( - std::count_if(entries->begin(), entries->end(), [this](const std::string& entry) { - return !m_ios.GetFS()->ReadDirectory(PID_KERNEL, PID_KERNEL, "/shared1/" + entry) && - entry.size() == 12 && entry.compare(8, 4, ".app") == 0; - })); + return static_cast(std::ranges::count_if(*entries, [this](const std::string& entry) { + return !m_ios.GetFS()->ReadDirectory(PID_KERNEL, PID_KERNEL, "/shared1/" + entry) && + entry.size() == 12 && entry.compare(8, 4, ".app") == 0; + })); } std::vector> ESCore::GetSharedContents() const diff --git a/Source/Core/Core/IOS/ES/TitleManagement.cpp b/Source/Core/Core/IOS/ES/TitleManagement.cpp index 9ff28fc545..df74acd766 100644 --- a/Source/Core/Core/IOS/ES/TitleManagement.cpp +++ b/Source/Core/Core/IOS/ES/TitleManagement.cpp @@ -817,7 +817,7 @@ ReturnCode ESCore::ExportContentData(Context& context, u32 content_fd, u8* data, if (encrypt_ret != IPC_SUCCESS) return encrypt_ret; - std::copy(output.cbegin(), output.cend(), data); + std::ranges::copy(output, data); return IPC_SUCCESS; } diff --git a/Source/Core/Core/IOS/ES/Views.cpp b/Source/Core/Core/IOS/ES/Views.cpp index 71d03ea0ed..988e19d86c 100644 --- a/Source/Core/Core/IOS/ES/Views.cpp +++ b/Source/Core/Core/IOS/ES/Views.cpp @@ -147,7 +147,7 @@ ReturnCode ESCore::GetTicketFromView(const u8* ticket_view, u8* ticket, u32* tic return ES_EACCES; } - std::copy(ticket_bytes.begin(), ticket_bytes.end(), ticket); + std::ranges::copy(ticket_bytes, ticket); return IPC_SUCCESS; } diff --git a/Source/Core/Core/IOS/FS/FileSystem.h b/Source/Core/Core/IOS/FS/FileSystem.h index c0f59c2137..0010f99cfb 100644 --- a/Source/Core/Core/IOS/FS/FileSystem.h +++ b/Source/Core/Core/IOS/FS/FileSystem.h @@ -91,11 +91,6 @@ inline bool operator==(const Modes& lhs, const Modes& rhs) return fields(lhs) == fields(rhs); } -inline bool operator!=(const Modes& lhs, const Modes& rhs) -{ - return !(lhs == rhs); -} - struct Metadata { Uid uid; @@ -190,11 +185,6 @@ inline bool operator==(const SplitPathResult& lhs, const SplitPathResult& rhs) return fields(lhs) == fields(rhs); } -inline bool operator!=(const SplitPathResult& lhs, const SplitPathResult& rhs) -{ - return !(lhs == rhs); -} - /// Split a path into a parent path and the file name. Takes a *valid non-root* path. /// /// Example: /shared2/sys/SYSCONF => {/shared2/sys, SYSCONF} diff --git a/Source/Core/Core/IOS/FS/FileSystemProxy.cpp b/Source/Core/Core/IOS/FS/FileSystemProxy.cpp index f69da2f9b5..f2cb61e199 100644 --- a/Source/Core/Core/IOS/FS/FileSystemProxy.cpp +++ b/Source/Core/Core/IOS/FS/FileSystemProxy.cpp @@ -143,7 +143,7 @@ enum class FileLookupMode static SystemTimers::TimeBaseTick EstimateFileLookupTicks(const std::string& path, FileLookupMode mode) { - const size_t number_of_path_components = std::count(path.cbegin(), path.cend(), '/'); + const size_t number_of_path_components = std::ranges::count(path, '/'); if (number_of_path_components == 0) return 0_tbticks; diff --git a/Source/Core/Core/IOS/FS/HostBackend/FS.cpp b/Source/Core/Core/IOS/FS/HostBackend/FS.cpp index da5fa6d983..2d1e1143c9 100644 --- a/Source/Core/Core/IOS/FS/HostBackend/FS.cpp +++ b/Source/Core/Core/IOS/FS/HostBackend/FS.cpp @@ -467,7 +467,7 @@ ResultCode HostFileSystem::CreateFileOrDirectory(Uid uid, Gid gid, const std::st return ResultCode::Invalid; } - if (!is_file && std::count(path.begin(), path.end(), '/') > int(MaxPathDepth)) + if (!is_file && std::ranges::count(path, '/') > int(MaxPathDepth)) return ResultCode::TooManyPathComponents; const auto split_path = SplitPathAndBasename(path); diff --git a/Source/Core/Core/IOS/FS/HostBackend/File.cpp b/Source/Core/Core/IOS/FS/HostBackend/File.cpp index 1379ebc049..17e42e0aec 100644 --- a/Source/Core/Core/IOS/FS/HostBackend/File.cpp +++ b/Source/Core/Core/IOS/FS/HostBackend/File.cpp @@ -207,8 +207,8 @@ Result HostFileSystem::GetFileStatus(Fd fd) HostFileSystem::Handle* HostFileSystem::AssignFreeHandle() { - const auto it = std::find_if(m_handles.begin(), m_handles.end(), - [](const Handle& handle) { return !handle.opened; }); + const auto it = + std::ranges::find_if(m_handles, [](const Handle& handle) { return !handle.opened; }); if (it == m_handles.end()) return nullptr; diff --git a/Source/Core/Core/IOS/IOS.cpp b/Source/Core/Core/IOS/IOS.cpp index 8eab961228..fbea8dd9d7 100644 --- a/Source/Core/Core/IOS/IOS.cpp +++ b/Source/Core/Core/IOS/IOS.cpp @@ -533,7 +533,7 @@ bool EmulationKernel::BootIOS(const u64 ios_title_id, HangPPC hang_ppc, void EmulationKernel::InitIPC() { - if (Core::GetState(m_system) == Core::State::Uninitialized) + if (Core::IsUninitialized(m_system)) return; INFO_LOG_FMT(IOS, "IPC initialised."); @@ -689,7 +689,13 @@ std::optional EmulationKernel::OpenDevice(OpenRequest& request) if (!device) { - ERROR_LOG_FMT(IOS, "Unknown device: {}", request.path); + constexpr std::string_view cios_devices[] = {"/dev/flash", "/dev/mload", "/dev/sdio/sdhc", + "/dev/usb123", "/dev/usb2"}; + static_assert(std::ranges::is_sorted(cios_devices)); + if (std::ranges::binary_search(cios_devices, request.path)) + WARN_LOG_FMT(IOS, "Possible anti-piracy check for cIOS device {}", request.path); + else + ERROR_LOG_FMT(IOS, "Unknown device: {}", request.path); return IPCReply{IPC_ENOENT, 3700_tbticks}; } diff --git a/Source/Core/Core/IOS/IOSC.cpp b/Source/Core/Core/IOS/IOSC.cpp index 357aee143e..09eeeaa363 100644 --- a/Source/Core/Core/IOS/IOSC.cpp +++ b/Source/Core/Core/IOS/IOSC.cpp @@ -551,7 +551,7 @@ void IOSC::Sign(u8* sig_out, u8* ap_cert_out, u64 title_id, const u8* data, u32 // Sign the data. const auto data_digest = Common::SHA1::CalculateDigest(data, data_size); const auto signature = Common::ec::Sign(ap_priv.data(), data_digest.data()); - std::copy(signature.cbegin(), signature.cend(), sig_out); + std::ranges::copy(signature, sig_out); } void IOSC::LoadDefaultEntries() @@ -669,8 +669,7 @@ IOSC::KeyEntry::KeyEntry(ObjectType type_, ObjectSubType subtype_, std::vector +#include +#endif + namespace IOS::HLE { enum SOResultCode : s32 @@ -162,25 +167,189 @@ static s32 MapWiiSockOptNameToNative(u32 optname) return optname; } -// u32 values are in little endian (i.e. 0x0100007f means 127.0.0.1) -struct DefaultInterface +struct InterfaceRouting { - u32 inet; // IPv4 address - u32 netmask; // IPv4 subnet mask - u32 broadcast; // IPv4 broadcast address + u32 index; + in_addr destination; + in_addr netmask; + in_addr gateway; }; -static std::optional GetSystemDefaultInterface() +struct DefaultInterface { + in_addr inet; // IPv4 address + in_addr netmask; // IPv4 subnet mask + in_addr broadcast; // IPv4 broadcast address + std::vector routing_table; // IPv4 routing table +}; + +static std::vector GetSystemInterfaceRouting() +{ + std::vector routing_table; + #ifdef _WIN32 - std::unique_ptr forward_table; DWORD forward_table_size = 0; + std::unique_ptr forward_table; if (GetIpForwardTable(nullptr, &forward_table_size, FALSE) == ERROR_INSUFFICIENT_BUFFER) { forward_table = std::unique_ptr((PMIB_IPFORWARDTABLE) operator new(forward_table_size)); } + DWORD result = GetIpForwardTable(forward_table.get(), &forward_table_size, FALSE); + // can return ERROR_MORE_DATA on XP even after the first call + while (result == NO_ERROR || result == ERROR_MORE_DATA) + { + const std::span table(forward_table->table, forward_table->dwNumEntries); + for (const auto& entry : table) + { + routing_table.emplace_back(entry.dwForwardIfIndex, + std::bit_cast(entry.dwForwardDest), + std::bit_cast(entry.dwForwardMask), + std::bit_cast(entry.dwForwardNextHop)); + } + + if (result == NO_ERROR) + break; + + result = GetIpForwardTable(forward_table.get(), &forward_table_size, FALSE); + } + +#elif defined(__linux__) + constexpr int BUFF_SIZE = 8192; + constexpr timeval socket_timeout{.tv_sec = 2, .tv_usec = 0}; + unsigned int msg_seq = 0; + const int sock = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE); + if (sock < 0) + { + ERROR_LOG_FMT(IOS_NET, "Failed to open netlink socket, error {}", Common::StrNetworkError()); + return {}; + } + + if (setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, static_cast(&socket_timeout), + sizeof(socket_timeout)) < 0) + { + ERROR_LOG_FMT(IOS_NET, "Failed to set netlink socket recv timeout: {}", + Common::StrNetworkError()); + return {}; + } + + Common::ScopeGuard socket_guard{[sock] { close(sock); }}; + std::array msg_buffer{}; + auto nl_msg = reinterpret_cast(msg_buffer.data()); + auto rt_msg = reinterpret_cast(NLMSG_DATA(nl_msg)); + const unsigned int pid = getpid(); + + // prepare command/netlink packet + nl_msg->nlmsg_len = NLMSG_LENGTH(sizeof(rtmsg)); // Length of message. + nl_msg->nlmsg_type = RTM_GETROUTE; // Get the routes from kernel routing table . + + nl_msg->nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST; // The message is a request for dump. + nl_msg->nlmsg_seq = msg_seq++; // Sequence of the message packet. + nl_msg->nlmsg_pid = pid; // PID of process sending the request. + + // ship it + if (send(sock, nl_msg, nl_msg->nlmsg_len, 0) < 0) + { + ERROR_LOG_FMT(IOS_NET, "Failed to send netlink request ({})", Common::StrNetworkError()); + return {}; + } + + // read response + int msg_len = 0; + msg_buffer.fill(0); + + do + { + auto buf_ptr = msg_buffer.data() + msg_len; + const int read_len = recv(sock, buf_ptr, BUFF_SIZE - msg_len, 0); + if (read_len < 0) + { + ERROR_LOG_FMT(IOS_NET, "Failed to receive netlink response ({})", Common::StrNetworkError()); + return {}; + } + + nl_msg = reinterpret_cast(buf_ptr); + if (NLMSG_OK(nl_msg, read_len) == 0) + { + ERROR_LOG_FMT(IOS_NET, "Received netlink error response ({})", NLMSG_OK(nl_msg, read_len)); + return {}; + } + + if (nl_msg->nlmsg_type == NLMSG_ERROR) + { + auto err = reinterpret_cast(NLMSG_DATA(nl_msg)); + if (nl_msg->nlmsg_len < NLMSG_LENGTH(sizeof(nlmsgerr))) + { + ERROR_LOG_FMT(IOS_NET, "Netlink message was truncated"); + } + else + { + ERROR_LOG_FMT(IOS_NET, "Received netlink error {}: {}", err->error, + Common::DecodeNetworkError(-err->error)); + } + return {}; + } + + // if its the last msg, we are done + if (nl_msg->nlmsg_type == NLMSG_DONE) + { + break; + } + + msg_len += read_len; + if ((nl_msg->nlmsg_flags & NLM_F_MULTI) == 0) + { + break; + } + + } while (msg_len <= BUFF_SIZE && (nl_msg->nlmsg_seq != msg_seq || nl_msg->nlmsg_pid != pid)); + + // parse the response + nl_msg = reinterpret_cast(msg_buffer.data()); + for (; NLMSG_OK(nl_msg, msg_len); nl_msg = NLMSG_NEXT(nl_msg, msg_len)) + { + rt_msg = reinterpret_cast(NLMSG_DATA(nl_msg)); + + // only parse AF_INET, as the wii is ipv4 only + if (rt_msg->rtm_family != AF_INET) + continue; + + auto rt_attr = reinterpret_cast(RTM_RTA(rt_msg)); + auto rt_len = RTM_PAYLOAD(nl_msg); + InterfaceRouting route = {}; + + // get netmask from the destination ip length and the rest from the response + for (; RTA_OK(rt_attr, rt_len); rt_attr = RTA_NEXT(rt_attr, rt_len)) + { + switch (rt_attr->rta_type) + { + case RTA_GATEWAY: + route.gateway.s_addr = *reinterpret_cast(RTA_DATA(rt_attr)); + break; + case RTA_DST: + route.destination.s_addr = *reinterpret_cast(RTA_DATA(rt_attr)); + break; + case RTA_OIF: + default: + continue; + } + } + const auto mask = (route.destination.s_addr == 0 && rt_msg->rtm_dst_len == 0) ? + 0 : + (1 << rt_msg->rtm_dst_len) - 1; + route.netmask.s_addr = mask; + routing_table.push_back(route); + } +#endif + + return routing_table; +} + +static std::optional GetSystemDefaultInterface() +{ + auto routing_table = GetSystemInterfaceRouting(); +#ifdef _WIN32 std::unique_ptr ip_table; DWORD ip_table_size = 0; if (GetIpAddrTable(nullptr, &ip_table_size, FALSE) == ERROR_INSUFFICIENT_BUFFER) @@ -189,34 +358,28 @@ static std::optional GetSystemDefaultInterface() } // find the interface IP used for the default route and use that - NET_IFINDEX ifIndex = NET_IFINDEX_UNSPECIFIED; - DWORD result = GetIpForwardTable(forward_table.get(), &forward_table_size, FALSE); - // can return ERROR_MORE_DATA on XP even after the first call - while (result == NO_ERROR || result == ERROR_MORE_DATA) + NET_IFINDEX if_index = NET_IFINDEX_UNSPECIFIED; + for (InterfaceRouting route : routing_table) { - for (DWORD i = 0; i < forward_table->dwNumEntries; ++i) - { - if (forward_table->table[i].dwForwardDest == 0) - { - ifIndex = forward_table->table[i].dwForwardIfIndex; - break; - } - } + if (route.destination.s_addr != 0) + continue; - if (result == NO_ERROR || ifIndex != NET_IFINDEX_UNSPECIFIED) - break; - - result = GetIpForwardTable(forward_table.get(), &forward_table_size, FALSE); + if_index = route.index; + break; } - if (ifIndex != NET_IFINDEX_UNSPECIFIED && + if (if_index != NET_IFINDEX_UNSPECIFIED && GetIpAddrTable(ip_table.get(), &ip_table_size, FALSE) == NO_ERROR) { for (DWORD i = 0; i < ip_table->dwNumEntries; ++i) { const auto& entry = ip_table->table[i]; - if (entry.dwIndex == ifIndex) - return DefaultInterface{entry.dwAddr, entry.dwMask, entry.dwBCastAddr}; + if (entry.dwIndex == if_index) + { + return DefaultInterface{std::bit_cast(entry.dwAddr), + std::bit_cast(entry.dwMask), + std::bit_cast(entry.dwBCastAddr), routing_table}; + } } } #elif defined(__ANDROID__) @@ -224,8 +387,12 @@ static std::optional GetSystemDefaultInterface() const u32 prefix_length = GetNetworkPrefixLength(); const u32 netmask = (1 << prefix_length) - 1; const u32 gateway = GetNetworkGateway(); + // this isnt fully correct, but this will make calls to get the routing table at least return the + // gateway + if (routing_table.empty()) + routing_table = {{0, 0, 0, gateway}}; if (addr || netmask || gateway) - return DefaultInterface{addr, netmask, gateway}; + return DefaultInterface{addr, netmask, gateway, routing_table}; #else // Assume that the address that is used to access the Internet corresponds // to the default interface. @@ -265,8 +432,13 @@ static std::optional GetSystemDefaultInterface() if (iface->ifa_addr && iface->ifa_addr->sa_family == AF_INET && get_addr(iface->ifa_addr) == default_interface_address->s_addr) { + // this isnt fully correct, but this will make calls to get the routing table at least return + // the gateway + if (routing_table.empty()) + routing_table = {{0, 0, 0, get_addr(iface->ifa_dstaddr)}}; + return DefaultInterface{get_addr(iface->ifa_addr), get_addr(iface->ifa_netmask), - get_addr(iface->ifa_broadaddr)}; + get_addr(iface->ifa_broadaddr), routing_table}; } } #endif @@ -275,10 +447,13 @@ static std::optional GetSystemDefaultInterface() static DefaultInterface GetSystemDefaultInterfaceOrFallback() { - static const u32 FALLBACK_IP = inet_addr("10.0.1.30"); - static const u32 FALLBACK_NETMASK = inet_addr("255.255.255.0"); - static const u32 FALLBACK_GATEWAY = inet_addr("10.0.255.255"); - static const DefaultInterface FALLBACK_VALUES{FALLBACK_IP, FALLBACK_NETMASK, FALLBACK_GATEWAY}; + static const in_addr FALLBACK_IP = std::bit_cast(inet_addr("10.0.1.30")); + static const in_addr FALLBACK_NETMASK = std::bit_cast(inet_addr("255.255.255.0")); + static const in_addr FALLBACK_BROADCAST = std::bit_cast(inet_addr("10.0.1.255")); + static const in_addr FALLBACK_GATEWAY = std::bit_cast(inet_addr("10.0.1.1")); + static const InterfaceRouting FALLBACK_ROUTING = {.gateway = FALLBACK_GATEWAY}; + static const DefaultInterface FALLBACK_VALUES = { + FALLBACK_IP, FALLBACK_NETMASK, FALLBACK_BROADCAST, {FALLBACK_ROUTING}}; return GetSystemDefaultInterface().value_or(FALLBACK_VALUES); } @@ -611,7 +786,7 @@ IPCReply NetIPTopDevice::HandleGetPeerNameRequest(const IOCtlRequest& request) IPCReply NetIPTopDevice::HandleGetHostIDRequest(const IOCtlRequest& request) { const DefaultInterface interface = GetSystemDefaultInterfaceOrFallback(); - const u32 host_ip = Common::swap32(interface.inet); + const u32 host_ip = ntohl(interface.inet.s_addr); INFO_LOG_FMT(IOS_NET, "IOCTL_SO_GETHOSTID = {}.{}.{}.{}", host_ip >> 24, (host_ip >> 16) & 0xFF, (host_ip >> 8) & 0xFF, host_ip & 0xFF); return IPCReply(host_ip); @@ -623,7 +798,7 @@ IPCReply NetIPTopDevice::HandleInetAToNRequest(const IOCtlRequest& request) auto& memory = system.GetMemory(); const std::string hostname = memory.GetString(request.buffer_in); - struct hostent* remoteHost = gethostbyname(hostname.c_str()); + hostent* remoteHost = gethostbyname(hostname.c_str()); if (remoteHost == nullptr || remoteHost->h_addr_list == nullptr || remoteHost->h_addr_list[0] == nullptr) @@ -830,6 +1005,7 @@ IPCReply NetIPTopDevice::HandleGetInterfaceOptRequest(const IOCtlVRequest& reque auto& system = GetSystem(); auto& memory = system.GetMemory(); + const DefaultInterface interface = GetSystemDefaultInterfaceOrFallback(); const u32 param = memory.Read_U32(request.in_vectors[0].address); const u32 param2 = memory.Read_U32(request.in_vectors[0].address + 4); const u32 param3 = memory.Read_U32(request.io_vectors[0].address); @@ -980,20 +1156,42 @@ IPCReply NetIPTopDevice::HandleGetInterfaceOptRequest(const IOCtlVRequest& reque case 0x4003: // ip addr table { - // XXX: this isn't exactly right; the buffer can be larger than 12 bytes, in which case - // SO can write 12 more bytes. + // XXX: this isn't exactly right; the buffer can be larger than 12 bytes, + // in which case, depending on some interface settings, SO can write 12 more bytes memory.Write_U32(0xC, request.io_vectors[1].address); - const DefaultInterface interface = GetSystemDefaultInterfaceOrFallback(); - memory.Write_U32(Common::swap32(interface.inet), request.io_vectors[0].address); - memory.Write_U32(Common::swap32(interface.netmask), request.io_vectors[0].address + 4); - memory.Write_U32(Common::swap32(interface.broadcast), request.io_vectors[0].address + 8); + memory.Write_U32(ntohl(interface.inet.s_addr), request.io_vectors[0].address); + memory.Write_U32(ntohl(interface.netmask.s_addr), request.io_vectors[0].address + 4); + memory.Write_U32(ntohl(interface.broadcast.s_addr), request.io_vectors[0].address + 8); break; } - case 0x4005: // hardcoded value + case 0x4005: + // get routing table size, which is almost always hardcoded to be 0x20 in IOS + // on pc its often around 0x20 too so... meh memory.Write_U32(0x20, request.io_vectors[0].address); break; + case 0x4006: // get routing table + for (InterfaceRouting route : interface.routing_table) + { + memory.Write_U32(ntohl(route.destination.s_addr), request.io_vectors[0].address + param5); + memory.Write_U32(ntohl(route.netmask.s_addr), request.io_vectors[0].address + param5 + 4); + memory.Write_U32(ntohl(route.gateway.s_addr), request.io_vectors[0].address + param5 + 8); + + // write flags. unknown what they do but when gateway was 0 bit 0 was always 0 + memory.Write_U32(route.gateway.s_addr == 0 ? 0 : 1, + request.io_vectors[0].address + param5 + 12); + + // some unknown + memory.Write_U64(0x00, request.io_vectors[0].address + param5 + 16); + param5 += 24; + if (param5 >= param4) + break; + } + + memory.Write_U32(param5, request.io_vectors[1].address); + break; + case 0x6003: // hardcoded value memory.Write_U32(0x80, request.io_vectors[0].address); break; diff --git a/Source/Core/Core/IOS/Network/KD/NetKDRequest.cpp b/Source/Core/Core/IOS/Network/KD/NetKDRequest.cpp index 14553199d6..ddc99fa4c5 100644 --- a/Source/Core/Core/IOS/Network/KD/NetKDRequest.cpp +++ b/Source/Core/Core/IOS/Network/KD/NetKDRequest.cpp @@ -923,7 +923,7 @@ IPCReply NetKDRequestDevice::HandleRequestRegisterUserId(const IOS::HLE::IOCtlRe return IPCReply{IPC_SUCCESS}; } - Common::SettingsHandler::Buffer data; + Common::SettingsBuffer data; if (!file->Read(data.data(), data.size())) { WriteReturnValue(memory, NWC24::WC24_ERR_FILE_READ, request.buffer_out); @@ -931,8 +931,8 @@ IPCReply NetKDRequestDevice::HandleRequestRegisterUserId(const IOS::HLE::IOCtlRe return IPCReply{IPC_SUCCESS}; } - const Common::SettingsHandler gen{data}; - const std::string serno = gen.GetValue("SERNO"); + const Common::SettingsReader settings_reader{data}; + const std::string serno = settings_reader.GetValue("SERNO"); const std::string form_data = fmt::format("mlid=w{}&hdid={}&rgncd={}", m_config.Id(), m_ios.GetIOSC().GetDeviceId(), serno); const Common::HttpRequest::Response response = m_http.Post(m_config.GetAccountURL(), form_data); @@ -1076,12 +1076,12 @@ std::optional NetKDRequestDevice::IOCtl(const IOCtlRequest& request) const auto fs = m_ios.GetFS(); if (const auto file = fs->OpenFile(PID_KD, PID_KD, settings_file_path, FS::Mode::Read)) { - Common::SettingsHandler::Buffer data; + Common::SettingsBuffer data; if (file->Read(data.data(), data.size())) { - const Common::SettingsHandler gen{data}; - area = gen.GetValue("AREA"); - model = gen.GetValue("MODEL"); + const Common::SettingsReader settings_reader{data}; + area = settings_reader.GetValue("AREA"); + model = settings_reader.GetValue("MODEL"); } } diff --git a/Source/Core/Core/IOS/Network/KD/VFF/VFFUtil.cpp b/Source/Core/Core/IOS/Network/KD/VFF/VFFUtil.cpp index 4cae4e5e83..738da81f74 100644 --- a/Source/Core/Core/IOS/Network/KD/VFF/VFFUtil.cpp +++ b/Source/Core/Core/IOS/Network/KD/VFF/VFFUtil.cpp @@ -27,7 +27,7 @@ static DRESULT read_vff_header(IOS::HLE::FS::FileHandle* vff, FATFS* fs) { - struct IOS::HLE::NWC24::VFFHeader header; + IOS::HLE::NWC24::VFFHeader header; if (!vff->Read(&header, 1)) { ERROR_LOG_FMT(IOS_WC24, "Failed to read VFF header."); diff --git a/Source/Core/Core/IOS/Network/Socket.cpp b/Source/Core/Core/IOS/Network/Socket.cpp index b5ab5ffc4e..98e662ff55 100644 --- a/Source/Core/Core/IOS/Network/Socket.cpp +++ b/Source/Core/Core/IOS/Network/Socket.cpp @@ -770,7 +770,7 @@ WiiSocket::ConnectingState WiiSocket::GetConnectingState() const fd_set read_fds; fd_set write_fds; fd_set except_fds; - struct timeval t = {0, 0}; + timeval t = {0, 0}; FD_ZERO(&read_fds); FD_ZERO(&write_fds); FD_ZERO(&except_fds); @@ -998,7 +998,7 @@ void WiiSockMan::Update() { s32 nfds = 0; fd_set read_fds, write_fds, except_fds; - struct timeval t = {0, 0}; + timeval t = {0, 0}; FD_ZERO(&read_fds); FD_ZERO(&write_fds); FD_ZERO(&except_fds); diff --git a/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp b/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp index 8e1b8b64b3..5c66d48cb2 100644 --- a/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp +++ b/Source/Core/Core/IOS/USB/Bluetooth/BTEmu.cpp @@ -51,8 +51,8 @@ BluetoothEmuDevice::BluetoothEmuDevice(EmulationKernel& ios, const std::string& const bdaddr_t tmp_bd = {0x11, 0x02, 0x19, 0x79, 0, i}; // Previous records can be safely overwritten, since they are backed up - std::copy(tmp_bd.begin(), tmp_bd.end(), std::rbegin(bt_dinf.active[i].bdaddr)); - std::copy(tmp_bd.begin(), tmp_bd.end(), std::rbegin(bt_dinf.registered[i].bdaddr)); + std::ranges::copy(tmp_bd, std::rbegin(bt_dinf.active[i].bdaddr)); + std::ranges::copy(tmp_bd, std::rbegin(bt_dinf.registered[i].bdaddr)); const auto& wm_name = (i == WIIMOTE_BALANCE_BOARD) ? "Nintendo RVL-WBC-01" : "Nintendo RVL-CNT-01"; @@ -413,7 +413,7 @@ void BluetoothEmuDevice::ACLPool::Store(const u8* data, const u16 size, const u1 m_queue.push_back(Packet()); auto& packet = m_queue.back(); - std::copy(data, data + size, packet.data); + std::copy_n(data, size, packet.data); packet.size = size; packet.conn_handle = conn_handle; } @@ -438,7 +438,7 @@ void BluetoothEmuDevice::ACLPool::WriteToEndpoint(const USB::V0BulkMessage& endp header->length = size; // Write the packet to the buffer - std::copy(data, data + size, (u8*)header + sizeof(hci_acldata_hdr_t)); + std::copy_n(data, size, (u8*)header + sizeof(hci_acldata_hdr_t)); m_queue.pop_front(); @@ -473,8 +473,7 @@ bool BluetoothEmuDevice::SendEventInquiryResponse() static_assert( sizeof(SHCIEventInquiryResult) - 2 + (num_responses * sizeof(hci_inquiry_response)) < 256); - const auto iter = std::find_if(m_wiimotes.begin(), m_wiimotes.end(), - std::mem_fn(&WiimoteDevice::IsInquiryScanEnabled)); + const auto iter = std::ranges::find_if(m_wiimotes, &WiimoteDevice::IsInquiryScanEnabled); if (iter == m_wiimotes.end()) { // No remotes are discoverable. @@ -890,7 +889,7 @@ bool BluetoothEmuDevice::SendEventLinkKeyNotification(const u8 num_to_send) AddEventToQueue(event); return true; -}; +} bool BluetoothEmuDevice::SendEventRequestLinkKey(const bdaddr_t& bd) { @@ -911,7 +910,7 @@ bool BluetoothEmuDevice::SendEventRequestLinkKey(const bdaddr_t& bd) AddEventToQueue(event); return true; -}; +} bool BluetoothEmuDevice::SendEventReadClockOffsetComplete(u16 connection_handle) { diff --git a/Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp b/Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp index 1a43a647c5..e3a6a660ed 100644 --- a/Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp +++ b/Source/Core/Core/IOS/USB/Bluetooth/BTReal.cpp @@ -103,7 +103,8 @@ std::optional BluetoothRealDevice::Open(const OpenRequest& request) const libusb_interface& interface = config_descriptor->interface[INTERFACE]; const libusb_interface_descriptor& descriptor = interface.altsetting[0]; - if (IsBluetoothDevice(descriptor) && IsWantedDevice(device_descriptor) && OpenDevice(device)) + if (IsBluetoothDevice(descriptor) && IsWantedDevice(device_descriptor) && + OpenDevice(device_descriptor, device)) { unsigned char manufacturer[50] = {}, product[50] = {}, serial_number[50] = {}; const int manufacturer_ret = libusb_get_string_descriptor_ascii( @@ -481,9 +482,9 @@ bool BluetoothRealDevice::SendHCIStoreLinkKeyCommand() auto iterator = packet.begin() + sizeof(hci_cmd_hdr_t) + sizeof(hci_write_stored_link_key_cp); for (const auto& entry : m_link_keys) { - std::copy(entry.first.begin(), entry.first.end(), iterator); + std::ranges::copy(entry.first, iterator); iterator += entry.first.size(); - std::copy(entry.second.begin(), entry.second.end(), iterator); + std::ranges::copy(entry.second, iterator); iterator += entry.second.size(); } @@ -597,7 +598,7 @@ void BluetoothRealDevice::LoadLinkKeys() } auto& mac = address.value(); - std::reverse(mac.begin(), mac.end()); + std::ranges::reverse(mac); const std::string& key_string = pair.substr(index + 1); linkkey_t key{}; @@ -620,7 +621,7 @@ void BluetoothRealDevice::SaveLinkKeys() { bdaddr_t address; // Reverse the address so that it is stored in the correct order in the config file - std::reverse_copy(entry.first.begin(), entry.first.end(), address.begin()); + std::ranges::reverse_copy(entry.first, address.begin()); oss << Common::MacAddressToString(address); oss << '='; oss << std::hex; @@ -637,14 +638,16 @@ void BluetoothRealDevice::SaveLinkKeys() Config::SetBase(Config::MAIN_BLUETOOTH_PASSTHROUGH_LINK_KEYS, config_string); } -bool BluetoothRealDevice::OpenDevice(libusb_device* device) +bool BluetoothRealDevice::OpenDevice(const libusb_device_descriptor& device_descriptor, + libusb_device* device) { m_device = libusb_ref_device(device); const int ret = libusb_open(m_device, &m_handle); if (ret != LIBUSB_SUCCESS) { - m_last_open_error = - Common::FmtFormatT("Failed to open Bluetooth device: {0}", LibusbUtils::ErrorWrap(ret)); + m_last_open_error = Common::FmtFormatT("Failed to open Bluetooth device {:04x}:{:04x}: {}", + device_descriptor.idVendor, device_descriptor.idProduct, + LibusbUtils::ErrorWrap(ret)); return false; } @@ -734,7 +737,7 @@ void BluetoothRealDevice::HandleBulkOrIntrTransfer(libusb_transfer* tr) hci_link_key_notification_ep notification; std::memcpy(¬ification, tr->buffer + sizeof(hci_event_hdr_t), sizeof(notification)); linkkey_t key; - std::copy(std::begin(notification.key), std::end(notification.key), std::begin(key)); + std::ranges::copy(notification.key, std::begin(key)); m_link_keys[notification.bdaddr] = key; } else if (event == HCI_EVENT_COMMAND_COMPL) diff --git a/Source/Core/Core/IOS/USB/Bluetooth/BTReal.h b/Source/Core/Core/IOS/USB/Bluetooth/BTReal.h index a1bd605f6f..16002a848b 100644 --- a/Source/Core/Core/IOS/USB/Bluetooth/BTReal.h +++ b/Source/Core/Core/IOS/USB/Bluetooth/BTReal.h @@ -23,6 +23,7 @@ class PointerWrap; struct libusb_device; struct libusb_device_handle; +struct libusb_device_descriptor; struct libusb_transfer; namespace IOS::HLE @@ -116,7 +117,7 @@ private: void LoadLinkKeys(); void SaveLinkKeys(); - bool OpenDevice(libusb_device* device); + bool OpenDevice(const libusb_device_descriptor& device_descriptor, libusb_device* device); }; } // namespace IOS::HLE diff --git a/Source/Core/Core/IOS/USB/Bluetooth/hci.h b/Source/Core/Core/IOS/USB/Bluetooth/hci.h index c11fef908a..c42a42aae7 100644 --- a/Source/Core/Core/IOS/USB/Bluetooth/hci.h +++ b/Source/Core/Core/IOS/USB/Bluetooth/hci.h @@ -2505,7 +2505,7 @@ struct hci_filter uint32_t mask[8]; /* 256 bits */ }; -static __inline void hci_filter_set(uint8_t bit, struct hci_filter* filter) +static __inline void hci_filter_set(uint8_t bit, hci_filter* filter) { uint8_t off = bit - 1; @@ -2513,7 +2513,7 @@ static __inline void hci_filter_set(uint8_t bit, struct hci_filter* filter) filter->mask[off] |= (1 << ((bit - 1) & 0x1f)); } -static __inline void hci_filter_clr(uint8_t bit, struct hci_filter* filter) +static __inline void hci_filter_clr(uint8_t bit, hci_filter* filter) { uint8_t off = bit - 1; @@ -2581,7 +2581,7 @@ struct btreq uint16_t btri_link_policy; /* Link Policy */ uint16_t btri_packet_type; /* Packet Type */ } btri; - struct bt_stats btrs; /* unit stats */ + bt_stats btrs; /* unit stats */ } btru; }; diff --git a/Source/Core/Core/IOS/USB/Emulated/Skylanders/Skylander.cpp b/Source/Core/Core/IOS/USB/Emulated/Skylanders/Skylander.cpp index 2997f90ab0..a43efb442d 100644 --- a/Source/Core/Core/IOS/USB/Emulated/Skylanders/Skylander.cpp +++ b/Source/Core/Core/IOS/USB/Emulated/Skylanders/Skylander.cpp @@ -143,7 +143,7 @@ const std::map, SkyData> list_skylanders = {{100, 0x1000}, {"Jet-Vac", Game::Giants, Element::Air, Type::Skylander}}, {{100, 0x1206}, {"Jet-Vac (LightCore)", Game::Giants, Element::Air, Type::Skylander}}, {{100, 0x1403}, {"Jet-Vac (Legendary)", Game::Giants, Element::Air, Type::Skylander}}, - {{100, 0x2805}, {"Jet Vac (Turbo)", Game::SwapForce, Element::Air, Type::Skylander}}, + {{100, 0x2805}, {"Jet-Vac (Turbo)", Game::SwapForce, Element::Air, Type::Skylander}}, {{100, 0x3805}, {"Jet-Vac (Full Blast)", Game::TrapTeam, Element::Air, Type::Skylander}}, {{101, 0x1206}, {"Swarm", Game::Giants, Element::Air, Type::Giant}}, {{102, 0x1206}, {"Crusher", Game::Giants, Element::Earth, Type::Giant}}, @@ -152,7 +152,7 @@ const std::map, SkyData> list_skylanders = {{103, 0x1402}, {"Flashwing (Jade)", Game::Giants, Element::Earth, Type::Skylander}}, {{103, 0x2206}, {"Flashwing (LightCore)", Game::SwapForce, Element::Earth, Type::Skylander}}, {{104, 0x1206}, {"Hot Head", Game::Giants, Element::Fire, Type::Giant}}, - {{104, 0x1213}, {"Hot Head (Sparkle)", Game::Giants, Element::Fire, Type::Skylander}}, + {{104, 0x1213}, {"Hot Head (Sparkle)", Game::Giants, Element::Fire, Type::Giant}}, {{105, 0x1000}, {"Hot Dog", Game::Giants, Element::Fire, Type::Skylander}}, {{105, 0x1015}, {"Hot Dog (Bronze)", Game::Giants, Element::Fire, Type::Skylander}}, {{105, 0x1402}, {"Hot Dog (Molten)", Game::Giants, Element::Fire, Type::Skylander}}, @@ -296,7 +296,7 @@ const std::map, SkyData> list_skylanders = {{453, 0x3403}, {"Blades (Legendary)", Game::TrapTeam, Element::Air, Type::Skylander}}, {{454, 0x3000}, {"Wallop", Game::TrapTeam, Element::Earth, Type::TrapMaster}}, {{455, 0x3000}, {"Head Rush", Game::TrapTeam, Element::Earth, Type::TrapMaster}}, - {{455, 0x3402}, {"Head Rush (Nitro)", Game::TrapTeam, Element::Earth, Type::Skylander}}, + {{455, 0x3402}, {"Head Rush (Nitro)", Game::TrapTeam, Element::Earth, Type::TrapMaster}}, {{456, 0x3000}, {"Fist Bump", Game::TrapTeam, Element::Earth, Type::Skylander}}, {{457, 0x3000}, {"Rocky Roll", Game::TrapTeam, Element::Earth, Type::Skylander}}, {{458, 0x3000}, {"Wildfire", Game::TrapTeam, Element::Fire, Type::TrapMaster}}, @@ -499,6 +499,7 @@ const std::map, SkyData> list_skylanders = {{3224, 0x4000}, {"Hot Streak", Game::Superchargers, Element::Fire, Type::Vehicle}}, {{3224, 0x4004}, {"Hot Streak (Event Exclusive)", Game::Superchargers, Element::Fire, Type::Vehicle}}, + {{3224, 0x411F}, {"Hot Streak (Mobile)", Game::Superchargers, Element::Fire, Type::Vehicle}}, {{3224, 0x4402}, {"Hot Streak (Dark)", Game::Superchargers, Element::Fire, Type::Vehicle}}, {{3224, 0x441E}, {"Hot Streak (Golden)", Game::Superchargers, Element::Fire, Type::Vehicle}}, {{3224, 0x450F}, {"Hot Streak (Instant)", Game::Superchargers, Element::Fire, Type::Vehicle}}, @@ -928,7 +929,7 @@ int SkylanderUSB::SubmitTransfer(std::unique_ptr cmd) // The 4 bytes {55, 00, 00, 55} are the status of characters on the portal. The 4 bytes are // treated as a 32-bit binary array. Each unique Skylander placed on a board is represented // by 2 bits starting with the first Skylander in the least significant bit. This bit is - // present whenever the Skylandar is added or present on the portal. When the Skylander is + // present whenever the Skylander is added or present on the portal. When the Skylander is // added to the board, both bits are set in the next status message as a one-time signal. // When a Skylander is removed from the board, only the most significant bit of the 2 bits // is set. diff --git a/Source/Core/Core/IOS/USB/USBV4.cpp b/Source/Core/Core/IOS/USB/USBV4.cpp index 6c8f58ec2b..f2bb54064c 100644 --- a/Source/Core/Core/IOS/USB/USBV4.cpp +++ b/Source/Core/Core/IOS/USB/USBV4.cpp @@ -87,7 +87,7 @@ void V4GetUSStringMessage::OnTransferComplete(s32 return_value) const auto& memory = system.GetMemory(); std::string message = memory.GetString(data_address); - std::replace_if(message.begin(), message.end(), std::not_fn(Common::IsPrintableCharacter), '?'); + std::ranges::replace_if(message, std::not_fn(Common::IsPrintableCharacter), '?'); memory.CopyToEmu(data_address, message.c_str(), message.size()); TransferCommand::OnTransferComplete(return_value); } diff --git a/Source/Core/Core/IOS/USB/USBV5.cpp b/Source/Core/Core/IOS/USB/USBV5.cpp index ee07fe7da6..e43e59dfaf 100644 --- a/Source/Core/Core/IOS/USB/USBV5.cpp +++ b/Source/Core/Core/IOS/USB/USBV5.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include "Common/Assert.h" #include "Common/ChunkFile.h" @@ -215,8 +216,8 @@ void USBV5ResourceManager::OnDeviceChange(const ChangeEvent event, if (interface.bAlternateSetting != 0) continue; - auto it = std::find_if(m_usbv5_devices.rbegin(), m_usbv5_devices.rend(), - [](const USBV5Device& entry) { return !entry.in_use; }); + auto it = std::ranges::find_if(m_usbv5_devices | std::views::reverse, + [](const USBV5Device& entry) { return !entry.in_use; }); if (it == m_usbv5_devices.rend()) return; diff --git a/Source/Core/Core/IOS/USB/USB_HID/HIDv4.cpp b/Source/Core/Core/IOS/USB/USB_HID/HIDv4.cpp index b60339a8f1..0b464b13d6 100644 --- a/Source/Core/Core/IOS/USB/USB_HID/HIDv4.cpp +++ b/Source/Core/Core/IOS/USB/USB_HID/HIDv4.cpp @@ -96,10 +96,11 @@ std::optional USB_HIDv4::GetDeviceChange(const IOCtlRequest& request) m_devicechange_hook_request = std::make_unique(GetSystem(), request.address); // If there are pending changes, the reply is sent immediately (instead of on device // insertion/removal). - if (m_has_pending_changes) + if (m_has_pending_changes || m_is_shut_down) { TriggerDeviceChangeReply(); m_has_pending_changes = false; + m_is_shut_down = false; } return std::nullopt; } @@ -114,6 +115,7 @@ IPCReply USB_HIDv4::Shutdown(const IOCtlRequest& request) memory.Write_U32(0xffffffff, m_devicechange_hook_request->buffer_out); GetEmulationKernel().EnqueueIPCReply(*m_devicechange_hook_request, -1); m_devicechange_hook_request.reset(); + m_is_shut_down = true; } return IPCReply(IPC_SUCCESS); } diff --git a/Source/Core/Core/IOS/USB/USB_HID/HIDv4.h b/Source/Core/Core/IOS/USB/USB_HID/HIDv4.h index 44c8213ae0..33fc31f461 100644 --- a/Source/Core/Core/IOS/USB/USB_HID/HIDv4.h +++ b/Source/Core/Core/IOS/USB/USB_HID/HIDv4.h @@ -45,6 +45,7 @@ private: static constexpr u8 HID_CLASS = 0x03; bool m_has_pending_changes = true; + bool m_is_shut_down = false; std::mutex m_devicechange_hook_address_mutex; std::unique_ptr m_devicechange_hook_request; diff --git a/Source/Core/Core/IOS/USB/USB_HID/HIDv5.cpp b/Source/Core/Core/IOS/USB/USB_HID/HIDv5.cpp index 1fa3b58686..f126ff19a5 100644 --- a/Source/Core/Core/IOS/USB/USB_HID/HIDv5.cpp +++ b/Source/Core/Core/IOS/USB/USB_HID/HIDv5.cpp @@ -169,11 +169,10 @@ IPCReply USB_HIDv5::GetDeviceInfo(USBV5Device& device, const IOCtlRequest& reque memory.CopyToEmu(request.buffer_out + 56, &config_descriptor, sizeof(config_descriptor)); std::vector interfaces = host_device->GetInterfaces(0); - auto it = std::find_if(interfaces.begin(), interfaces.end(), - [&](const USB::InterfaceDescriptor& interface) { - return interface.bInterfaceNumber == device.interface_number && - interface.bAlternateSetting == alt_setting; - }); + auto it = std::ranges::find_if(interfaces, [&](const USB::InterfaceDescriptor& interface) { + return interface.bInterfaceNumber == device.interface_number && + interface.bAlternateSetting == alt_setting; + }); if (it == interfaces.end()) return IPCReply(IPC_EINVAL); it->Swap(); diff --git a/Source/Core/Core/IOS/USB/USB_VEN/VEN.cpp b/Source/Core/Core/IOS/USB/USB_VEN/VEN.cpp index eec7df9392..a0dd4393d8 100644 --- a/Source/Core/Core/IOS/USB/USB_VEN/VEN.cpp +++ b/Source/Core/Core/IOS/USB/USB_VEN/VEN.cpp @@ -152,11 +152,10 @@ IPCReply USB_VEN::GetDeviceInfo(USBV5Device& device, const IOCtlRequest& request memory.CopyToEmu(request.buffer_out + 40, &config_descriptor, sizeof(config_descriptor)); std::vector interfaces = host_device->GetInterfaces(0); - auto it = std::find_if(interfaces.begin(), interfaces.end(), - [&](const USB::InterfaceDescriptor& interface) { - return interface.bInterfaceNumber == device.interface_number && - interface.bAlternateSetting == alt_setting; - }); + auto it = std::ranges::find_if(interfaces, [&](const USB::InterfaceDescriptor& interface) { + return interface.bInterfaceNumber == device.interface_number && + interface.bAlternateSetting == alt_setting; + }); if (it == interfaces.end()) return IPCReply(IPC_EINVAL); it->Swap(); diff --git a/Source/Core/Core/IOS/WFS/WFSSRV.cpp b/Source/Core/Core/IOS/WFS/WFSSRV.cpp index 3bc36f5fcd..b6a00fd2eb 100644 --- a/Source/Core/Core/IOS/WFS/WFSSRV.cpp +++ b/Source/Core/Core/IOS/WFS/WFSSRV.cpp @@ -7,6 +7,9 @@ #include #include +#include +#include + #include "Common/CommonTypes.h" #include "Common/FileUtil.h" #include "Common/IOFile.h" @@ -423,7 +426,7 @@ std::string WFSSRVDevice::NormalizePath(const std::string& path) const normalized_components.push_back(component); } } - return "/" + JoinStrings(normalized_components, "/"); + return fmt::format("/{}", fmt::join(normalized_components, "/")); } WFSSRVDevice::FileDescriptor* WFSSRVDevice::FindFileDescriptor(u16 fd) diff --git a/Source/Core/Core/Movie.cpp b/Source/Core/Core/Movie.cpp index 325381f0e9..89e6d45d31 100644 --- a/Source/Core/Core/Movie.cpp +++ b/Source/Core/Core/Movie.cpp @@ -1100,7 +1100,7 @@ void MovieManager::LoadInput(const std::string& movie_path) "read-only mode off. Otherwise you'll probably get a desync.", byte_offset, byte_offset); - std::copy(movInput.begin(), movInput.end(), m_temp_input.begin()); + std::ranges::copy(movInput, m_temp_input.begin()); } else { diff --git a/Source/Core/Core/NetPlayClient.cpp b/Source/Core/Core/NetPlayClient.cpp index ecde7441ac..82c594dff6 100644 --- a/Source/Core/Core/NetPlayClient.cpp +++ b/Source/Core/Core/NetPlayClient.cpp @@ -17,6 +17,7 @@ #include #include +#include #include "Common/Assert.h" #include "Common/CommonPaths.h" @@ -847,6 +848,7 @@ void NetPlayClient::OnStartGame(sf::Packet& packet) packet >> m_net_settings.cpu_thread; packet >> m_net_settings.cpu_core; packet >> m_net_settings.enable_cheats; + packet >> m_net_settings.enable_hardcore; packet >> m_net_settings.selected_language; packet >> m_net_settings.override_region_settings; packet >> m_net_settings.dsp_enable_jit; diff --git a/Source/Core/Core/NetPlayProto.h b/Source/Core/Core/NetPlayProto.h index a20aee39ce..86f54d458d 100644 --- a/Source/Core/Core/NetPlayProto.h +++ b/Source/Core/Core/NetPlayProto.h @@ -35,6 +35,7 @@ struct NetSettings bool cpu_thread = false; PowerPC::CPUCore cpu_core{}; bool enable_cheats = false; + bool enable_hardcore = false; int selected_language = 0; bool override_region_settings = false; bool dsp_hle = false; diff --git a/Source/Core/Core/NetPlayServer.cpp b/Source/Core/Core/NetPlayServer.cpp index 617608741c..d4a55cf83e 100644 --- a/Source/Core/Core/NetPlayServer.cpp +++ b/Source/Core/Core/NetPlayServer.cpp @@ -18,6 +18,7 @@ #include #include +#include #include "Common/CommonPaths.h" #include "Common/ENet.h" @@ -30,6 +31,7 @@ #include "Common/UPnP.h" #include "Common/Version.h" +#include "Core/AchievementManager.h" #include "Core/ActionReplay.h" #include "Core/Boot/Boot.h" #include "Core/Config/GraphicsSettings.h" @@ -1357,6 +1359,7 @@ bool NetPlayServer::SetupNetSettings() settings.cpu_thread = Config::Get(Config::MAIN_CPU_THREAD); settings.cpu_core = Config::Get(Config::MAIN_CPU_CORE); settings.enable_cheats = Config::AreCheatsEnabled(); + settings.enable_hardcore = AchievementManager::GetInstance().IsHardcoreModeActive(); settings.selected_language = Config::Get(Config::MAIN_GC_LANGUAGE); settings.override_region_settings = Config::Get(Config::MAIN_OVERRIDE_REGION_SETTINGS); settings.dsp_hle = Config::Get(Config::MAIN_DSP_HLE); @@ -1585,6 +1588,7 @@ bool NetPlayServer::StartGame() spac << m_settings.cpu_thread; spac << m_settings.cpu_core; spac << m_settings.enable_cheats; + spac << m_settings.enable_hardcore; spac << m_settings.selected_language; spac << m_settings.override_region_settings; spac << m_settings.dsp_enable_jit; diff --git a/Source/Core/Core/PatchEngine.cpp b/Source/Core/Core/PatchEngine.cpp index 0728637e47..9880977710 100644 --- a/Source/Core/Core/PatchEngine.cpp +++ b/Source/Core/Core/PatchEngine.cpp @@ -77,7 +77,7 @@ std::optional DeserializeLine(std::string line) entry.conditional = true; } - const auto iter = std::find(s_patch_type_strings.begin(), s_patch_type_strings.end(), items[1]); + const auto iter = std::ranges::find(s_patch_type_strings, items[1]); if (iter == s_patch_type_strings.end()) return std::nullopt; entry.type = static_cast(std::distance(s_patch_type_strings.begin(), iter)); @@ -295,6 +295,13 @@ void RemoveMemoryPatch(std::size_t index) std::erase(s_on_frame_memory, index); } +static void ApplyStartupPatches(Core::System& system) +{ + ASSERT(Core::IsCPUThread()); + Core::CPUThreadGuard guard(system); + ApplyPatches(guard, s_on_frame); +} + bool ApplyFramePatches(Core::System& system) { const auto& ppc_state = system.GetPPCState(); @@ -332,10 +339,11 @@ void Shutdown() Gecko::Shutdown(); } -void Reload() +void Reload(Core::System& system) { Shutdown(); LoadPatches(); + ApplyStartupPatches(system); } } // namespace PatchEngine diff --git a/Source/Core/Core/PatchEngine.h b/Source/Core/Core/PatchEngine.h index 69ec0c9bb7..32e4ec93db 100644 --- a/Source/Core/Core/PatchEngine.h +++ b/Source/Core/Core/PatchEngine.h @@ -61,7 +61,7 @@ void RemoveMemoryPatch(std::size_t index); bool ApplyFramePatches(Core::System& system); void Shutdown(); -void Reload(); +void Reload(Core::System& system); inline int GetPatchTypeCharLength(PatchType type) { diff --git a/Source/Core/Core/PowerPC/BreakPoints.cpp b/Source/Core/Core/PowerPC/BreakPoints.cpp index 565dc961e5..1fef4e4e25 100644 --- a/Source/Core/Core/PowerPC/BreakPoints.cpp +++ b/Source/Core/Core/PowerPC/BreakPoints.cpp @@ -352,10 +352,9 @@ void MemChecks::Clear() TMemCheck* MemChecks::GetMemCheck(u32 address, size_t size) { - const auto iter = - std::find_if(m_mem_checks.begin(), m_mem_checks.end(), [address, size](const auto& mc) { - return mc.end_address >= address && address + size - 1 >= mc.start_address; - }); + const auto iter = std::ranges::find_if(m_mem_checks, [address, size](const auto& mc) { + return mc.end_address >= address && address + size - 1 >= mc.start_address; + }); // None found if (iter == m_mem_checks.cend()) diff --git a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp index 594f560f10..b281ac0300 100644 --- a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp +++ b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp @@ -3,13 +3,22 @@ #include "Core/PowerPC/CachedInterpreter/CachedInterpreter.h" +#include +#include +#include + +#include +#include + #include "Common/CommonTypes.h" +#include "Common/GekkoDisassembler.h" #include "Common/Logging/Log.h" #include "Core/ConfigManager.h" #include "Core/Core.h" #include "Core/CoreTiming.h" #include "Core/HLE/HLE.h" #include "Core/HW/CPU.h" +#include "Core/Host.h" #include "Core/PowerPC/Gekko.h" #include "Core/PowerPC/Interpreter/Interpreter.h" #include "Core/PowerPC/Jit64Common/Jit64Constants.h" @@ -289,14 +298,15 @@ void CachedInterpreter::Jit(u32 em_address, bool clear_cache_and_retry_on_failur b->near_end = GetWritableCodePtr(); b->far_begin = b->far_end = nullptr; - b->codeSize = static_cast(b->near_end - b->normalEntry); - b->originalSize = code_block.m_num_instructions; - // Mark the memory region that this code block uses in the RangeSizeSet. if (b->near_begin != b->near_end) m_free_ranges.erase(b->near_begin, b->near_end); - m_block_cache.FinalizeBlock(*b, jo.enableBlocklink, code_block.m_physical_addresses); + m_block_cache.FinalizeBlock(*b, jo.enableBlocklink, code_block, m_code_buffer); + +#ifdef JIT_LOG_GENERATED_CODE + LogGeneratedCode(); +#endif return; } @@ -370,15 +380,16 @@ bool CachedInterpreter::DoJit(u32 em_address, JitBlock* b, u32 nextPC) {interpreter, Interpreter::GetInterpreterOp(op.inst), js.compilerPC, op.inst}, power_pc, js.downcountAmount}; - Write(op.canEndBlock ? InterpretAndCheckExceptions : - InterpretAndCheckExceptions, + Write(op.canEndBlock ? CallbackCast(InterpretAndCheckExceptions) : + CallbackCast(InterpretAndCheckExceptions), operands); } else { const InterpretOperands operands = {interpreter, Interpreter::GetInterpreterOp(op.inst), js.compilerPC, op.inst}; - Write(op.canEndBlock ? Interpret : Interpret, operands); + Write(op.canEndBlock ? CallbackCast(Interpret) : CallbackCast(Interpret), + operands); } if (op.branchIsIdleLoop) @@ -401,6 +412,29 @@ bool CachedInterpreter::DoJit(u32 em_address, JitBlock* b, u32 nextPC) return true; } +void CachedInterpreter::EraseSingleBlock(const JitBlock& block) +{ + m_block_cache.EraseSingleBlock(block); + FreeRanges(); +} + +std::vector CachedInterpreter::GetMemoryStats() const +{ + return {{"free", m_free_ranges.get_stats()}}; +} + +std::size_t CachedInterpreter::DisassembleNearCode(const JitBlock& block, + std::ostream& stream) const +{ + return Disassemble(block, stream); +} + +std::size_t CachedInterpreter::DisassembleFarCode(const JitBlock& block, std::ostream& stream) const +{ + stream << "N/A\n"; + return 0; +} + void CachedInterpreter::ClearCache() { m_block_cache.Clear(); @@ -408,4 +442,24 @@ void CachedInterpreter::ClearCache() ClearCodeSpace(); ResetFreeMemoryRanges(); RefreshConfig(); + Host_JitCacheInvalidation(); +} + +void CachedInterpreter::LogGeneratedCode() const +{ + std::ostringstream stream; + + stream << "\nPPC Code Buffer:\n"; + for (const PPCAnalyst::CodeOp& op : + std::span{m_code_buffer.data(), code_block.m_num_instructions}) + { + fmt::print(stream, "0x{:08x}\t\t{}\n", op.address, + Common::GekkoDisassembler::Disassemble(op.inst.hex, op.address)); + } + + stream << "\nHost Code:\n"; + Disassemble(*js.curBlock, stream); + + // TODO C++20: std::ostringstream::view() + DEBUG_LOG_FMT(DYNA_REC, "{}", std::move(stream).str()); } diff --git a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.h b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.h index 92da1cd473..a29cf53758 100644 --- a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.h +++ b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.h @@ -46,6 +46,14 @@ public: void Jit(u32 address, bool clear_cache_and_retry_on_failure); bool DoJit(u32 address, JitBlock* b, u32 nextPC); + void EraseSingleBlock(const JitBlock& block) override; + std::vector GetMemoryStats() const override; + + static std::size_t Disassemble(const JitBlock& block, std::ostream& stream); + + std::size_t DisassembleNearCode(const JitBlock& block, std::ostream& stream) const override; + std::size_t DisassembleFarCode(const JitBlock& block, std::ostream& stream) const override; + JitBaseBlockCache* GetBlockCache() override { return &m_block_cache; } const char* GetName() const override { return "Cached Interpreter"; } const CommonAsmRoutinesBase* GetAsmRoutines() override { return nullptr; } @@ -63,6 +71,8 @@ private: void FreeRanges(); void ResetFreeMemoryRanges(); + void LogGeneratedCode() const; + struct StartProfiledBlockOperands; template struct EndBlockOperands; @@ -74,20 +84,33 @@ private: struct CheckIdleOperands; static s32 StartProfiledBlock(PowerPC::PowerPCState& ppc_state, - const StartProfiledBlockOperands& profile_data); + const StartProfiledBlockOperands& operands); + static s32 StartProfiledBlock(std::ostream& stream, const StartProfiledBlockOperands& operands); template static s32 EndBlock(PowerPC::PowerPCState& ppc_state, const EndBlockOperands& operands); + template + static s32 EndBlock(std::ostream& stream, const EndBlockOperands& operands); template static s32 Interpret(PowerPC::PowerPCState& ppc_state, const InterpretOperands& operands); template + static s32 Interpret(std::ostream& stream, const InterpretOperands& operands); + template static s32 InterpretAndCheckExceptions(PowerPC::PowerPCState& ppc_state, const InterpretAndCheckExceptionsOperands& operands); + template + static s32 InterpretAndCheckExceptions(std::ostream& stream, + const InterpretAndCheckExceptionsOperands& operands); static s32 HLEFunction(PowerPC::PowerPCState& ppc_state, const HLEFunctionOperands& operands); + static s32 HLEFunction(std::ostream& stream, const HLEFunctionOperands& operands); static s32 WriteBrokenBlockNPC(PowerPC::PowerPCState& ppc_state, const WriteBrokenBlockNPCOperands& operands); + static s32 WriteBrokenBlockNPC(std::ostream& stream, const WriteBrokenBlockNPCOperands& operands); static s32 CheckFPU(PowerPC::PowerPCState& ppc_state, const CheckHaltOperands& operands); + static s32 CheckFPU(std::ostream& stream, const CheckHaltOperands& operands); static s32 CheckBreakpoint(PowerPC::PowerPCState& ppc_state, const CheckHaltOperands& operands); + static s32 CheckBreakpoint(std::ostream& stream, const CheckHaltOperands& operands); static s32 CheckIdle(PowerPC::PowerPCState& ppc_state, const CheckIdleOperands& operands); + static s32 CheckIdle(std::ostream& stream, const CheckIdleOperands& operands); HyoutaUtilities::RangeSizeSet m_free_ranges; CachedInterpreterBlockCache m_block_cache; diff --git a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterBlockCache.h b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterBlockCache.h index 2e06bafb41..5b34a9cfc9 100644 --- a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterBlockCache.h +++ b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterBlockCache.h @@ -25,7 +25,7 @@ public: const std::vector>& GetRangesToFree() const { return m_ranges_to_free_on_next_codegen; - }; + } private: void WriteLinkBlock(const JitBlock::LinkData& source, const JitBlock* dest) override; diff --git a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.cpp b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.cpp index 8422ef9edb..ffd1042594 100644 --- a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.cpp +++ b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.cpp @@ -19,6 +19,8 @@ void CachedInterpreterEmitter::Write(AnyCallback callback, const void* operands, } std::memcpy(m_code, &callback, sizeof(callback)); m_code += sizeof(callback); + if (size == 0) + return; std::memcpy(m_code, operands, size); m_code += size; } diff --git a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.h b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.h index 7c2ee24632..7b1554ffc1 100644 --- a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.h +++ b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.h @@ -4,6 +4,7 @@ #pragma once #include +#include #include #include "Common/CodeBlock.h" @@ -24,6 +25,11 @@ protected: using Callback = s32 (*)(PowerPC::PowerPCState& ppc_state, const Operands& operands); using AnyCallback = s32 (*)(PowerPC::PowerPCState& ppc_state, const void* operands); + template + static consteval Callback CallbackCast(Callback callback) + { + return callback; + } template static AnyCallback AnyCallbackCast(Callback callback) { @@ -31,6 +37,21 @@ protected: } static consteval AnyCallback AnyCallbackCast(AnyCallback callback) { return callback; } + // Disassemble callbacks will always return the distance to the next callback. + template + using Disassemble = s32 (*)(std::ostream& stream, const Operands& operands); + using AnyDisassemble = s32 (*)(std::ostream& stream, const void* operands); + + template + static AnyDisassemble AnyDisassembleCast(Disassemble disassemble) + { + return reinterpret_cast(disassemble); + } + static consteval AnyDisassemble AnyDisassembleCast(AnyDisassemble disassemble) + { + return disassemble; + } + public: CachedInterpreterEmitter() = default; explicit CachedInterpreterEmitter(u8* begin, u8* end) : m_code(begin), m_code_end(end) {} @@ -49,8 +70,8 @@ public: const u8* GetCodePtr() const { return m_code; } u8* GetWritableCodePtr() { return m_code; } - const u8* GetCodeEnd() const { return m_code_end; }; - u8* GetWritableCodeEnd() { return m_code_end; }; + const u8* GetCodeEnd() const { return m_code_end; } + u8* GetWritableCodeEnd() { return m_code_end; } // Should be checked after a block of code has been generated to see if the code has been // successfully written to memory. Do not call the generated code when this returns true! bool HasWriteFailed() const { return m_write_failed; } @@ -60,9 +81,10 @@ public: m_code = begin; m_code_end = end; m_write_failed = false; - }; + } static s32 PoisonCallback(PowerPC::PowerPCState& ppc_state, const void* operands); + static s32 PoisonCallback(std::ostream& stream, const void* operands); private: void Write(AnyCallback callback, const void* operands, std::size_t size); diff --git a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter_Disassembler.cpp b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter_Disassembler.cpp new file mode 100644 index 0000000000..725d124958 --- /dev/null +++ b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter_Disassembler.cpp @@ -0,0 +1,143 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "Core/PowerPC/CachedInterpreter/CachedInterpreter.h" + +#include +#include +#include +#include + +#include +#include + +#include "Core/HLE/HLE.h" + +s32 CachedInterpreterEmitter::PoisonCallback(std::ostream& stream, const void* operands) +{ + stream << "PoisonCallback()\n"; + return sizeof(AnyCallback); +} + +s32 CachedInterpreter::StartProfiledBlock(std::ostream& stream, + const StartProfiledBlockOperands& operands) +{ + stream << "StartProfiledBlock()\n"; + return sizeof(AnyCallback) + sizeof(operands); +} + +template +s32 CachedInterpreter::EndBlock(std::ostream& stream, const EndBlockOperands& operands) +{ + fmt::println(stream, "EndBlock(downcount={}, num_load_stores={}, num_fp_inst={})", + profiled, operands.downcount, operands.num_load_stores, operands.num_fp_inst); + return sizeof(AnyCallback) + sizeof(operands); +} + +template +s32 CachedInterpreter::Interpret(std::ostream& stream, const InterpretOperands& operands) +{ + fmt::println(stream, "Interpret(current_pc=0x{:08x}, inst=0x{:08x})", write_pc, + operands.current_pc, operands.inst.hex); + return sizeof(AnyCallback) + sizeof(operands); +} + +template +s32 CachedInterpreter::InterpretAndCheckExceptions( + std::ostream& stream, const InterpretAndCheckExceptionsOperands& operands) +{ + fmt::println(stream, + "InterpretAndCheckExceptions(current_pc=0x{:08x}, inst=0x{:08x}, " + "downcount={})", + write_pc, operands.current_pc, operands.inst.hex, operands.downcount); + return sizeof(AnyCallback) + sizeof(operands); +} + +s32 CachedInterpreter::HLEFunction(std::ostream& stream, const HLEFunctionOperands& operands) +{ + const auto& [system, current_pc, hook_index] = operands; + fmt::println(stream, "HLEFunction(current_pc=0x{:08x}, hook_index={}) [\"{}\"]", current_pc, + hook_index, HLE::GetHookNameByIndex(hook_index)); + return sizeof(AnyCallback) + sizeof(operands); +} + +s32 CachedInterpreter::WriteBrokenBlockNPC(std::ostream& stream, + const WriteBrokenBlockNPCOperands& operands) +{ + const auto& [current_pc] = operands; + fmt::println(stream, "WriteBrokenBlockNPC(current_pc=0x{:08x})", current_pc); + return sizeof(AnyCallback) + sizeof(operands); +} + +s32 CachedInterpreter::CheckFPU(std::ostream& stream, const CheckHaltOperands& operands) +{ + const auto& [power_pc, current_pc, downcount] = operands; + fmt::println(stream, "CheckFPU(current_pc=0x{:08x}, downcount={})", current_pc, downcount); + return sizeof(AnyCallback) + sizeof(operands); +} + +s32 CachedInterpreter::CheckBreakpoint(std::ostream& stream, const CheckHaltOperands& operands) +{ + const auto& [power_pc, current_pc, downcount] = operands; + fmt::println(stream, "CheckBreakpoint(current_pc=0x{:08x}, downcount={})", current_pc, downcount); + return sizeof(AnyCallback) + sizeof(operands); +} + +s32 CachedInterpreter::CheckIdle(std::ostream& stream, const CheckIdleOperands& operands) +{ + const auto& [core_timing, idle_pc] = operands; + fmt::println(stream, "CheckIdle(idle_pc=0x{:08x})", idle_pc); + return sizeof(AnyCallback) + sizeof(operands); +} + +static std::once_flag s_sorted_lookup_flag; + +std::size_t CachedInterpreter::Disassemble(const JitBlock& block, std::ostream& stream) +{ + using LookupKV = std::pair; + + // clang-format off +#define LOOKUP_KV(...) {AnyCallbackCast(__VA_ARGS__), AnyDisassembleCast(__VA_ARGS__)} + // clang-format on + + // Function addresses aren't known at compile-time, so this array is sorted at run-time. + static auto sorted_lookup = std::to_array({ + LOOKUP_KV(CachedInterpreter::PoisonCallback), + LOOKUP_KV(CachedInterpreter::StartProfiledBlock), + LOOKUP_KV(CachedInterpreter::EndBlock), + LOOKUP_KV(CachedInterpreter::EndBlock), + LOOKUP_KV(CachedInterpreter::Interpret), + LOOKUP_KV(CachedInterpreter::Interpret), + LOOKUP_KV(CachedInterpreter::InterpretAndCheckExceptions), + LOOKUP_KV(CachedInterpreter::InterpretAndCheckExceptions), + LOOKUP_KV(CachedInterpreter::HLEFunction), + LOOKUP_KV(CachedInterpreter::WriteBrokenBlockNPC), + LOOKUP_KV(CachedInterpreter::CheckFPU), + LOOKUP_KV(CachedInterpreter::CheckBreakpoint), + LOOKUP_KV(CachedInterpreter::CheckIdle), + }); + +#undef LOOKUP_KV + + std::call_once(s_sorted_lookup_flag, []() { + const auto end = std::ranges::sort(sorted_lookup, {}, &LookupKV::first); + ASSERT_MSG(DYNA_REC, std::ranges::adjacent_find(sorted_lookup, {}, &LookupKV::first) == end, + "Sorted lookup should not contain duplicate keys."); + }); + + std::size_t instruction_count = 0; + for (const u8* normal_entry = block.normalEntry; normal_entry != block.near_end; + ++instruction_count) + { + const auto callback = *reinterpret_cast(normal_entry); + const auto kv = std::ranges::lower_bound(sorted_lookup, callback, {}, &LookupKV::first); + if (kv != sorted_lookup.end() && kv->first == callback) + { + normal_entry += kv->second(stream, normal_entry + sizeof(AnyCallback)); + continue; + } + stream << "UNKNOWN OR ILLEGAL CALLBACK\n"; + break; + } + return instruction_count; +} diff --git a/Source/Core/Core/PowerPC/GDBStub.cpp b/Source/Core/Core/PowerPC/GDBStub.cpp index c293977aeb..349f35254c 100644 --- a/Source/Core/Core/PowerPC/GDBStub.cpp +++ b/Source/Core/Core/PowerPC/GDBStub.cpp @@ -178,6 +178,7 @@ static void RemoveBreakpoint(BreakpointType type, u32 addr, u32 len) INFO_LOG_FMT(GDB_STUB, "gdb: removed a memcheck: {:08x} bytes at {:08x}", len, addr); } } + Host_PPCBreakpointsChanged(); } static void Nack() @@ -258,7 +259,7 @@ static void ReadCommand() static bool IsDataAvailable() { - struct timeval t; + timeval t; fd_set _fds, *fds = &_fds; FD_ZERO(fds); @@ -896,6 +897,7 @@ static bool AddBreakpoint(BreakpointType type, u32 addr, u32 len) INFO_LOG_FMT(GDB_STUB, "gdb: added {} memcheck: {:08x} bytes at {:08x}", static_cast(type), len, addr); } + Host_PPCBreakpointsChanged(); return true; } diff --git a/Source/Core/Core/PowerPC/Gekko.h b/Source/Core/Core/PowerPC/Gekko.h index 86c6dd8632..12d6a6bcc8 100644 --- a/Source/Core/Core/PowerPC/Gekko.h +++ b/Source/Core/Core/PowerPC/Gekko.h @@ -294,6 +294,14 @@ union UGeckoInstruction }; }; +// Precondition: inst is a bx, bcx, bclrx, or bcctrx instruction. +constexpr bool BranchIsConditional(UGeckoInstruction inst) +{ + if (inst.OPCD == 18) // bx + return false; + return (inst.BO & 0b10100) != 0b10100; // 1z1zz - Branch always +} + // Used in implementations of rlwimi, rlwinm, and rlwnm inline u32 MakeRotationMask(u32 mb, u32 me) { diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_FPUtils.h b/Source/Core/Core/PowerPC/Interpreter/Interpreter_FPUtils.h index 2f9406ff05..67b6af7560 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_FPUtils.h +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_FPUtils.h @@ -92,7 +92,33 @@ inline double Force25Bit(double d) { u64 integral = std::bit_cast(d); - integral = (integral & 0xFFFFFFFFF8000000ULL) + (integral & 0x8000000); + u64 exponent = integral & Common::DOUBLE_EXP; + u64 fraction = integral & Common::DOUBLE_FRAC; + + if (exponent == 0 && fraction != 0) + { + // Subnormals get "normalized" before they're rounded + // In the end, this practically just means that the rounding is + // at a different bit + + s64 keep_mask = 0xFFFFFFFFF8000000LL; + u64 round = 0x8000000; + + // Shift the mask and rounding bit to the right until + // the fraction is "normal" + // That is to say shifting it until the MSB of the fraction + // would escape into the exponent + u32 shift = std::countl_zero(fraction) - (63 - Common::DOUBLE_FRAC_WIDTH); + keep_mask >>= shift; + round >>= shift; + + // Round using these shifted values + integral = (integral & keep_mask) + (integral & round); + } + else + { + integral = (integral & 0xFFFFFFFFF8000000ULL) + (integral & 0x8000000); + } return std::bit_cast(integral); } diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp b/Source/Core/Core/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp index 8036a079f6..b1dbbf0cc1 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp @@ -8,6 +8,7 @@ #include "Common/CommonTypes.h" #include "Common/FloatUtils.h" +#include "Common/Unreachable.h" #include "Core/PowerPC/Gekko.h" #include "Core/PowerPC/Interpreter/Interpreter_FPUtils.h" #include "Core/PowerPC/PowerPC.h" @@ -32,6 +33,22 @@ void SetFI(PowerPC::PowerPCState& ppc_state, u32 FI) ppc_state.fpscr.FI = FI; } +// Round a number to an integer in the same direction as the CPU rounding mode, +// without setting any CPU flags or being careful about NaNs +double RoundToIntegerMode(double number) +{ + // This value is 2^52 -- The first number in which double precision floating point + // numbers can only store subsequent integers, and no longer any decimals + // This keeps the sign of the unrounded value because it needs to scale it + // upwards when added + const double int_precision = std::copysign(4503599627370496.0, number); + + // By adding this value to the original number, + // it will be forced to decide a integer to round to + // This rounding will be the same as the CPU rounding mode + return (number + int_precision) - int_precision; +} + // Note that the convert to integer operation is defined // in Appendix C.4.2 in PowerPC Microprocessor Family: // The Programming Environments Manual for 32 and 64-bit Microprocessors @@ -39,9 +56,34 @@ void ConvertToInteger(PowerPC::PowerPCState& ppc_state, UGeckoInstruction inst, RoundingMode rounding_mode) { const double b = ppc_state.ps[inst.FB].PS0AsDouble(); + double rounded; u32 value; bool exception_occurred = false; + // To reduce complexity, this takes in a rounding mode in a switch case, + // rather than always judging based on the emulated CPU rounding mode + switch (rounding_mode) + { + case RoundingMode::Nearest: + // On generic platforms, the rounding should be assumed to be ties to even + // For targeted platforms this would work for any rounding mode, + // but it's mainly just kept in to replace roundeven, + // due to its lack in the C++17 (and possible lack for future versions) + rounded = RoundToIntegerMode(b); + break; + case RoundingMode::TowardsZero: + rounded = std::trunc(b); + break; + case RoundingMode::TowardsPositiveInfinity: + rounded = std::ceil(b); + break; + case RoundingMode::TowardsNegativeInfinity: + rounded = std::floor(b); + break; + default: + Common::Unreachable(); + } + if (std::isnan(b)) { if (Common::IsSNAN(b)) @@ -51,14 +93,14 @@ void ConvertToInteger(PowerPC::PowerPCState& ppc_state, UGeckoInstruction inst, SetFPException(ppc_state, FPSCR_VXCVI); exception_occurred = true; } - else if (b > static_cast(0x7fffffff)) + else if (rounded >= static_cast(0x80000000)) { // Positive large operand or +inf value = 0x7fffffff; SetFPException(ppc_state, FPSCR_VXCVI); exception_occurred = true; } - else if (b < -static_cast(0x80000000)) + else if (rounded < -static_cast(0x80000000)) { // Negative large operand or -inf value = 0x80000000; @@ -67,41 +109,9 @@ void ConvertToInteger(PowerPC::PowerPCState& ppc_state, UGeckoInstruction inst, } else { - s32 i = 0; - switch (rounding_mode) - { - case RoundingMode::Nearest: - { - const double t = b + 0.5; - i = static_cast(t); - - // Ties to even - if (t - i < 0 || (t - i == 0 && (i & 1))) - { - i--; - } - break; - } - case RoundingMode::TowardsZero: - i = static_cast(b); - break; - case RoundingMode::TowardsPositiveInfinity: - i = static_cast(b); - if (b - i > 0) - { - i++; - } - break; - case RoundingMode::TowardsNegativeInfinity: - i = static_cast(b); - if (b - i < 0) - { - i--; - } - break; - } - value = static_cast(i); - const double di = i; + s32 signed_value = static_cast(rounded); + value = static_cast(signed_value); + const double di = static_cast(signed_value); if (di == b) { ppc_state.fpscr.ClearFIFR(); diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Integer.cpp b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Integer.cpp index d5bd50720b..f1fef874fd 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Integer.cpp +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Integer.cpp @@ -141,10 +141,10 @@ void Interpreter::oris(Interpreter& interpreter, UGeckoInstruction inst) void Interpreter::subfic(Interpreter& interpreter, UGeckoInstruction inst) { auto& ppc_state = interpreter.m_ppc_state; + const s32 a = s32(ppc_state.gpr[inst.RA]); const s32 immediate = inst.SIMM_16; - ppc_state.gpr[inst.RD] = u32(immediate - s32(ppc_state.gpr[inst.RA])); - ppc_state.SetCarry((ppc_state.gpr[inst.RA] == 0) || - (Helper_Carry(0 - ppc_state.gpr[inst.RA], u32(immediate)))); + ppc_state.gpr[inst.RD] = u32(immediate - a); + ppc_state.SetCarry((a == 0) || (Helper_Carry(0 - u32(a), u32(immediate)))); } void Interpreter::twi(Interpreter& interpreter, UGeckoInstruction inst) diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp index 44ac712896..8c513df306 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp @@ -6,7 +6,6 @@ #include #include "Common/Assert.h" -#include "Common/TypeUtils.h" #include "Core/PowerPC/Gekko.h" namespace @@ -341,7 +340,7 @@ constexpr std::array s_table63_2{{ constexpr std::array s_interpreter_op_table = []() consteval { std::array table{}; - Common::Fill(table, Interpreter::unknown_instruction); + table.fill(Interpreter::unknown_instruction); for (auto& tpl : s_primary_table) { ASSERT(table[tpl.opcode] == Interpreter::unknown_instruction); @@ -353,7 +352,7 @@ constexpr std::array s_interpreter_op_table = []() constexpr std::array s_interpreter_op_table4 = []() consteval { std::array table{}; - Common::Fill(table, Interpreter::unknown_instruction); + table.fill(Interpreter::unknown_instruction); for (u32 i = 0; i < 32; i++) { @@ -390,7 +389,7 @@ constexpr std::array s_interpreter_op_table4 = [ constexpr std::array s_interpreter_op_table19 = []() consteval { std::array table{}; - Common::Fill(table, Interpreter::unknown_instruction); + table.fill(Interpreter::unknown_instruction); for (auto& tpl : s_table19) { ASSERT(table[tpl.opcode] == Interpreter::unknown_instruction); @@ -402,7 +401,7 @@ constexpr std::array s_interpreter_op_table19 = constexpr std::array s_interpreter_op_table31 = []() consteval { std::array table{}; - Common::Fill(table, Interpreter::unknown_instruction); + table.fill(Interpreter::unknown_instruction); for (auto& tpl : s_table31) { ASSERT(table[tpl.opcode] == Interpreter::unknown_instruction); @@ -414,7 +413,7 @@ constexpr std::array s_interpreter_op_table31 = constexpr std::array s_interpreter_op_table59 = []() consteval { std::array table{}; - Common::Fill(table, Interpreter::unknown_instruction); + table.fill(Interpreter::unknown_instruction); for (auto& tpl : s_table59) { ASSERT(table[tpl.opcode] == Interpreter::unknown_instruction); @@ -426,7 +425,7 @@ constexpr std::array s_interpreter_op_table59 = [] constexpr std::array s_interpreter_op_table63 = []() consteval { std::array table{}; - Common::Fill(table, Interpreter::unknown_instruction); + table.fill(Interpreter::unknown_instruction); for (auto& tpl : s_table63) { ASSERT(table[tpl.opcode] == Interpreter::unknown_instruction); diff --git a/Source/Core/Core/PowerPC/Jit64/Jit.cpp b/Source/Core/Core/PowerPC/Jit64/Jit.cpp index 4594f7d6d5..de2def0dbf 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit.cpp @@ -4,11 +4,12 @@ #include "Core/PowerPC/Jit64/Jit.h" #include +#include #include #include -#include #include +#include // for the PROFILER stuff #ifdef _WIN32 @@ -18,6 +19,7 @@ #include "Common/CommonTypes.h" #include "Common/EnumUtils.h" #include "Common/GekkoDisassembler.h" +#include "Common/HostDisassembler.h" #include "Common/IOFile.h" #include "Common/Logging/Log.h" #include "Common/StringUtil.h" @@ -30,6 +32,7 @@ #include "Core/HW/GPFifo.h" #include "Core/HW/Memmap.h" #include "Core/HW/ProcessorInterface.h" +#include "Core/Host.h" #include "Core/MachineContext.h" #include "Core/PatchEngine.h" #include "Core/PowerPC/Interpreter/Interpreter.h" @@ -116,7 +119,9 @@ using namespace PowerPC; and such, but it's currently limited to integer ops only. This can definitely be made better. */ -Jit64::Jit64(Core::System& system) : JitBase(system), QuantizedMemoryRoutines(*this) +Jit64::Jit64(Core::System& system) + : JitBase(system), QuantizedMemoryRoutines(*this), + m_disassembler(HostDisassembler::Factory(HostDisassembler::Platform::x86_64)) { } @@ -308,6 +313,18 @@ void Jit64::ClearCache() RefreshConfig(); asm_routines.Regenerate(); ResetFreeMemoryRanges(); + Host_JitCacheInvalidation(); +} + +void Jit64::FreeRanges() +{ + // Check if any code blocks have been freed in the block cache and transfer this information to + // the local rangesets to allow overwriting them with new code. + for (const auto& [from, to] : blocks.GetRangesToFreeNear()) + m_free_ranges_near.insert(from, to); + for (const auto& [from, to] : blocks.GetRangesToFreeFar()) + m_free_ranges_far.insert(from, to); + blocks.ClearRangesToFree(); } void Jit64::ResetFreeMemoryRanges() @@ -746,14 +763,7 @@ void Jit64::Jit(u32 em_address, bool clear_cache_and_retry_on_failure) } ClearCache(); } - - // Check if any code blocks have been freed in the block cache and transfer this information to - // the local rangesets to allow overwriting them with new code. - for (auto range : blocks.GetRangesToFreeNear()) - m_free_ranges_near.insert(range.first, range.second); - for (auto range : blocks.GetRangesToFreeFar()) - m_free_ranges_far.insert(range.first, range.second); - blocks.ClearRangesToFree(); + FreeRanges(); std::size_t block_size = m_code_buffer.size(); @@ -822,7 +832,11 @@ void Jit64::Jit(u32 em_address, bool clear_cache_and_retry_on_failure) b->far_begin = far_start; b->far_end = far_end; - blocks.FinalizeBlock(*b, jo.enableBlocklink, code_block.m_physical_addresses); + blocks.FinalizeBlock(*b, jo.enableBlocklink, code_block, m_code_buffer); + +#ifdef JIT_LOG_GENERATED_CODE + LogGeneratedCode(); +#endif return; } } @@ -1178,6 +1192,12 @@ bool Jit64::DoJit(u32 em_address, JitBlock* b, u32 nextPC) WriteExit(nextPC); } + // When linking to an entry point immediately following it in memory, a JIT block's furthest + // exit can, as a micro-optimization, overwrite the JMP instruction with a multibyte NOP. + // See: 'JitBlockCache::WriteLinkBlock' + // In order to do this in a non-sketchy way, a JIT block must own the alignment padding bytes. + AlignCode4(); // TODO: Test if this or AlignCode16 make a difference from GetCodePtr + if (HasWriteFailed() || m_far_code.HasWriteFailed()) { if (HasWriteFailed()) @@ -1188,16 +1208,30 @@ bool Jit64::DoJit(u32 em_address, JitBlock* b, u32 nextPC) return false; } - b->codeSize = static_cast(GetCodePtr() - b->normalEntry); - b->originalSize = code_block.m_num_instructions; - -#ifdef JIT_LOG_GENERATED_CODE - LogGeneratedX86(code_block.m_num_instructions, m_code_buffer, start, b); -#endif - return true; } +void Jit64::EraseSingleBlock(const JitBlock& block) +{ + blocks.EraseSingleBlock(block); + FreeRanges(); +} + +std::vector Jit64::GetMemoryStats() const +{ + return {{"near", m_free_ranges_near.get_stats()}, {"far", m_free_ranges_far.get_stats()}}; +} + +std::size_t Jit64::DisassembleNearCode(const JitBlock& block, std::ostream& stream) const +{ + return m_disassembler->Disassemble(block.normalEntry, block.near_end, stream); +} + +std::size_t Jit64::DisassembleFarCode(const JitBlock& block, std::ostream& stream) const +{ + return m_disassembler->Disassemble(block.far_begin, block.far_end, stream); +} + BitSet8 Jit64::ComputeStaticGQRs(const PPCAnalyst::CodeBlock& cb) const { return cb.m_gqr_used & ~cb.m_gqr_modified; @@ -1277,39 +1311,24 @@ bool Jit64::HandleFunctionHooking(u32 address) return true; } -void LogGeneratedX86(size_t size, const PPCAnalyst::CodeBuffer& code_buffer, const u8* normalEntry, - const JitBlock* b) +void Jit64::LogGeneratedCode() const { - for (size_t i = 0; i < size; i++) + std::ostringstream stream; + + stream << "\nPPC Code Buffer:\n"; + for (const PPCAnalyst::CodeOp& op : + std::span{m_code_buffer.data(), code_block.m_num_instructions}) { - const PPCAnalyst::CodeOp& op = code_buffer[i]; - const std::string disasm = Common::GekkoDisassembler::Disassemble(op.inst.hex, op.address); - DEBUG_LOG_FMT(DYNA_REC, "IR_X86 PPC: {:08x} {}\n", op.address, disasm); + fmt::print(stream, "0x{:08x}\t\t{}\n", op.address, + Common::GekkoDisassembler::Disassemble(op.inst.hex, op.address)); } - disassembler x64disasm; - x64disasm.set_syntax_intel(); + const JitBlock* const block = js.curBlock; + stream << "\nHost Near Code:\n"; + m_disassembler->Disassemble(block->normalEntry, block->near_end, stream); + stream << "\nHost Far Code:\n"; + m_disassembler->Disassemble(block->far_begin, block->far_end, stream); - u64 disasmPtr = reinterpret_cast(normalEntry); - const u8* end = normalEntry + b->codeSize; - - while (reinterpret_cast(disasmPtr) < end) - { - char sptr[1000] = ""; - disasmPtr += x64disasm.disasm64(disasmPtr, disasmPtr, reinterpret_cast(disasmPtr), sptr); - DEBUG_LOG_FMT(DYNA_REC, "IR_X86 x86: {}", sptr); - } - - if (b->codeSize <= 250) - { - std::ostringstream ss; - ss << std::hex; - for (u8 i = 0; i <= b->codeSize; i++) - { - ss.width(2); - ss.fill('0'); - ss << static_cast(*(normalEntry + i)); - } - DEBUG_LOG_FMT(DYNA_REC, "IR_X86 bin: {}\n\n\n", ss.str()); - } + // TODO C++20: std::ostringstream::view() + DEBUG_LOG_FMT(DYNA_REC, "{}", std::move(stream).str()); } diff --git a/Source/Core/Core/PowerPC/Jit64/Jit.h b/Source/Core/Core/PowerPC/Jit64/Jit.h index 0794dc34a3..0e98981a46 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit.h +++ b/Source/Core/Core/PowerPC/Jit64/Jit.h @@ -34,6 +34,7 @@ #include "Core/PowerPC/JitCommon/JitBase.h" #include "Core/PowerPC/JitCommon/JitCache.h" +class HostDisassembler; namespace PPCAnalyst { struct CodeBlock; @@ -65,6 +66,12 @@ public: void Jit(u32 em_address, bool clear_cache_and_retry_on_failure); bool DoJit(u32 em_address, JitBlock* b, u32 nextPC); + void EraseSingleBlock(const JitBlock& block) override; + std::vector GetMemoryStats() const override; + + std::size_t DisassembleNearCode(const JitBlock& block, std::ostream& stream) const override; + std::size_t DisassembleFarCode(const JitBlock& block, std::ostream& stream) const override; + // Finds a free memory region and sets the near and far code emitters to point at that region. // Returns false if no free memory region can be found for either of the two. bool SetEmitterStateToFreeCodeRegion(); @@ -266,8 +273,11 @@ private: bool HandleFunctionHooking(u32 address); + void FreeRanges(); void ResetFreeMemoryRanges(); + void LogGeneratedCode() const; + static void ImHere(Jit64& jit); JitBlockCache blocks{*this}; @@ -284,7 +294,5 @@ private: const bool m_im_here_debug = false; const bool m_im_here_log = false; std::map m_been_here; + std::unique_ptr m_disassembler; }; - -void LogGeneratedX86(size_t size, const PPCAnalyst::CodeBuffer& code_buffer, const u8* normalEntry, - const JitBlock* b); diff --git a/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp b/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp index 61eb1c9450..1914542c9f 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp @@ -6,7 +6,6 @@ #include #include "Common/Assert.h" -#include "Common/TypeUtils.h" #include "Core/PowerPC/Gekko.h" namespace @@ -339,7 +338,7 @@ constexpr std::array s_table63_2{{ constexpr std::array s_dyna_op_table = []() consteval { std::array table{}; - Common::Fill(table, &Jit64::FallBackToInterpreter); + table.fill(&Jit64::FallBackToInterpreter); for (auto& tpl : s_primary_table) { @@ -354,7 +353,7 @@ constexpr std::array s_dyna_op_table = []() consteval constexpr std::array s_dyna_op_table4 = []() consteval { std::array table{}; - Common::Fill(table, &Jit64::FallBackToInterpreter); + table.fill(&Jit64::FallBackToInterpreter); for (u32 i = 0; i < 32; i++) { @@ -392,7 +391,7 @@ constexpr std::array s_dyna_op_table4 = []() consteval constexpr std::array s_dyna_op_table19 = []() consteval { std::array table{}; - Common::Fill(table, &Jit64::FallBackToInterpreter); + table.fill(&Jit64::FallBackToInterpreter); for (const auto& tpl : s_table19) { @@ -407,7 +406,7 @@ constexpr std::array s_dyna_op_table19 = []() consteva constexpr std::array s_dyna_op_table31 = []() consteval { std::array table{}; - Common::Fill(table, &Jit64::FallBackToInterpreter); + table.fill(&Jit64::FallBackToInterpreter); for (const auto& tpl : s_table31) { @@ -422,7 +421,7 @@ constexpr std::array s_dyna_op_table31 = []() consteva constexpr std::array s_dyna_op_table59 = []() consteval { std::array table{}; - Common::Fill(table, &Jit64::FallBackToInterpreter); + table.fill(&Jit64::FallBackToInterpreter); for (const auto& tpl : s_table59) { @@ -437,7 +436,7 @@ constexpr std::array s_dyna_op_table59 = []() consteval constexpr std::array s_dyna_op_table63 = []() consteval { std::array table{}; - Common::Fill(table, &Jit64::FallBackToInterpreter); + table.fill(&Jit64::FallBackToInterpreter); for (const auto& tpl : s_table63) { diff --git a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp index e5afb50e07..29841d1ada 100644 --- a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp +++ b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp @@ -81,13 +81,6 @@ void Jit64AsmRoutineManager::Generate() dispatcher_mispredicted_blr = GetCodePtr(); AND(32, PPCSTATE(pc), Imm32(0xFFFFFFFC)); -#if 0 // debug mispredicts - MOV(32, R(ABI_PARAM1), MDisp(RSP, 8)); // guessed_pc - ABI_PushRegistersAndAdjustStack(1 << RSCRATCH2, 0); - CALL(reinterpret_cast(&ReportMispredict)); - ABI_PopRegistersAndAdjustStack(1 << RSCRATCH2, 0); -#endif - ResetStack(*this); SUB(32, PPCSTATE(downcount), R(RSCRATCH2)); diff --git a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp index e46ccf9ee4..b8f1d8cd73 100644 --- a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp @@ -5,10 +5,17 @@ #include #include +#include +#include + +#include +#include #include "Common/Arm64Emitter.h" #include "Common/CommonTypes.h" #include "Common/EnumUtils.h" +#include "Common/GekkoDisassembler.h" +#include "Common/HostDisassembler.h" #include "Common/Logging/Log.h" #include "Common/MathUtil.h" #include "Common/MsgHandler.h" @@ -22,6 +29,7 @@ #include "Core/HW/GPFifo.h" #include "Core/HW/Memmap.h" #include "Core/HW/ProcessorInterface.h" +#include "Core/Host.h" #include "Core/PatchEngine.h" #include "Core/PowerPC/Interpreter/Interpreter.h" #include "Core/PowerPC/JitArm64/JitArm64_RegCache.h" @@ -39,7 +47,9 @@ constexpr size_t NEAR_CODE_SIZE = 1024 * 1024 * 64; constexpr size_t FAR_CODE_SIZE = 1024 * 1024 * 64; constexpr size_t TOTAL_CODE_SIZE = NEAR_CODE_SIZE * 2 + FAR_CODE_SIZE * 2; -JitArm64::JitArm64(Core::System& system) : JitBase(system), m_float_emit(this) +JitArm64::JitArm64(Core::System& system) + : JitBase(system), m_float_emit(this), + m_disassembler(HostDisassembler::Factory(HostDisassembler::Platform::aarch64)) { } @@ -186,6 +196,36 @@ void JitArm64::GenerateAsmAndResetFreeMemoryRanges() ResetFreeMemoryRanges(routines_near_end - routines_near_start, routines_far_end - routines_far_start); + + Host_JitCacheInvalidation(); +} + +void JitArm64::FreeRanges() +{ + // Check if any code blocks have been freed in the block cache and transfer this information to + // the local rangesets to allow overwriting them with new code. + for (const auto& [from, to] : blocks.GetRangesToFreeNear()) + { + const auto first_fastmem_area = m_fault_to_handler.upper_bound(from); + auto last_fastmem_area = first_fastmem_area; + const auto end = m_fault_to_handler.end(); + while (last_fastmem_area != end && last_fastmem_area->first <= to) + ++last_fastmem_area; + m_fault_to_handler.erase(first_fastmem_area, last_fastmem_area); + + if (from < m_near_code_0.GetCodeEnd()) + m_free_ranges_near_0.insert(from, to); + else + m_free_ranges_near_1.insert(from, to); + } + for (const auto& [from, to] : blocks.GetRangesToFreeFar()) + { + if (from < m_far_code_0.GetCodeEnd()) + m_free_ranges_far_0.insert(from, to); + else + m_free_ranges_far_1.insert(from, to); + } + blocks.ClearRangesToFree(); } void JitArm64::ResetFreeMemoryRanges(size_t routines_near_size, size_t routines_far_size) @@ -222,12 +262,11 @@ void JitArm64::FallBackToInterpreter(UGeckoInstruction inst) if (js.op->canEndBlock) { // also flush the program counter - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); MOVI2R(WA, js.compilerPC); STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(pc)); ADD(WA, WA, 4); STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(npc)); - gpr.Unlock(WA); } Interpreter::Instruction instr = Interpreter::GetInterpreterOp(inst); @@ -243,24 +282,23 @@ void JitArm64::FallBackToInterpreter(UGeckoInstruction inst) { if (js.isLastInstruction) { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(npc)); WriteExceptionExit(WA); - gpr.Unlock(WA); } else { // only exit if ppcstate.npc was changed - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(npc)); - ARM64Reg WB = gpr.GetReg(); - MOVI2R(WB, js.compilerPC + 4); - CMP(WB, WA); - gpr.Unlock(WB); + { + auto WB = gpr.GetScopedReg(); + MOVI2R(WB, js.compilerPC + 4); + CMP(WB, WA); + } FixupBranch c = B(CC_EQ); WriteExceptionExit(WA); SetJumpTarget(c); - gpr.Unlock(WA); } } else if (ShouldHandleFPExceptionForInstruction(js.op)) @@ -359,11 +397,12 @@ void JitArm64::IntializeSpeculativeConstants() SwitchToNearCode(); } - ARM64Reg tmp = gpr.GetReg(); - ARM64Reg value = gpr.R(i); - MOVI2R(tmp, compile_time_value); - CMP(value, tmp); - gpr.Unlock(tmp); + { + auto tmp = gpr.GetScopedReg(); + ARM64Reg value = gpr.R(i); + MOVI2R(tmp, compile_time_value); + CMP(value, tmp); + } FixupBranch no_fail = B(CCFlags::CC_EQ); B(fail); @@ -402,16 +441,15 @@ void JitArm64::MSRUpdated(u32 msr) } else { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); MOVI2R(WA, feature_flags); STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(feature_flags)); - gpr.Unlock(WA); } } void JitArm64::MSRUpdated(ARM64Reg msr) { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); // Update mem_ptr @@ -432,8 +470,6 @@ void JitArm64::MSRUpdated(ARM64Reg msr) if (other_feature_flags != 0) ORR(WA, WA, LogicalImm(other_feature_flags, GPRSize::B32)); STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(feature_flags)); - - gpr.Unlock(WA); } void JitArm64::WriteExit(u32 destination, bool LK, u32 exit_address_after_return, @@ -631,35 +667,37 @@ void JitArm64::FakeLKExit(u32 exit_address_after_return, ARM64Reg exit_address_a // function has been called! gpr.Lock(ARM64Reg::W30); } - // Push {ARM_PC (64-bit); PPC_PC (32-bit); feature_flags (32-bit)} on the stack - ARM64Reg after_reg = ARM64Reg::INVALID_REG; - ARM64Reg reg_to_push; - const u64 feature_flags = m_ppc_state.feature_flags; - if (exit_address_after_return_reg == ARM64Reg::INVALID_REG) + + const u8* host_address_after_return; { - after_reg = gpr.GetReg(); - reg_to_push = EncodeRegTo64(after_reg); - MOVI2R(reg_to_push, feature_flags << 32 | exit_address_after_return); + // Push {ARM_PC (64-bit); PPC_PC (32-bit); feature_flags (32-bit)} on the stack + Arm64RegCache::ScopedARM64Reg after_reg; + ARM64Reg reg_to_push; + const u64 feature_flags = m_ppc_state.feature_flags; + if (exit_address_after_return_reg == ARM64Reg::INVALID_REG) + { + after_reg = gpr.GetScopedReg(); + reg_to_push = EncodeRegTo64(after_reg); + MOVI2R(reg_to_push, feature_flags << 32 | exit_address_after_return); + } + else if (feature_flags == 0) + { + reg_to_push = EncodeRegTo64(exit_address_after_return_reg); + } + else + { + after_reg = gpr.GetScopedReg(); + reg_to_push = EncodeRegTo64(after_reg); + ORRI2R(reg_to_push, EncodeRegTo64(exit_address_after_return_reg), feature_flags << 32, + reg_to_push); + } + + auto code_reg = gpr.GetScopedReg(); + constexpr s32 adr_offset = sizeof(u32) * 3; + host_address_after_return = GetCodePtr() + adr_offset; + ADR(EncodeRegTo64(code_reg), adr_offset); + STP(IndexType::Pre, EncodeRegTo64(code_reg), reg_to_push, ARM64Reg::SP, -16); } - else if (feature_flags == 0) - { - reg_to_push = EncodeRegTo64(exit_address_after_return_reg); - } - else - { - after_reg = gpr.GetReg(); - reg_to_push = EncodeRegTo64(after_reg); - ORRI2R(reg_to_push, EncodeRegTo64(exit_address_after_return_reg), feature_flags << 32, - reg_to_push); - } - ARM64Reg code_reg = gpr.GetReg(); - constexpr s32 adr_offset = sizeof(u32) * 3; - const u8* host_address_after_return = GetCodePtr() + adr_offset; - ADR(EncodeRegTo64(code_reg), adr_offset); - STP(IndexType::Pre, EncodeRegTo64(code_reg), reg_to_push, ARM64Reg::SP, -16); - gpr.Unlock(code_reg); - if (after_reg != ARM64Reg::INVALID_REG) - gpr.Unlock(after_reg); FixupBranch skip_exit = BL(); DEBUG_ASSERT(GetCodePtr() == host_address_after_return || HasWriteFailed()); @@ -792,10 +830,9 @@ void JitArm64::WriteExceptionExit(ARM64Reg dest, bool only_external, bool always void JitArm64::WriteConditionalExceptionExit(int exception, u64 increment_sp_on_exit) { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); WriteConditionalExceptionExit(exception, WA, Arm64Gen::ARM64Reg::INVALID_REG, increment_sp_on_exit); - gpr.Unlock(WA); } void JitArm64::WriteConditionalExceptionExit(int exception, ARM64Reg temp_gpr, ARM64Reg temp_fpr, @@ -911,31 +948,7 @@ void JitArm64::Jit(u32 em_address, bool clear_cache_and_retry_on_failure) if (SConfig::GetInstance().bJITNoBlockCache) ClearCache(); - - // Check if any code blocks have been freed in the block cache and transfer this information to - // the local rangesets to allow overwriting them with new code. - for (auto range : blocks.GetRangesToFreeNear()) - { - auto first_fastmem_area = m_fault_to_handler.upper_bound(range.first); - auto last_fastmem_area = first_fastmem_area; - auto end = m_fault_to_handler.end(); - while (last_fastmem_area != end && last_fastmem_area->first <= range.second) - ++last_fastmem_area; - m_fault_to_handler.erase(first_fastmem_area, last_fastmem_area); - - if (range.first < m_near_code_0.GetCodeEnd()) - m_free_ranges_near_0.insert(range.first, range.second); - else - m_free_ranges_near_1.insert(range.first, range.second); - } - for (auto range : blocks.GetRangesToFreeFar()) - { - if (range.first < m_far_code_0.GetCodeEnd()) - m_free_ranges_far_0.insert(range.first, range.second); - else - m_free_ranges_far_1.insert(range.first, range.second); - } - blocks.ClearRangesToFree(); + FreeRanges(); const Common::ScopedJITPageWriteAndNoExecute enable_jit_page_writes; @@ -1010,7 +1023,11 @@ void JitArm64::Jit(u32 em_address, bool clear_cache_and_retry_on_failure) b->far_begin = far_start; b->far_end = far_end; - blocks.FinalizeBlock(*b, jo.enableBlocklink, code_block.m_physical_addresses); + blocks.FinalizeBlock(*b, jo.enableBlocklink, code_block, m_code_buffer); + +#ifdef JIT_LOG_GENERATED_CODE + LogGeneratedCode(); +#endif return; } } @@ -1030,6 +1047,30 @@ void JitArm64::Jit(u32 em_address, bool clear_cache_and_retry_on_failure) exit(-1); } +void JitArm64::EraseSingleBlock(const JitBlock& block) +{ + blocks.EraseSingleBlock(block); + FreeRanges(); +} + +std::vector JitArm64::GetMemoryStats() const +{ + return {{"near_0", m_free_ranges_near_0.get_stats()}, + {"near_1", m_free_ranges_near_1.get_stats()}, + {"far_0", m_free_ranges_far_0.get_stats()}, + {"far_1", m_free_ranges_far_1.get_stats()}}; +} + +std::size_t JitArm64::DisassembleNearCode(const JitBlock& block, std::ostream& stream) const +{ + return m_disassembler->Disassemble(block.normalEntry, block.near_end, stream); +} + +std::size_t JitArm64::DisassembleFarCode(const JitBlock& block, std::ostream& stream) const +{ + return m_disassembler->Disassemble(block.far_begin, block.far_end, stream); +} + std::optional JitArm64::SetEmitterStateToFreeCodeRegion() { // Find some large free memory blocks and set code emitters to point at them. If we can't find @@ -1183,7 +1224,7 @@ bool JitArm64::DoJit(u32 em_address, JitBlock* b, u32 nextPC) // asynchronous. if (jo.optimizeGatherPipe && gatherPipeIntCheck) { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); @@ -1209,8 +1250,6 @@ bool JitArm64::DoJit(u32 em_address, JitBlock* b, u32 nextPC) SwitchToNearCode(); SetJumpTarget(no_ext_exception); SetJumpTarget(exit); - - gpr.Unlock(WA); } } @@ -1224,12 +1263,11 @@ bool JitArm64::DoJit(u32 em_address, JitBlock* b, u32 nextPC) // The only thing that currently sets op.skip is the BLR following optimization. // If any non-branch instruction starts setting that too, this will need to be changed. ASSERT(op.inst.hex == 0x4e800020); - const ARM64Reg bw_reg_a = gpr.GetReg(), bw_reg_b = gpr.GetReg(); + const auto bw_reg_a = gpr.GetScopedReg(), bw_reg_b = gpr.GetScopedReg(); const BitSet32 gpr_caller_save = gpr.GetCallerSavedUsed() & ~BitSet32{DecodeReg(bw_reg_a), DecodeReg(bw_reg_b)}; WriteBranchWatch(op.address, op.branchTo, op.inst, bw_reg_a, bw_reg_b, gpr_caller_save, fpr.GetCallerSavedUsed()); - gpr.Unlock(bw_reg_a, bw_reg_b); } } else @@ -1267,23 +1305,24 @@ bool JitArm64::DoJit(u32 em_address, JitBlock* b, u32 nextPC) if ((opinfo->flags & FL_USE_FPU) && !js.firstFPInstructionFound) { + FixupBranch b1; // This instruction uses FPU - needs to add FP exception bailout - ARM64Reg WA = gpr.GetReg(); - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(msr)); - FixupBranch b1 = TBNZ(WA, 13); // Test FP enabled bit + { + auto WA = gpr.GetScopedReg(); + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(msr)); + b1 = TBNZ(WA, 13); // Test FP enabled bit - FixupBranch far_addr = B(); - SwitchToFarCode(); - SetJumpTarget(far_addr); + FixupBranch far_addr = B(); + SwitchToFarCode(); + SetJumpTarget(far_addr); - gpr.Flush(FlushMode::MaintainState, WA); - fpr.Flush(FlushMode::MaintainState, ARM64Reg::INVALID_REG); + gpr.Flush(FlushMode::MaintainState, WA); + fpr.Flush(FlushMode::MaintainState, ARM64Reg::INVALID_REG); - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); - ORR(WA, WA, LogicalImm(EXCEPTION_FPU_UNAVAILABLE, GPRSize::B32)); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); - - gpr.Unlock(WA); + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); + ORR(WA, WA, LogicalImm(EXCEPTION_FPU_UNAVAILABLE, GPRSize::B32)); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); + } WriteExceptionExit(js.compilerPC, false, true); @@ -1347,11 +1386,30 @@ bool JitArm64::DoJit(u32 em_address, JitBlock* b, u32 nextPC) return false; } - b->codeSize = static_cast(GetCodePtr() - b->normalEntry); - b->originalSize = code_block.m_num_instructions; - FlushIcache(); m_far_code.FlushIcache(); return true; } + +void JitArm64::LogGeneratedCode() const +{ + std::ostringstream stream; + + stream << "\nPPC Code Buffer:\n"; + for (const PPCAnalyst::CodeOp& op : + std::span{m_code_buffer.data(), code_block.m_num_instructions}) + { + fmt::print(stream, "0x{:08x}\t\t{}\n", op.address, + Common::GekkoDisassembler::Disassemble(op.inst.hex, op.address)); + } + + const JitBlock* const block = js.curBlock; + stream << "\nHost Near Code:\n"; + m_disassembler->Disassemble(block->normalEntry, block->near_end, stream); + stream << "\nHost Far Code:\n"; + m_disassembler->Disassemble(block->far_begin, block->far_end, stream); + + // TODO C++20: std::ostringstream::view() + DEBUG_LOG_FMT(DYNA_REC, "{}", std::move(stream).str()); +} diff --git a/Source/Core/Core/PowerPC/JitArm64/Jit.h b/Source/Core/Core/PowerPC/JitArm64/Jit.h index 6ab99d3322..0c1ea0d647 100644 --- a/Source/Core/Core/PowerPC/JitArm64/Jit.h +++ b/Source/Core/Core/PowerPC/JitArm64/Jit.h @@ -20,6 +20,8 @@ #include "Core/PowerPC/JitCommon/JitBase.h" #include "Core/PowerPC/PPCAnalyst.h" +class HostDisassembler; + class JitArm64 : public JitBase, public Arm64Gen::ARM64CodeBlock, public CommonAsmRoutinesBase { public: @@ -48,6 +50,12 @@ public: void Jit(u32 em_address) override; void Jit(u32 em_address, bool clear_cache_and_retry_on_failure); + void EraseSingleBlock(const JitBlock& block) override; + std::vector GetMemoryStats() const override; + + std::size_t DisassembleNearCode(const JitBlock& block, std::ostream& stream) const override; + std::size_t DisassembleFarCode(const JitBlock& block, std::ostream& stream) const override; + const char* GetName() const override { return "JITARM64"; } // OPCODES @@ -294,11 +302,14 @@ protected: void Cleanup(); void ResetStack(); + void FreeRanges(); void GenerateAsmAndResetFreeMemoryRanges(); void ResetFreeMemoryRanges(size_t routines_near_size, size_t routines_far_size); void IntializeSpeculativeConstants(); + void LogGeneratedCode() const; + // AsmRoutines void GenerateAsm(); void GenerateCommonAsm(); @@ -409,4 +420,6 @@ protected: HyoutaUtilities::RangeSizeSet m_free_ranges_near_1; HyoutaUtilities::RangeSizeSet m_free_ranges_far_0; HyoutaUtilities::RangeSizeSet m_free_ranges_far_1; + + std::unique_ptr m_disassembler; }; diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Branch.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Branch.cpp index 01cd813f2d..a9df905b10 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Branch.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Branch.cpp @@ -24,13 +24,12 @@ void JitArm64::sc(UGeckoInstruction inst) gpr.Flush(FlushMode::All, ARM64Reg::INVALID_REG); fpr.Flush(FlushMode::All, ARM64Reg::INVALID_REG); - ARM64Reg WA = gpr.GetReg(); - - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); - ORR(WA, WA, LogicalImm(EXCEPTION_SYSCALL, GPRSize::B32)); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); - - gpr.Unlock(WA); + { + auto WA = gpr.GetScopedReg(); + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); + ORR(WA, WA, LogicalImm(EXCEPTION_SYSCALL, GPRSize::B32)); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(Exceptions)); + } WriteExceptionExit(js.compilerPC + 4, false, true); } @@ -51,28 +50,28 @@ void JitArm64::rfi(UGeckoInstruction inst) // R1 = MSR contents // R2 = Mask // R3 = Mask - ARM64Reg WA = gpr.GetReg(); - ARM64Reg WB = gpr.GetReg(); - ARM64Reg WC = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); + { + auto WB = gpr.GetScopedReg(); + auto WC = gpr.GetScopedReg(); - LDR(IndexType::Unsigned, WC, PPC_REG, PPCSTATE_OFF(msr)); + LDR(IndexType::Unsigned, WC, PPC_REG, PPCSTATE_OFF(msr)); - ANDI2R(WC, WC, (~mask) & clearMSR13, WA); // rD = Masked MSR + ANDI2R(WC, WC, (~mask) & clearMSR13, WA); // rD = Masked MSR - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_SRR1)); // rB contains SRR1 here + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_SRR1)); // rB contains SRR1 here - ANDI2R(WA, WA, mask & clearMSR13, WB); // rB contains masked SRR1 here - ORR(WA, WA, WC); // rB = Masked MSR OR masked SRR1 + ANDI2R(WA, WA, mask & clearMSR13, WB); // rB contains masked SRR1 here + ORR(WA, WA, WC); // rB = Masked MSR OR masked SRR1 - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(msr)); // STR rB in to rA - gpr.Unlock(WB, WC); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(msr)); // STR rB in to rA + } MSRUpdated(WA); LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_SRR0)); WriteExceptionExit(WA); - gpr.Unlock(WA); } template @@ -144,10 +143,10 @@ void JitArm64::bx(UGeckoInstruction inst) INSTRUCTION_START JITDISABLE(bJITBranchOff); - ARM64Reg WA = ARM64Reg::INVALID_REG; + Arm64GPRCache::ScopedARM64Reg WA = ARM64Reg::INVALID_REG; if (inst.LK) { - WA = gpr.GetReg(); + WA = gpr.GetScopedReg(); MOVI2R(WA, js.compilerPC + 4); STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); } @@ -156,13 +155,12 @@ void JitArm64::bx(UGeckoInstruction inst) { if (IsDebuggingEnabled()) { - const ARM64Reg WB = gpr.GetReg(), WC = gpr.GetReg(); + const auto WB = gpr.GetScopedReg(), WC = gpr.GetScopedReg(); BitSet32 gpr_caller_save = gpr.GetCallerSavedUsed() & ~BitSet32{DecodeReg(WB), DecodeReg(WC)}; if (WA != ARM64Reg::INVALID_REG && js.op->skipLRStack) gpr_caller_save[DecodeReg(WA)] = false; WriteBranchWatch(js.compilerPC, js.op->branchTo, inst, WB, WC, gpr_caller_save, fpr.GetCallerSavedUsed()); - gpr.Unlock(WB, WC); } if (inst.LK && !js.op->skipLRStack) { @@ -172,9 +170,6 @@ void JitArm64::bx(UGeckoInstruction inst) FakeLKExit(js.compilerPC + 4, WA); } - if (WA != ARM64Reg::INVALID_REG) - gpr.Unlock(WA); - return; } @@ -184,13 +179,12 @@ void JitArm64::bx(UGeckoInstruction inst) if (js.op->branchIsIdleLoop) { if (WA == ARM64Reg::INVALID_REG) - WA = gpr.GetReg(); + WA = gpr.GetScopedReg(); if (IsDebuggingEnabled()) { - const ARM64Reg WB = gpr.GetReg(); + const auto WB = gpr.GetScopedReg(); WriteBranchWatch(js.compilerPC, js.op->branchTo, inst, WA, WB, {}, {}); - gpr.Unlock(WB); } // make idle loops go faster @@ -198,7 +192,7 @@ void JitArm64::bx(UGeckoInstruction inst) MOVP2R(XA, &CoreTiming::GlobalIdle); BLR(XA); - gpr.Unlock(WA); + WA.Unlock(); WriteExceptionExit(js.op->branchTo); return; @@ -206,16 +200,12 @@ void JitArm64::bx(UGeckoInstruction inst) if (IsDebuggingEnabled()) { - const ARM64Reg WB = gpr.GetReg(), WC = gpr.GetReg(); + const auto WB = gpr.GetScopedReg(), WC = gpr.GetScopedReg(); const BitSet32 gpr_caller_save = WA != ARM64Reg::INVALID_REG ? BitSet32{DecodeReg(WA)} & CALLER_SAVED_GPRS : BitSet32{}; WriteBranchWatch(js.compilerPC, js.op->branchTo, inst, WB, WC, gpr_caller_save, {}); - gpr.Unlock(WB, WC); } WriteExit(js.op->branchTo, inst.LK, js.compilerPC + 4, WA); - - if (WA != ARM64Reg::INVALID_REG) - gpr.Unlock(WA); } void JitArm64::bcx(UGeckoInstruction inst) @@ -223,77 +213,79 @@ void JitArm64::bcx(UGeckoInstruction inst) INSTRUCTION_START JITDISABLE(bJITBranchOff); - ARM64Reg WA = gpr.GetReg(); - ARM64Reg WB = inst.LK || IsDebuggingEnabled() ? gpr.GetReg() : WA; - ARM64Reg WC = IsDebuggingEnabled() && inst.LK && !js.op->branchIsIdleLoop ? gpr.GetReg() : - ARM64Reg::INVALID_REG; + auto WA = gpr.GetScopedReg(); + auto WB = inst.LK || IsDebuggingEnabled() ? gpr.GetScopedReg() : + Arm64GPRCache::ScopedARM64Reg(WA.GetReg()); - FixupBranch pCTRDontBranch; - if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) // Decrement and test CTR { - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); - SUBS(WA, WA, 1); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); + auto WC = IsDebuggingEnabled() && inst.LK && !js.op->branchIsIdleLoop ? + gpr.GetScopedReg() : + Arm64GPRCache::ScopedARM64Reg(ARM64Reg::INVALID_REG); - if (inst.BO & BO_BRANCH_IF_CTR_0) - pCTRDontBranch = B(CC_NEQ); + FixupBranch pCTRDontBranch; + if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) // Decrement and test CTR + { + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); + SUBS(WA, WA, 1); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); + + if (inst.BO & BO_BRANCH_IF_CTR_0) + pCTRDontBranch = B(CC_NEQ); + else + pCTRDontBranch = B(CC_EQ); + } + + FixupBranch pConditionDontBranch; + + if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) // Test a CR bit + { + pConditionDontBranch = + JumpIfCRFieldBit(inst.BI >> 2, 3 - (inst.BI & 3), !(inst.BO_2 & BO_BRANCH_IF_TRUE)); + } + + if (inst.LK) + { + MOVI2R(WA, js.compilerPC + 4); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); + } + + gpr.Flush(FlushMode::MaintainState, WB); + fpr.Flush(FlushMode::MaintainState, ARM64Reg::INVALID_REG); + + if (IsDebuggingEnabled()) + { + ARM64Reg bw_reg_a, bw_reg_b; + // WC is only allocated when WA is needed for WriteExit and cannot be clobbered. + if (WC == ARM64Reg::INVALID_REG) + bw_reg_a = WA, bw_reg_b = WB; + else + bw_reg_a = WB, bw_reg_b = WC; + const BitSet32 gpr_caller_save = + gpr.GetCallerSavedUsed() & ~BitSet32{DecodeReg(bw_reg_a), DecodeReg(bw_reg_b)}; + WriteBranchWatch(js.compilerPC, js.op->branchTo, inst, bw_reg_a, bw_reg_b, + gpr_caller_save, fpr.GetCallerSavedUsed()); + } + if (js.op->branchIsIdleLoop) + { + // make idle loops go faster + ARM64Reg XA = EncodeRegTo64(WA); + + MOVP2R(XA, &CoreTiming::GlobalIdle); + BLR(XA); + + WriteExceptionExit(js.op->branchTo); + } else - pCTRDontBranch = B(CC_EQ); + { + WriteExit(js.op->branchTo, inst.LK, js.compilerPC + 4, WA); + } + + if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) + SetJumpTarget(pConditionDontBranch); + if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) + SetJumpTarget(pCTRDontBranch); } - FixupBranch pConditionDontBranch; - - if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) // Test a CR bit - { - pConditionDontBranch = - JumpIfCRFieldBit(inst.BI >> 2, 3 - (inst.BI & 3), !(inst.BO_2 & BO_BRANCH_IF_TRUE)); - } - - if (inst.LK) - { - MOVI2R(WA, js.compilerPC + 4); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); - } - - gpr.Flush(FlushMode::MaintainState, WB); - fpr.Flush(FlushMode::MaintainState, ARM64Reg::INVALID_REG); - - if (IsDebuggingEnabled()) - { - ARM64Reg bw_reg_a, bw_reg_b; - // WC is only allocated when WA is needed for WriteExit and cannot be clobbered. - if (WC == ARM64Reg::INVALID_REG) - bw_reg_a = WA, bw_reg_b = WB; - else - bw_reg_a = WB, bw_reg_b = WC; - const BitSet32 gpr_caller_save = - gpr.GetCallerSavedUsed() & ~BitSet32{DecodeReg(bw_reg_a), DecodeReg(bw_reg_b)}; - WriteBranchWatch(js.compilerPC, js.op->branchTo, inst, bw_reg_a, bw_reg_b, - gpr_caller_save, fpr.GetCallerSavedUsed()); - } - if (js.op->branchIsIdleLoop) - { - // make idle loops go faster - ARM64Reg XA = EncodeRegTo64(WA); - - MOVP2R(XA, &CoreTiming::GlobalIdle); - BLR(XA); - - WriteExceptionExit(js.op->branchTo); - } - else - { - WriteExit(js.op->branchTo, inst.LK, js.compilerPC + 4, WA); - } - - if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) - SetJumpTarget(pConditionDontBranch); - if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) - SetJumpTarget(pCTRDontBranch); - - if (WC != ARM64Reg::INVALID_REG) - gpr.Unlock(WC); - if (!analyzer.HasOption(PPCAnalyst::PPCAnalyzer::OPTION_CONDITIONAL_CONTINUE)) { gpr.Flush(FlushMode::All, WA); @@ -311,10 +303,6 @@ void JitArm64::bcx(UGeckoInstruction inst) WriteBranchWatch(js.compilerPC, js.compilerPC + 4, inst, WA, WB, gpr_caller_save, fpr.GetCallerSavedUsed()); } - - gpr.Unlock(WA); - if (WB != WA) - gpr.Unlock(WB); } void JitArm64::bcctrx(UGeckoInstruction inst) @@ -337,34 +325,29 @@ void JitArm64::bcctrx(UGeckoInstruction inst) gpr.Flush(FlushMode::All, ARM64Reg::INVALID_REG); fpr.Flush(FlushMode::All, ARM64Reg::INVALID_REG); - ARM64Reg WB = ARM64Reg::INVALID_REG; + Arm64GPRCache::ScopedARM64Reg WB = ARM64Reg::INVALID_REG; if (inst.LK_3) { - WB = gpr.GetReg(); + WB = gpr.GetScopedReg(); MOVI2R(WB, js.compilerPC + 4); STR(IndexType::Unsigned, WB, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); } - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); AND(WA, WA, LogicalImm(~0x3, GPRSize::B32)); if (IsDebuggingEnabled()) { - const ARM64Reg WC = gpr.GetReg(), WD = gpr.GetReg(); + const auto WC = gpr.GetScopedReg(), WD = gpr.GetScopedReg(); BitSet32 gpr_caller_save = BitSet32{DecodeReg(WA)}; if (WB != ARM64Reg::INVALID_REG) gpr_caller_save[DecodeReg(WB)] = true; gpr_caller_save &= CALLER_SAVED_GPRS; WriteBranchWatchDestInRegister(js.compilerPC, WA, inst, WC, WD, gpr_caller_save, {}); - gpr.Unlock(WC, WD); } WriteExit(WA, inst.LK_3, js.compilerPC + 4, WB); - - if (WB != ARM64Reg::INVALID_REG) - gpr.Unlock(WB); - gpr.Unlock(WA); } void JitArm64::bclrx(UGeckoInstruction inst) @@ -375,85 +358,92 @@ void JitArm64::bclrx(UGeckoInstruction inst) bool conditional = (inst.BO & BO_DONT_DECREMENT_FLAG) == 0 || (inst.BO & BO_DONT_CHECK_CONDITION) == 0; - ARM64Reg WA = gpr.GetReg(); - ARM64Reg WB = - conditional || inst.LK || IsDebuggingEnabled() ? gpr.GetReg() : ARM64Reg::INVALID_REG; - ARM64Reg WC = IsDebuggingEnabled() ? gpr.GetReg() : ARM64Reg::INVALID_REG; - - FixupBranch pCTRDontBranch; - if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) // Decrement and test CTR + auto WA = gpr.GetScopedReg(); + Arm64GPRCache::ScopedARM64Reg WB; + if (conditional || inst.LK || IsDebuggingEnabled()) { - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); - SUBS(WA, WA, 1); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); - - if (inst.BO & BO_BRANCH_IF_CTR_0) - pCTRDontBranch = B(CC_NEQ); - else - pCTRDontBranch = B(CC_EQ); + WB = gpr.GetScopedReg(); } - FixupBranch pConditionDontBranch; - if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) // Test a CR bit { - pConditionDontBranch = - JumpIfCRFieldBit(inst.BI >> 2, 3 - (inst.BI & 3), !(inst.BO_2 & BO_BRANCH_IF_TRUE)); - } - - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); - AND(WA, WA, LogicalImm(~0x3, GPRSize::B32)); - - if (inst.LK) - { - MOVI2R(WB, js.compilerPC + 4); - STR(IndexType::Unsigned, WB, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); - } - - gpr.Flush(conditional ? FlushMode::MaintainState : FlushMode::All, WB); - fpr.Flush(conditional ? FlushMode::MaintainState : FlushMode::All, ARM64Reg::INVALID_REG); - - if (IsDebuggingEnabled()) - { - BitSet32 gpr_caller_save; - BitSet32 fpr_caller_save; - if (conditional) + Arm64GPRCache::ScopedARM64Reg WC; + if (IsDebuggingEnabled()) { - gpr_caller_save = gpr.GetCallerSavedUsed() & ~BitSet32{DecodeReg(WB), DecodeReg(WC)}; - if (js.op->branchIsIdleLoop) - gpr_caller_save[DecodeReg(WA)] = false; - fpr_caller_save = fpr.GetCallerSavedUsed(); + WC = gpr.GetScopedReg(); + } + + FixupBranch pCTRDontBranch; + if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) // Decrement and test CTR + { + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); + SUBS(WA, WA, 1); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_CTR)); + + if (inst.BO & BO_BRANCH_IF_CTR_0) + pCTRDontBranch = B(CC_NEQ); + else + pCTRDontBranch = B(CC_EQ); + } + + FixupBranch pConditionDontBranch; + if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) // Test a CR bit + { + pConditionDontBranch = + JumpIfCRFieldBit(inst.BI >> 2, 3 - (inst.BI & 3), !(inst.BO_2 & BO_BRANCH_IF_TRUE)); + } + + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); + AND(WA, WA, LogicalImm(~0x3, GPRSize::B32)); + + if (inst.LK) + { + MOVI2R(WB, js.compilerPC + 4); + STR(IndexType::Unsigned, WB, PPC_REG, PPCSTATE_OFF_SPR(SPR_LR)); + } + + gpr.Flush(conditional ? FlushMode::MaintainState : FlushMode::All, WB); + fpr.Flush(conditional ? FlushMode::MaintainState : FlushMode::All, ARM64Reg::INVALID_REG); + + if (IsDebuggingEnabled()) + { + BitSet32 gpr_caller_save; + BitSet32 fpr_caller_save; + if (conditional) + { + gpr_caller_save = gpr.GetCallerSavedUsed() & ~BitSet32{DecodeReg(WB), DecodeReg(WC)}; + if (js.op->branchIsIdleLoop) + gpr_caller_save[DecodeReg(WA)] = false; + fpr_caller_save = fpr.GetCallerSavedUsed(); + } + else + { + gpr_caller_save = + js.op->branchIsIdleLoop ? BitSet32{} : BitSet32{DecodeReg(WA)} & CALLER_SAVED_GPRS; + fpr_caller_save = {}; + } + WriteBranchWatchDestInRegister(js.compilerPC, WA, inst, WB, WC, gpr_caller_save, + fpr_caller_save); + } + if (js.op->branchIsIdleLoop) + { + // make idle loops go faster + ARM64Reg XA = EncodeRegTo64(WA); + + MOVP2R(XA, &CoreTiming::GlobalIdle); + BLR(XA); + + WriteExceptionExit(js.op->branchTo); } else { - gpr_caller_save = - js.op->branchIsIdleLoop ? BitSet32{} : BitSet32{DecodeReg(WA)} & CALLER_SAVED_GPRS; - fpr_caller_save = {}; + WriteBLRExit(WA); } - WriteBranchWatchDestInRegister(js.compilerPC, WA, inst, WB, WC, gpr_caller_save, - fpr_caller_save); + + if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) + SetJumpTarget(pConditionDontBranch); + if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) + SetJumpTarget(pCTRDontBranch); } - if (js.op->branchIsIdleLoop) - { - // make idle loops go faster - ARM64Reg XA = EncodeRegTo64(WA); - - MOVP2R(XA, &CoreTiming::GlobalIdle); - BLR(XA); - - WriteExceptionExit(js.op->branchTo); - } - else - { - WriteBLRExit(WA); - } - - if ((inst.BO & BO_DONT_CHECK_CONDITION) == 0) - SetJumpTarget(pConditionDontBranch); - if ((inst.BO & BO_DONT_DECREMENT_FLAG) == 0) - SetJumpTarget(pCTRDontBranch); - - if (WC != ARM64Reg::INVALID_REG) - gpr.Unlock(WC); if (!analyzer.HasOption(PPCAnalyst::PPCAnalyzer::OPTION_CONDITIONAL_CONTINUE)) { @@ -472,8 +462,4 @@ void JitArm64::bclrx(UGeckoInstruction inst) WriteBranchWatch(js.compilerPC, js.compilerPC + 4, inst, WA, WB, gpr_caller_save, fpr.GetCallerSavedUsed()); } - - gpr.Unlock(WA); - if (WB != ARM64Reg::INVALID_REG) - gpr.Unlock(WB); } diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp index 06e3974b9c..4f66b94702 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp @@ -102,154 +102,151 @@ void JitArm64::fp_arith(UGeckoInstruction inst) const ARM64Reg VC = use_c ? reg_encoder(fpr.R(c, type)) : ARM64Reg::INVALID_REG; const ARM64Reg VD = reg_encoder(fpr.RW(d, type_out)); - ARM64Reg V0Q = ARM64Reg::INVALID_REG; - ARM64Reg V1Q = ARM64Reg::INVALID_REG; - - ARM64Reg rounded_c_reg = VC; - if (round_c) { - ASSERT_MSG(DYNA_REC, !inputs_are_singles, "Tried to apply 25-bit precision to single"); + Arm64FPRCache::ScopedARM64Reg V0Q = ARM64Reg::INVALID_REG; + Arm64FPRCache::ScopedARM64Reg V1Q = ARM64Reg::INVALID_REG; - V0Q = fpr.GetReg(); - rounded_c_reg = reg_encoder(V0Q); - Force25BitPrecision(rounded_c_reg, VC); - } - - ARM64Reg inaccurate_fma_reg = VD; - if (fma && inaccurate_fma && VD == VB) - { - if (V0Q == ARM64Reg::INVALID_REG) - V0Q = fpr.GetReg(); - inaccurate_fma_reg = reg_encoder(V0Q); - } - - ARM64Reg result_reg = VD; - const bool preserve_d = - m_accurate_nans && (VD == VA || (use_b && VD == VB) || (use_c && VD == VC)); - if (preserve_d) - { - V1Q = fpr.GetReg(); - result_reg = reg_encoder(V1Q); - } - - switch (op5) - { - case 18: - m_float_emit.FDIV(result_reg, VA, VB); - break; - case 20: - m_float_emit.FSUB(result_reg, VA, VB); - break; - case 21: - m_float_emit.FADD(result_reg, VA, VB); - break; - case 25: - m_float_emit.FMUL(result_reg, VA, rounded_c_reg); - break; - // While it may seem like PowerPC's nmadd/nmsub map to AArch64's nmadd/msub [sic], - // the subtly different definitions affect how signed zeroes are handled. - // Also, PowerPC's nmadd/nmsub perform rounding before the final negation. - // So, we negate using a separate FNEG instruction instead of using AArch64's nmadd/msub. - case 28: // fmsub: "D = A*C - B" vs "Vd = (-Va) + Vn*Vm" - case 30: // fnmsub: "D = -(A*C - B)" vs "Vd = -((-Va) + Vn*Vm)" - if (inaccurate_fma) + ARM64Reg rounded_c_reg = VC; + if (round_c) { - m_float_emit.FMUL(inaccurate_fma_reg, VA, rounded_c_reg); - m_float_emit.FSUB(result_reg, inaccurate_fma_reg, VB); - } - else - { - m_float_emit.FNMSUB(result_reg, VA, rounded_c_reg, VB); - } - break; - case 29: // fmadd: "D = A*C + B" vs "Vd = Va + Vn*Vm" - case 31: // fnmadd: "D = -(A*C + B)" vs "Vd = -(Va + Vn*Vm)" - if (inaccurate_fma) - { - m_float_emit.FMUL(inaccurate_fma_reg, VA, rounded_c_reg); - m_float_emit.FADD(result_reg, inaccurate_fma_reg, VB); - } - else - { - m_float_emit.FMADD(result_reg, VA, rounded_c_reg, VB); - } - break; - default: - ASSERT_MSG(DYNA_REC, 0, "fp_arith"); - break; - } + ASSERT_MSG(DYNA_REC, !inputs_are_singles, "Tried to apply 25-bit precision to single"); - Common::SmallVector nan_fixups; - if (m_accurate_nans) - { - // Check if we need to handle NaNs - m_float_emit.FCMP(result_reg); - FixupBranch no_nan = B(CCFlags::CC_VC); - FixupBranch nan = B(); - SetJumpTarget(no_nan); - - SwitchToFarCode(); - SetJumpTarget(nan); - - Common::SmallVector inputs; - inputs.push_back(VA); - if (use_b && VA != VB) - inputs.push_back(VB); - if (use_c && VA != VC && (!use_b || VB != VC)) - inputs.push_back(VC); - - // If any inputs are NaNs, pick the first NaN of them and set its quiet bit. - // However, we can skip checking the last input, because if exactly one input is NaN, AArch64 - // arithmetic instructions automatically pick that NaN and make it quiet, just like we want. - for (size_t i = 0; i < inputs.size() - 1; ++i) - { - const ARM64Reg input = inputs[i]; - - m_float_emit.FCMP(input); - FixupBranch skip = B(CCFlags::CC_VC); - - // Make the NaN quiet - m_float_emit.FADD(VD, input, input); - - nan_fixups.push_back(B()); - - SetJumpTarget(skip); + V0Q = fpr.GetScopedReg(); + rounded_c_reg = reg_encoder(V0Q); + Force25BitPrecision(rounded_c_reg, VC); } - std::optional nan_early_fixup; + ARM64Reg inaccurate_fma_reg = VD; + if (fma && inaccurate_fma && VD == VB) + { + if (V0Q == ARM64Reg::INVALID_REG) + V0Q = fpr.GetScopedReg(); + inaccurate_fma_reg = reg_encoder(V0Q); + } + + ARM64Reg result_reg = VD; + const bool preserve_d = + m_accurate_nans && (VD == VA || (use_b && VD == VB) || (use_c && VD == VC)); + if (preserve_d) + { + V1Q = fpr.GetScopedReg(); + result_reg = reg_encoder(V1Q); + } + + switch (op5) + { + case 18: + m_float_emit.FDIV(result_reg, VA, VB); + break; + case 20: + m_float_emit.FSUB(result_reg, VA, VB); + break; + case 21: + m_float_emit.FADD(result_reg, VA, VB); + break; + case 25: + m_float_emit.FMUL(result_reg, VA, rounded_c_reg); + break; + // While it may seem like PowerPC's nmadd/nmsub map to AArch64's nmadd/msub [sic], + // the subtly different definitions affect how signed zeroes are handled. + // Also, PowerPC's nmadd/nmsub perform rounding before the final negation. + // So, we negate using a separate FNEG instruction instead of using AArch64's nmadd/msub. + case 28: // fmsub: "D = A*C - B" vs "Vd = (-Va) + Vn*Vm" + case 30: // fnmsub: "D = -(A*C - B)" vs "Vd = -((-Va) + Vn*Vm)" + if (inaccurate_fma) + { + m_float_emit.FMUL(inaccurate_fma_reg, VA, rounded_c_reg); + m_float_emit.FSUB(result_reg, inaccurate_fma_reg, VB); + } + else + { + m_float_emit.FNMSUB(result_reg, VA, rounded_c_reg, VB); + } + break; + case 29: // fmadd: "D = A*C + B" vs "Vd = Va + Vn*Vm" + case 31: // fnmadd: "D = -(A*C + B)" vs "Vd = -(Va + Vn*Vm)" + if (inaccurate_fma) + { + m_float_emit.FMUL(inaccurate_fma_reg, VA, rounded_c_reg); + m_float_emit.FADD(result_reg, inaccurate_fma_reg, VB); + } + else + { + m_float_emit.FMADD(result_reg, VA, rounded_c_reg, VB); + } + break; + default: + ASSERT_MSG(DYNA_REC, 0, "fp_arith"); + break; + } + + Common::SmallVector nan_fixups; + if (m_accurate_nans) + { + // Check if we need to handle NaNs + m_float_emit.FCMP(result_reg); + FixupBranch no_nan = B(CCFlags::CC_VC); + FixupBranch nan = B(); + SetJumpTarget(no_nan); + + SwitchToFarCode(); + SetJumpTarget(nan); + + Common::SmallVector inputs; + inputs.push_back(VA); + if (use_b && VA != VB) + inputs.push_back(VB); + if (use_c && VA != VC && (!use_b || VB != VC)) + inputs.push_back(VC); + + // If any inputs are NaNs, pick the first NaN of them and set its quiet bit. + // However, we can skip checking the last input, because if exactly one input is NaN, AArch64 + // arithmetic instructions automatically pick that NaN and make it quiet, just like we want. + for (size_t i = 0; i < inputs.size() - 1; ++i) + { + const ARM64Reg input = inputs[i]; + + m_float_emit.FCMP(input); + FixupBranch skip = B(CCFlags::CC_VC); + + // Make the NaN quiet + m_float_emit.FADD(VD, input, input); + + nan_fixups.push_back(B()); + + SetJumpTarget(skip); + } + + std::optional nan_early_fixup; + if (negate_result) + { + // If we have a NaN, we must not execute FNEG. + if (result_reg != VD) + m_float_emit.MOV(EncodeRegToDouble(VD), EncodeRegToDouble(result_reg)); + nan_fixups.push_back(B()); + } + else + { + nan_early_fixup = B(); + } + + SwitchToNearCode(); + + if (nan_early_fixup) + SetJumpTarget(*nan_early_fixup); + } + + // PowerPC's nmadd/nmsub perform rounding before the final negation, which is not the case + // for any of AArch64's FMA instructions, so we negate using a separate instruction. if (negate_result) - { - // If we have a NaN, we must not execute FNEG. - if (result_reg != VD) - m_float_emit.MOV(EncodeRegToDouble(VD), EncodeRegToDouble(result_reg)); - nan_fixups.push_back(B()); - } - else - { - nan_early_fixup = B(); - } + m_float_emit.FNEG(VD, result_reg); + else if (result_reg != VD) + m_float_emit.MOV(EncodeRegToDouble(VD), EncodeRegToDouble(result_reg)); - SwitchToNearCode(); - - if (nan_early_fixup) - SetJumpTarget(*nan_early_fixup); + for (FixupBranch fixup : nan_fixups) + SetJumpTarget(fixup); } - // PowerPC's nmadd/nmsub perform rounding before the final negation, which is not the case - // for any of AArch64's FMA instructions, so we negate using a separate instruction. - if (negate_result) - m_float_emit.FNEG(VD, result_reg); - else if (result_reg != VD) - m_float_emit.MOV(EncodeRegToDouble(VD), EncodeRegToDouble(result_reg)); - - for (FixupBranch fixup : nan_fixups) - SetJumpTarget(fixup); - - if (V0Q != ARM64Reg::INVALID_REG) - fpr.Unlock(V0Q); - if (V1Q != ARM64Reg::INVALID_REG) - fpr.Unlock(V1Q); - if (output_is_single) { ASSERT_MSG(DYNA_REC, inputs_are_singles == inputs_are_singles_func(), @@ -449,43 +446,40 @@ void JitArm64::FloatCompare(UGeckoInstruction inst, bool upper) gpr.BindCRToRegister(crf, false); const ARM64Reg XA = gpr.CR(crf); - ARM64Reg fpscr_reg = ARM64Reg::INVALID_REG; + Arm64GPRCache::ScopedARM64Reg fpscr_reg = ARM64Reg::INVALID_REG; if (fprf) { - fpscr_reg = gpr.GetReg(); + fpscr_reg = gpr.GetScopedReg(); LDR(IndexType::Unsigned, fpscr_reg, PPC_REG, PPCSTATE_OFF(fpscr)); AND(fpscr_reg, fpscr_reg, LogicalImm(~FPCC_MASK, GPRSize::B32)); } - ARM64Reg V0Q = ARM64Reg::INVALID_REG; - ARM64Reg V1Q = ARM64Reg::INVALID_REG; - if (upper_a) { - V0Q = fpr.GetReg(); - m_float_emit.DUP(singles ? 32 : 64, paired_reg_encoder(V0Q), paired_reg_encoder(VA), 1); - VA = reg_encoder(V0Q); - } - if (upper_b) - { - if (a == b) + Arm64FPRCache::ScopedARM64Reg V0Q; + Arm64FPRCache::ScopedARM64Reg V1Q; + if (upper_a) { - VB = VA; + V0Q = fpr.GetScopedReg(); + m_float_emit.DUP(singles ? 32 : 64, paired_reg_encoder(V0Q), paired_reg_encoder(VA), 1); + VA = reg_encoder(V0Q); } - else + if (upper_b) { - V1Q = fpr.GetReg(); - m_float_emit.DUP(singles ? 32 : 64, paired_reg_encoder(V1Q), paired_reg_encoder(VB), 1); - VB = reg_encoder(V1Q); + if (a == b) + { + VB = VA; + } + else + { + V1Q = fpr.GetScopedReg(); + m_float_emit.DUP(singles ? 32 : 64, paired_reg_encoder(V1Q), paired_reg_encoder(VB), 1); + VB = reg_encoder(V1Q); + } } + + m_float_emit.FCMP(VA, VB); } - m_float_emit.FCMP(VA, VB); - - if (V0Q != ARM64Reg::INVALID_REG) - fpr.Unlock(V0Q); - if (V1Q != ARM64Reg::INVALID_REG) - fpr.Unlock(V1Q); - FixupBranch pNaN, pLesser, pGreater; FixupBranch continue1, continue2, continue3; @@ -538,7 +532,6 @@ void JitArm64::FloatCompare(UGeckoInstruction inst, bool upper) if (fprf) { STR(IndexType::Unsigned, fpscr_reg, PPC_REG, PPCSTATE_OFF(fpscr)); - gpr.Unlock(fpscr_reg); } } @@ -572,7 +565,7 @@ void JitArm64::fctiwx(UGeckoInstruction inst) if (single) { - const ARM64Reg V0 = fpr.GetReg(); + const auto V0 = fpr.GetScopedReg(); if (is_fctiwzx) { @@ -589,12 +582,10 @@ void JitArm64::fctiwx(UGeckoInstruction inst) m_float_emit.BIC(16, EncodeRegToDouble(V0), 0x7); m_float_emit.ORR(EncodeRegToDouble(VD), EncodeRegToDouble(VD), EncodeRegToDouble(V0)); - - fpr.Unlock(V0); } else { - const ARM64Reg WA = gpr.GetReg(); + const auto WA = gpr.GetScopedReg(); if (is_fctiwzx) { @@ -608,8 +599,6 @@ void JitArm64::fctiwx(UGeckoInstruction inst) ORR(EncodeRegTo64(WA), EncodeRegTo64(WA), LogicalImm(0xFFF8'0000'0000'0000ULL, GPRSize::B64)); m_float_emit.FMOV(EncodeRegToDouble(VD), EncodeRegTo64(WA)); - - gpr.Unlock(WA); } ASSERT_MSG(DYNA_REC, b == d || single == fpr.IsSingle(b, true), diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Integer.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Integer.cpp index f3d263379c..8b00447ffd 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Integer.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Integer.cpp @@ -86,10 +86,9 @@ void JitArm64::LoadCarry() { case CarryFlag::InPPCState: { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); CMP(WA, 1); - gpr.Unlock(WA); break; } case CarryFlag::InHostCarry: @@ -119,18 +118,16 @@ void JitArm64::FlushCarry() } case CarryFlag::InHostCarry: { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); CSET(WA, CC_CS); STRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); - gpr.Unlock(WA); break; } case CarryFlag::ConstantTrue: { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); MOVI2R(WA, 1); STRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); - gpr.Unlock(WA); break; } case CarryFlag::ConstantFalse: @@ -155,9 +152,10 @@ void JitArm64::reg_imm(u32 d, u32 a, u32 value, u32 (*do_op)(u32, u32), else { gpr.BindToRegister(d, d == a); - ARM64Reg WA = gpr.GetReg(); - (this->*op)(gpr.R(d), gpr.R(a), value, WA); - gpr.Unlock(WA); + { + auto WA = gpr.GetScopedReg(); + (this->*op)(gpr.R(d), gpr.R(a), value, WA); + } if (Rc) ComputeRC0(gpr.R(d)); @@ -245,9 +243,8 @@ void JitArm64::addix(UGeckoInstruction inst) { gpr.BindToRegister(d, d == a); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ADDI2R(gpr.R(d), gpr.R(a), imm, WA); - gpr.Unlock(WA); } } else @@ -544,9 +541,10 @@ void JitArm64::addx(UGeckoInstruction inst) int imm_value = gpr.GetImm(imm_reg); gpr.BindToRegister(d, d == in_reg); - ARM64Reg WA = gpr.GetReg(); - ADDI2R(gpr.R(d), gpr.R(in_reg), imm_value, WA); - gpr.Unlock(WA); + { + auto WA = gpr.GetScopedReg(); + ADDI2R(gpr.R(d), gpr.R(in_reg), imm_value, WA); + } if (inst.Rc) ComputeRC0(gpr.R(d)); } @@ -649,7 +647,7 @@ void JitArm64::cmp(UGeckoInstruction inst) SXTW(CR, gpr.R(b)); NEG(CR, CR); } - else if (gpr.IsImm(a) && gpr.GetImm(a) == 0xFFFFFFFF) + else if (gpr.IsImm(a, 0xFFFFFFFF)) { SXTW(CR, gpr.R(b)); MVN(CR, CR); @@ -722,9 +720,8 @@ void JitArm64::cmpi(UGeckoInstruction inst) if (B != 0) { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); SUBI2R(CR, CR, B, EncodeRegTo64(WA)); - gpr.Unlock(WA); } } @@ -796,10 +793,9 @@ void JitArm64::rlwinmx_internal(UGeckoInstruction inst, u32 sh) } else { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); MOVI2R(WA, mask); AND(gpr.R(a), WA, gpr.R(s), ArithOption(gpr.R(s), ShiftType::ROR, 32 - sh)); - gpr.Unlock(WA); } if (inst.Rc) @@ -829,11 +825,12 @@ void JitArm64::rlwnmx(UGeckoInstruction inst) const u32 mask = MakeRotationMask(inst.MB, inst.ME); gpr.BindToRegister(a, a == s || a == b); - ARM64Reg WA = gpr.GetReg(); - NEG(WA, gpr.R(b)); - RORV(gpr.R(a), gpr.R(s), WA); - ANDI2R(gpr.R(a), gpr.R(a), mask, WA); - gpr.Unlock(WA); + { + auto WA = gpr.GetScopedReg(); + NEG(WA, gpr.R(b)); + RORV(gpr.R(a), gpr.R(s), WA); + ANDI2R(gpr.R(a), gpr.R(a), mask, WA); + } if (inst.Rc) ComputeRC0(gpr.R(a)); @@ -878,8 +875,8 @@ void JitArm64::srawix(UGeckoInstruction inst) if (js.op->wantsCA) { - ARM64Reg WA = gpr.GetReg(); - ARM64Reg dest = inplace_carry ? WA : ARM64Reg::WSP; + auto WA = gpr.GetScopedReg(); + ARM64Reg dest = inplace_carry ? ARM64Reg(WA) : ARM64Reg::WSP; if (a != s) { ASR(RA, RS, amount); @@ -901,7 +898,6 @@ void JitArm64::srawix(UGeckoInstruction inst) CSINC(WA, ARM64Reg::WSP, ARM64Reg::WSP, CC_EQ); ComputeCarry(WA); } - gpr.Unlock(WA); } else { @@ -936,9 +932,10 @@ void JitArm64::addic(UGeckoInstruction inst) else { gpr.BindToRegister(d, d == a); - ARM64Reg WA = gpr.GetReg(); - CARRY_IF_NEEDED(ADDI2R, ADDSI2R, gpr.R(d), gpr.R(a), simm, WA); - gpr.Unlock(WA); + { + auto WA = gpr.GetScopedReg(); + CARRY_IF_NEEDED(ADDI2R, ADDSI2R, gpr.R(d), gpr.R(a), simm, WA); + } ComputeCarry(); if (rc) @@ -1037,12 +1034,10 @@ void JitArm64::mulli(UGeckoInstruction inst) gpr.BindToRegister(d, allocate_reg); // Reuse d to hold the immediate if possible, allocate a register otherwise. - ARM64Reg WA = allocate_reg ? gpr.GetReg() : gpr.R(d); + auto WA = allocate_reg ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(gpr.R(d)); MOVI2R(WA, (u32)(s32)inst.SIMM_16); MUL(gpr.R(d), gpr.R(a), WA); - if (allocate_reg) - gpr.Unlock(WA); } } @@ -1137,16 +1132,16 @@ void JitArm64::addzex(UGeckoInstruction inst) { case CarryFlag::InPPCState: { - gpr.BindToRegister(d, d == a); - ARM64Reg WA = d == a ? gpr.GetReg() : gpr.R(d); + const bool allocate_reg = d == a; + gpr.BindToRegister(d, allocate_reg); + + { + auto WA = allocate_reg ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(gpr.R(d)); + LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); + CARRY_IF_NEEDED(ADD, ADDS, gpr.R(d), gpr.R(a), WA); + } - LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); - CARRY_IF_NEEDED(ADD, ADDS, gpr.R(d), gpr.R(a), WA); ComputeCarry(); - - if (d == a) - gpr.Unlock(WA); - break; } case CarryFlag::InHostCarry: @@ -1229,18 +1224,16 @@ void JitArm64::subfex(UGeckoInstruction inst) { case CarryFlag::InPPCState: { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); ADDI2R(gpr.R(d), WA, ~i + j, gpr.R(d)); - gpr.Unlock(WA); break; } case CarryFlag::InHostCarry: { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); MOVI2R(WA, ~i + j); ADC(gpr.R(d), WA, ARM64Reg::WZR); - gpr.Unlock(WA); break; } case CarryFlag::ConstantTrue: @@ -1274,23 +1267,30 @@ void JitArm64::subfex(UGeckoInstruction inst) else { gpr.BindToRegister(d, d == a || d == b); - ARM64Reg RB = mex ? gpr.GetReg() : gpr.R(b); - if (mex) - MOVI2R(RB, -1); + { + Arm64GPRCache::ScopedARM64Reg RB; + if (mex) + { + RB = gpr.GetScopedReg(); + MOVI2R(RB, -1); + } + else + { + RB = gpr.R(b); + } - if (js.carryFlag == CarryFlag::ConstantTrue) - { - CARRY_IF_NEEDED(SUB, SUBS, gpr.R(d), RB, gpr.R(a)); - } - else - { - LoadCarry(); - CARRY_IF_NEEDED(SBC, SBCS, gpr.R(d), RB, gpr.R(a)); + if (js.carryFlag == CarryFlag::ConstantTrue) + { + CARRY_IF_NEEDED(SUB, SUBS, gpr.R(d), RB, gpr.R(a)); + } + else + { + LoadCarry(); + CARRY_IF_NEEDED(SBC, SBCS, gpr.R(d), RB, gpr.R(a)); + } } ComputeCarry(); - if (mex) - gpr.Unlock(RB); } if (inst.Rc) @@ -1343,12 +1343,13 @@ void JitArm64::subfzex(UGeckoInstruction inst) { case CarryFlag::InPPCState: { - ARM64Reg WA = gpr.GetReg(); - LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); - MVN(gpr.R(d), gpr.R(a)); - CARRY_IF_NEEDED(ADD, ADDS, gpr.R(d), gpr.R(d), WA); + { + auto WA = gpr.GetScopedReg(); + LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); + MVN(gpr.R(d), gpr.R(a)); + CARRY_IF_NEEDED(ADD, ADDS, gpr.R(d), gpr.R(d), WA); + } ComputeCarry(); - gpr.Unlock(WA); break; } case CarryFlag::InHostCarry: @@ -1394,21 +1395,20 @@ void JitArm64::subfic(UGeckoInstruction inst) { const bool will_read = d == a; const bool is_zero = imm == 0; - const bool allocate_reg = will_read && !is_zero; gpr.BindToRegister(d, will_read); // d = imm - a ARM64Reg RD = gpr.R(d); - ARM64Reg WA = ARM64Reg::WZR; - if (!is_zero) { - WA = will_read ? gpr.GetReg() : RD; - MOVI2R(WA, imm); - } - CARRY_IF_NEEDED(SUB, SUBS, RD, WA, gpr.R(a)); + Arm64GPRCache::ScopedARM64Reg WA(ARM64Reg::WZR); + if (!is_zero) + { + WA = will_read ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(RD); + MOVI2R(WA, imm); + } - if (allocate_reg) - gpr.Unlock(WA); + CARRY_IF_NEEDED(SUB, SUBS, RD, WA, gpr.R(a)); + } ComputeCarry(); } @@ -1433,10 +1433,9 @@ void JitArm64::addex(UGeckoInstruction inst) { case CarryFlag::InPPCState: { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); ADDI2R(gpr.R(d), WA, i + j, gpr.R(d)); - gpr.Unlock(WA); break; } case CarryFlag::InHostCarry: @@ -1477,23 +1476,30 @@ void JitArm64::addex(UGeckoInstruction inst) else { gpr.BindToRegister(d, d == a || d == b); - ARM64Reg RB = mex ? gpr.GetReg() : gpr.R(b); - if (mex) - MOVI2R(RB, -1); + { + Arm64GPRCache::ScopedARM64Reg RB; + if (mex) + { + RB = gpr.GetScopedReg(); + MOVI2R(RB, -1); + } + else + { + RB = gpr.R(b); + } - if (js.carryFlag == CarryFlag::ConstantFalse) - { - CARRY_IF_NEEDED(ADD, ADDS, gpr.R(d), gpr.R(a), RB); - } - else - { - LoadCarry(); - CARRY_IF_NEEDED(ADC, ADCS, gpr.R(d), gpr.R(a), RB); + if (js.carryFlag == CarryFlag::ConstantFalse) + { + CARRY_IF_NEEDED(ADD, ADDS, gpr.R(d), gpr.R(a), RB); + } + else + { + LoadCarry(); + CARRY_IF_NEEDED(ADC, ADCS, gpr.R(d), gpr.R(a), RB); + } } ComputeCarry(); - if (mex) - gpr.Unlock(RB); } if (inst.Rc) @@ -1575,7 +1581,7 @@ void JitArm64::divwux(UGeckoInstruction inst) { UnsignedMagic m = UnsignedDivisionConstants(divisor); - ARM64Reg WI = allocate_reg ? gpr.GetReg() : RD; + auto WI = allocate_reg ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(RD); ARM64Reg XD = EncodeRegTo64(RD); MOVI2R(WI, m.multiplier); @@ -1590,9 +1596,6 @@ void JitArm64::divwux(UGeckoInstruction inst) } LSR(XD, XD, 32 + m.shift); - - if (allocate_reg) - gpr.Unlock(WI); } if (inst.Rc) @@ -1640,7 +1643,7 @@ void JitArm64::divwx(UGeckoInstruction inst) if (inst.Rc) ComputeRC0(imm_d); } - else if (gpr.IsImm(a) && gpr.GetImm(a) == 0) + else if (gpr.IsImm(a, 0)) { // Zero divided by anything is always zero gpr.SetImmediate(d, 0); @@ -1719,7 +1722,7 @@ void JitArm64::divwx(UGeckoInstruction inst) ARM64Reg RA = gpr.R(a); ARM64Reg RD = gpr.R(d); - ARM64Reg WA = allocate_reg ? gpr.GetReg() : RD; + auto WA = allocate_reg ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(RD); TST(RA, RA); ADDI2R(WA, RA, abs_val - 1, WA); @@ -1729,9 +1732,6 @@ void JitArm64::divwx(UGeckoInstruction inst) NEG(RD, WA, ArithOption(WA, ShiftType::ASR, MathUtil::IntLog2(abs_val))); else ASR(RD, WA, MathUtil::IntLog2(abs_val)); - - if (allocate_reg) - gpr.Unlock(WA); } else { @@ -1739,8 +1739,8 @@ void JitArm64::divwx(UGeckoInstruction inst) SignedMagic m = SignedDivisionConstants(divisor); ARM64Reg RD = gpr.R(d); - ARM64Reg WA = gpr.GetReg(); - ARM64Reg WB = allocate_reg ? gpr.GetReg() : RD; + auto WA = gpr.GetScopedReg(); + auto WB = allocate_reg ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(RD); ARM64Reg XD = EncodeRegTo64(RD); ARM64Reg XA = EncodeRegTo64(WA); @@ -1776,10 +1776,6 @@ void JitArm64::divwx(UGeckoInstruction inst) ASR(XD, XD, 32 + m.shift); ADD(RD, WA, RD); } - - gpr.Unlock(WA); - if (allocate_reg) - gpr.Unlock(WB); } if (inst.Rc) @@ -1829,7 +1825,7 @@ void JitArm64::slwx(UGeckoInstruction inst) if (inst.Rc) ComputeRC0(gpr.GetImm(a)); } - else if (gpr.IsImm(s) && gpr.GetImm(s) == 0) + else if (gpr.IsImm(s, 0)) { gpr.SetImmediate(a, 0); if (inst.Rc) @@ -1934,7 +1930,7 @@ void JitArm64::srawx(UGeckoInstruction inst) ComputeRC0(gpr.GetImm(a)); return; } - else if (gpr.IsImm(s) && gpr.GetImm(s) == 0) + else if (gpr.IsImm(s, 0)) { gpr.SetImmediate(a, 0); ComputeCarry(false); @@ -1982,8 +1978,7 @@ void JitArm64::srawx(UGeckoInstruction inst) else { gpr.BindToRegister(a, a == s); - - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); if (a != s) { @@ -2009,8 +2004,6 @@ void JitArm64::srawx(UGeckoInstruction inst) CSET(WA, CC_NEQ); ComputeCarry(WA); - - gpr.Unlock(WA); } } else @@ -2018,8 +2011,8 @@ void JitArm64::srawx(UGeckoInstruction inst) const bool will_read = a == b || a == s; gpr.BindToRegister(a, will_read); - const bool allocate_reg = will_read || js.op->wantsCA; - ARM64Reg WA = allocate_reg ? gpr.GetReg() : gpr.R(a); + auto WA = + will_read || js.op->wantsCA ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(gpr.R(a)); LSL(EncodeRegTo64(WA), EncodeRegTo64(gpr.R(s)), 32); ASRV(EncodeRegTo64(WA), EncodeRegTo64(WA), EncodeRegTo64(gpr.R(b))); @@ -2031,9 +2024,6 @@ void JitArm64::srawx(UGeckoInstruction inst) CSET(WA, CC_NEQ); ComputeCarry(WA); } - - if (allocate_reg) - gpr.Unlock(WA); } if (inst.Rc) @@ -2088,10 +2078,9 @@ void JitArm64::rlwimix(UGeckoInstruction inst) // No rotation // No mask inversion gpr.BindToRegister(a, true); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); UBFX(WA, gpr.R(s), lsb, width); BFI(gpr.R(a), WA, lsb, width); - gpr.Unlock(WA); } else if (inst.SH && inst.MB <= inst.ME) { @@ -2103,28 +2092,22 @@ void JitArm64::rlwimix(UGeckoInstruction inst) } else { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ROR(WA, gpr.R(s), (rot_dist + lsb) % 32); BFI(gpr.R(a), WA, lsb, width); - gpr.Unlock(WA); } } else { gpr.BindToRegister(a, true); - const bool allocate_reg = a == s; ARM64Reg RA = gpr.R(a); - ARM64Reg WA = gpr.GetReg(); - ARM64Reg WB = allocate_reg ? gpr.GetReg() : RA; + auto WA = gpr.GetScopedReg(); + auto WB = a == s ? gpr.GetScopedReg() : Arm64GPRCache::ScopedARM64Reg(RA); MOVI2R(WA, mask); BIC(WB, RA, WA); AND(WA, WA, gpr.R(s), ArithOption(gpr.R(s), ShiftType::ROR, rot_dist)); ORR(RA, WB, WA); - - gpr.Unlock(WA); - if (allocate_reg) - gpr.Unlock(WB); } if (inst.Rc) diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStore.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStore.cpp index 1eae3d923d..8e5cb47940 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStore.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStore.cpp @@ -538,9 +538,12 @@ void JitArm64::lmw(UGeckoInstruction inst) else ADDI2R(addr_reg, gpr.R(a), offset, addr_reg); - ARM64Reg addr_base_reg = a_is_addr_base_reg ? ARM64Reg::INVALID_REG : gpr.GetReg(); + Arm64RegCache::ScopedARM64Reg addr_base_reg; if (!a_is_addr_base_reg) + { + addr_base_reg = gpr.GetScopedReg(); MOV(addr_base_reg, addr_reg); + } BitSet32 gprs_to_discard{}; if (!jo.memcheck) @@ -628,8 +631,6 @@ void JitArm64::lmw(UGeckoInstruction inst) gpr.Unlock(ARM64Reg::W1, ARM64Reg::W30); if (jo.memcheck || !jo.fastmem) gpr.Unlock(ARM64Reg::W0); - if (!a_is_addr_base_reg) - gpr.Unlock(addr_base_reg); } void JitArm64::stmw(UGeckoInstruction inst) @@ -655,9 +656,12 @@ void JitArm64::stmw(UGeckoInstruction inst) else ADDI2R(addr_reg, gpr.R(a), offset, addr_reg); - ARM64Reg addr_base_reg = a_is_addr_base_reg ? ARM64Reg::INVALID_REG : gpr.GetReg(); + Arm64GPRCache::ScopedARM64Reg addr_base_reg; if (!a_is_addr_base_reg) + { + addr_base_reg = gpr.GetScopedReg(); MOV(addr_base_reg, addr_reg); + } BitSet32 gprs_to_discard{}; if (!jo.memcheck) @@ -748,8 +752,6 @@ void JitArm64::stmw(UGeckoInstruction inst) gpr.Unlock(ARM64Reg::W1, ARM64Reg::W2, ARM64Reg::W30); if (!jo.fastmem) gpr.Unlock(ARM64Reg::W0); - if (!a_is_addr_base_reg) - gpr.Unlock(addr_base_reg); } void JitArm64::dcbx(UGeckoInstruction inst) @@ -786,8 +788,8 @@ void JitArm64::dcbx(UGeckoInstruction inst) // bdnz afterwards! So if we invalidate a single cache line, we don't adjust the registers at // all, if we invalidate 2 cachelines we adjust the registers by one step, and so on. - const ARM64Reg reg_cycle_count = gpr.GetReg(); - const ARM64Reg reg_downcount = gpr.GetReg(); + const auto reg_cycle_count = gpr.GetScopedReg(); + const auto reg_downcount = gpr.GetScopedReg(); // Figure out how many loops we want to do. const u8 cycle_count_per_loop = @@ -855,12 +857,9 @@ void JitArm64::dcbx(UGeckoInstruction inst) SetJumpTarget(branch_out); SetJumpTarget(branch_over); } - - gpr.Unlock(reg_cycle_count, reg_downcount); } constexpr ARM64Reg effective_addr = WB; - const ARM64Reg physical_addr = gpr.GetReg(); if (a) ADD(effective_addr, gpr.R(a), gpr.R(b)); @@ -874,6 +873,8 @@ void JitArm64::dcbx(UGeckoInstruction inst) ADD(gpr.R(b), gpr.R(b), WA, ArithOption(WA, ShiftType::LSL, 5)); // Rb += (WA * 32) } + auto physical_addr = gpr.GetScopedReg(); + // Translate effective address to physical address. const u8* loop_start = GetCodePtr(); FixupBranch bat_lookup_failed; @@ -939,7 +940,7 @@ void JitArm64::dcbx(UGeckoInstruction inst) SwitchToNearCode(); SetJumpTarget(near_addr); - gpr.Unlock(WA, WB, physical_addr); + gpr.Unlock(WA, WB); if (make_loop) gpr.Unlock(loop_counter); } diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStoreFloating.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStoreFloating.cpp index 0e471e355b..6bac5dc656 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStoreFloating.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStoreFloating.cpp @@ -268,14 +268,14 @@ void JitArm64::stfXX(UGeckoInstruction inst) const bool have_single = fpr.IsSingle(inst.FS, true); - ARM64Reg V0 = + Arm64FPRCache::ScopedARM64Reg V0 = fpr.R(inst.FS, want_single && have_single ? RegType::LowerPairSingle : RegType::LowerPair); if (want_single && !have_single) { - const ARM64Reg single_reg = fpr.GetReg(); + auto single_reg = fpr.GetScopedReg(); ConvertDoubleToSingleLower(inst.FS, single_reg, V0); - V0 = single_reg; + V0 = std::move(single_reg); } gpr.Lock(ARM64Reg::W1, ARM64Reg::W2, ARM64Reg::W30); @@ -425,9 +425,6 @@ void JitArm64::stfXX(UGeckoInstruction inst) MOV(gpr.R(a), addr_reg); } - if (want_single && !have_single) - fpr.Unlock(V0); - gpr.Unlock(ARM64Reg::W1, ARM64Reg::W2, ARM64Reg::W30); fpr.Unlock(ARM64Reg::Q0); if (!jo.fastmem) diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp index 5d1e561eef..eb8b4d015c 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp @@ -173,20 +173,21 @@ void JitArm64::psq_stXX(UGeckoInstruction inst) const bool have_single = fpr.IsSingle(inst.RS); - ARM64Reg VS = fpr.R(inst.RS, have_single ? RegType::Single : RegType::Register); + Arm64FPRCache::ScopedARM64Reg VS = + fpr.R(inst.RS, have_single ? RegType::Single : RegType::Register); if (js.assumeNoPairedQuantize) { if (!have_single) { - const ARM64Reg single_reg = fpr.GetReg(); + auto single_reg = fpr.GetScopedReg(); if (w) m_float_emit.FCVT(32, 64, EncodeRegToDouble(single_reg), EncodeRegToDouble(VS)); else m_float_emit.FCVTN(32, EncodeRegToDouble(single_reg), EncodeRegToDouble(VS)); - VS = single_reg; + VS = std::move(single_reg); } } else @@ -279,9 +280,6 @@ void JitArm64::psq_stXX(UGeckoInstruction inst) MOV(gpr.R(inst.RA), addr_reg); } - if (js.assumeNoPairedQuantize && !have_single) - fpr.Unlock(VS); - gpr.Unlock(ARM64Reg::W1, ARM64Reg::W2, ARM64Reg::W30); fpr.Unlock(ARM64Reg::Q0); if (!js.assumeNoPairedQuantize || !jo.fastmem) diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Paired.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Paired.cpp index 23a06e48ca..900d9c87c1 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Paired.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Paired.cpp @@ -108,201 +108,196 @@ void JitArm64::ps_arith(UGeckoInstruction inst) const ARM64Reg VC = use_c ? reg_encoder(fpr.R(c, type)) : ARM64Reg::INVALID_REG; const ARM64Reg VD = reg_encoder(fpr.RW(d, type)); - ARM64Reg V0Q = ARM64Reg::INVALID_REG; - ARM64Reg V1Q = ARM64Reg::INVALID_REG; - ARM64Reg V2Q = ARM64Reg::INVALID_REG; - - ARM64Reg rounded_c_reg = VC; - if (round_c) { - ASSERT_MSG(DYNA_REC, !singles, "Tried to apply 25-bit precision to single"); + Arm64FPRCache::ScopedARM64Reg V0Q = ARM64Reg::INVALID_REG; + Arm64FPRCache::ScopedARM64Reg V1Q = ARM64Reg::INVALID_REG; + Arm64FPRCache::ScopedARM64Reg V2Q = ARM64Reg::INVALID_REG; - V0Q = fpr.GetReg(); - rounded_c_reg = reg_encoder(V0Q); - Force25BitPrecision(rounded_c_reg, VC); - } - - ARM64Reg inaccurate_fma_reg = VD; - if (fma && inaccurate_fma && VD == VB) - { - if (V0Q == ARM64Reg::INVALID_REG) - V0Q = fpr.GetReg(); - inaccurate_fma_reg = reg_encoder(V0Q); - } - - ARM64Reg result_reg = VD; - const bool need_accurate_fma_reg = - fma && !inaccurate_fma && (msub || VD != VB) && (VD == VA || VD == rounded_c_reg); - const bool preserve_d = - m_accurate_nans && (VD == VA || (use_b && VD == VB) || (use_c && VD == VC)); - if (need_accurate_fma_reg || preserve_d) - { - V1Q = fpr.GetReg(); - result_reg = reg_encoder(V1Q); - } - - if (m_accurate_nans) - { - if (V0Q == ARM64Reg::INVALID_REG) - V0Q = fpr.GetReg(); - - if (duplicated_c || VD == result_reg) - V2Q = fpr.GetReg(); - } - - switch (op5) - { - case 12: // ps_muls0: d = a * c.ps0 - m_float_emit.FMUL(size, result_reg, VA, rounded_c_reg, 0); - break; - case 13: // ps_muls1: d = a * c.ps1 - m_float_emit.FMUL(size, result_reg, VA, rounded_c_reg, 1); - break; - case 14: // ps_madds0: d = a * c.ps0 + b - if (inaccurate_fma) + ARM64Reg rounded_c_reg = VC; + if (round_c) { - m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg, 0); - m_float_emit.FADD(size, result_reg, inaccurate_fma_reg, VB); - } - else - { - if (result_reg != VB) - m_float_emit.MOV(result_reg, VB); - m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg, 0); - } - break; - case 15: // ps_madds1: d = a * c.ps1 + b - if (inaccurate_fma) - { - m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg, 1); - m_float_emit.FADD(size, result_reg, inaccurate_fma_reg, VB); - } - else - { - if (result_reg != VB) - m_float_emit.MOV(result_reg, VB); - m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg, 1); - } - break; - case 18: // ps_div - m_float_emit.FDIV(size, result_reg, VA, VB); - break; - case 20: // ps_sub - m_float_emit.FSUB(size, result_reg, VA, VB); - break; - case 21: // ps_add - m_float_emit.FADD(size, result_reg, VA, VB); - break; - case 25: // ps_mul - m_float_emit.FMUL(size, result_reg, VA, rounded_c_reg); - break; - case 28: // ps_msub: d = a * c - b - case 30: // ps_nmsub: d = -(a * c - b) - if (inaccurate_fma) - { - m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg); - m_float_emit.FSUB(size, result_reg, inaccurate_fma_reg, VB); - } - else - { - m_float_emit.FNEG(size, result_reg, VB); - m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg); - } - break; - case 29: // ps_madd: d = a * c + b - case 31: // ps_nmadd: d = -(a * c + b) - if (inaccurate_fma) - { - m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg); - m_float_emit.FADD(size, result_reg, inaccurate_fma_reg, VB); - } - else - { - if (result_reg != VB) - m_float_emit.MOV(result_reg, VB); - m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg); - } - break; - default: - ASSERT_MSG(DYNA_REC, 0, "ps_arith - invalid op"); - break; - } + ASSERT_MSG(DYNA_REC, !singles, "Tried to apply 25-bit precision to single"); - FixupBranch nan_fixup; - if (m_accurate_nans) - { - const ARM64Reg nan_temp_reg = singles ? EncodeRegToSingle(V0Q) : EncodeRegToDouble(V0Q); - const ARM64Reg nan_temp_reg_paired = reg_encoder(V0Q); - - // Check if we need to handle NaNs - - m_float_emit.FMAXP(nan_temp_reg, result_reg); - m_float_emit.FCMP(nan_temp_reg); - FixupBranch no_nan = B(CCFlags::CC_VC); - FixupBranch nan = B(); - SetJumpTarget(no_nan); - - SwitchToFarCode(); - SetJumpTarget(nan); - - // Pick the right NaNs - - const auto check_input = [&](ARM64Reg input) { - m_float_emit.FCMEQ(size, nan_temp_reg_paired, input, input); - m_float_emit.BIF(result_reg, input, nan_temp_reg_paired); - }; - - ARM64Reg c_reg_for_nan_purposes = VC; - if (duplicated_c) - { - c_reg_for_nan_purposes = reg_encoder(V2Q); - m_float_emit.DUP(size, c_reg_for_nan_purposes, VC, op5 & 0x1); + V0Q = fpr.GetScopedReg(); + rounded_c_reg = reg_encoder(V0Q); + Force25BitPrecision(rounded_c_reg, VC); } - if (use_c) - check_input(c_reg_for_nan_purposes); + ARM64Reg inaccurate_fma_reg = VD; + if (fma && inaccurate_fma && VD == VB) + { + if (V0Q == ARM64Reg::INVALID_REG) + V0Q = fpr.GetScopedReg(); + inaccurate_fma_reg = reg_encoder(V0Q); + } - if (use_b && (!use_c || VB != c_reg_for_nan_purposes)) - check_input(VB); + ARM64Reg result_reg = VD; + const bool need_accurate_fma_reg = + fma && !inaccurate_fma && (msub || VD != VB) && (VD == VA || VD == rounded_c_reg); + const bool preserve_d = + m_accurate_nans && (VD == VA || (use_b && VD == VB) || (use_c && VD == VC)); + if (need_accurate_fma_reg || preserve_d) + { + V1Q = fpr.GetScopedReg(); + result_reg = reg_encoder(V1Q); + } - if ((!use_b || VA != VB) && (!use_c || VA != c_reg_for_nan_purposes)) - check_input(VA); + if (m_accurate_nans) + { + if (V0Q == ARM64Reg::INVALID_REG) + V0Q = fpr.GetScopedReg(); - // Make the NaNs quiet + if (duplicated_c || VD == result_reg) + V2Q = fpr.GetScopedReg(); + } - const ARM64Reg quiet_nan_reg = VD == result_reg ? reg_encoder(V2Q) : VD; + switch (op5) + { + case 12: // ps_muls0: d = a * c.ps0 + m_float_emit.FMUL(size, result_reg, VA, rounded_c_reg, 0); + break; + case 13: // ps_muls1: d = a * c.ps1 + m_float_emit.FMUL(size, result_reg, VA, rounded_c_reg, 1); + break; + case 14: // ps_madds0: d = a * c.ps0 + b + if (inaccurate_fma) + { + m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg, 0); + m_float_emit.FADD(size, result_reg, inaccurate_fma_reg, VB); + } + else + { + if (result_reg != VB) + m_float_emit.MOV(result_reg, VB); + m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg, 0); + } + break; + case 15: // ps_madds1: d = a * c.ps1 + b + if (inaccurate_fma) + { + m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg, 1); + m_float_emit.FADD(size, result_reg, inaccurate_fma_reg, VB); + } + else + { + if (result_reg != VB) + m_float_emit.MOV(result_reg, VB); + m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg, 1); + } + break; + case 18: // ps_div + m_float_emit.FDIV(size, result_reg, VA, VB); + break; + case 20: // ps_sub + m_float_emit.FSUB(size, result_reg, VA, VB); + break; + case 21: // ps_add + m_float_emit.FADD(size, result_reg, VA, VB); + break; + case 25: // ps_mul + m_float_emit.FMUL(size, result_reg, VA, rounded_c_reg); + break; + case 28: // ps_msub: d = a * c - b + case 30: // ps_nmsub: d = -(a * c - b) + if (inaccurate_fma) + { + m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg); + m_float_emit.FSUB(size, result_reg, inaccurate_fma_reg, VB); + } + else + { + m_float_emit.FNEG(size, result_reg, VB); + m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg); + } + break; + case 29: // ps_madd: d = a * c + b + case 31: // ps_nmadd: d = -(a * c + b) + if (inaccurate_fma) + { + m_float_emit.FMUL(size, inaccurate_fma_reg, VA, rounded_c_reg); + m_float_emit.FADD(size, result_reg, inaccurate_fma_reg, VB); + } + else + { + if (result_reg != VB) + m_float_emit.MOV(result_reg, VB); + m_float_emit.FMLA(size, result_reg, VA, rounded_c_reg); + } + break; + default: + ASSERT_MSG(DYNA_REC, 0, "ps_arith - invalid op"); + break; + } - m_float_emit.FADD(size, quiet_nan_reg, result_reg, result_reg); - m_float_emit.FCMEQ(size, nan_temp_reg_paired, result_reg, result_reg); + FixupBranch nan_fixup; + if (m_accurate_nans) + { + const ARM64Reg nan_temp_reg = singles ? EncodeRegToSingle(V0Q) : EncodeRegToDouble(V0Q); + const ARM64Reg nan_temp_reg_paired = reg_encoder(V0Q); + + // Check if we need to handle NaNs + + m_float_emit.FMAXP(nan_temp_reg, result_reg); + m_float_emit.FCMP(nan_temp_reg); + FixupBranch no_nan = B(CCFlags::CC_VC); + FixupBranch nan = B(); + SetJumpTarget(no_nan); + + SwitchToFarCode(); + SetJumpTarget(nan); + + // Pick the right NaNs + + const auto check_input = [&](ARM64Reg input) { + m_float_emit.FCMEQ(size, nan_temp_reg_paired, input, input); + m_float_emit.BIF(result_reg, input, nan_temp_reg_paired); + }; + + ARM64Reg c_reg_for_nan_purposes = VC; + if (duplicated_c) + { + c_reg_for_nan_purposes = reg_encoder(V2Q); + m_float_emit.DUP(size, c_reg_for_nan_purposes, VC, op5 & 0x1); + } + + if (use_c) + check_input(c_reg_for_nan_purposes); + + if (use_b && (!use_c || VB != c_reg_for_nan_purposes)) + check_input(VB); + + if ((!use_b || VA != VB) && (!use_c || VA != c_reg_for_nan_purposes)) + check_input(VA); + + // Make the NaNs quiet + + const ARM64Reg quiet_nan_reg = VD == result_reg ? reg_encoder(V2Q) : VD; + + m_float_emit.FADD(size, quiet_nan_reg, result_reg, result_reg); + m_float_emit.FCMEQ(size, nan_temp_reg_paired, result_reg, result_reg); + if (negate_result) + m_float_emit.FNEG(size, result_reg, result_reg); + if (VD == result_reg) + m_float_emit.BIF(VD, quiet_nan_reg, nan_temp_reg_paired); + else // quiet_nan_reg == VD + m_float_emit.BIT(VD, result_reg, nan_temp_reg_paired); + + nan_fixup = B(); + + SwitchToNearCode(); + } + + // PowerPC's nmadd/nmsub perform rounding before the final negation, which is not the case + // for any of AArch64's FMA instructions, so we negate using a separate instruction. if (negate_result) - m_float_emit.FNEG(size, result_reg, result_reg); - if (VD == result_reg) - m_float_emit.BIF(VD, quiet_nan_reg, nan_temp_reg_paired); - else // quiet_nan_reg == VD - m_float_emit.BIT(VD, result_reg, nan_temp_reg_paired); + m_float_emit.FNEG(size, VD, result_reg); + else if (result_reg != VD) + m_float_emit.MOV(VD, result_reg); - nan_fixup = B(); - - SwitchToNearCode(); + if (m_accurate_nans) + SetJumpTarget(nan_fixup); } - // PowerPC's nmadd/nmsub perform rounding before the final negation, which is not the case - // for any of AArch64's FMA instructions, so we negate using a separate instruction. - if (negate_result) - m_float_emit.FNEG(size, VD, result_reg); - else if (result_reg != VD) - m_float_emit.MOV(VD, result_reg); - - if (m_accurate_nans) - SetJumpTarget(nan_fixup); - - if (V0Q != ARM64Reg::INVALID_REG) - fpr.Unlock(V0Q); - if (V1Q != ARM64Reg::INVALID_REG) - fpr.Unlock(V1Q); - if (V2Q != ARM64Reg::INVALID_REG) - fpr.Unlock(V2Q); - ASSERT_MSG(DYNA_REC, singles == singles_func(), "Register allocation turned singles into doubles in the middle of ps_arith"); @@ -339,12 +334,11 @@ void JitArm64::ps_sel(UGeckoInstruction inst) } else { - const ARM64Reg V0Q = fpr.GetReg(); + const auto V0Q = fpr.GetScopedReg(); const ARM64Reg V0 = reg_encoder(V0Q); m_float_emit.FCMGE(size, V0, VA); m_float_emit.BSL(V0, VC, VB); m_float_emit.MOV(VD, V0); - fpr.Unlock(V0Q); } ASSERT_MSG(DYNA_REC, singles == (fpr.IsSingle(a) && fpr.IsSingle(b) && fpr.IsSingle(c)), @@ -375,41 +369,45 @@ void JitArm64::ps_sumX(UGeckoInstruction inst) const ARM64Reg VB = fpr.R(b, type); const ARM64Reg VC = fpr.R(c, type); const ARM64Reg VD = fpr.RW(d, type); - const ARM64Reg V0 = fpr.GetReg(); - m_float_emit.DUP(size, reg_encoder(V0), reg_encoder(VB), 1); + { + const auto V0 = fpr.GetScopedReg(); - if (m_accurate_nans) - { - // If the first input is NaN, set the temp register for the second input to 0. This is because: - // - // - If the second input is also NaN, setting it to 0 ensures that the first NaN will be picked. - // - If only the first input is NaN, setting the second input to 0 has no effect on the result. - // - // Either way, we can then do an FADD as usual, and the FADD will make the NaN quiet. - m_float_emit.FCMP(scalar_reg_encoder(VA)); - FixupBranch a_not_nan = B(CCFlags::CC_VC); - m_float_emit.MOVI(64, scalar_reg_encoder(V0), 0); - SetJumpTarget(a_not_nan); - } + m_float_emit.DUP(size, reg_encoder(V0), reg_encoder(VB), 1); - if (upper) - { - m_float_emit.FADD(scalar_reg_encoder(V0), scalar_reg_encoder(V0), scalar_reg_encoder(VA)); - m_float_emit.TRN1(size, reg_encoder(VD), reg_encoder(VC), reg_encoder(V0)); - } - else if (d != c) - { - m_float_emit.FADD(scalar_reg_encoder(VD), scalar_reg_encoder(V0), scalar_reg_encoder(VA)); - m_float_emit.INS(size, VD, 1, VC, 1); - } - else - { - m_float_emit.FADD(scalar_reg_encoder(V0), scalar_reg_encoder(V0), scalar_reg_encoder(VA)); - m_float_emit.INS(size, VD, 0, V0, 0); - } + if (m_accurate_nans) + { + // If the first input is NaN, set the temp register for the second input to 0. This is + // because: + // + // - If the second input is also NaN, setting it to 0 ensures that the first NaN will be + // picked. + // - If only the first input is NaN, setting the second input to 0 has no effect on the + // result. + // + // Either way, we can then do an FADD as usual, and the FADD will make the NaN quiet. + m_float_emit.FCMP(scalar_reg_encoder(VA)); + FixupBranch a_not_nan = B(CCFlags::CC_VC); + m_float_emit.MOVI(64, scalar_reg_encoder(V0), 0); + SetJumpTarget(a_not_nan); + } - fpr.Unlock(V0); + if (upper) + { + m_float_emit.FADD(scalar_reg_encoder(V0), scalar_reg_encoder(V0), scalar_reg_encoder(VA)); + m_float_emit.TRN1(size, reg_encoder(VD), reg_encoder(VC), reg_encoder(V0)); + } + else if (d != c) + { + m_float_emit.FADD(scalar_reg_encoder(VD), scalar_reg_encoder(V0), scalar_reg_encoder(VA)); + m_float_emit.INS(size, VD, 1, VC, 1); + } + else + { + m_float_emit.FADD(scalar_reg_encoder(V0), scalar_reg_encoder(V0), scalar_reg_encoder(VA)); + m_float_emit.INS(size, VD, 0, V0, 0); + } + } ASSERT_MSG(DYNA_REC, singles == (fpr.IsSingle(a) && fpr.IsSingle(b) && fpr.IsSingle(c)), "Register allocation turned singles into doubles in the middle of ps_sumX"); diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp index a82949bf6e..b93b30153f 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp @@ -88,7 +88,7 @@ u32 Arm64RegCache::GetUnlockedRegisterCount() const void Arm64RegCache::LockRegister(ARM64Reg host_reg) { - auto reg = std::find(m_host_registers.begin(), m_host_registers.end(), host_reg); + auto reg = std::ranges::find(m_host_registers, host_reg, &HostReg::GetReg); ASSERT_MSG(DYNA_REC, reg != m_host_registers.end(), "Don't try locking a register that isn't in the cache. Reg {}", static_cast(host_reg)); @@ -97,7 +97,7 @@ void Arm64RegCache::LockRegister(ARM64Reg host_reg) void Arm64RegCache::UnlockRegister(ARM64Reg host_reg) { - auto reg = std::find(m_host_registers.begin(), m_host_registers.end(), host_reg); + auto reg = std::ranges::find(m_host_registers, host_reg, &HostReg::GetReg); ASSERT_MSG(DYNA_REC, reg != m_host_registers.end(), "Don't try unlocking a register that isn't in the cache. Reg {}", static_cast(host_reg)); @@ -254,19 +254,27 @@ void Arm64GPRCache::FlushRegisters(BitSet32 regs, FlushMode mode, ARM64Reg tmp_r // We've got two guest registers in a row to store OpArg& reg1 = m_guest_registers[GUEST_GPR_OFFSET + i]; OpArg& reg2 = m_guest_registers[GUEST_GPR_OFFSET + i + 1]; - if (reg1.IsDirty() && reg2.IsDirty() && reg1.GetType() == RegType::Register && - reg2.GetType() == RegType::Register) + const bool reg1_imm = reg1.GetType() == RegType::Immediate; + const bool reg2_imm = reg2.GetType() == RegType::Immediate; + const bool reg1_zero = reg1_imm && reg1.GetImm() == 0; + const bool reg2_zero = reg2_imm && reg2.GetImm() == 0; + const bool flush_all = mode == FlushMode::All; + if (reg1.IsDirty() && reg2.IsDirty() && + (reg1.GetType() == RegType::Register || (reg1_imm && (reg1_zero || flush_all))) && + (reg2.GetType() == RegType::Register || (reg2_imm && (reg2_zero || flush_all)))) { const size_t ppc_offset = GetGuestByIndex(i).ppc_offset; if (ppc_offset <= 252) { - ARM64Reg RX1 = R(GetGuestByIndex(i)); - ARM64Reg RX2 = R(GetGuestByIndex(i + 1)); + ARM64Reg RX1 = reg1_zero ? ARM64Reg::WZR : R(GetGuestByIndex(i)); + ARM64Reg RX2 = reg2_zero ? ARM64Reg::WZR : R(GetGuestByIndex(i + 1)); m_emit->STP(IndexType::Signed, RX1, RX2, PPC_REG, u32(ppc_offset)); - if (mode == FlushMode::All) + if (flush_all) { - UnlockRegister(EncodeRegTo32(RX1)); - UnlockRegister(EncodeRegTo32(RX2)); + if (!reg1_zero) + UnlockRegister(EncodeRegTo32(RX1)); + if (!reg2_zero) + UnlockRegister(EncodeRegTo32(RX2)); reg1.Flush(); reg2.Flush(); } diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.h b/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.h index 9ea4e0e3b6..159cfb6836 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.h +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.h @@ -150,9 +150,6 @@ public: void Unlock() { m_locked = false; } Arm64Gen::ARM64Reg GetReg() const { return m_reg; } - bool operator==(Arm64Gen::ARM64Reg reg) const { return reg == m_reg; } - bool operator!=(Arm64Gen::ARM64Reg reg) const { return !operator==(reg); } - private: Arm64Gen::ARM64Reg m_reg = Arm64Gen::ARM64Reg::INVALID_REG; bool m_locked = false; @@ -180,6 +177,59 @@ public: // Requires unlocking after done Arm64Gen::ARM64Reg GetReg(); + class ScopedARM64Reg + { + public: + inline ScopedARM64Reg() = default; + ScopedARM64Reg(const ScopedARM64Reg&) = delete; + explicit inline ScopedARM64Reg(Arm64RegCache& cache) : m_reg(cache.GetReg()), m_gpr(&cache) {} + inline ScopedARM64Reg(Arm64Gen::ARM64Reg reg) : m_reg(reg) {} + inline ScopedARM64Reg(ScopedARM64Reg&& scoped_reg) { *this = std::move(scoped_reg); } + inline ~ScopedARM64Reg() { Unlock(); } + + inline ScopedARM64Reg& operator=(const ScopedARM64Reg&) = delete; + inline ScopedARM64Reg& operator=(Arm64Gen::ARM64Reg reg) + { + Unlock(); + m_reg = reg; + return *this; + } + inline ScopedARM64Reg& operator=(ScopedARM64Reg&& scoped_reg) + { + // Taking ownership of an existing scoped register, no need to release. + m_reg = scoped_reg.m_reg; + m_gpr = scoped_reg.m_gpr; + scoped_reg.Invalidate(); + return *this; + } + + inline Arm64Gen::ARM64Reg GetReg() const { return m_reg; } + inline operator Arm64Gen::ARM64Reg() const { return GetReg(); } + inline void Unlock() + { + // Only unlock the register if GPR is set. + if (m_gpr != nullptr) + { + m_gpr->Unlock(m_reg); + } + Invalidate(); + } + + private: + inline void Invalidate() + { + m_reg = Arm64Gen::ARM64Reg::INVALID_REG; + m_gpr = nullptr; + } + + Arm64Gen::ARM64Reg m_reg = Arm64Gen::ARM64Reg::INVALID_REG; + Arm64RegCache* m_gpr = nullptr; + }; + + // Returns a temporary register + // Unlocking is implicitly handled through RAII + inline ScopedARM64Reg GetScopedReg() { return ScopedARM64Reg(*this); } + void UpdateLastUsed(BitSet32 regs_used); // Get available host registers @@ -286,6 +336,8 @@ public: // Gets the immediate that a register is set to. Only valid for guest GPRs. u32 GetImm(size_t preg) const { return GetGuestGPROpArg(preg).GetImm(); } + bool IsImm(size_t preg, u32 imm) { return IsImm(preg) && GetImm(preg) == imm; } + // Binds a guest GPR to a host register, optionally loading its value. // // preg: The guest register index. diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_SystemRegisters.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_SystemRegisters.cpp index 87f652d6d4..df4ea4931a 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_SystemRegisters.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_SystemRegisters.cpp @@ -48,17 +48,16 @@ void JitArm64::FixGTBeforeSettingCRFieldBit(Arm64Gen::ARM64Reg reg) // if the internal representation either has bit 63 set or has all bits set to zero. // If all bits are zero and we set some bit that's unrelated to GT, we need to set bit 63 so GT // doesn't accidentally become considered set. Gross but necessary; this can break actual games. - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); ORR(XA, reg, LogicalImm(1ULL << 63, GPRSize::B64)); CMP(reg, ARM64Reg::ZR); CSEL(reg, reg, XA, CC_NEQ); - gpr.Unlock(WA); } void JitArm64::UpdateFPExceptionSummary(ARM64Reg fpscr) { - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); // fpscr.VX = (fpscr & FPSCR_VX_ANY) != 0 MOVI2R(WA, FPSCR_VX_ANY); @@ -71,8 +70,6 @@ void JitArm64::UpdateFPExceptionSummary(ARM64Reg fpscr) TST(WA, fpscr, ArithOption(fpscr, ShiftType::LSR, 22)); CSET(WA, CCFlags::CC_NEQ); BFI(fpscr, WA, MathUtil::IntLog2(FPSCR_FEX), 1); - - gpr.Unlock(WA); } void JitArm64::UpdateRoundingMode() @@ -135,7 +132,7 @@ void JitArm64::mcrxr(UGeckoInstruction inst) JITDISABLE(bJITSystemRegistersOff); gpr.BindCRToRegister(inst.CRFD, false); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); ARM64Reg XB = gpr.CR(inst.CRFD); ARM64Reg WB = EncodeRegTo32(XB); @@ -155,8 +152,6 @@ void JitArm64::mcrxr(UGeckoInstruction inst) // Clear XER[0-3] static_assert(PPCSTATE_OFF(xer_ca) + 1 == PPCSTATE_OFF(xer_so_ov)); STRH(IndexType::Unsigned, ARM64Reg::WZR, PPC_REG, PPCSTATE_OFF(xer_ca)); - - gpr.Unlock(WA); } void JitArm64::mfsr(UGeckoInstruction inst) @@ -186,14 +181,12 @@ void JitArm64::mfsrin(UGeckoInstruction inst) ARM64Reg RB = gpr.R(b); ARM64Reg RD = gpr.R(d); - ARM64Reg index = gpr.GetReg(); + auto index = gpr.GetScopedReg(); ARM64Reg addr = EncodeRegTo64(RD); UBFM(index, RB, 28, 31); ADDI2R(addr, PPC_REG, PPCSTATE_OFF_SR(0), addr); LDR(RD, addr, ArithOption(EncodeRegTo64(index), true)); - - gpr.Unlock(index); } void JitArm64::mtsrin(UGeckoInstruction inst) @@ -206,14 +199,12 @@ void JitArm64::mtsrin(UGeckoInstruction inst) ARM64Reg RB = gpr.R(b); ARM64Reg RD = gpr.R(d); - ARM64Reg index = gpr.GetReg(); - ARM64Reg addr = gpr.GetReg(); + auto index = gpr.GetScopedReg(); + auto addr = gpr.GetScopedReg(); UBFM(index, RB, 28, 31); ADDI2R(EncodeRegTo64(addr), PPC_REG, PPCSTATE_OFF_SR(0), EncodeRegTo64(addr)); STR(RD, EncodeRegTo64(addr), ArithOption(EncodeRegTo64(index), true)); - - gpr.Unlock(index, addr); } void JitArm64::twx(UGeckoInstruction inst) @@ -223,7 +214,7 @@ void JitArm64::twx(UGeckoInstruction inst) s32 a = inst.RA; - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); if (inst.OPCD == 3) // twi { @@ -278,8 +269,6 @@ void JitArm64::twx(UGeckoInstruction inst) fpr.Flush(FlushMode::All, ARM64Reg::INVALID_REG); WriteExit(js.compilerPC + 4); } - - gpr.Unlock(WA); } void JitArm64::mfspr(UGeckoInstruction inst) @@ -294,19 +283,19 @@ void JitArm64::mfspr(UGeckoInstruction inst) case SPR_TL: case SPR_TU: { - ARM64Reg Wg = gpr.GetReg(); + auto Wg = gpr.GetScopedReg(); ARM64Reg Xg = EncodeRegTo64(Wg); - ARM64Reg Wresult = gpr.GetReg(); + auto Wresult = gpr.GetScopedReg(); ARM64Reg Xresult = EncodeRegTo64(Wresult); - ARM64Reg WA = gpr.GetReg(); - ARM64Reg WB = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); + auto WB = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); ARM64Reg XB = EncodeRegTo64(WB); - ARM64Reg VC = fpr.GetReg(); - ARM64Reg VD = fpr.GetReg(); + auto VC = fpr.GetScopedReg(); + auto VD = fpr.GetScopedReg(); ARM64Reg SC = EncodeRegToSingle(VC); ARM64Reg SD = EncodeRegToSingle(VD); @@ -371,8 +360,6 @@ void JitArm64::mfspr(UGeckoInstruction inst) else LSR(EncodeRegTo64(gpr.R(n)), Xresult, 32); - gpr.Unlock(Wg, Wresult, WA, WB); - fpr.Unlock(VC, VD); break; } } @@ -381,22 +368,18 @@ void JitArm64::mfspr(UGeckoInstruction inst) LSR(EncodeRegTo64(gpr.R(d)), Xresult, 32); else MOV(gpr.R(d), Wresult); - - gpr.Unlock(Wg, Wresult, WA, WB); - fpr.Unlock(VC, VD); } break; case SPR_XER: { gpr.BindToRegister(d, false); ARM64Reg RD = gpr.R(d); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); LDRH(IndexType::Unsigned, RD, PPC_REG, PPCSTATE_OFF(xer_stringctrl)); LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); ORR(RD, RD, WA, ArithOption(WA, ShiftType::LSL, XER_CA_SHIFT)); LDRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_so_ov)); ORR(RD, RD, WA, ArithOption(WA, ShiftType::LSL, XER_OV_SHIFT)); - gpr.Unlock(WA); } break; case SPR_WPAR: @@ -462,14 +445,13 @@ void JitArm64::mtspr(UGeckoInstruction inst) case SPR_XER: { ARM64Reg RD = gpr.R(inst.RD); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); AND(WA, RD, LogicalImm(0xFFFFFF7F, GPRSize::B32)); STRH(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_stringctrl)); UBFM(WA, RD, XER_CA_SHIFT, XER_CA_SHIFT + 1); STRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_ca)); UBFM(WA, RD, XER_OV_SHIFT, 31); // Same as WA = RD >> XER_OV_SHIFT STRB(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(xer_so_ov)); - gpr.Unlock(WA); } break; default: @@ -477,7 +459,7 @@ void JitArm64::mtspr(UGeckoInstruction inst) } // OK, this is easy. - ARM64Reg RD = gpr.R(inst.RD); + ARM64Reg RD = gpr.IsImm(inst.RD, 0) ? ARM64Reg::WZR : gpr.R(inst.RD); STR(IndexType::Unsigned, RD, PPC_REG, PPCSTATE_OFF_SPR(iIndex)); } @@ -553,114 +535,112 @@ void JitArm64::crXXX(UGeckoInstruction inst) return; } - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); - ARM64Reg WB = gpr.GetReg(); - ARM64Reg XB = EncodeRegTo64(WB); - - // creqv or crnand or crnor - bool negateA = inst.SUBOP10 == 289 || inst.SUBOP10 == 225 || inst.SUBOP10 == 33; - // crandc or crorc or crnand or crnor - bool negateB = - inst.SUBOP10 == 129 || inst.SUBOP10 == 417 || inst.SUBOP10 == 225 || inst.SUBOP10 == 33; - - // GetCRFieldBit - for (int i = 0; i < 2; i++) { - int field = i ? inst.CRBB >> 2 : inst.CRBA >> 2; - int bit = i ? 3 - (inst.CRBB & 3) : 3 - (inst.CRBA & 3); - ARM64Reg out = i ? XB : XA; - bool negate = i ? negateB : negateA; + auto WB = gpr.GetScopedReg(); + ARM64Reg XB = EncodeRegTo64(WB); - ARM64Reg XC = gpr.CR(field); - ARM64Reg WC = EncodeRegTo32(XC); - switch (bit) + // creqv or crnand or crnor + bool negateA = inst.SUBOP10 == 289 || inst.SUBOP10 == 225 || inst.SUBOP10 == 33; + // crandc or crorc or crnand or crnor + bool negateB = + inst.SUBOP10 == 129 || inst.SUBOP10 == 417 || inst.SUBOP10 == 225 || inst.SUBOP10 == 33; + + // GetCRFieldBit + for (int i = 0; i < 2; i++) { - case PowerPC::CR_SO_BIT: // check bit 59 set - UBFX(out, XC, PowerPC::CR_EMU_SO_BIT, 1); - if (negate) - EOR(out, out, LogicalImm(1, GPRSize::B64)); - break; + int field = i ? inst.CRBB >> 2 : inst.CRBA >> 2; + int bit = i ? 3 - (inst.CRBB & 3) : 3 - (inst.CRBA & 3); + ARM64Reg out = i ? XB : XA; + bool negate = i ? negateB : negateA; - case PowerPC::CR_EQ_BIT: // check bits 31-0 == 0 - CMP(WC, ARM64Reg::WZR); - CSET(out, negate ? CC_NEQ : CC_EQ); - break; + ARM64Reg XC = gpr.CR(field); + ARM64Reg WC = EncodeRegTo32(XC); + switch (bit) + { + case PowerPC::CR_SO_BIT: // check bit 59 set + UBFX(out, XC, PowerPC::CR_EMU_SO_BIT, 1); + if (negate) + EOR(out, out, LogicalImm(1, GPRSize::B64)); + break; - case PowerPC::CR_GT_BIT: // check val > 0 - CMP(XC, ARM64Reg::ZR); - CSET(out, negate ? CC_LE : CC_GT); - break; + case PowerPC::CR_EQ_BIT: // check bits 31-0 == 0 + CMP(WC, ARM64Reg::WZR); + CSET(out, negate ? CC_NEQ : CC_EQ); + break; - case PowerPC::CR_LT_BIT: // check bit 62 set - UBFX(out, XC, PowerPC::CR_EMU_LT_BIT, 1); - if (negate) - EOR(out, out, LogicalImm(1, GPRSize::B64)); - break; + case PowerPC::CR_GT_BIT: // check val > 0 + CMP(XC, ARM64Reg::ZR); + CSET(out, negate ? CC_LE : CC_GT); + break; - default: - ASSERT_MSG(DYNA_REC, false, "Invalid CR bit"); + case PowerPC::CR_LT_BIT: // check bit 62 set + UBFX(out, XC, PowerPC::CR_EMU_LT_BIT, 1); + if (negate) + EOR(out, out, LogicalImm(1, GPRSize::B64)); + break; + + default: + ASSERT_MSG(DYNA_REC, false, "Invalid CR bit"); + } } - } - // Compute combined bit - switch (inst.SUBOP10) - { - case 33: // crnor: ~(A || B) == (~A && ~B) - case 129: // crandc: A && ~B - case 257: // crand: A && B - AND(XA, XA, XB); - break; + // Compute combined bit + switch (inst.SUBOP10) + { + case 33: // crnor: ~(A || B) == (~A && ~B) + case 129: // crandc: A && ~B + case 257: // crand: A && B + AND(XA, XA, XB); + break; - case 193: // crxor: A ^ B - case 289: // creqv: ~(A ^ B) = ~A ^ B - EOR(XA, XA, XB); - break; + case 193: // crxor: A ^ B + case 289: // creqv: ~(A ^ B) = ~A ^ B + EOR(XA, XA, XB); + break; - case 225: // crnand: ~(A && B) == (~A || ~B) - case 417: // crorc: A || ~B - case 449: // cror: A || B - ORR(XA, XA, XB); - break; + case 225: // crnand: ~(A && B) == (~A || ~B) + case 417: // crorc: A || ~B + case 449: // cror: A || B + ORR(XA, XA, XB); + break; + } } // Store result bit in CRBD int field = inst.CRBD >> 2; int bit = 3 - (inst.CRBD & 3); - gpr.Unlock(WB); - WB = ARM64Reg::INVALID_REG; gpr.BindCRToRegister(field, true); - XB = gpr.CR(field); + ARM64Reg CR = gpr.CR(field); if (bit != PowerPC::CR_GT_BIT) - FixGTBeforeSettingCRFieldBit(XB); + FixGTBeforeSettingCRFieldBit(CR); switch (bit) { case PowerPC::CR_SO_BIT: // set bit 59 to input - BFI(XB, XA, PowerPC::CR_EMU_SO_BIT, 1); + BFI(CR, XA, PowerPC::CR_EMU_SO_BIT, 1); break; case PowerPC::CR_EQ_BIT: // clear low 32 bits, set bit 0 to !input - AND(XB, XB, LogicalImm(0xFFFF'FFFF'0000'0000, GPRSize::B64)); + AND(CR, CR, LogicalImm(0xFFFF'FFFF'0000'0000, GPRSize::B64)); EOR(XA, XA, LogicalImm(1, GPRSize::B64)); - ORR(XB, XB, XA); + ORR(CR, CR, XA); break; case PowerPC::CR_GT_BIT: // set bit 63 to !input EOR(XA, XA, LogicalImm(1, GPRSize::B64)); - BFI(XB, XA, 63, 1); + BFI(CR, XA, 63, 1); break; case PowerPC::CR_LT_BIT: // set bit 62 to input - BFI(XB, XA, PowerPC::CR_EMU_LT_BIT, 1); + BFI(CR, XA, PowerPC::CR_EMU_LT_BIT, 1); break; } - ORR(XB, XB, LogicalImm(1ULL << 32, GPRSize::B64)); - - gpr.Unlock(WA); + ORR(CR, CR, LogicalImm(1ULL << 32, GPRSize::B64)); } void JitArm64::mfcr(UGeckoInstruction inst) @@ -670,8 +650,8 @@ void JitArm64::mfcr(UGeckoInstruction inst) gpr.BindToRegister(inst.RD, false); ARM64Reg WA = gpr.R(inst.RD); - ARM64Reg WB = gpr.GetReg(); - ARM64Reg WC = gpr.GetReg(); + auto WB = gpr.GetScopedReg(); + auto WC = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); ARM64Reg XB = EncodeRegTo64(WB); ARM64Reg XC = EncodeRegTo64(WC); @@ -716,8 +696,6 @@ void JitArm64::mfcr(UGeckoInstruction inst) else if (!js.op->crInUse[i]) gpr.StoreCRRegisters(BitSet8{i}, WC); } - - gpr.Unlock(WB, WC); } void JitArm64::mtcrf(UGeckoInstruction inst) @@ -729,7 +707,7 @@ void JitArm64::mtcrf(UGeckoInstruction inst) if (crm != 0) { ARM64Reg RS = gpr.R(inst.RS); - ARM64Reg WB = gpr.GetReg(); + auto WB = gpr.GetScopedReg(); ARM64Reg XB = EncodeRegTo64(WB); MOVP2R(XB, PowerPC::ConditionRegister::s_crTable.data()); for (int i = 0; i < 8; ++i) @@ -753,7 +731,6 @@ void JitArm64::mtcrf(UGeckoInstruction inst) LDR(CR, XB, ArithOption(CR, true)); } } - gpr.Unlock(WB); } } @@ -771,7 +748,7 @@ void JitArm64::mcrfs(UGeckoInstruction inst) gpr.BindCRToRegister(field, false); ARM64Reg CR = gpr.CR(field); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ARM64Reg WCR = EncodeRegTo32(CR); ARM64Reg XA = EncodeRegTo64(WA); @@ -789,8 +766,6 @@ void JitArm64::mcrfs(UGeckoInstruction inst) MOVP2R(XA, PowerPC::ConditionRegister::s_crTable.data()); LDR(CR, XA, ArithOption(CR, true)); - - gpr.Unlock(WA); } void JitArm64::mffsx(UGeckoInstruction inst) @@ -799,7 +774,7 @@ void JitArm64::mffsx(UGeckoInstruction inst) JITDISABLE(bJITSystemRegistersOff); FALLBACK_IF(inst.Rc); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); ARM64Reg XA = EncodeRegTo64(WA); LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); @@ -808,8 +783,6 @@ void JitArm64::mffsx(UGeckoInstruction inst) ORR(XA, XA, LogicalImm(0xFFF8'0000'0000'0000, GPRSize::B64)); m_float_emit.FMOV(EncodeRegToDouble(VD), XA); - - gpr.Unlock(WA); } void JitArm64::mtfsb0x(UGeckoInstruction inst) @@ -824,17 +797,17 @@ void JitArm64::mtfsb0x(UGeckoInstruction inst) if (mask == FPSCR_FEX || mask == FPSCR_VX) return; - ARM64Reg WA = gpr.GetReg(); + { + auto WA = gpr.GetScopedReg(); - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - AND(WA, WA, LogicalImm(inverted_mask, GPRSize::B32)); + AND(WA, WA, LogicalImm(inverted_mask, GPRSize::B32)); - if ((mask & (FPSCR_ANY_X | FPSCR_ANY_E)) != 0) - UpdateFPExceptionSummary(WA); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - - gpr.Unlock(WA); + if ((mask & (FPSCR_ANY_X | FPSCR_ANY_E)) != 0) + UpdateFPExceptionSummary(WA); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); + } if (inst.CRBD >= 29) UpdateRoundingMode(); @@ -852,25 +825,24 @@ void JitArm64::mtfsb1x(UGeckoInstruction inst) if (mask == FPSCR_FEX || mask == FPSCR_VX) return; - ARM64Reg WA = gpr.GetReg(); - - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - - if ((mask & FPSCR_ANY_X) != 0) { - ARM64Reg WB = gpr.GetReg(); - TST(WA, LogicalImm(mask, GPRSize::B32)); - ORR(WB, WA, LogicalImm(1 << 31, GPRSize::B32)); - CSEL(WA, WA, WB, CCFlags::CC_NEQ); - gpr.Unlock(WB); + auto WA = gpr.GetScopedReg(); + + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); + + if ((mask & FPSCR_ANY_X) != 0) + { + auto WB = gpr.GetScopedReg(); + TST(WA, LogicalImm(mask, GPRSize::B32)); + ORR(WB, WA, LogicalImm(1 << 31, GPRSize::B32)); + CSEL(WA, WA, WB, CCFlags::CC_NEQ); + } + ORR(WA, WA, LogicalImm(mask, GPRSize::B32)); + + if ((mask & (FPSCR_ANY_X | FPSCR_ANY_E)) != 0) + UpdateFPExceptionSummary(WA); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); } - ORR(WA, WA, LogicalImm(mask, GPRSize::B32)); - - if ((mask & (FPSCR_ANY_X | FPSCR_ANY_E)) != 0) - UpdateFPExceptionSummary(WA); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - - gpr.Unlock(WA); if (inst.CRBD >= 29) UpdateRoundingMode(); @@ -887,32 +859,31 @@ void JitArm64::mtfsfix(UGeckoInstruction inst) u8 shift = 28 - 4 * inst.CRFD; u32 mask = 0xF << shift; - ARM64Reg WA = gpr.GetReg(); - - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - - if (imm == 0xF) { - ORR(WA, WA, LogicalImm(mask, GPRSize::B32)); - } - else if (imm == 0x0) - { - const u32 inverted_mask = ~mask; - AND(WA, WA, LogicalImm(inverted_mask, GPRSize::B32)); - } - else - { - ARM64Reg WB = gpr.GetReg(); - MOVZ(WB, imm); - BFI(WA, WB, shift, 4); - gpr.Unlock(WB); - } + auto WA = gpr.GetScopedReg(); - if ((mask & (FPSCR_FEX | FPSCR_VX | FPSCR_ANY_X | FPSCR_ANY_E)) != 0) - UpdateFPExceptionSummary(WA); - STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - gpr.Unlock(WA); + if (imm == 0xF) + { + ORR(WA, WA, LogicalImm(mask, GPRSize::B32)); + } + else if (imm == 0x0) + { + const u32 inverted_mask = ~mask; + AND(WA, WA, LogicalImm(inverted_mask, GPRSize::B32)); + } + else + { + auto WB = gpr.GetScopedReg(); + MOVZ(WB, imm); + BFI(WA, WB, shift, 4); + } + + if ((mask & (FPSCR_FEX | FPSCR_VX | FPSCR_ANY_X | FPSCR_ANY_E)) != 0) + UpdateFPExceptionSummary(WA); + STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); + } // Field 7 contains NI and RN. if (inst.CRFD == 7) @@ -936,49 +907,43 @@ void JitArm64::mtfsfx(UGeckoInstruction inst) if (mask == 0xFFFFFFFF) { ARM64Reg VB = fpr.R(inst.FB, RegType::LowerPair); - ARM64Reg WA = gpr.GetReg(); + auto WA = gpr.GetScopedReg(); m_float_emit.FMOV(WA, EncodeRegToSingle(VB)); UpdateFPExceptionSummary(WA); STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - - gpr.Unlock(WA); } else if (mask != 0) { ARM64Reg VB = fpr.R(inst.FB, RegType::LowerPair); - ARM64Reg WA = gpr.GetReg(); - ARM64Reg WB = gpr.GetReg(); - - LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - m_float_emit.FMOV(WB, EncodeRegToSingle(VB)); - - if (LogicalImm imm = LogicalImm(mask, GPRSize::B32)) + auto WA = gpr.GetScopedReg(); { - const u32 inverted_mask = ~mask; - AND(WA, WA, LogicalImm(inverted_mask, GPRSize::B32)); - AND(WB, WB, imm); + auto WB = gpr.GetScopedReg(); + + LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); + m_float_emit.FMOV(WB, EncodeRegToSingle(VB)); + + if (LogicalImm imm = LogicalImm(mask, GPRSize::B32)) + { + const u32 inverted_mask = ~mask; + AND(WA, WA, LogicalImm(inverted_mask, GPRSize::B32)); + AND(WB, WB, imm); + } + else + { + auto WC = gpr.GetScopedReg(); + + MOVI2R(WC, mask); + BIC(WA, WA, WC); + AND(WB, WB, WC); + } + ORR(WA, WA, WB); } - else - { - ARM64Reg WC = gpr.GetReg(); - - MOVI2R(WC, mask); - BIC(WA, WA, WC); - AND(WB, WB, WC); - - gpr.Unlock(WC); - } - ORR(WA, WA, WB); - - gpr.Unlock(WB); if ((mask & (FPSCR_FEX | FPSCR_VX | FPSCR_ANY_X | FPSCR_ANY_E)) != 0) UpdateFPExceptionSummary(WA); STR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr)); - - gpr.Unlock(WA); } if (inst.FM & 1) diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Tables.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Tables.cpp index d75ba2a94a..09013ee196 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_Tables.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_Tables.cpp @@ -6,7 +6,6 @@ #include #include "Common/Assert.h" -#include "Common/TypeUtils.h" #include "Core/PowerPC/Gekko.h" namespace @@ -339,7 +338,7 @@ constexpr std::array s_table63_2{{ constexpr std::array s_dyna_op_table = []() consteval { std::array table{}; - Common::Fill(table, &JitArm64::FallBackToInterpreter); + table.fill(&JitArm64::FallBackToInterpreter); for (auto& tpl : s_primary_table) { @@ -354,7 +353,7 @@ constexpr std::array s_dyna_op_table = []() consteval constexpr std::array s_dyna_op_table4 = []() consteval { std::array table{}; - Common::Fill(table, &JitArm64::FallBackToInterpreter); + table.fill(&JitArm64::FallBackToInterpreter); for (u32 i = 0; i < 32; i++) { @@ -392,7 +391,7 @@ constexpr std::array s_dyna_op_table4 = []() conste constexpr std::array s_dyna_op_table19 = []() consteval { std::array table{}; - Common::Fill(table, &JitArm64::FallBackToInterpreter); + table.fill(&JitArm64::FallBackToInterpreter); for (const auto& tpl : s_table19) { @@ -407,7 +406,7 @@ constexpr std::array s_dyna_op_table19 = []() const constexpr std::array s_dyna_op_table31 = []() consteval { std::array table{}; - Common::Fill(table, &JitArm64::FallBackToInterpreter); + table.fill(&JitArm64::FallBackToInterpreter); for (const auto& tpl : s_table31) { @@ -422,7 +421,7 @@ constexpr std::array s_dyna_op_table31 = []() const constexpr std::array s_dyna_op_table59 = []() consteval { std::array table{}; - Common::Fill(table, &JitArm64::FallBackToInterpreter); + table.fill(&JitArm64::FallBackToInterpreter); for (const auto& tpl : s_table59) { @@ -437,7 +436,7 @@ constexpr std::array s_dyna_op_table59 = []() constev constexpr std::array s_dyna_op_table63 = []() consteval { std::array table{}; - Common::Fill(table, &JitArm64::FallBackToInterpreter); + table.fill(&JitArm64::FallBackToInterpreter); for (const auto& tpl : s_table63) { diff --git a/Source/Core/Core/PowerPC/JitCommon/JitBase.h b/Source/Core/Core/PowerPC/JitCommon/JitBase.h index d90662ffe4..fa2fdd167f 100644 --- a/Source/Core/Core/PowerPC/JitCommon/JitBase.h +++ b/Source/Core/Core/PowerPC/JitCommon/JitBase.h @@ -5,9 +5,12 @@ #include #include +#include #include +#include #include #include +#include #include "Common/BitSet.h" #include "Common/CommonTypes.h" @@ -194,6 +197,15 @@ public: virtual void Jit(u32 em_address) = 0; + virtual void EraseSingleBlock(const JitBlock& block) = 0; + + // Memory region name, free size, and fragmentation ratio + using MemoryStats = std::pair>; + virtual std::vector GetMemoryStats() const = 0; + + virtual std::size_t DisassembleNearCode(const JitBlock& block, std::ostream& stream) const = 0; + virtual std::size_t DisassembleFarCode(const JitBlock& block, std::ostream& stream) const = 0; + virtual const CommonAsmRoutinesBase* GetAsmRoutines() = 0; virtual bool HandleFault(uintptr_t access_address, SContext* ctx) = 0; diff --git a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp index 890e9975a4..687d40417b 100644 --- a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp +++ b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp @@ -8,13 +8,16 @@ #include #include #include +#include #include +#include #include #include "Common/CommonTypes.h" #include "Common/JitRegister.h" #include "Core/Config/MainSettings.h" #include "Core/Core.h" +#include "Core/Host.h" #include "Core/PowerPC/JitCommon/JitBase.h" #include "Core/PowerPC/MMU.h" #include "Core/PowerPC/PPCSymbolDB.h" @@ -117,6 +120,16 @@ void JitBaseBlockCache::RunOnBlocks(const Core::CPUThreadGuard&, f(e.second); } +void JitBaseBlockCache::WipeBlockProfilingData(const Core::CPUThreadGuard&) +{ + for (const auto& kv : block_map) + { + if (JitBlock::ProfileData* const profile_data = kv.second.profile_data.get()) + *profile_data = {}; + } + Host_JitProfileDataWiped(); +} + JitBlock* JitBaseBlockCache::AllocateBlock(u32 em_address) { const u32 physical_address = m_jit.m_mmu.JitCache_TranslateAddress(em_address).address; @@ -130,7 +143,8 @@ JitBlock* JitBaseBlockCache::AllocateBlock(u32 em_address) } void JitBaseBlockCache::FinalizeBlock(JitBlock& block, bool block_link, - const std::set& physical_addresses) + const PPCAnalyst::CodeBlock& code_block, + const PPCAnalyst::CodeBuffer& code_buffer) { size_t index = FastLookupIndexForAddress(block.effectiveAddress, block.feature_flags); if (m_entry_points_ptr) @@ -144,13 +158,23 @@ void JitBaseBlockCache::FinalizeBlock(JitBlock& block, bool block_link, } block.fast_block_map_index = index; - block.physical_addresses = physical_addresses; + block.physical_addresses = code_block.m_physical_addresses; - u32 range_mask = ~(BLOCK_RANGE_MAP_ELEMENTS - 1); - for (u32 addr : physical_addresses) + block.originalSize = code_block.m_num_instructions; + if (m_jit.IsDebuggingEnabled()) + { + // TODO C++23: Can do this all in one statement with `std::vector::assign_range`. + const std::ranges::transform_view original_buffer_transform_view{ + std::span{code_buffer.data(), block.originalSize}, + [](const PPCAnalyst::CodeOp& op) { return std::make_pair(op.address, op.inst); }}; + block.original_buffer.assign(original_buffer_transform_view.begin(), + original_buffer_transform_view.end()); + } + + for (u32 addr : block.physical_addresses) { valid_block.Set(addr / 32); - block_range_map[addr & range_mask].insert(&block); + block_range_map[addr & BLOCK_RANGE_MAP_MASK].insert(&block); } if (block_link) @@ -167,13 +191,14 @@ void JitBaseBlockCache::FinalizeBlock(JitBlock& block, bool block_link, if (Common::JitRegister::IsEnabled() && (symbol = m_jit.m_ppc_symbol_db.GetSymbolFromAddr(block.effectiveAddress)) != nullptr) { - Common::JitRegister::Register(block.normalEntry, block.codeSize, "JIT_PPC_{}_{:08x}", - symbol->function_name.c_str(), block.physicalAddress); + Common::JitRegister::Register(block.normalEntry, block.near_end - block.normalEntry, + "JIT_PPC_{}_{:08x}", symbol->function_name, + block.physicalAddress); } else { - Common::JitRegister::Register(block.normalEntry, block.codeSize, "JIT_PPC_{:08x}", - block.physicalAddress); + Common::JitRegister::Register(block.normalEntry, block.near_end - block.normalEntry, + "JIT_PPC_{:08x}", block.physicalAddress); } } @@ -324,8 +349,7 @@ void JitBaseBlockCache::InvalidateICacheInternal(u32 physical_address, u32 addre void JitBaseBlockCache::ErasePhysicalRange(u32 address, u32 length) { // Iterate over all macro blocks which overlap the given range. - u32 range_mask = ~(BLOCK_RANGE_MAP_ELEMENTS - 1); - auto start = block_range_map.lower_bound(address & range_mask); + auto start = block_range_map.lower_bound(address & BLOCK_RANGE_MAP_MASK); auto end = block_range_map.lower_bound(address + length); while (start != end) { @@ -339,8 +363,8 @@ void JitBaseBlockCache::ErasePhysicalRange(u32 address, u32 length) // If the block overlaps, also remove all other occupied slots in the other macro blocks. // This will leak empty macro blocks, but they may be reused or cleared later on. for (u32 addr : block->physical_addresses) - if ((addr & range_mask) != start->first) - block_range_map[addr & range_mask].erase(block); + if ((addr & BLOCK_RANGE_MAP_MASK) != start->first) + block_range_map[addr & BLOCK_RANGE_MAP_MASK].erase(block); // And remove the block. DestroyBlock(*block); @@ -370,6 +394,23 @@ void JitBaseBlockCache::ErasePhysicalRange(u32 address, u32 length) } } +void JitBaseBlockCache::EraseSingleBlock(const JitBlock& block) +{ + const auto equal_range = block_map.equal_range(block.physicalAddress); + const auto block_map_iter = std::ranges::find(equal_range.first, equal_range.second, &block, + [](const auto& kv) { return &kv.second; }); + if (block_map_iter == equal_range.second) [[unlikely]] + return; + + JitBlock& mutable_block = block_map_iter->second; + + for (const u32 addr : mutable_block.physical_addresses) + block_range_map[addr & BLOCK_RANGE_MAP_MASK].erase(&mutable_block); + + DestroyBlock(mutable_block); + block_map.erase(block_map_iter); // The original JitBlock reference is now dangling. +} + u32* JitBaseBlockCache::GetBlockBitSet() const { return valid_block.m_valid_block.get(); diff --git a/Source/Core/Core/PowerPC/JitCommon/JitCache.h b/Source/Core/Core/PowerPC/JitCommon/JitCache.h index 15e8c99e43..9d227d62b0 100644 --- a/Source/Core/Core/PowerPC/JitCommon/JitCache.h +++ b/Source/Core/Core/PowerPC/JitCommon/JitCache.h @@ -19,6 +19,7 @@ #include "Common/CommonTypes.h" #include "Core/HW/Memmap.h" #include "Core/PowerPC/Gekko.h" +#include "Core/PowerPC/PPCAnalyst.h" class JitBase; @@ -44,9 +45,6 @@ struct JitBlockData // and valid_block in particular). This is useful because of // of the way the instruction cache works on PowerPC. u32 physicalAddress; - // The number of bytes of JIT'ed code contained in this block. Mostly - // useful for logging. - u32 codeSize; // The number of PPC instructions represented by this block. Mostly // useful for logging. u32 originalSize; @@ -105,6 +103,10 @@ struct JitBlock : public JitBlockData // This set stores all physical addresses of all occupied instructions. std::set physical_addresses; + // This is only available when debugging is enabled. It is a trimmed-down copy of the + // PPCAnalyst::CodeBuffer used to recompile this block, including repeat instructions. + std::vector> original_buffer; + std::unique_ptr profile_data; }; @@ -161,9 +163,12 @@ public: u8** GetEntryPoints(); JitBlock** GetFastBlockMapFallback(); void RunOnBlocks(const Core::CPUThreadGuard& guard, std::function f) const; + void WipeBlockProfilingData(const Core::CPUThreadGuard& guard); + std::size_t GetBlockCount() const { return block_map.size(); } JitBlock* AllocateBlock(u32 em_address); - void FinalizeBlock(JitBlock& block, bool block_link, const std::set& physical_addresses); + void FinalizeBlock(JitBlock& block, bool block_link, const PPCAnalyst::CodeBlock& code_block, + const PPCAnalyst::CodeBuffer& code_buffer); // Look for the block in the slow but accurate way. // This function shall be used if FastLookupIndexForAddress() failed. @@ -179,6 +184,7 @@ public: void InvalidateICache(u32 address, u32 length, bool forced); void InvalidateICacheLine(u32 address); void ErasePhysicalRange(u32 address, u32 length); + void EraseSingleBlock(const JitBlock& block); u32* GetBlockBitSet() const; @@ -212,7 +218,7 @@ private: // Range of overlapping code indexed by a masked physical address. // This is used for invalidation of memory regions. The range is grouped // in macro blocks of each 0x100 bytes. - static constexpr u32 BLOCK_RANGE_MAP_ELEMENTS = 0x100; + static constexpr u32 BLOCK_RANGE_MAP_MASK = ~(0x100 - 1); std::map> block_range_map; // This bitsets shows which cachelines overlap with any blocks. diff --git a/Source/Core/Core/PowerPC/JitInterface.cpp b/Source/Core/Core/PowerPC/JitInterface.cpp index 7e0e281998..be0f21f2e9 100644 --- a/Source/Core/Core/PowerPC/JitInterface.cpp +++ b/Source/Core/Core/PowerPC/JitInterface.cpp @@ -182,46 +182,24 @@ void JitInterface::JitBlockLogDump(const Core::CPUThreadGuard& guard, std::FILE* } } -std::variant -JitInterface::GetHostCode(u32 address) const +void JitInterface::WipeBlockProfilingData(const Core::CPUThreadGuard& guard) { - if (!m_jit) - { - return GetHostCodeError::NoJitActive; - } + if (m_jit) + m_jit->GetBlockCache()->WipeBlockProfilingData(guard); +} - auto& ppc_state = m_system.GetPPCState(); - JitBlock* block = - m_jit->GetBlockCache()->GetBlockFromStartAddress(address, ppc_state.feature_flags); - if (!block) - { - for (int i = 0; i < 500; i++) - { - block = m_jit->GetBlockCache()->GetBlockFromStartAddress(address - 4 * i, - ppc_state.feature_flags); - if (block) - break; - } +void JitInterface::RunOnBlocks(const Core::CPUThreadGuard& guard, + std::function f) const +{ + if (m_jit) + m_jit->GetBlockCache()->RunOnBlocks(guard, std::move(f)); +} - if (block) - { - if (!(block->effectiveAddress <= address && - block->originalSize + block->effectiveAddress >= address)) - block = nullptr; - } - - // Do not merge this "if" with the above - block changes inside it. - if (!block) - { - return GetHostCodeError::NoTranslation; - } - } - - GetHostCodeResult result; - result.code = block->normalEntry; - result.code_size = block->codeSize; - result.entry_address = block->effectiveAddress; - return result; +std::size_t JitInterface::GetBlockCount() const +{ + if (m_jit) + return m_jit->GetBlockCache()->GetBlockCount(); + return 0; } bool JitInterface::HandleFault(uintptr_t access_address, SContext* ctx) @@ -257,6 +235,33 @@ void JitInterface::ClearSafe() m_jit->GetBlockCache()->Clear(); } +void JitInterface::EraseSingleBlock(const JitBlock& block) +{ + if (m_jit) + m_jit->EraseSingleBlock(block); +} + +std::vector JitInterface::GetMemoryStats() const +{ + if (m_jit) + return m_jit->GetMemoryStats(); + return {}; +} + +std::size_t JitInterface::DisassembleNearCode(const JitBlock& block, std::ostream& stream) const +{ + if (m_jit) + return m_jit->DisassembleNearCode(block, stream); + return 0; +} + +std::size_t JitInterface::DisassembleFarCode(const JitBlock& block, std::ostream& stream) const +{ + if (m_jit) + return m_jit->DisassembleFarCode(block, stream); + return 0; +} + void JitInterface::InvalidateICache(u32 address, u32 size, bool forced) { if (m_jit) diff --git a/Source/Core/Core/PowerPC/JitInterface.h b/Source/Core/Core/PowerPC/JitInterface.h index 17d0796bfd..a382fb1ba4 100644 --- a/Source/Core/Core/PowerPC/JitInterface.h +++ b/Source/Core/Core/PowerPC/JitInterface.h @@ -6,9 +6,11 @@ #include #include #include +#include #include -#include -#include +#include +#include +#include #include "Common/CommonTypes.h" #include "Core/MachineContext.h" @@ -16,6 +18,7 @@ class CPUCoreBase; class PointerWrap; class JitBase; +struct JitBlock; namespace Core { @@ -42,22 +45,11 @@ public: CPUCoreBase* InitJitCore(PowerPC::CPUCore core); CPUCoreBase* GetCore() const; - // Debugging - enum class GetHostCodeError - { - NoJitActive, - NoTranslation, - }; - struct GetHostCodeResult - { - const u8* code; - u32 code_size; - u32 entry_address; - }; - void UpdateMembase(); void JitBlockLogDump(const Core::CPUThreadGuard& guard, std::FILE* file) const; - std::variant GetHostCode(u32 address) const; + void WipeBlockProfilingData(const Core::CPUThreadGuard& guard); + void RunOnBlocks(const Core::CPUThreadGuard& guard, std::function f) const; + std::size_t GetBlockCount() const; // Memory Utilities bool HandleFault(uintptr_t access_address, SContext* ctx); @@ -71,6 +63,19 @@ public: // the JIT'ed code. void ClearSafe(); + // DolphinQt's JITWidget needs EraseSingleBlock. Nothing else (from outside of the Core) should + // use it, or else JitBlockTableModel will contain a dangling reference. If something else from + // outside of the Core *must* use this, consider reworking the logic in JITWidget. + void EraseSingleBlock(const JitBlock& block); + + // Memory region name, free size, and fragmentation ratio + using MemoryStats = std::pair>; + std::vector GetMemoryStats() const; + + // Disassemble the recompiled code from a JIT block. Returns the disassembled instruction count. + std::size_t DisassembleNearCode(const JitBlock& block, std::ostream& stream) const; + std::size_t DisassembleFarCode(const JitBlock& block, std::ostream& stream) const; + // If "forced" is true, a recompile is being requested on code that hasn't been modified. void InvalidateICache(u32 address, u32 size, bool forced); void InvalidateICacheLine(u32 address); diff --git a/Source/Core/Core/PowerPC/MMU.h b/Source/Core/Core/PowerPC/MMU.h index faf6776389..a26fd7f66c 100644 --- a/Source/Core/Core/PowerPC/MMU.h +++ b/Source/Core/Core/PowerPC/MMU.h @@ -15,11 +15,11 @@ namespace Core { class CPUThreadGuard; class System; -}; // namespace Core +} // namespace Core namespace Memory { class MemoryManager; -}; +} namespace PowerPC { diff --git a/Source/Core/Core/PowerPC/PPCCache.cpp b/Source/Core/Core/PowerPC/PPCCache.cpp index 0213a47c38..3d351f97d1 100644 --- a/Source/Core/Core/PowerPC/PPCCache.cpp +++ b/Source/Core/Core/PowerPC/PPCCache.cpp @@ -100,9 +100,9 @@ void Cache::Reset() valid.fill(0); plru.fill(0); modified.fill(0); - std::fill(lookup_table.begin(), lookup_table.end(), 0xFF); - std::fill(lookup_table_ex.begin(), lookup_table_ex.end(), 0xFF); - std::fill(lookup_table_vmem.begin(), lookup_table_vmem.end(), 0xFF); + std::ranges::fill(lookup_table, 0xFF); + std::ranges::fill(lookup_table_ex, 0xFF); + std::ranges::fill(lookup_table_vmem, 0xFF); } void InstructionCache::Reset(JitInterface& jit_interface) diff --git a/Source/Core/Core/PowerPC/PPCTables.cpp b/Source/Core/Core/PowerPC/PPCTables.cpp index 8eeb5da076..24d9040c6e 100644 --- a/Source/Core/Core/PowerPC/PPCTables.cpp +++ b/Source/Core/Core/PowerPC/PPCTables.cpp @@ -17,7 +17,6 @@ #include "Common/IOFile.h" #include "Common/Logging/Log.h" #include "Common/StringUtil.h" -#include "Common/TypeUtils.h" #include "Core/PowerPC/PowerPC.h" @@ -527,14 +526,14 @@ constexpr Tables s_tables = []() consteval u32 unknown_op_info = make_info(s_unknown_op_info); tables.unknown_op_info = unknown_op_info; - Common::Fill(tables.primary_table, unknown_op_info); + tables.primary_table.fill(unknown_op_info); for (auto& tpl : s_primary_table) { ASSERT(tables.primary_table[tpl.opcode] == unknown_op_info); tables.primary_table[tpl.opcode] = make_info(tpl); }; - Common::Fill(tables.table4, unknown_op_info); + tables.table4.fill(unknown_op_info); for (const auto& tpl : s_table4_2) { @@ -567,28 +566,28 @@ constexpr Tables s_tables = []() consteval tables.table4[op] = make_info(tpl); } - Common::Fill(tables.table19, unknown_op_info); + tables.table19.fill(unknown_op_info); for (auto& tpl : s_table19) { ASSERT(tables.table19[tpl.opcode] == unknown_op_info); tables.table19[tpl.opcode] = make_info(tpl); }; - Common::Fill(tables.table31, unknown_op_info); + tables.table31.fill(unknown_op_info); for (auto& tpl : s_table31) { ASSERT(tables.table31[tpl.opcode] == unknown_op_info); tables.table31[tpl.opcode] = make_info(tpl); }; - Common::Fill(tables.table59, unknown_op_info); + tables.table59.fill(unknown_op_info); for (auto& tpl : s_table59) { ASSERT(tables.table59[tpl.opcode] == unknown_op_info); tables.table59[tpl.opcode] = make_info(tpl); }; - Common::Fill(tables.table63, unknown_op_info); + tables.table63.fill(unknown_op_info); for (auto& tpl : s_table63) { ASSERT(tables.table63[tpl.opcode] == unknown_op_info); diff --git a/Source/Core/Core/PowerPC/PowerPC.cpp b/Source/Core/Core/PowerPC/PowerPC.cpp index e97db77fc7..3cc1112bd7 100644 --- a/Source/Core/Core/PowerPC/PowerPC.cpp +++ b/Source/Core/Core/PowerPC/PowerPC.cpp @@ -57,6 +57,7 @@ static void InvalidateCacheThreadSafe(Core::System& system, u64 userdata, s64 cy { system.GetPPCState().iCache.Invalidate(system.GetMemory(), system.GetJitInterface(), static_cast(userdata)); + Host_JitCacheInvalidation(); } PowerPCManager::PowerPCManager(Core::System& system) @@ -128,10 +129,10 @@ void PowerPCManager::DoState(PointerWrap& p) void PowerPCManager::ResetRegisters() { - std::fill(std::begin(m_ppc_state.ps), std::end(m_ppc_state.ps), PairedSingle{}); - std::fill(std::begin(m_ppc_state.sr), std::end(m_ppc_state.sr), 0U); - std::fill(std::begin(m_ppc_state.gpr), std::end(m_ppc_state.gpr), 0U); - std::fill(std::begin(m_ppc_state.spr), std::end(m_ppc_state.spr), 0U); + std::ranges::fill(m_ppc_state.ps, PairedSingle{}); + std::ranges::fill(m_ppc_state.sr, 0U); + std::ranges::fill(m_ppc_state.gpr, 0U); + std::ranges::fill(m_ppc_state.spr, 0U); // Gamecube: // 0x00080200 = lonestar 2.0 @@ -296,6 +297,7 @@ void PowerPCManager::ScheduleInvalidateCacheThreadSafe(u32 address) { m_ppc_state.iCache.Invalidate(m_system.GetMemory(), m_system.GetJitInterface(), static_cast(address)); + Host_JitCacheInvalidation(); } } diff --git a/Source/Core/Core/State.cpp b/Source/Core/Core/State.cpp index fe20d74ea4..f9964c0fa8 100644 --- a/Source/Core/Core/State.cpp +++ b/Source/Core/Core/State.cpp @@ -98,7 +98,7 @@ static size_t s_state_writes_in_queue; static std::condition_variable s_state_write_queue_is_empty; // Don't forget to increase this after doing changes on the savestate system -constexpr u32 STATE_VERSION = 168; // Last changed in PR 12639 +constexpr u32 STATE_VERSION = 169; // Last changed in PR 13074 // Increase this if the StateExtendedHeader definition changes constexpr u32 EXTENDED_HEADER_VERSION = 1; // Last changed in PR 12217 diff --git a/Source/Core/Core/SysConf.cpp b/Source/Core/Core/SysConf.cpp index d9efcaa345..bc5f133f69 100644 --- a/Source/Core/Core/SysConf.cpp +++ b/Source/Core/Core/SysConf.cpp @@ -192,7 +192,7 @@ bool SysConf::Save() const // Make sure the buffer size is 0x4000 bytes now and write the footer. buffer.resize(SYSCONF_SIZE); constexpr std::array footer = {{'S', 'C', 'e', 'd'}}; - std::copy(footer.cbegin(), footer.cend(), buffer.end() - footer.size()); + std::ranges::copy(footer, buffer.end() - footer.size()); // Write the new data. const std::string temp_file = "/tmp/SYSCONF"; diff --git a/Source/Core/Core/System.h b/Source/Core/Core/System.h index a1422ac84d..9ec8391ff0 100644 --- a/Source/Core/Core/System.h +++ b/Source/Core/Core/System.h @@ -17,7 +17,7 @@ class XFStateManager; namespace AudioInterface { class AudioInterfaceManager; -}; +} namespace CPU { class CPUManager; @@ -42,7 +42,7 @@ class DVDThread; namespace ExpansionInterface { class ExpansionInterfaceManager; -}; +} namespace Fifo { class FifoManager; @@ -69,15 +69,15 @@ namespace IOS::HLE::USB { class SkylanderPortal; class InfinityBase; -}; // namespace IOS::HLE::USB +} // namespace IOS::HLE::USB namespace Memory { class MemoryManager; -}; +} namespace MemoryInterface { class MemoryInterfaceManager; -}; +} namespace Movie { class MovieManager; @@ -85,7 +85,7 @@ class MovieManager; namespace PixelEngine { class PixelEngineManager; -}; +} namespace PowerPC { class MMU; @@ -100,7 +100,7 @@ class ProcessorInterfaceManager; namespace SerialInterface { class SerialInterfaceManager; -}; +} namespace SystemTimers { class SystemTimersManager; @@ -112,7 +112,7 @@ class CustomAssetLoader; namespace VideoInterface { class VideoInterfaceManager; -}; +} namespace Core { diff --git a/Source/Core/Core/WC24PatchEngine.cpp b/Source/Core/Core/WC24PatchEngine.cpp index 7a9b5a25ff..f16efba192 100644 --- a/Source/Core/Core/WC24PatchEngine.cpp +++ b/Source/Core/Core/WC24PatchEngine.cpp @@ -117,10 +117,9 @@ void Reload() std::optional GetNetworkPatch(std::string_view source, IsKD is_kd) { - const auto patch = - std::find_if(s_patches.begin(), s_patches.end(), [&source, &is_kd](const NetworkPatch& p) { - return p.source == source && p.is_kd == is_kd && p.enabled; - }); + const auto patch = std::ranges::find_if(s_patches, [&source, &is_kd](const NetworkPatch& p) { + return p.source == source && p.is_kd == is_kd && p.enabled; + }); if (patch == s_patches.end()) return std::nullopt; diff --git a/Source/Core/DiscIO/Blob.cpp b/Source/Core/DiscIO/Blob.cpp index 1109b00a1b..96e4640dfd 100644 --- a/Source/Core/DiscIO/Blob.cpp +++ b/Source/Core/DiscIO/Blob.cpp @@ -84,8 +84,8 @@ SectorReader::~SectorReader() const SectorReader::Cache* SectorReader::FindCacheLine(u64 block_num) { - auto itr = std::find_if(m_cache.begin(), m_cache.end(), - [&](const Cache& entry) { return entry.Contains(block_num); }); + auto itr = + std::ranges::find_if(m_cache, [&](const Cache& entry) { return entry.Contains(block_num); }); if (itr == m_cache.end()) return nullptr; @@ -153,8 +153,7 @@ bool SectorReader::Read(u64 offset, u64 size, u8* out_ptr) u32 can_read = m_block_size * cache->num_blocks - read_offset; u32 was_read = static_cast(std::min(can_read, remain)); - std::copy(cache->data.begin() + read_offset, cache->data.begin() + read_offset + was_read, - out_ptr); + std::copy_n(cache->data.begin() + read_offset, was_read, out_ptr); offset += was_read; out_ptr += was_read; @@ -204,7 +203,7 @@ u32 SectorReader::ReadChunk(u8* buffer, u64 chunk_num) { if (!GetBlock(block_num + i, buffer)) { - std::fill(buffer, buffer + (cnt_blocks - i) * m_block_size, 0u); + std::fill_n(buffer, (cnt_blocks - i) * m_block_size, 0u); return i; } buffer += m_block_size; diff --git a/Source/Core/DiscIO/CompressedBlob.cpp b/Source/Core/DiscIO/CompressedBlob.cpp index 629cedfe7c..fccb3928d1 100644 --- a/Source/Core/DiscIO/CompressedBlob.cpp +++ b/Source/Core/DiscIO/CompressedBlob.cpp @@ -130,7 +130,7 @@ bool CompressedBlobReader::GetBlock(u64 block_num, u8* out_ptr) if (uncompressed) { - std::copy(m_zlib_buffer.begin(), m_zlib_buffer.begin() + comp_block_size, out_ptr); + std::copy_n(m_zlib_buffer.begin(), comp_block_size, out_ptr); } else { @@ -272,7 +272,7 @@ static ConversionResultCode Output(OutputParameters parameters, File::IOFile* ou } return ConversionResultCode::Success; -}; +} bool ConvertToGCZ(BlobReader* infile, const std::string& infile_path, const std::string& outfile_path, u32 sub_type, int block_size, diff --git a/Source/Core/DiscIO/DirectoryBlob.cpp b/Source/Core/DiscIO/DirectoryBlob.cpp index 7cd7e12def..130175f1ca 100644 --- a/Source/Core/DiscIO/DirectoryBlob.cpp +++ b/Source/Core/DiscIO/DirectoryBlob.cpp @@ -107,8 +107,7 @@ bool DiscContent::Read(u64* offset, u64* length, u8** buffer, DirectoryBlobReade else if (std::holds_alternative(m_content_source)) { const auto& content = std::get(m_content_source); - std::copy(content->begin() + offset_in_content, - content->begin() + offset_in_content + bytes_to_read, *buffer); + std::copy_n(content->begin() + offset_in_content, bytes_to_read, *buffer); } else if (std::holds_alternative(m_content_source)) { @@ -624,16 +623,15 @@ void DirectoryBlobReader::SetWiiRegionData(const std::vector& wii_region_dat void DirectoryBlobReader::SetPartitions(std::vector&& partitions) { - std::sort(partitions.begin(), partitions.end(), - [](const PartitionWithType& lhs, const PartitionWithType& rhs) { - if (lhs.type == rhs.type) - return lhs.partition.GetRootDirectory() < rhs.partition.GetRootDirectory(); + std::ranges::sort(partitions, [](const PartitionWithType& lhs, const PartitionWithType& rhs) { + if (lhs.type == rhs.type) + return lhs.partition.GetRootDirectory() < rhs.partition.GetRootDirectory(); - // Ascending sort by partition type, except Update (1) comes before before Game (0) - return (lhs.type > PartitionType::Update || rhs.type > PartitionType::Update) ? - lhs.type < rhs.type : - lhs.type > rhs.type; - }); + // Ascending sort by partition type, except Update (1) comes before before Game (0) + return (lhs.type > PartitionType::Update || rhs.type > PartitionType::Update) ? + lhs.type < rhs.type : + lhs.type > rhs.type; + }); u32 subtable_1_size = 0; while (subtable_1_size < partitions.size() && subtable_1_size < 3 && diff --git a/Source/Core/DiscIO/DirectoryBlob.h b/Source/Core/DiscIO/DirectoryBlob.h index 39fe05b163..e409d2de84 100644 --- a/Source/Core/DiscIO/DirectoryBlob.h +++ b/Source/Core/DiscIO/DirectoryBlob.h @@ -140,7 +140,6 @@ public: bool Read(u64* offset, u64* length, u8** buffer, DirectoryBlobReader* blob) const; bool operator==(const DiscContent& other) const { return GetEndOffset() == other.GetEndOffset(); } - bool operator!=(const DiscContent& other) const { return !(*this == other); } bool operator<(const DiscContent& other) const { return GetEndOffset() < other.GetEndOffset(); } bool operator>(const DiscContent& other) const { return other < *this; } bool operator<=(const DiscContent& other) const { return !(*this > other); } diff --git a/Source/Core/DiscIO/Filesystem.h b/Source/Core/DiscIO/Filesystem.h index 03300ab417..dd85b6282d 100644 --- a/Source/Core/DiscIO/Filesystem.h +++ b/Source/Core/DiscIO/Filesystem.h @@ -60,7 +60,6 @@ public: { return m_file_info ? (it.m_file_info && *m_file_info == *it.m_file_info) : (!it.m_file_info); } - bool operator!=(const const_iterator& it) const { return !operator==(it); } // Incrementing or destroying an iterator will invalidate its returned references and // pointers, but will not invalidate copies of the iterator or file info object. const FileInfo& operator*() const { return *m_file_info.get(); } @@ -73,7 +72,6 @@ public: virtual ~FileInfo(); bool operator==(const FileInfo& other) const { return GetAddress() == other.GetAddress(); } - bool operator!=(const FileInfo& other) const { return !operator==(other); } virtual std::unique_ptr clone() const = 0; virtual const_iterator cbegin() const { return begin(); } virtual const_iterator cend() const { return end(); } diff --git a/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp b/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp index f8f496a8a3..ba2f2ea629 100644 --- a/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp +++ b/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp @@ -78,8 +78,8 @@ bool LaggedFibonacciGenerator::GetSeed(const u32* data, size_t size, size_t data const size_t data_offset_mod_k = data_offset % LFG_K; const size_t data_offset_div_k = data_offset / LFG_K; - std::copy(data, data + LFG_K - data_offset_mod_k, lfg->m_buffer.data() + data_offset_mod_k); - std::copy(data + LFG_K - data_offset_mod_k, data + LFG_K, lfg->m_buffer.data()); + std::copy_n(data, LFG_K - data_offset_mod_k, lfg->m_buffer.data() + data_offset_mod_k); + std::copy_n(data + LFG_K - data_offset_mod_k, data_offset_mod_k, lfg->m_buffer.data()); lfg->Backward(0, data_offset_mod_k); diff --git a/Source/Core/DiscIO/RiivolutionParser.cpp b/Source/Core/DiscIO/RiivolutionParser.cpp index 656cd20697..f120335f56 100644 --- a/Source/Core/DiscIO/RiivolutionParser.cpp +++ b/Source/Core/DiscIO/RiivolutionParser.cpp @@ -67,7 +67,7 @@ static std::vector ReadHexString(std::string_view sv) sv = sv.substr(2); } return result; -}; +} std::optional ParseString(std::string_view xml, std::string xml_path) { diff --git a/Source/Core/DiscIO/RiivolutionPatcher.cpp b/Source/Core/DiscIO/RiivolutionPatcher.cpp index 8c54968c35..eff36077f9 100644 --- a/Source/Core/DiscIO/RiivolutionPatcher.cpp +++ b/Source/Core/DiscIO/RiivolutionPatcher.cpp @@ -366,7 +366,7 @@ static FSTBuilderNode* FindFileNodeInFST(std::string_view path, std::vectorbegin(), fst->end(), [&](const FSTBuilderNode& node) { + const auto it = std::ranges::find_if(*fst, [&](const FSTBuilderNode& node) { return Common::CaseInsensitiveEquals(node.m_filename, name); }); diff --git a/Source/Core/DiscIO/TGCBlob.cpp b/Source/Core/DiscIO/TGCBlob.cpp index 94ad394861..6478ea40da 100644 --- a/Source/Core/DiscIO/TGCBlob.cpp +++ b/Source/Core/DiscIO/TGCBlob.cpp @@ -28,8 +28,8 @@ void Replace(u64 offset, u64 size, u8* out_ptr, u64 replace_offset, u64 replace_ if (replace_end > replace_start) { - std::copy(replace_ptr + (replace_start - replace_offset), - replace_ptr + (replace_end - replace_offset), out_ptr + (replace_start - offset)); + std::copy_n(replace_ptr + (replace_start - replace_offset), replace_end - replace_start, + out_ptr + (replace_start - offset)); } } diff --git a/Source/Core/DiscIO/Volume.h b/Source/Core/DiscIO/Volume.h index e97762ab96..1c216178c3 100644 --- a/Source/Core/DiscIO/Volume.h +++ b/Source/Core/DiscIO/Volume.h @@ -32,7 +32,6 @@ struct Partition final constexpr Partition() = default; constexpr explicit Partition(u64 offset_) : offset(offset_) {} constexpr bool operator==(const Partition& other) const { return offset == other.offset; } - constexpr bool operator!=(const Partition& other) const { return !(*this == other); } constexpr bool operator<(const Partition& other) const { return offset < other.offset; } constexpr bool operator>(const Partition& other) const { return other < *this; } constexpr bool operator<=(const Partition& other) const { return !(*this < other); } diff --git a/Source/Core/DiscIO/VolumeVerifier.cpp b/Source/Core/DiscIO/VolumeVerifier.cpp index efbe129a5f..d510aa3266 100644 --- a/Source/Core/DiscIO/VolumeVerifier.cpp +++ b/Source/Core/DiscIO/VolumeVerifier.cpp @@ -472,8 +472,7 @@ std::vector VolumeVerifier::CheckPartitions() AddProblem(Severity::High, Common::GetStringT("The install partition is missing.")); if (ShouldHaveMasterpiecePartitions() && - types.cend() == - std::find_if(types.cbegin(), types.cend(), [](u32 type) { return type >= 0xFF; })) + types.cend() == std::ranges::find_if(types, [](u32 type) { return type >= 0xFF; })) { // i18n: This string is referring to a game mode in Super Smash Bros. Brawl called Masterpieces // where you play demos of NES/SNES/N64 games. Official translations: @@ -720,10 +719,9 @@ bool VolumeVerifier::ShouldHaveChannelPartition() const "RFNE01", "RFNJ01", "RFNK01", "RFNP01", "RFNW01", "RFPE01", "RFPJ01", "RFPK01", "RFPP01", "RFPW01", "RGWE41", "RGWJ41", "RGWP41", "RGWX41", "RMCE01", "RMCJ01", "RMCK01", "RMCP01", }; - DEBUG_ASSERT(std::is_sorted(channel_discs.cbegin(), channel_discs.cend())); + static_assert(std::ranges::is_sorted(channel_discs)); - return std::binary_search(channel_discs.cbegin(), channel_discs.cend(), - std::string_view(m_volume.GetGameID())); + return std::ranges::binary_search(channel_discs, m_volume.GetGameID()); } bool VolumeVerifier::ShouldHaveInstallPartition() const @@ -753,10 +751,9 @@ bool VolumeVerifier::ShouldBeDualLayer() const "SLSEXJ", "SLSP01", "SQIE4Q", "SQIP4Q", "SQIY4Q", "SR5E41", "SR5P41", "SUOE41", "SUOP41", "SVXX52", "SVXY52", "SX4E01", "SX4P01", "SZ3EGT", "SZ3PGT", }; - DEBUG_ASSERT(std::is_sorted(dual_layer_discs.cbegin(), dual_layer_discs.cend())); + static_assert(std::ranges::is_sorted(dual_layer_discs)); - return std::binary_search(dual_layer_discs.cbegin(), dual_layer_discs.cend(), - std::string_view(m_volume.GetGameID())); + return std::ranges::binary_search(dual_layer_discs, m_volume.GetGameID()); } void VolumeVerifier::CheckVolumeSize() @@ -1301,8 +1298,7 @@ void VolumeVerifier::Finish() { m_result.hashes.crc32 = std::vector(4); const u32 crc32_be = Common::swap32(m_crc32_context); - const u8* crc32_be_ptr = reinterpret_cast(&crc32_be); - std::copy(crc32_be_ptr, crc32_be_ptr + 4, m_result.hashes.crc32.begin()); + std::memcpy(m_result.hashes.crc32.data(), &crc32_be, 4); } if (m_hashes_to_calculate.md5) diff --git a/Source/Core/DiscIO/WIABlob.cpp b/Source/Core/DiscIO/WIABlob.cpp index a9496fe5a0..c0f3930899 100644 --- a/Source/Core/DiscIO/WIABlob.cpp +++ b/Source/Core/DiscIO/WIABlob.cpp @@ -765,7 +765,14 @@ bool WIARVZFileReader::Chunk::Decompress() const size_t bytes_to_move = m_out.bytes_written - m_out_bytes_used_for_exceptions; DecompressionBuffer in{std::vector(bytes_to_move), bytes_to_move}; - std::memcpy(in.data.data(), m_out.data.data() + m_out_bytes_used_for_exceptions, bytes_to_move); + + // Copying to a null pointer is undefined behaviour, so only copy when we + // actually have data to copy. + if (bytes_to_move > 0) + { + std::memcpy(in.data.data(), m_out.data.data() + m_out_bytes_used_for_exceptions, + bytes_to_move); + } m_out.bytes_written = m_out_bytes_used_for_exceptions; @@ -1120,27 +1127,27 @@ bool WIARVZFileReader::TryReuse(std::map* reusable_gro static bool AllAre(const std::vector& data, u8 x) { return std::all_of(data.begin(), data.end(), [x](u8 y) { return x == y; }); -}; +} static bool AllAre(const u8* begin, const u8* end, u8 x) { return std::all_of(begin, end, [x](u8 y) { return x == y; }); -}; +} static bool AllZero(const std::vector& data) { return AllAre(data, 0); -}; +} static bool AllSame(const std::vector& data) { return AllAre(data, data.front()); -}; +} static bool AllSame(const u8* begin, const u8* end) { return AllAre(begin, end, *begin); -}; +} template static void RVZPack(const u8* in, OutputParametersEntry* out, u64 bytes_per_chunk, size_t chunks, @@ -1249,7 +1256,7 @@ static void RVZPack(const u8* in, OutputParametersEntry* out, u64 bytes_per_chun { if (next_junk_start == end_offset) { - // Storing this chunk without RVZ packing would be inefficient, so store it without + // Storing this chunk with RVZ packing would be inefficient, so store it without PushBack(&entry.main_data, in + current_offset, in + end_offset); break; } @@ -1628,7 +1635,7 @@ WIARVZFileReader::ProcessAndCompress(CompressThreadState* state, CompressPa const size_t size = state->compressor->GetSize(); entry.main_data.resize(size); - std::copy(data, data + size, entry.main_data.data()); + std::copy_n(data, size, entry.main_data.data()); if (compressed_exception_lists) entry.exception_lists.clear(); diff --git a/Source/Core/DiscIO/WIABlob.h b/Source/Core/DiscIO/WIABlob.h index c5a5476c09..106cf560d9 100644 --- a/Source/Core/DiscIO/WIABlob.h +++ b/Source/Core/DiscIO/WIABlob.h @@ -264,7 +264,6 @@ private: std::tie(other.partition_key, other.data_size, other.encrypted, other.value); } - bool operator!=(const ReuseID& other) const { return !operator==(other); } bool operator>=(const ReuseID& other) const { return !operator<(other); } bool operator<=(const ReuseID& other) const { return !operator>(other); } diff --git a/Source/Core/DiscIO/WIACompression.h b/Source/Core/DiscIO/WIACompression.h index d3d5cb34d7..42f4a7fa19 100644 --- a/Source/Core/DiscIO/WIACompression.h +++ b/Source/Core/DiscIO/WIACompression.h @@ -38,7 +38,7 @@ public: virtual bool Decompress(const DecompressionBuffer& in, DecompressionBuffer* out, size_t* in_bytes_read) = 0; - virtual bool Done() const { return m_done; }; + virtual bool Done() const { return m_done; } protected: bool m_done = false; diff --git a/Source/Core/DiscIO/WiiSaveBanner.cpp b/Source/Core/DiscIO/WiiSaveBanner.cpp index 91350fb030..7c2489ea93 100644 --- a/Source/Core/DiscIO/WiiSaveBanner.cpp +++ b/Source/Core/DiscIO/WiiSaveBanner.cpp @@ -15,10 +15,6 @@ namespace DiscIO { -constexpr u32 BANNER_WIDTH = 192; -constexpr u32 BANNER_HEIGHT = 64; -constexpr u32 BANNER_SIZE = BANNER_WIDTH * BANNER_HEIGHT * 2; - constexpr u32 ICON_WIDTH = 48; constexpr u32 ICON_HEIGHT = 48; constexpr u32 ICON_SIZE = ICON_WIDTH * ICON_HEIGHT * 2; @@ -31,6 +27,8 @@ WiiSaveBanner::WiiSaveBanner(u64 title_id) WiiSaveBanner::WiiSaveBanner(const std::string& path) : m_path(path) { + constexpr u32 BANNER_SIZE = BANNER_WIDTH * BANNER_HEIGHT * 2; + constexpr size_t MINIMUM_SIZE = sizeof(Header) + BANNER_SIZE + ICON_SIZE; File::IOFile file(path, "rb"); if (!file.ReadArray(&m_header, 1)) diff --git a/Source/Core/DiscIO/WiiSaveBanner.h b/Source/Core/DiscIO/WiiSaveBanner.h index ee2df811a9..2531a01f55 100644 --- a/Source/Core/DiscIO/WiiSaveBanner.h +++ b/Source/Core/DiscIO/WiiSaveBanner.h @@ -13,6 +13,9 @@ namespace DiscIO class WiiSaveBanner { public: + static constexpr u32 BANNER_WIDTH = 192; + static constexpr u32 BANNER_HEIGHT = 64; + explicit WiiSaveBanner(u64 title_id); explicit WiiSaveBanner(const std::string& path); diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index 5f1c59ac4d..a61f0d822a 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -117,6 +117,7 @@ + @@ -549,7 +550,6 @@ - @@ -809,6 +809,7 @@ + @@ -1089,6 +1090,7 @@ + @@ -1206,7 +1208,6 @@ - diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 40145e6e4c..539bbe769f 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -61,6 +61,10 @@ void Host_PPCSymbolsChanged() { } +void Host_PPCBreakpointsChanged() +{ +} + void Host_RefreshDSPDebuggerWindow() { } @@ -86,6 +90,14 @@ void Host_UpdateDisasmDialog() { } +void Host_JitCacheInvalidation() +{ +} + +void Host_JitProfileDataWiped() +{ +} + void Host_UpdateMainFrame() { s_update_main_frame_event.Set(); diff --git a/Source/Core/DolphinNoGUI/PlatformX11.cpp b/Source/Core/DolphinNoGUI/PlatformX11.cpp index 94a72b4c53..8fed2c8c87 100644 --- a/Source/Core/DolphinNoGUI/PlatformX11.cpp +++ b/Source/Core/DolphinNoGUI/PlatformX11.cpp @@ -26,6 +26,7 @@ static constexpr auto X_None = None; #include #include #include +#include "UICommon/UICommon.h" #include "UICommon/X11Utils.h" #include "VideoCommon/Present.h" @@ -110,7 +111,7 @@ bool PlatformX11::Init() ProcessEvents(); if (Config::Get(Config::MAIN_DISABLE_SCREENSAVER)) - X11Utils::InhibitScreensaver(m_window, true); + UICommon::InhibitScreenSaver(true); #ifdef HAVE_XRANDR m_xrr_config = new X11Utils::XRRConfiguration(m_display, m_window); diff --git a/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp b/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp index 175d9b2f0e..75152c09ff 100644 --- a/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp +++ b/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp @@ -21,6 +21,7 @@ #include "DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.h" #include "DolphinQt/Config/ToolTipControls/ToolTipCheckBox.h" +#include "DolphinQt/QtUtils/ModalMessageBox.h" #include "DolphinQt/QtUtils/NonDefaultQPushButton.h" #include "DolphinQt/QtUtils/SignalBlocking.h" #include "DolphinQt/Settings.h" @@ -36,11 +37,27 @@ AchievementSettingsWidget::AchievementSettingsWidget(QWidget* parent) : QWidget( // If hardcore is enabled when the emulator starts, make sure it turns off what it needs to if (Config::Get(Config::RA_HARDCORE_ENABLED)) - ToggleHardcore(); + UpdateHardcoreMode(); } -void AchievementSettingsWidget::UpdateData() +void AchievementSettingsWidget::UpdateData(int login_failed_code) { + if (login_failed_code != RC_OK) + { + switch (login_failed_code) + { + case RC_INVALID_CREDENTIALS: + m_common_login_failed->setText(tr("Login Failed - Invalid Username/Password")); + break; + case RC_NO_RESPONSE: + m_common_login_failed->setText(tr("Login Failed - No Internet Connection")); + break; + default: + m_common_login_failed->setText(tr("Login Failed - Server Error")); + break; + } + m_common_login_failed->setVisible(true); + } LoadSettings(); } @@ -161,6 +178,8 @@ void AchievementSettingsWidget::OnControllerInterfaceConfigure() void AchievementSettingsWidget::LoadSettings() { + Core::System& system = Core::System::GetInstance(); + bool enabled = Config::Get(Config::RA_ENABLED); bool hardcore_enabled = Config::Get(Config::RA_HARDCORE_ENABLED); bool logged_out = Config::Get(Config::RA_API_TOKEN).empty(); @@ -176,27 +195,20 @@ void AchievementSettingsWidget::LoadSettings() SignalBlocking(m_common_password_input)->setVisible(logged_out); SignalBlocking(m_common_password_input)->setEnabled(enabled); SignalBlocking(m_common_login_button)->setVisible(logged_out); - SignalBlocking(m_common_login_button) - ->setEnabled(enabled && !Core::IsRunning(Core::System::GetInstance())); - if (enabled && Core::IsRunning(Core::System::GetInstance())) - { - SignalBlocking(m_common_login_button)->setText(tr("To log in, stop the current emulation.")); - } - else - { + SignalBlocking(m_common_login_button)->setEnabled(enabled && Core::IsUninitialized(system)); + if (!enabled || Core::IsUninitialized(system)) SignalBlocking(m_common_login_button)->setText(tr("Log In")); - } + else + SignalBlocking(m_common_login_button)->setText(tr("To log in, stop the current emulation.")); SignalBlocking(m_common_logout_button)->setVisible(!logged_out); SignalBlocking(m_common_logout_button)->setEnabled(enabled); SignalBlocking(m_common_hardcore_enabled_input) ->setChecked(Config::Get(Config::RA_HARDCORE_ENABLED)); - auto& system = Core::System::GetInstance(); SignalBlocking(m_common_hardcore_enabled_input) - ->setEnabled(enabled && - (hardcore_enabled || (Core::GetState(system) == Core::State::Uninitialized && - !system.GetMovie().IsPlayingInput()))); + ->setEnabled(enabled && (hardcore_enabled || (Core::IsUninitialized(system) && + !system.GetMovie().IsPlayingInput()))); SignalBlocking(m_common_unofficial_enabled_input) ->setChecked(Config::Get(Config::RA_UNOFFICIAL_ENABLED)); @@ -247,15 +259,12 @@ void AchievementSettingsWidget::ToggleRAIntegration() instance.Init(); else instance.Shutdown(); - if (Config::Get(Config::RA_HARDCORE_ENABLED)) - { - emit Settings::Instance().EmulationStateChanged(Core::GetState(Core::System::GetInstance())); - emit Settings::Instance().HardcoreStateChanged(); - } + UpdateHardcoreMode(); } void AchievementSettingsWidget::Login() { + m_common_login_failed->setVisible(false); Config::SetBaseOrCurrent(Config::RA_USERNAME, m_common_username_input->text().toStdString()); AchievementManager::GetInstance().Login(m_common_password_input->text().toStdString()); m_common_password_input->setText(QString()); @@ -264,24 +273,31 @@ void AchievementSettingsWidget::Login() void AchievementSettingsWidget::Logout() { - AchievementManager::GetInstance().Logout(); - SaveSettings(); + auto confirm = ModalMessageBox::question( + this, tr("Confirm Logout"), tr("Are you sure you want to log out of RetroAchievements?"), + QMessageBox::Yes | QMessageBox::No, QMessageBox::NoButton, Qt::ApplicationModal); + if (confirm == QMessageBox::Yes) + { + AchievementManager::GetInstance().Logout(); + SaveSettings(); + } } void AchievementSettingsWidget::ToggleHardcore() { - SaveSettings(); - AchievementManager::GetInstance().SetHardcoreMode(); if (Config::Get(Config::RA_HARDCORE_ENABLED)) { - if (Config::Get(Config::MAIN_EMULATION_SPEED) < 1.0f) - Config::SetBaseOrCurrent(Config::MAIN_EMULATION_SPEED, 1.0f); - Config::SetBaseOrCurrent(Config::FREE_LOOK_ENABLED, false); - Config::SetBaseOrCurrent(Config::MAIN_ENABLE_CHEATS, false); - Settings::Instance().SetDebugModeEnabled(false); + auto confirm = ModalMessageBox::question( + this, tr("Confirm Hardcore Off"), tr("Are you sure you want to turn hardcore mode off?"), + QMessageBox::Yes | QMessageBox::No, QMessageBox::NoButton, Qt::ApplicationModal); + if (confirm != QMessageBox::Yes) + { + SignalBlocking(m_common_hardcore_enabled_input)->setChecked(true); + return; + } } - emit Settings::Instance().EmulationStateChanged(Core::GetState(Core::System::GetInstance())); - emit Settings::Instance().HardcoreStateChanged(); + SaveSettings(); + UpdateHardcoreMode(); } void AchievementSettingsWidget::ToggleUnofficial() @@ -311,4 +327,14 @@ void AchievementSettingsWidget::ToggleProgress() SaveSettings(); } +void AchievementSettingsWidget::UpdateHardcoreMode() +{ + if (Config::Get(Config::RA_HARDCORE_ENABLED)) + { + Settings::Instance().SetDebugModeEnabled(false); + } + emit Settings::Instance().EmulationStateChanged(Core::GetState(Core::System::GetInstance())); + emit Settings::Instance().HardcoreStateChanged(); +} + #endif // USE_RETRO_ACHIEVEMENTS diff --git a/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.h b/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.h index 8d4aa03c2a..92f360cac9 100644 --- a/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.h +++ b/Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.h @@ -18,7 +18,7 @@ class AchievementSettingsWidget final : public QWidget Q_OBJECT public: explicit AchievementSettingsWidget(QWidget* parent); - void UpdateData(); + void UpdateData(int login_failed_code); private: void OnControllerInterfaceConfigure(); @@ -39,6 +39,8 @@ private: void ToggleDiscordPresence(); void ToggleProgress(); + void UpdateHardcoreMode(); + QGroupBox* m_common_box; QVBoxLayout* m_common_layout; ToolTipCheckBox* m_common_integration_enabled_input; diff --git a/Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp b/Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp index 8605c10725..6bb7dea6c2 100644 --- a/Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp +++ b/Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp @@ -6,6 +6,8 @@ #include +#include + #include #include #include @@ -36,7 +38,7 @@ AchievementsWindow::AchievementsWindow(QWidget* parent) : QDialog(parent) }); }); connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, - [this] { m_settings_widget->UpdateData(); }); + [this] { m_settings_widget->UpdateData(RC_OK); }); connect(&Settings::Instance(), &Settings::HardcoreStateChanged, this, [this] { AchievementsWindow::UpdateData({.all = true}); }); } @@ -79,7 +81,7 @@ void AchievementsWindow::ConnectWidgets() void AchievementsWindow::UpdateData(AchievementManager::UpdatedItems updated_items) { - m_settings_widget->UpdateData(); + m_settings_widget->UpdateData(updated_items.failed_login_code); if (updated_items.all) { m_header_widget->UpdateData(); diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index 79e5cce207..bd766e0453 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -222,6 +222,8 @@ add_executable(dolphin-emu Debugger/CodeWidget.h Debugger/GekkoSyntaxHighlight.cpp Debugger/GekkoSyntaxHighlight.h + Debugger/JitBlockTableModel.cpp + Debugger/JitBlockTableModel.h Debugger/JITWidget.cpp Debugger/JITWidget.h Debugger/MemoryViewWidget.cpp @@ -297,6 +299,7 @@ add_executable(dolphin-emu QtUtils/BlockUserInputFilter.h QtUtils/ClearLayoutRecursively.cpp QtUtils/ClearLayoutRecursively.h + QtUtils/ClickableStatusBar.h QtUtils/DolphinFileDialog.cpp QtUtils/DolphinFileDialog.h QtUtils/DoubleClickEventFilter.cpp @@ -315,6 +318,8 @@ add_executable(dolphin-emu QtUtils/ParallelProgressDialog.h QtUtils/PartiallyClosableTabWidget.cpp QtUtils/PartiallyClosableTabWidget.h + QtUtils/QtUtils.cpp + QtUtils/QtUtils.h QtUtils/SetWindowDecorations.cpp QtUtils/SetWindowDecorations.h QtUtils/SignalBlocking.h diff --git a/Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp b/Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp index 3b5ddcb1c1..aa5a0943e0 100644 --- a/Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp +++ b/Source/Core/DolphinQt/CheatSearchFactoryWidget.cpp @@ -159,8 +159,7 @@ void CheatSearchFactoryWidget::OnNewSearchClicked() if (m_standard_address_space->isChecked()) { auto& system = Core::System::GetInstance(); - const Core::State core_state = Core::GetState(system); - if (core_state != Core::State::Running && core_state != Core::State::Paused) + if (!Core::IsRunning(system)) { ModalMessageBox::warning( this, tr("No game running."), diff --git a/Source/Core/DolphinQt/CheatSearchWidget.cpp b/Source/Core/DolphinQt/CheatSearchWidget.cpp index 3a4c024c97..df4cb8dd11 100644 --- a/Source/Core/DolphinQt/CheatSearchWidget.cpp +++ b/Source/Core/DolphinQt/CheatSearchWidget.cpp @@ -280,6 +280,8 @@ void CheatSearchWidget::ConnectWidgets() void CheatSearchWidget::OnNextScanClicked() { + Core::CPUThreadGuard guard{m_system}; + const bool had_old_results = m_session->WasFirstSearchDone(); const auto filter_type = m_value_source_dropdown->currentData().value(); @@ -304,7 +306,7 @@ void CheatSearchWidget::OnNextScanClicked() } const size_t old_count = m_session->GetResultCount(); - const Cheats::SearchErrorCode error_code = m_session->RunSearch(Core::CPUThreadGuard{m_system}); + const Cheats::SearchErrorCode error_code = m_session->RunSearch(guard); if (error_code == Cheats::SearchErrorCode::Success) { diff --git a/Source/Core/DolphinQt/CheatsManager.cpp b/Source/Core/DolphinQt/CheatsManager.cpp index 53f051785c..67e177cef6 100644 --- a/Source/Core/DolphinQt/CheatsManager.cpp +++ b/Source/Core/DolphinQt/CheatsManager.cpp @@ -36,8 +36,6 @@ CheatsManager::CheatsManager(Core::System& system, QWidget* parent) CreateWidgets(); ConnectWidgets(); - RefreshCodeTabs(Core::GetState(m_system), true); - auto& settings = Settings::GetQSettings(); restoreGeometry(settings.value(QStringLiteral("cheatsmanager/geometry")).toByteArray()); } @@ -50,7 +48,7 @@ CheatsManager::~CheatsManager() void CheatsManager::OnStateChanged(Core::State state) { - RefreshCodeTabs(state, false); + RefreshCodeTabs(state); if (state == Core::State::Paused) UpdateAllCheatSearchWidgetCurrentValues(); } @@ -99,57 +97,26 @@ void CheatsManager::showEvent(QShowEvent* event) RegisterAfterFrameEventCallback(); } -void CheatsManager::RefreshCodeTabs(Core::State state, bool force) +void CheatsManager::RefreshCodeTabs(Core::State state) { - if (!force && (state == Core::State::Starting || state == Core::State::Stopping)) + if (state == Core::State::Starting || state == Core::State::Stopping) return; - const auto& game_id = - state != Core::State::Uninitialized ? SConfig::GetInstance().GetGameID() : std::string(); + const auto& game_id = state == Core::State::Running || state == Core::State::Paused ? + SConfig::GetInstance().GetGameID() : + std::string(); const auto& game_tdb_id = SConfig::GetInstance().GetGameTDBID(); const u16 revision = SConfig::GetInstance().GetRevision(); - if (!force && m_game_id == game_id && m_game_tdb_id == game_tdb_id && m_revision == revision) + if (m_game_id == game_id && m_game_tdb_id == game_tdb_id && m_revision == revision) return; m_game_id = game_id; m_game_tdb_id = game_tdb_id; m_revision = revision; - if (m_ar_code) - { - const int tab_index = m_tab_widget->indexOf(m_ar_code); - if (tab_index != -1) - m_tab_widget->removeTab(tab_index); - m_ar_code->deleteLater(); - m_ar_code = nullptr; - } - - if (m_gecko_code) - { - const int tab_index = m_tab_widget->indexOf(m_gecko_code); - if (tab_index != -1) - m_tab_widget->removeTab(tab_index); - m_gecko_code->deleteLater(); - m_gecko_code = nullptr; - } - - m_ar_code = new ARCodeWidget(m_game_id, m_revision, false); - m_gecko_code = new GeckoCodeWidget(m_game_id, m_game_tdb_id, m_revision, false); - m_tab_widget->insertTab(0, m_ar_code, tr("AR Code")); - m_tab_widget->insertTab(1, m_gecko_code, tr("Gecko Codes")); - m_tab_widget->setTabUnclosable(0); - m_tab_widget->setTabUnclosable(1); - - connect(m_ar_code, &ARCodeWidget::OpenGeneralSettings, this, &CheatsManager::OpenGeneralSettings); - connect(m_gecko_code, &GeckoCodeWidget::OpenGeneralSettings, this, - &CheatsManager::OpenGeneralSettings); -#ifdef USE_RETRO_ACHIEVEMENTS - connect(m_ar_code, &ARCodeWidget::OpenAchievementSettings, this, - &CheatsManager::OpenAchievementSettings); - connect(m_gecko_code, &GeckoCodeWidget::OpenAchievementSettings, this, - &CheatsManager::OpenAchievementSettings); -#endif // USE_RETRO_ACHIEVEMENTS + m_ar_code->ChangeGame(m_game_id, m_revision); + m_gecko_code->ChangeGame(m_game_id, m_game_tdb_id, m_revision); } void CheatsManager::CreateWidgets() @@ -157,9 +124,19 @@ void CheatsManager::CreateWidgets() m_tab_widget = new PartiallyClosableTabWidget; m_button_box = new QDialogButtonBox(QDialogButtonBox::Close); + int tab_index; + + m_ar_code = new ARCodeWidget(m_game_id, m_revision, false); + tab_index = m_tab_widget->addTab(m_ar_code, tr("AR Code")); + m_tab_widget->setTabUnclosable(tab_index); + + m_gecko_code = new GeckoCodeWidget(m_game_id, m_game_tdb_id, m_revision, false); + tab_index = m_tab_widget->addTab(m_gecko_code, tr("Gecko Codes")); + m_tab_widget->setTabUnclosable(tab_index); + m_cheat_search_new = new CheatSearchFactoryWidget(); - m_tab_widget->addTab(m_cheat_search_new, tr("Start New Cheat Search")); - m_tab_widget->setTabUnclosable(0); + tab_index = m_tab_widget->addTab(m_cheat_search_new, tr("Start New Cheat Search")); + m_tab_widget->setTabUnclosable(tab_index); auto* layout = new QVBoxLayout; layout->addWidget(m_tab_widget); @@ -172,14 +149,9 @@ void CheatsManager::OnNewSessionCreated(const Cheats::CheatSearchSessionBase& se { auto* w = new CheatSearchWidget(m_system, session.Clone()); const int tab_index = m_tab_widget->addTab(w, tr("Cheat Search")); - w->connect(w, &CheatSearchWidget::ActionReplayCodeGenerated, this, - [this](const ActionReplay::ARCode& ar_code) { - if (m_ar_code) - m_ar_code->AddCode(ar_code); - }); - w->connect(w, &CheatSearchWidget::ShowMemory, [this](u32 address) { emit ShowMemory(address); }); - w->connect(w, &CheatSearchWidget::RequestWatch, - [this](QString name, u32 address) { emit RequestWatch(name, address); }); + connect(w, &CheatSearchWidget::ActionReplayCodeGenerated, m_ar_code, &ARCodeWidget::AddCode); + connect(w, &CheatSearchWidget::ShowMemory, this, &CheatsManager::ShowMemory); + connect(w, &CheatSearchWidget::RequestWatch, this, &CheatsManager::RequestWatch); m_tab_widget->setCurrentIndex(tab_index); } @@ -196,4 +168,13 @@ void CheatsManager::ConnectWidgets() connect(m_cheat_search_new, &CheatSearchFactoryWidget::NewSessionCreated, this, &CheatsManager::OnNewSessionCreated); connect(m_tab_widget, &QTabWidget::tabCloseRequested, this, &CheatsManager::OnTabCloseRequested); + connect(m_ar_code, &ARCodeWidget::OpenGeneralSettings, this, &CheatsManager::OpenGeneralSettings); + connect(m_gecko_code, &GeckoCodeWidget::OpenGeneralSettings, this, + &CheatsManager::OpenGeneralSettings); +#ifdef USE_RETRO_ACHIEVEMENTS + connect(m_ar_code, &ARCodeWidget::OpenAchievementSettings, this, + &CheatsManager::OpenAchievementSettings); + connect(m_gecko_code, &GeckoCodeWidget::OpenAchievementSettings, this, + &CheatsManager::OpenAchievementSettings); +#endif // USE_RETRO_ACHIEVEMENTS } diff --git a/Source/Core/DolphinQt/CheatsManager.h b/Source/Core/DolphinQt/CheatsManager.h index 783a79ef45..708cc4095f 100644 --- a/Source/Core/DolphinQt/CheatsManager.h +++ b/Source/Core/DolphinQt/CheatsManager.h @@ -58,7 +58,7 @@ private: void OnNewSessionCreated(const Cheats::CheatSearchSessionBase& session); void OnTabCloseRequested(int index); - void RefreshCodeTabs(Core::State state, bool force); + void RefreshCodeTabs(Core::State state); void UpdateAllCheatSearchWidgetCurrentValues(); std::string m_game_id; diff --git a/Source/Core/DolphinQt/Config/ARCodeWidget.cpp b/Source/Core/DolphinQt/Config/ARCodeWidget.cpp index d40d4f9109..e7d44b8fe6 100644 --- a/Source/Core/DolphinQt/Config/ARCodeWidget.cpp +++ b/Source/Core/DolphinQt/Config/ARCodeWidget.cpp @@ -35,25 +35,27 @@ ARCodeWidget::ARCodeWidget(std::string game_id, u16 game_revision, bool restart_ CreateWidgets(); ConnectWidgets(); - if (!m_game_id.empty()) - { - Common::IniFile game_ini_local; - - // We don't use LoadLocalGameIni() here because user cheat codes that are installed via the UI - // will always be stored in GS/${GAMEID}.ini - game_ini_local.Load(File::GetUserPath(D_GAMESETTINGS_IDX) + m_game_id + ".ini"); - - const Common::IniFile game_ini_default = - SConfig::LoadDefaultGameIni(m_game_id, m_game_revision); - m_ar_codes = ActionReplay::LoadCodes(game_ini_default, game_ini_local); - } - - UpdateList(); - OnSelectionChanged(); + LoadCodes(); } ARCodeWidget::~ARCodeWidget() = default; +void ARCodeWidget::ChangeGame(std::string game_id, const u16 game_revision) +{ + m_game_id = std::move(game_id); + m_game_revision = game_revision; + m_restart_required = false; + + m_ar_codes.clear(); + + // If a CheatCodeEditor is open, it's now trying to add or edit a code in the previous game's code + // list which is no longer loaded. Letting the user save the code wouldn't make sense, so close + // the dialog instead. + m_cheat_code_editor->reject(); + + LoadCodes(); +} + void ARCodeWidget::CreateWidgets() { m_warning = new CheatWarningWidget(m_game_id, m_restart_required, this); @@ -65,10 +67,7 @@ void ARCodeWidget::CreateWidgets() m_code_edit = new NonDefaultQPushButton(tr("&Edit Code...")); m_code_remove = new NonDefaultQPushButton(tr("&Remove Code")); - m_code_list->setEnabled(!m_game_id.empty()); - m_code_add->setEnabled(!m_game_id.empty()); - m_code_edit->setEnabled(!m_game_id.empty()); - m_code_remove->setEnabled(!m_game_id.empty()); + m_cheat_code_editor = new CheatCodeEditor(this); m_code_list->setContextMenuPolicy(Qt::CustomContextMenu); @@ -141,20 +140,14 @@ void ARCodeWidget::SortAlphabetically() void ARCodeWidget::SortEnabledCodesFirst() { - std::stable_sort(m_ar_codes.begin(), m_ar_codes.end(), [](const auto& a, const auto& b) { - return a.enabled && a.enabled != b.enabled; - }); - + std::ranges::stable_partition(m_ar_codes, std::identity{}, &ActionReplay::ARCode::enabled); UpdateList(); SaveCodes(); } void ARCodeWidget::SortDisabledCodesFirst() { - std::stable_sort(m_ar_codes.begin(), m_ar_codes.end(), [](const auto& a, const auto& b) { - return !a.enabled && a.enabled != b.enabled; - }); - + std::ranges::stable_partition(m_ar_codes, std::logical_not{}, &ActionReplay::ARCode::enabled); UpdateList(); SaveCodes(); } @@ -179,14 +172,18 @@ void ARCodeWidget::OnListReordered() void ARCodeWidget::OnSelectionChanged() { - auto items = m_code_list->selectedItems(); + const QList items = m_code_list->selectedItems(); + const bool empty = items.empty(); - if (items.empty()) + m_code_edit->setDisabled(empty); + m_code_remove->setDisabled(empty); + + if (empty) return; - const auto* selected = items[0]; + const QListWidgetItem* const selected = items[0]; - bool user_defined = m_ar_codes[m_code_list->row(selected)].user_defined; + const bool user_defined = m_ar_codes[m_code_list->row(selected)].user_defined; m_code_remove->setEnabled(user_defined); m_code_edit->setText(user_defined ? tr("&Edit Code...") : tr("Clone and &Edit Code...")); @@ -214,6 +211,29 @@ void ARCodeWidget::UpdateList() m_code_list->setDragDropMode(QAbstractItemView::InternalMove); } +void ARCodeWidget::LoadCodes() +{ + if (!m_game_id.empty()) + { + Common::IniFile game_ini_local; + + // We don't use LoadLocalGameIni() here because user cheat codes that are installed via the UI + // will always be stored in GS/${GAMEID}.ini + game_ini_local.Load(File::GetUserPath(D_GAMESETTINGS_IDX) + m_game_id + ".ini"); + + const Common::IniFile game_ini_default = + SConfig::LoadDefaultGameIni(m_game_id, m_game_revision); + m_ar_codes = ActionReplay::LoadCodes(game_ini_default, game_ini_local); + } + + m_code_list->setEnabled(!m_game_id.empty()); + m_code_add->setEnabled(!m_game_id.empty()); + m_code_edit->setEnabled(false); + m_code_remove->setEnabled(false); + + UpdateList(); +} + void ARCodeWidget::SaveCodes() { if (m_game_id.empty()) @@ -241,10 +261,9 @@ void ARCodeWidget::OnCodeAddClicked() ActionReplay::ARCode ar; ar.enabled = true; - CheatCodeEditor ed(this); - ed.SetARCode(&ar); - SetQWidgetWindowDecorations(&ed); - if (ed.exec() == QDialog::Rejected) + m_cheat_code_editor->SetARCode(&ar); + SetQWidgetWindowDecorations(m_cheat_code_editor); + if (m_cheat_code_editor->exec() == QDialog::Rejected) return; m_ar_codes.push_back(std::move(ar)); @@ -261,23 +280,19 @@ void ARCodeWidget::OnCodeEditClicked() const auto* const selected = items[0]; auto& current_ar = m_ar_codes[m_code_list->row(selected)]; + SetQWidgetWindowDecorations(m_cheat_code_editor); - CheatCodeEditor ed(this); if (current_ar.user_defined) { - ed.SetARCode(¤t_ar); - - SetQWidgetWindowDecorations(&ed); - if (ed.exec() == QDialog::Rejected) + m_cheat_code_editor->SetARCode(¤t_ar); + if (m_cheat_code_editor->exec() == QDialog::Rejected) return; } else { ActionReplay::ARCode ar = current_ar; - ed.SetARCode(&ar); - - SetQWidgetWindowDecorations(&ed); - if (ed.exec() == QDialog::Rejected) + m_cheat_code_editor->SetARCode(&ar); + if (m_cheat_code_editor->exec() == QDialog::Rejected) return; m_ar_codes.push_back(std::move(ar)); diff --git a/Source/Core/DolphinQt/Config/ARCodeWidget.h b/Source/Core/DolphinQt/Config/ARCodeWidget.h index e5a96a09f9..94fb8ebbe5 100644 --- a/Source/Core/DolphinQt/Config/ARCodeWidget.h +++ b/Source/Core/DolphinQt/Config/ARCodeWidget.h @@ -15,6 +15,7 @@ namespace ActionReplay struct ARCode; } +class CheatCodeEditor; class CheatWarningWidget; #ifdef USE_RETRO_ACHIEVEMENTS class HardcoreWarningWidget; @@ -31,6 +32,7 @@ public: explicit ARCodeWidget(std::string game_id, u16 game_revision, bool restart_required = true); ~ARCodeWidget() override; + void ChangeGame(std::string game_id, u16 game_revision); void AddCode(ActionReplay::ARCode code); signals: @@ -47,6 +49,7 @@ private: void CreateWidgets(); void ConnectWidgets(); void UpdateList(); + void LoadCodes(); void SaveCodes(); void SortAlphabetically(); void SortEnabledCodesFirst(); @@ -70,6 +73,8 @@ private: QPushButton* m_code_edit; QPushButton* m_code_remove; + CheatCodeEditor* m_cheat_code_editor; + std::vector m_ar_codes; bool m_restart_required; }; diff --git a/Source/Core/DolphinQt/Config/CheatWarningWidget.cpp b/Source/Core/DolphinQt/Config/CheatWarningWidget.cpp index ee52bf9662..6c3b9638da 100644 --- a/Source/Core/DolphinQt/Config/CheatWarningWidget.cpp +++ b/Source/Core/DolphinQt/Config/CheatWarningWidget.cpp @@ -24,8 +24,9 @@ CheatWarningWidget::CheatWarningWidget(const std::string& game_id, bool restart_ connect(&Settings::Instance(), &Settings::EnableCheatsChanged, this, [this] { Update(Core::IsRunning(Core::System::GetInstance())); }); - connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, - [this](Core::State state) { Update(state == Core::State::Running); }); + connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, [this](Core::State state) { + Update(state == Core::State::Running || state == Core::State::Paused); + }); Update(Core::IsRunning(Core::System::GetInstance())); } diff --git a/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp b/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp index d87162214d..3d2bd020e4 100644 --- a/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp +++ b/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp @@ -42,20 +42,30 @@ GeckoCodeWidget::GeckoCodeWidget(std::string game_id, std::string gametdb_id, u1 CreateWidgets(); ConnectWidgets(); - if (!m_game_id.empty()) - { - Common::IniFile game_ini_local; + LoadCodes(); +} - // We don't use LoadLocalGameIni() here because user cheat codes that are installed via the UI - // will always be stored in GS/${GAMEID}.ini - game_ini_local.Load(File::GetUserPath(D_GAMESETTINGS_IDX) + m_game_id + ".ini"); +void GeckoCodeWidget::ChangeGame(std::string game_id, std::string gametdb_id, + const u16 game_revision) +{ + m_game_id = std::move(game_id); + m_gametdb_id = std::move(gametdb_id); + m_game_revision = game_revision; + m_restart_required = false; - const Common::IniFile game_ini_default = - SConfig::LoadDefaultGameIni(m_game_id, m_game_revision); - m_gecko_codes = Gecko::LoadCodes(game_ini_default, game_ini_local); - } + m_gecko_codes.clear(); + m_code_list->clear(); + m_name_label->clear(); + m_creator_label->clear(); + m_code_description->clear(); + m_code_view->clear(); - UpdateList(); + // If a CheatCodeEditor is open, it's now trying to add or edit a code in the previous game's code + // list which is no longer loaded. Letting the user save the code wouldn't make sense, so close + // the dialog instead. + m_cheat_code_editor->reject(); + + LoadCodes(); } GeckoCodeWidget::~GeckoCodeWidget() = default; @@ -91,19 +101,10 @@ void GeckoCodeWidget::CreateWidgets() m_remove_code = new NonDefaultQPushButton(tr("&Remove Code")); m_download_codes = new NonDefaultQPushButton(tr("Download Codes")); + m_cheat_code_editor = new CheatCodeEditor(this); + m_download_codes->setToolTip(tr("Download Codes from the WiiRD Database")); - m_code_list->setEnabled(!m_game_id.empty()); - m_name_label->setEnabled(!m_game_id.empty()); - m_creator_label->setEnabled(!m_game_id.empty()); - m_code_description->setEnabled(!m_game_id.empty()); - m_code_view->setEnabled(!m_game_id.empty()); - - m_add_code->setEnabled(!m_game_id.empty()); - m_edit_code->setEnabled(false); - m_remove_code->setEnabled(false); - m_download_codes->setEnabled(!m_game_id.empty()); - auto* layout = new QVBoxLayout; layout->addWidget(m_warning); @@ -166,17 +167,16 @@ void GeckoCodeWidget::ConnectWidgets() void GeckoCodeWidget::OnSelectionChanged() { - auto items = m_code_list->selectedItems(); - + const QList items = m_code_list->selectedItems(); const bool empty = items.empty(); - m_edit_code->setEnabled(!empty); - m_remove_code->setEnabled(!empty); + m_edit_code->setDisabled(empty); + m_remove_code->setDisabled(empty); - if (items.empty()) + if (empty) return; - auto selected = items[0]; + const QListWidgetItem* const selected = items[0]; const int index = selected->data(Qt::UserRole).toInt(); @@ -212,10 +212,9 @@ void GeckoCodeWidget::AddCode() Gecko::GeckoCode code; code.enabled = true; - CheatCodeEditor ed(this); - ed.SetGeckoCode(&code); - SetQWidgetWindowDecorations(&ed); - if (ed.exec() == QDialog::Rejected) + m_cheat_code_editor->SetGeckoCode(&code); + SetQWidgetWindowDecorations(m_cheat_code_editor); + if (m_cheat_code_editor->exec() == QDialog::Rejected) return; m_gecko_codes.push_back(std::move(code)); @@ -231,10 +230,9 @@ void GeckoCodeWidget::EditCode() const int index = item->data(Qt::UserRole).toInt(); - CheatCodeEditor ed(this); - ed.SetGeckoCode(&m_gecko_codes[index]); - SetQWidgetWindowDecorations(&ed); - if (ed.exec() == QDialog::Rejected) + m_cheat_code_editor->SetGeckoCode(&m_gecko_codes[index]); + SetQWidgetWindowDecorations(m_cheat_code_editor); + if (m_cheat_code_editor->exec() == QDialog::Rejected) return; SaveCodes(); @@ -254,6 +252,35 @@ void GeckoCodeWidget::RemoveCode() SaveCodes(); } +void GeckoCodeWidget::LoadCodes() +{ + if (!m_game_id.empty()) + { + Common::IniFile game_ini_local; + + // We don't use LoadLocalGameIni() here because user cheat codes that are installed via the UI + // will always be stored in GS/${GAMEID}.ini + game_ini_local.Load(File::GetUserPath(D_GAMESETTINGS_IDX) + m_game_id + ".ini"); + + const Common::IniFile game_ini_default = + SConfig::LoadDefaultGameIni(m_game_id, m_game_revision); + m_gecko_codes = Gecko::LoadCodes(game_ini_default, game_ini_local); + } + + m_code_list->setEnabled(!m_game_id.empty()); + m_name_label->setEnabled(!m_game_id.empty()); + m_creator_label->setEnabled(!m_game_id.empty()); + m_code_description->setEnabled(!m_game_id.empty()); + m_code_view->setEnabled(!m_game_id.empty()); + + m_add_code->setEnabled(!m_game_id.empty()); + m_edit_code->setEnabled(false); + m_remove_code->setEnabled(false); + m_download_codes->setEnabled(!m_game_id.empty()); + + UpdateList(); +} + void GeckoCodeWidget::SaveCodes() { if (m_game_id.empty()) @@ -287,20 +314,14 @@ void GeckoCodeWidget::SortAlphabetically() void GeckoCodeWidget::SortEnabledCodesFirst() { - std::stable_sort(m_gecko_codes.begin(), m_gecko_codes.end(), [](const auto& a, const auto& b) { - return a.enabled && a.enabled != b.enabled; - }); - + std::ranges::stable_partition(m_gecko_codes, std::identity{}, &Gecko::GeckoCode::enabled); UpdateList(); SaveCodes(); } void GeckoCodeWidget::SortDisabledCodesFirst() { - std::stable_sort(m_gecko_codes.begin(), m_gecko_codes.end(), [](const auto& a, const auto& b) { - return !a.enabled && a.enabled != b.enabled; - }); - + std::ranges::stable_partition(m_gecko_codes, std::logical_not{}, &Gecko::GeckoCode::enabled); UpdateList(); SaveCodes(); } @@ -369,7 +390,7 @@ void GeckoCodeWidget::DownloadCodes() for (const auto& code : codes) { - auto it = std::find(m_gecko_codes.begin(), m_gecko_codes.end(), code); + auto it = std::ranges::find(m_gecko_codes, code); if (it == m_gecko_codes.end()) { diff --git a/Source/Core/DolphinQt/Config/GeckoCodeWidget.h b/Source/Core/DolphinQt/Config/GeckoCodeWidget.h index bbf13cc253..a490a9f3db 100644 --- a/Source/Core/DolphinQt/Config/GeckoCodeWidget.h +++ b/Source/Core/DolphinQt/Config/GeckoCodeWidget.h @@ -10,6 +10,7 @@ #include "Common/CommonTypes.h" +class CheatCodeEditor; class CheatWarningWidget; #ifdef USE_RETRO_ACHIEVEMENTS class HardcoreWarningWidget; @@ -33,6 +34,8 @@ public: bool restart_required = true); ~GeckoCodeWidget() override; + void ChangeGame(std::string game_id, std::string gametdb_id, u16 game_revision); + signals: void OpenGeneralSettings(); #ifdef USE_RETRO_ACHIEVEMENTS @@ -52,6 +55,7 @@ private: void EditCode(); void RemoveCode(); void DownloadCodes(); + void LoadCodes(); void SaveCodes(); void SortAlphabetically(); void SortEnabledCodesFirst(); @@ -74,6 +78,7 @@ private: QPushButton* m_edit_code; QPushButton* m_remove_code; QPushButton* m_download_codes; + CheatCodeEditor* m_cheat_code_editor; std::vector m_gecko_codes; bool m_restart_required; }; diff --git a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp index 0d93614021..569b6856f2 100644 --- a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp @@ -43,8 +43,7 @@ AdvancedWidget::AdvancedWidget(GraphicsWindow* parent) }); OnBackendChanged(); - OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()) != - Core::State::Uninitialized); + OnEmulationStateChanged(!Core::IsUninitialized(Core::System::GetInstance())); } void AdvancedWidget::CreateWidgets() @@ -415,9 +414,9 @@ void AdvancedWidget::AddDescriptions() "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is disabled, and " "with custom textures disabled) and better emulates Level of Detail calculation.

" "This comes at the cost of potentially worse performance, especially at higher internal " - "resolutions; additionally, Anisotropic Filtering is currently incompatible with Manual " - "Texture Sampling.

" - "If unsure, leave this unchecked."); + "resolutions.

If this setting is enabled, the Texture Filtering setting will be " + "disabled." + "

If unsure, leave this unchecked."); #ifdef _WIN32 static const char TR_BORDERLESS_FULLSCREEN_DESCRIPTION[] = QT_TR_NOOP( diff --git a/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp index f70b01ef6a..7cf67ab39a 100644 --- a/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp @@ -213,8 +213,12 @@ void EnhancementsWidget::CreateWidgets() m_3d_depth = new ConfigSlider(0, Config::GFX_STEREO_DEPTH_MAXIMUM, Config::GFX_STEREO_DEPTH); m_3d_convergence = new ConfigSlider(0, Config::GFX_STEREO_CONVERGENCE_MAXIMUM, Config::GFX_STEREO_CONVERGENCE, 100); + m_3d_swap_eyes = new ConfigBool(tr("Swap Eyes"), Config::GFX_STEREO_SWAP_EYES); + m_3d_per_eye_resolution = + new ConfigBool(tr("Use Full Resolution Per Eye"), Config::GFX_STEREO_PER_EYE_RESOLUTION_FULL); + stereoscopy_layout->addWidget(new QLabel(tr("Stereoscopic 3D Mode:")), 0, 0); stereoscopy_layout->addWidget(m_3d_mode, 0, 1); stereoscopy_layout->addWidget(new QLabel(tr("Depth:")), 1, 0); @@ -222,6 +226,11 @@ void EnhancementsWidget::CreateWidgets() stereoscopy_layout->addWidget(new QLabel(tr("Convergence:")), 2, 0); stereoscopy_layout->addWidget(m_3d_convergence, 2, 1); stereoscopy_layout->addWidget(m_3d_swap_eyes, 3, 0); + stereoscopy_layout->addWidget(m_3d_per_eye_resolution, 4, 0); + + auto current_stereo_mode = Config::Get(Config::GFX_STEREO_MODE); + if (current_stereo_mode != StereoMode::SBS && current_stereo_mode != StereoMode::TAB) + m_3d_per_eye_resolution->hide(); main_layout->addWidget(enhancements_box); main_layout->addWidget(stereoscopy_box); @@ -241,9 +250,16 @@ void EnhancementsWidget::ConnectWidgets() connect(m_3d_mode, &QComboBox::currentIndexChanged, [this] { m_block_save = true; m_configure_color_correction->setEnabled(g_Config.backend_info.bSupportsPostProcessing); - LoadPPShaders(static_cast(m_3d_mode->currentIndex())); - m_block_save = false; + auto current_stereo_mode = Config::Get(Config::GFX_STEREO_MODE); + LoadPPShaders(current_stereo_mode); + + if (current_stereo_mode == StereoMode::SBS || current_stereo_mode == StereoMode::TAB) + m_3d_per_eye_resolution->show(); + else + m_3d_per_eye_resolution->hide(); + + m_block_save = false; SaveSettings(); }); connect(m_configure_color_correction, &QPushButton::clicked, this, @@ -530,8 +546,8 @@ void EnhancementsWidget::AddDescriptions() "Adjust the texture filtering. Anisotropic filtering enhances the visual quality of textures " "that are at oblique viewing angles. Force Nearest and Force Linear override the texture " "scaling filter selected by the game.

Any option except 'Default' will alter the look " - "of the game's textures and might cause issues in a small number of " - "games.

This option is incompatible with Manual Texture Sampling.

" + "of the game's textures and might cause issues in a small number of games.

This " + "setting is disabled when Manual Texture Sampling is enabled.

" "If unsure, select 'Default'."); static const char TR_OUTPUT_RESAMPLING_DESCRIPTION[] = QT_TR_NOOP("Affects how the game output is scaled to the window resolution." @@ -609,6 +625,10 @@ void EnhancementsWidget::AddDescriptions() static const char TR_3D_SWAP_EYES_DESCRIPTION[] = QT_TR_NOOP( "Swaps the left and right eye. Most useful in side-by-side stereoscopy " "mode.

If unsure, leave this unchecked."); + static const char TR_3D_PER_EYE_RESOLUTION_DESCRIPTION[] = + QT_TR_NOOP("Whether each eye gets full or half image resolution when using side-by-side " + "or above-and-below 3D." + "

If unsure, leave this unchecked."); static const char TR_FORCE_24BIT_DESCRIPTION[] = QT_TR_NOOP( "Forces the game to render the RGB color channels in 24-bit, thereby increasing " "quality by reducing color banding.

Has no impact on performance and causes " @@ -625,8 +645,8 @@ void EnhancementsWidget::AddDescriptions() "effects.

May have false positives that result in blurry textures at increased " "internal " "resolution, such as in games that use very low resolution mipmaps. Disabling this can also " - "reduce stutter in games that frequently load new textures. This feature is not compatible " - "with GPU Texture Decoding.

If unsure, leave this " + "reduce stutter in games that frequently load new textures.

This setting is disabled " + "when GPU Texture Decoding is enabled.

If unsure, leave this " "unchecked."); static const char TR_HDR_DESCRIPTION[] = QT_TR_NOOP( "Enables scRGB HDR output (if supported by your graphics backend and monitor)." @@ -679,6 +699,8 @@ void EnhancementsWidget::AddDescriptions() m_3d_convergence->SetTitle(tr("Convergence")); m_3d_convergence->SetDescription(tr(TR_3D_CONVERGENCE_DESCRIPTION)); + m_3d_per_eye_resolution->SetDescription(tr(TR_3D_PER_EYE_RESOLUTION_DESCRIPTION)); + m_3d_swap_eyes->SetDescription(tr(TR_3D_SWAP_EYES_DESCRIPTION)); } diff --git a/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.h b/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.h index 7c4c193fb4..9e64d5400f 100644 --- a/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.h +++ b/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.h @@ -58,6 +58,7 @@ private: ConfigSlider* m_3d_depth; ConfigSlider* m_3d_convergence; ConfigBool* m_3d_swap_eyes; + ConfigBool* m_3d_per_eye_resolution; int m_msaa_modes; bool m_block_save; diff --git a/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp index 52f09a6f41..b5f5a6b05a 100644 --- a/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp @@ -44,8 +44,7 @@ GeneralWidget::GeneralWidget(GraphicsWindow* parent) connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, [this](Core::State state) { OnEmulationStateChanged(state != Core::State::Uninitialized); }); - OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()) != - Core::State::Uninitialized); + OnEmulationStateChanged(!Core::IsUninitialized(Core::System::GetInstance())); } void GeneralWidget::CreateWidgets() @@ -240,7 +239,7 @@ void GeneralWidget::AddDescriptions() "recommended. Different games and different GPUs will behave differently on each " "backend, so for the best emulation experience it is recommended to try each and " "select the backend that is least problematic.

If unsure, " - "select OpenGL."); + "select %1.
"); static const char TR_FULLSCREEN_DESCRIPTION[] = QT_TR_NOOP("Uses the entire screen for rendering.

If disabled, a " "render window will be created instead.

If " @@ -312,7 +311,9 @@ void GeneralWidget::AddDescriptions() "unsure, leave this unchecked."); m_backend_combo->SetTitle(tr("Backend")); - m_backend_combo->SetDescription(tr(TR_BACKEND_DESCRIPTION)); + m_backend_combo->SetDescription( + tr(TR_BACKEND_DESCRIPTION) + .arg(QString::fromStdString(VideoBackendBase::GetDefaultBackendDisplayName()))); m_adapter_combo->SetTitle(tr("Adapter")); @@ -361,7 +362,8 @@ void GeneralWidget::OnBackendChanged(const QString& backend_name) const bool supports_adapters = !adapters.empty(); m_adapter_combo->setCurrentIndex(g_Config.iAdapter); - m_adapter_combo->setEnabled(supports_adapters && !Core::IsRunning(Core::System::GetInstance())); + m_adapter_combo->setEnabled(supports_adapters && + Core::IsUninitialized(Core::System::GetInstance())); static constexpr char TR_ADAPTER_AVAILABLE_DESCRIPTION[] = QT_TR_NOOP("Selects a hardware adapter to use.

" diff --git a/Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp b/Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp index 4edbea1594..627dd11b75 100644 --- a/Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp @@ -67,7 +67,7 @@ void GraphicsWindow::CreateMainLayout() void GraphicsWindow::OnBackendChanged(const QString& backend_name) { - VideoBackendBase::PopulateBackendInfoFromUI(m_main_window->GetWindowSystemInfo()); + VideoBackendBase::PopulateBackendInfo(m_main_window->GetWindowSystemInfo()); setWindowTitle( tr("%1 Graphics Configuration").arg(tr(g_video_backend->GetDisplayName().c_str()))); diff --git a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp index cfdfa866a4..19712e38f8 100644 --- a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp @@ -223,7 +223,7 @@ void HacksWidget::AddDescriptions() "Ignores any requests from the CPU to read from or write to the EFB. " "

Improves performance in some games, but will disable all EFB-based " "graphical effects or gameplay-related features.

If unsure, " - "leave this unchecked."); + "leave this checked.
"); static const char TR_IGNORE_FORMAT_CHANGE_DESCRIPTION[] = QT_TR_NOOP( "Ignores any changes to the EFB format.

Improves performance in many games " "without " @@ -268,7 +268,8 @@ void HacksWidget::AddDescriptions() static const char TR_GPU_DECODING_DESCRIPTION[] = QT_TR_NOOP( "Enables texture decoding using the GPU instead of the CPU.

This may result in " "performance gains in some scenarios, or on systems where the CPU is the " - "bottleneck.

This option is incompatible with Arbitrary Mipmap Detection.

" + "bottleneck.

If this setting is enabled, Arbitrary Mipmap Detection will be " + "disabled.

" "If unsure, leave this unchecked."); static const char TR_FAST_DEPTH_CALC_DESCRIPTION[] = QT_TR_NOOP( "Uses a less accurate algorithm to calculate depth values.

Causes issues in a few " diff --git a/Source/Core/DolphinQt/Config/InfoWidget.cpp b/Source/Core/DolphinQt/Config/InfoWidget.cpp index 5f604cef9e..a13b31ea34 100644 --- a/Source/Core/DolphinQt/Config/InfoWidget.cpp +++ b/Source/Core/DolphinQt/Config/InfoWidget.cpp @@ -18,6 +18,7 @@ #include "DiscIO/Blob.h" #include "DiscIO/Enums.h" #include "DiscIO/Volume.h" +#include "DiscIO/WiiSaveBanner.h" #include "DolphinQt/QtUtils/DolphinFileDialog.h" #include "DolphinQt/QtUtils/ImageConverter.h" @@ -179,7 +180,9 @@ QWidget* InfoWidget::CreateBannerGraphic(const QPixmap& image) QHBoxLayout* layout = new QHBoxLayout(); QLabel* banner = new QLabel(); - banner->setPixmap(image); + banner->setPixmap(image.scaled(image.size().boundedTo( + QSize{DiscIO::WiiSaveBanner::BANNER_WIDTH, DiscIO::WiiSaveBanner::BANNER_HEIGHT}))); + QPushButton* save = new QPushButton(tr("Save as...")); connect(save, &QPushButton::clicked, this, &InfoWidget::SaveBanner); diff --git a/Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp b/Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp index c60c732e37..6a7fbb6ad9 100644 --- a/Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp +++ b/Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp @@ -29,6 +29,7 @@ #include "DolphinQt/Config/Mapping/MappingWidget.h" #include "DolphinQt/QtUtils/ModalMessageBox.h" +#include "DolphinQt/Settings.h" namespace { @@ -96,7 +97,7 @@ QColor MappingIndicator::GetCenterColor() const QColor MappingIndicator::GetDeadZoneColor() const { - QColor color = GetBBoxBrush().color().valueF() > 0.5 ? Qt::black : Qt::white; + QColor color = Settings::Instance().IsThemeDark() ? Qt::white : Qt::black; color.setAlphaF(0.25); return color; } @@ -126,7 +127,7 @@ QColor MappingIndicator::GetAltTextColor() const void MappingIndicator::AdjustGateColor(QColor* color) { - if (GetBBoxBrush().color().valueF() < 0.5) + if (Settings::Instance().IsThemeDark()) color->setHsvF(color->hueF(), color->saturationF(), 1 - color->valueF()); } @@ -913,7 +914,7 @@ CalibrationWidget::CalibrationWidget(ControllerEmu::ReshapableInput& input, m_informative_timer = new QTimer(this); connect(m_informative_timer, &QTimer::timeout, this, [this] { // If the user has started moving we'll assume they know what they are doing. - if (*std::max_element(m_calibration_data.begin(), m_calibration_data.end()) > 0.5) + if (*std::ranges::max_element(m_calibration_data) > 0.5) return; ModalMessageBox::information( diff --git a/Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp b/Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp index ad7305ac15..a41920e2c1 100644 --- a/Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp +++ b/Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp @@ -167,6 +167,8 @@ void MappingWindow::CreateMainLayout() m_tab_widget = new QTabWidget(); m_button_box = new QDialogButtonBox(QDialogButtonBox::Close); + m_tab_widget->setTabBarAutoHide(true); + m_config_layout->addWidget(m_devices_box); m_config_layout->addWidget(m_reset_box); m_config_layout->addWidget(m_profiles_box); diff --git a/Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp b/Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp index d62c5c447f..958e731c0d 100644 --- a/Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp @@ -791,7 +791,7 @@ bool AssemblerWidget::SaveEditor(AsmEditor* editor) void AssemblerWidget::OnEmulationStateChanged(Core::State state) { - m_inject->setEnabled(state != Core::State::Uninitialized); + m_inject->setEnabled(state == Core::State::Running || state == Core::State::Paused); } void AssemblerWidget::OnTabClose(int index) @@ -846,7 +846,7 @@ void AssemblerWidget::CloseTab(int index, AsmEditor* editor) int AssemblerWidget::AllocateTabNum() { - auto min_it = std::min_element(m_free_editor_nums.begin(), m_free_editor_nums.end()); + auto min_it = std::ranges::min_element(m_free_editor_nums); if (min_it == m_free_editor_nums.end()) { return m_unnamed_editor_count++; diff --git a/Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp b/Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp index 3a8aaf479a..7718af6ab4 100644 --- a/Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp +++ b/Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp @@ -34,6 +34,7 @@ #include "Common/CommonTypes.h" #include "Common/FileUtil.h" #include "Common/IOFile.h" +#include "Common/Unreachable.h" #include "Core/ConfigManager.h" #include "Core/Core.h" #include "Core/Debugger/BranchWatch.h" @@ -103,7 +104,9 @@ public: } bool IsBranchTypeAllowed(UGeckoInstruction inst) const; - void SetInspected(const QModelIndex& index); + void SetInspected(const QModelIndex& index) const; + const Core::BranchWatchSelectionValueType& + GetBranchWatchSelection(const QModelIndex& index) const; private: const Core::BranchWatch& m_branch_watch; @@ -156,44 +159,41 @@ bool BranchWatchProxyModel::filterAcceptsRow(int source_row, const QModelIndex&) return true; } -static constexpr bool BranchSavesLR(UGeckoInstruction inst) -{ - DEBUG_ASSERT(inst.OPCD == 18 || inst.OPCD == 16 || - (inst.OPCD == 19 && (inst.SUBOP10 == 16 || inst.SUBOP10 == 528))); - // Every branch instruction uses the same LK field. - return inst.LK; -} - bool BranchWatchProxyModel::IsBranchTypeAllowed(UGeckoInstruction inst) const { - const bool lr_saved = BranchSavesLR(inst); switch (inst.OPCD) { case 18: - return lr_saved ? m_bl : m_b; + return inst.LK ? m_bl : m_b; case 16: - return lr_saved ? m_bcl : m_bc; + return inst.LK ? m_bcl : m_bc; case 19: switch (inst.SUBOP10) { case 16: if ((inst.BO & 0b10100) == 0b10100) // 1z1zz - Branch always - return lr_saved ? m_blrl : m_blr; - return lr_saved ? m_bclrl : m_bclr; + return inst.LK ? m_blrl : m_blr; + return inst.LK ? m_bclrl : m_bclr; case 528: if ((inst.BO & 0b10100) == 0b10100) // 1z1zz - Branch always - return lr_saved ? m_bctrl : m_bctr; - return lr_saved ? m_bcctrl : m_bcctr; + return inst.LK ? m_bctrl : m_bctr; + return inst.LK ? m_bcctrl : m_bcctr; } } return false; } -void BranchWatchProxyModel::SetInspected(const QModelIndex& index) +void BranchWatchProxyModel::SetInspected(const QModelIndex& index) const { sourceModel()->SetInspected(mapToSource(index)); } +const Core::BranchWatchSelectionValueType& +BranchWatchProxyModel::GetBranchWatchSelection(const QModelIndex& index) const +{ + return sourceModel()->GetBranchWatchSelection(mapToSource(index)); +} + BranchWatchDialog::BranchWatchDialog(Core::System& system, Core::BranchWatch& branch_watch, PPCSymbolDB& ppc_symbol_db, CodeWidget* code_widget, QWidget* parent) @@ -201,320 +201,355 @@ BranchWatchDialog::BranchWatchDialog(Core::System& system, Core::BranchWatch& br { setWindowTitle(tr("Branch Watch Tool")); setWindowFlags((windowFlags() | Qt::WindowMinMaxButtonsHint) & ~Qt::WindowContextHelpButtonHint); - setLayout([this, &ppc_symbol_db]() { - auto* main_layout = new QVBoxLayout; - // Controls Toolbar (widgets are added later) - main_layout->addWidget(m_control_toolbar = new QToolBar); + // Branch Watch Table + m_table_view = new QTableView(nullptr); + m_table_proxy = new BranchWatchProxyModel(m_branch_watch, m_table_view); + m_table_model = new BranchWatchTableModel(m_system, m_branch_watch, ppc_symbol_db, m_table_proxy); - // Branch Watch Table - main_layout->addWidget(m_table_view = [this, &ppc_symbol_db]() { - const auto& ui_settings = Settings::Instance(); + m_table_proxy->setSourceModel(m_table_model); + m_table_proxy->setSortRole(UserRole::SortRole); + m_table_proxy->setSortCaseSensitivity(Qt::CaseInsensitive); - m_table_proxy = new BranchWatchProxyModel(m_branch_watch); - m_table_proxy->setSourceModel( - m_table_model = new BranchWatchTableModel(m_system, m_branch_watch, ppc_symbol_db)); - m_table_proxy->setSortRole(UserRole::SortRole); - m_table_proxy->setSortCaseSensitivity(Qt::CaseInsensitive); + m_table_view->setModel(m_table_proxy); + m_table_view->setSortingEnabled(true); + m_table_view->sortByColumn(Column::Origin, Qt::AscendingOrder); + m_table_view->setSelectionMode(QAbstractItemView::ExtendedSelection); + m_table_view->setSelectionBehavior(QAbstractItemView::SelectRows); + m_table_view->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); + m_table_view->setContextMenuPolicy(Qt::CustomContextMenu); + m_table_view->setEditTriggers(QAbstractItemView::NoEditTriggers); + m_table_view->setCornerButtonEnabled(false); + m_table_view->verticalHeader()->hide(); + m_table_view->setColumnWidth(Column::Instruction, 50); + m_table_view->setColumnWidth(Column::Condition, 50); + m_table_view->setColumnWidth(Column::OriginSymbol, 250); + m_table_view->setColumnWidth(Column::DestinSymbol, 250); + // The default column width (100 units) is fine for the rest. - m_table_model->setFont(ui_settings.GetDebugFont()); - connect(&ui_settings, &Settings::DebugFontChanged, m_table_model, - &BranchWatchTableModel::setFont); - connect(Host::GetInstance(), &Host::PPCSymbolsChanged, m_table_model, - &BranchWatchTableModel::UpdateSymbols); + auto* const horizontal_header = m_table_view->horizontalHeader(); + horizontal_header->setContextMenuPolicy(Qt::CustomContextMenu); + horizontal_header->setStretchLastSection(true); + horizontal_header->setSectionsMovable(true); + horizontal_header->setFirstSectionMovable(true); - auto* const table_view = new QTableView; - table_view->setModel(m_table_proxy); - table_view->setSortingEnabled(true); - table_view->sortByColumn(Column::Origin, Qt::AscendingOrder); - table_view->setSelectionMode(QAbstractItemView::ExtendedSelection); - table_view->setSelectionBehavior(QAbstractItemView::SelectRows); - table_view->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); - table_view->setContextMenuPolicy(Qt::CustomContextMenu); - table_view->setEditTriggers(QAbstractItemView::NoEditTriggers); - table_view->setCornerButtonEnabled(false); - table_view->verticalHeader()->hide(); - table_view->setColumnWidth(Column::Instruction, 50); - table_view->setColumnWidth(Column::Condition, 50); - table_view->setColumnWidth(Column::OriginSymbol, 250); - table_view->setColumnWidth(Column::DestinSymbol, 250); - // The default column width (100 units) is fine for the rest. + connect(m_table_view, &QTableView::clicked, this, &BranchWatchDialog::OnTableClicked); + connect(m_table_view, &QTableView::customContextMenuRequested, this, + &BranchWatchDialog::OnTableContextMenu); + connect(horizontal_header, &QHeaderView::customContextMenuRequested, this, + &BranchWatchDialog::OnTableHeaderContextMenu); + connect(new QShortcut(QKeySequence(Qt::Key_Delete), this), &QShortcut::activated, this, + &BranchWatchDialog::OnTableDeleteKeypress); - QHeaderView* const horizontal_header = table_view->horizontalHeader(); - horizontal_header->restoreState( // Restore column visibility state. - Settings::GetQSettings() - .value(QStringLiteral("branchwatchdialog/tableheader/state")) - .toByteArray()); - horizontal_header->setContextMenuPolicy(Qt::CustomContextMenu); - horizontal_header->setStretchLastSection(true); - horizontal_header->setSectionsMovable(true); - horizontal_header->setFirstSectionMovable(true); - - connect(table_view, &QTableView::clicked, this, &BranchWatchDialog::OnTableClicked); - connect(table_view, &QTableView::customContextMenuRequested, this, - &BranchWatchDialog::OnTableContextMenu); - connect(horizontal_header, &QHeaderView::customContextMenuRequested, this, - &BranchWatchDialog::OnTableHeaderContextMenu); - connect(new QShortcut(QKeySequence(Qt::Key_Delete), this), &QShortcut::activated, this, - &BranchWatchDialog::OnTableDeleteKeypress); - - return table_view; - }()); - - m_mnu_column_visibility = [this]() { - static constexpr std::array headers = { - QT_TR_NOOP("Instruction"), QT_TR_NOOP("Condition"), QT_TR_NOOP("Origin"), - QT_TR_NOOP("Destination"), QT_TR_NOOP("Recent Hits"), QT_TR_NOOP("Total Hits"), - QT_TR_NOOP("Origin Symbol"), QT_TR_NOOP("Destination Symbol")}; - - auto* const menu = new QMenu(); - for (int column = 0; column < Column::NumberOfColumns; ++column) - { - QAction* action = menu->addAction(tr(headers[column]), [this, column](bool enabled) { - m_table_view->setColumnHidden(column, !enabled); - }); - action->setChecked(!m_table_view->isColumnHidden(column)); - action->setCheckable(true); - } - return menu; - }(); - - // Menu Bar - main_layout->setMenuBar([this]() { - QMenuBar* const menu_bar = new QMenuBar; - menu_bar->setNativeMenuBar(false); - - QMenu* const menu_file = new QMenu(tr("&File"), menu_bar); - menu_file->addAction(tr("&Save Branch Watch"), this, &BranchWatchDialog::OnSave); - menu_file->addAction(tr("Save Branch Watch &As..."), this, &BranchWatchDialog::OnSaveAs); - menu_file->addAction(tr("&Load Branch Watch"), this, &BranchWatchDialog::OnLoad); - menu_file->addAction(tr("Load Branch Watch &From..."), this, &BranchWatchDialog::OnLoadFrom); - m_act_autosave = menu_file->addAction(tr("A&uto Save")); - m_act_autosave->setCheckable(true); - connect(m_act_autosave, &QAction::toggled, this, &BranchWatchDialog::OnToggleAutoSave); - menu_bar->addMenu(menu_file); - - QMenu* const menu_tool = new QMenu(tr("&Tool"), menu_bar); - menu_tool->setToolTipsVisible(true); - menu_tool->addAction(tr("Hide &Controls"), this, &BranchWatchDialog::OnHideShowControls) - ->setCheckable(true); - QAction* const act_ignore_apploader = - menu_tool->addAction(tr("Ignore &Apploader Branch Hits")); - act_ignore_apploader->setToolTip( - tr("This only applies to the initial boot of the emulated software.")); - act_ignore_apploader->setChecked(m_system.IsBranchWatchIgnoreApploader()); - act_ignore_apploader->setCheckable(true); - connect(act_ignore_apploader, &QAction::toggled, this, - &BranchWatchDialog::OnToggleIgnoreApploader); - - menu_tool->addMenu(m_mnu_column_visibility)->setText(tr("Column &Visibility")); - menu_tool->addAction(tr("Wipe &Inspection Data"), this, &BranchWatchDialog::OnWipeInspection); - menu_tool->addAction(tr("&Help"), this, &BranchWatchDialog::OnHelp); - - menu_bar->addMenu(menu_tool); - - return menu_bar; - }()); - - // Status Bar - main_layout->addWidget(m_status_bar = []() { - auto* const status_bar = new QStatusBar; - status_bar->setSizeGripEnabled(false); - return status_bar; - }()); + // Status Bar + m_status_bar = new QStatusBar(nullptr); + m_status_bar->setSizeGripEnabled(false); + // Controls Toolbar + m_control_toolbar = new QToolBar(nullptr); + { // Tool Controls - m_control_toolbar->addWidget([this]() { - auto* const layout = new QGridLayout; + m_btn_start_pause = new QPushButton(tr("Start Branch Watch"), nullptr); + connect(m_btn_start_pause, &QPushButton::toggled, this, &BranchWatchDialog::OnStartPause); + m_btn_start_pause->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + m_btn_start_pause->setCheckable(true); - layout->addWidget(m_btn_start_pause = new QPushButton(tr("Start Branch Watch")), 0, 0); - connect(m_btn_start_pause, &QPushButton::toggled, this, &BranchWatchDialog::OnStartPause); - m_btn_start_pause->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); - m_btn_start_pause->setCheckable(true); + m_btn_clear_watch = new QPushButton(tr("Clear Branch Watch"), nullptr); + connect(m_btn_clear_watch, &QPushButton::clicked, this, &BranchWatchDialog::OnClearBranchWatch); + m_btn_clear_watch->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); - layout->addWidget(m_btn_clear_watch = new QPushButton(tr("Clear Branch Watch")), 1, 0); - connect(m_btn_clear_watch, &QPushButton::pressed, this, - &BranchWatchDialog::OnClearBranchWatch); - m_btn_clear_watch->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + m_btn_path_was_taken = new QPushButton(tr("Code Path Was Taken"), nullptr); + connect(m_btn_path_was_taken, &QPushButton::clicked, this, + &BranchWatchDialog::OnCodePathWasTaken); + m_btn_path_was_taken->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); - layout->addWidget(m_btn_path_was_taken = new QPushButton(tr("Code Path Was Taken")), 0, 1); - connect(m_btn_path_was_taken, &QPushButton::pressed, this, - &BranchWatchDialog::OnCodePathWasTaken); - m_btn_path_was_taken->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + m_btn_path_not_taken = new QPushButton(tr("Code Path Not Taken"), nullptr); + connect(m_btn_path_not_taken, &QPushButton::clicked, this, + &BranchWatchDialog::OnCodePathNotTaken); + m_btn_path_not_taken->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); - layout->addWidget(m_btn_path_not_taken = new QPushButton(tr("Code Path Not Taken")), 1, 1); - connect(m_btn_path_not_taken, &QPushButton::pressed, this, - &BranchWatchDialog::OnCodePathNotTaken); - m_btn_path_not_taken->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + auto* const layout = new QGridLayout(nullptr); + layout->addWidget(m_btn_start_pause, 0, 0); + layout->addWidget(m_btn_clear_watch, 1, 0); + layout->addWidget(m_btn_path_was_taken, 0, 1); + layout->addWidget(m_btn_path_not_taken, 1, 1); - auto* const group_box = new QGroupBox(tr("Tool Controls")); - group_box->setLayout(layout); - group_box->setAlignment(Qt::AlignHCenter); - - return group_box; - }()); + auto* const group_box = new QGroupBox(tr("Tool Controls"), nullptr); + group_box->setLayout(layout); + group_box->setAlignment(Qt::AlignHCenter); + m_control_toolbar->addWidget(group_box); + } + { // Spacer - m_control_toolbar->addWidget([]() { - auto* const widget = new QWidget; - widget->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); - return widget; - }()); - + auto* const widget = new QWidget(nullptr); + widget->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); + m_control_toolbar->addWidget(widget); + } + { // Branch Type Filter Options - m_control_toolbar->addWidget([this]() { - auto* const layout = new QGridLayout; + auto* const layout = new QGridLayout(nullptr); - const auto routine = [this, layout](const QString& text, const QString& tooltip, int row, - int column, void (BranchWatchProxyModel::*slot)(bool)) { - QCheckBox* const check_box = new QCheckBox(text); - check_box->setToolTip(tooltip); - layout->addWidget(check_box, row, column); - connect(check_box, &QCheckBox::toggled, [this, slot](bool checked) { - (m_table_proxy->*slot)(checked); - UpdateStatus(); - }); - check_box->setChecked(true); - }; + const auto routine = [this, layout](const QString& text, const QString& tooltip, int row, + int column, void (BranchWatchProxyModel::*slot)(bool)) { + auto* const check_box = new QCheckBox(text, nullptr); + check_box->setToolTip(tooltip); + layout->addWidget(check_box, row, column); + connect(check_box, &QCheckBox::toggled, [this, slot](bool checked) { + (m_table_proxy->*slot)(checked); + UpdateStatus(); + }); + check_box->setChecked(true); + }; - // clang-format off - routine(QStringLiteral("b" ), tr("Branch" ), 0, 0, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_b >); - routine(QStringLiteral("bl" ), tr("Branch (LR saved)" ), 0, 1, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bl >); - routine(QStringLiteral("bc" ), tr("Branch Conditional" ), 0, 2, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bc >); - routine(QStringLiteral("bcl" ), tr("Branch Conditional (LR saved)" ), 0, 3, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bcl >); - routine(QStringLiteral("blr" ), tr("Branch to Link Register" ), 1, 0, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_blr >); - routine(QStringLiteral("blrl" ), tr("Branch to Link Register (LR saved)" ), 1, 1, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_blrl >); - routine(QStringLiteral("bclr" ), tr("Branch Conditional to Link Register" ), 1, 2, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bclr >); - routine(QStringLiteral("bclrl" ), tr("Branch Conditional to Link Register (LR saved)" ), 1, 3, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bclrl >); - routine(QStringLiteral("bctr" ), tr("Branch to Count Register" ), 2, 0, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bctr >); - routine(QStringLiteral("bctrl" ), tr("Branch to Count Register (LR saved)" ), 2, 1, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bctrl >); - routine(QStringLiteral("bcctr" ), tr("Branch Conditional to Count Register" ), 2, 2, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bcctr >); - routine(QStringLiteral("bcctrl"), tr("Branch Conditional to Count Register (LR saved)"), 2, 3, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bcctrl>); - // clang-format on + // clang-format off + routine(QStringLiteral("b" ), tr("Branch" ), 0, 0, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_b >); + routine(QStringLiteral("bl" ), tr("Branch (LR saved)" ), 0, 1, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bl >); + routine(QStringLiteral("bc" ), tr("Branch Conditional" ), 0, 2, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bc >); + routine(QStringLiteral("bcl" ), tr("Branch Conditional (LR saved)" ), 0, 3, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bcl >); + routine(QStringLiteral("blr" ), tr("Branch to Link Register" ), 1, 0, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_blr >); + routine(QStringLiteral("blrl" ), tr("Branch to Link Register (LR saved)" ), 1, 1, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_blrl >); + routine(QStringLiteral("bclr" ), tr("Branch Conditional to Link Register" ), 1, 2, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bclr >); + routine(QStringLiteral("bclrl" ), tr("Branch Conditional to Link Register (LR saved)" ), 1, 3, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bclrl >); + routine(QStringLiteral("bctr" ), tr("Branch to Count Register" ), 2, 0, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bctr >); + routine(QStringLiteral("bctrl" ), tr("Branch to Count Register (LR saved)" ), 2, 1, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bctrl >); + routine(QStringLiteral("bcctr" ), tr("Branch Conditional to Count Register" ), 2, 2, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bcctr >); + routine(QStringLiteral("bcctrl"), tr("Branch Conditional to Count Register (LR saved)"), 2, 3, &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_bcctrl>); + // clang-format on - auto* const group_box = new QGroupBox(tr("Branch Type")); - group_box->setLayout(layout); - group_box->setAlignment(Qt::AlignHCenter); - - return group_box; - }()); + auto* const group_box = new QGroupBox(tr("Branch Type"), nullptr); + group_box->setLayout(layout); + group_box->setAlignment(Qt::AlignHCenter); + m_act_branch_type_filters = m_control_toolbar->addWidget(group_box); + } + { // Origin and Destination Filter Options - m_control_toolbar->addWidget([this]() { - auto* const layout = new QGridLayout; + auto* const layout = new QGridLayout(nullptr); - const auto routine = [this, layout](const QString& placeholder_text, int row, int column, - int width, - void (BranchWatchProxyModel::*slot)(const QString&)) { - QLineEdit* const line_edit = new QLineEdit; - layout->addWidget(line_edit, row, column, 1, width); - connect(line_edit, &QLineEdit::textChanged, [this, slot](const QString& text) { - (m_table_proxy->*slot)(text); - UpdateStatus(); - }); - line_edit->setPlaceholderText(placeholder_text); - return line_edit; - }; + const auto routine = [this, layout](const QString& placeholder_text, int row, int column, + int width, + void (BranchWatchProxyModel::*slot)(const QString&)) { + auto* const line_edit = new QLineEdit(nullptr); + layout->addWidget(line_edit, row, column, 1, width); + connect(line_edit, &QLineEdit::textChanged, [this, slot](const QString& text) { + (m_table_proxy->*slot)(text); + UpdateStatus(); + }); + line_edit->setPlaceholderText(placeholder_text); + return line_edit; + }; - // clang-format off - routine(tr("Origin Symbol" ), 0, 0, 1, &BranchWatchProxyModel::OnSymbolTextChanged<&BranchWatchProxyModel::m_origin_symbol_name>); - routine(tr("Origin Min" ), 1, 0, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_origin_min>)->setMaxLength(8); - routine(tr("Origin Max" ), 2, 0, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_origin_max>)->setMaxLength(8); - routine(tr("Destination Symbol"), 0, 1, 1, &BranchWatchProxyModel::OnSymbolTextChanged<&BranchWatchProxyModel::m_destin_symbol_name>); - routine(tr("Destination Min" ), 1, 1, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_destin_min>)->setMaxLength(8); - routine(tr("Destination Max" ), 2, 1, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_destin_max>)->setMaxLength(8); - // clang-format on + // clang-format off + routine(tr("Origin Symbol" ), 0, 0, 1, &BranchWatchProxyModel::OnSymbolTextChanged<&BranchWatchProxyModel::m_origin_symbol_name>); + routine(tr("Origin Min" ), 1, 0, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_origin_min>)->setMaxLength(8); + routine(tr("Origin Max" ), 2, 0, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_origin_max>)->setMaxLength(8); + routine(tr("Destination Symbol"), 0, 1, 1, &BranchWatchProxyModel::OnSymbolTextChanged<&BranchWatchProxyModel::m_destin_symbol_name>); + routine(tr("Destination Min" ), 1, 1, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_destin_min>)->setMaxLength(8); + routine(tr("Destination Max" ), 2, 1, 1, &BranchWatchProxyModel::OnAddressTextChanged<&BranchWatchProxyModel::m_destin_max>)->setMaxLength(8); + // clang-format on - auto* const group_box = new QGroupBox(tr("Origin and Destination")); - group_box->setLayout(layout); - group_box->setAlignment(Qt::AlignHCenter); - - return group_box; - }()); + auto* const group_box = new QGroupBox(tr("Origin and Destination"), nullptr); + group_box->setLayout(layout); + group_box->setAlignment(Qt::AlignHCenter); + m_act_origin_destin_filters = m_control_toolbar->addWidget(group_box); + } + { // Condition Filter Options - m_control_toolbar->addWidget([this]() { - auto* const layout = new QVBoxLayout; - layout->setAlignment(Qt::AlignHCenter); + auto* const layout = new QVBoxLayout(nullptr); + layout->setAlignment(Qt::AlignHCenter); - const auto routine = [this, layout](const QString& text, - void (BranchWatchProxyModel::*slot)(bool)) { - QCheckBox* const check_box = new QCheckBox(text); - layout->addWidget(check_box); - connect(check_box, &QCheckBox::toggled, [this, slot](bool checked) { - (m_table_proxy->*slot)(checked); - UpdateStatus(); - }); - check_box->setChecked(true); - return check_box; - }; + const auto routine = [this, layout](const QString& text, + void (BranchWatchProxyModel::*slot)(bool)) { + auto* const check_box = new QCheckBox(text, nullptr); + layout->addWidget(check_box); + connect(check_box, &QCheckBox::toggled, [this, slot](bool checked) { + (m_table_proxy->*slot)(checked); + UpdateStatus(); + }); + check_box->setChecked(true); + return check_box; + }; - routine(QStringLiteral("true"), - &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_cond_true>) - ->setToolTip(tr("This will also filter unconditional branches.\n" - "To filter for or against unconditional branches,\n" - "use the Branch Type filter options.")); - routine(QStringLiteral("false"), - &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_cond_false>); + routine(tr("true"), &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_cond_true>) + ->setToolTip(tr("This will also filter unconditional branches.\n" + "To filter for or against unconditional branches,\n" + "use the Branch Type filter options.")); + routine(tr("false"), &BranchWatchProxyModel::OnToggled<&BranchWatchProxyModel::m_cond_false>); - auto* const group_box = new QGroupBox(tr("Condition")); - group_box->setLayout(layout); - group_box->setAlignment(Qt::AlignHCenter); - - return group_box; - }()); + auto* const group_box = new QGroupBox(tr("Condition"), nullptr); + group_box->setLayout(layout); + group_box->setAlignment(Qt::AlignHCenter); + m_act_condition_filters = m_control_toolbar->addWidget(group_box); + } + { // Misc. Controls - m_control_toolbar->addWidget([this]() { - auto* const layout = new QVBoxLayout; + m_btn_was_overwritten = new QPushButton(tr("Branch Was Overwritten"), nullptr); + connect(m_btn_was_overwritten, &QPushButton::clicked, this, + &BranchWatchDialog::OnBranchWasOverwritten); + m_btn_was_overwritten->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); - layout->addWidget(m_btn_was_overwritten = new QPushButton(tr("Branch Was Overwritten"))); - connect(m_btn_was_overwritten, &QPushButton::pressed, this, - &BranchWatchDialog::OnBranchWasOverwritten); - m_btn_was_overwritten->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + m_btn_not_overwritten = new QPushButton(tr("Branch Not Overwritten"), nullptr); + connect(m_btn_not_overwritten, &QPushButton::clicked, this, + &BranchWatchDialog::OnBranchNotOverwritten); + m_btn_not_overwritten->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); - layout->addWidget(m_btn_not_overwritten = new QPushButton(tr("Branch Not Overwritten"))); - connect(m_btn_not_overwritten, &QPushButton::pressed, this, - &BranchWatchDialog::OnBranchNotOverwritten); - m_btn_not_overwritten->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + m_btn_wipe_recent_hits = new QPushButton(tr("Wipe Recent Hits"), nullptr); + connect(m_btn_wipe_recent_hits, &QPushButton::clicked, this, + &BranchWatchDialog::OnWipeRecentHits); + m_btn_wipe_recent_hits->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); + m_btn_wipe_recent_hits->setEnabled(false); - layout->addWidget(m_btn_wipe_recent_hits = new QPushButton(tr("Wipe Recent Hits"))); - connect(m_btn_wipe_recent_hits, &QPushButton::pressed, this, - &BranchWatchDialog::OnWipeRecentHits); - m_btn_wipe_recent_hits->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); - m_btn_wipe_recent_hits->setEnabled(false); + auto* const layout = new QVBoxLayout(nullptr); + layout->addWidget(m_btn_was_overwritten); + layout->addWidget(m_btn_not_overwritten); + layout->addWidget(m_btn_wipe_recent_hits); - auto* const group_box = new QGroupBox(tr("Misc. Controls")); - group_box->setLayout(layout); - group_box->setAlignment(Qt::AlignHCenter); + auto* const group_box = new QGroupBox(tr("Misc. Controls"), nullptr); + group_box->setLayout(layout); + group_box->setAlignment(Qt::AlignHCenter); - return group_box; - }()); + m_act_misc_controls = m_control_toolbar->addWidget(group_box); + } - UpdateIcons(); + // Table Context Menus + auto* const delete_action = new QAction(tr("&Delete"), this); + connect(delete_action, &QAction::triggered, this, &BranchWatchDialog::OnTableDelete); - connect(m_timer = new QTimer, &QTimer::timeout, this, &BranchWatchDialog::OnTimeout); - connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, - &BranchWatchDialog::OnEmulationStateChanged); - connect(&Settings::Instance(), &Settings::ThemeChanged, this, - &BranchWatchDialog::OnThemeChanged); - connect(m_table_proxy, &BranchWatchProxyModel::layoutChanged, this, - &BranchWatchDialog::UpdateStatus); + m_act_invert_condition = new QAction(tr("Invert &Condition"), this); + connect(m_act_invert_condition, &QAction::triggered, this, + &BranchWatchDialog::OnTableInvertCondition); - return main_layout; - }()); + m_act_invert_decrement_check = new QAction(tr("Invert &Decrement Check"), this); + connect(m_act_invert_decrement_check, &QAction::triggered, this, + &BranchWatchDialog::OnTableInvertDecrementCheck); - const auto& settings = Settings::GetQSettings(); - restoreGeometry(settings.value(QStringLiteral("branchwatchdialog/geometry")).toByteArray()); + m_act_make_unconditional = new QAction(tr("Make &Unconditional"), this); + connect(m_act_make_unconditional, &QAction::triggered, this, + &BranchWatchDialog::OnTableMakeUnconditional); + + m_act_copy_address = new QAction(tr("&Copy Address"), this); + connect(m_act_copy_address, &QAction::triggered, this, &BranchWatchDialog::OnTableCopyAddress); + + m_act_insert_nop = new QAction(tr("Insert &NOP"), this); + connect(m_act_insert_nop, &QAction::triggered, this, &BranchWatchDialog::OnTableSetNOP); + + m_act_insert_blr = new QAction(tr("Insert &BLR"), this); + connect(m_act_insert_blr, &QAction::triggered, this, &BranchWatchDialog::OnTableSetBLR); + + m_mnu_set_breakpoint = new QMenu(tr("Set Brea&kpoint"), this); + m_act_break_on_hit = m_mnu_set_breakpoint->addAction( + tr("&Break on Hit"), this, &BranchWatchDialog::OnTableSetBreakpointBreak); + m_act_log_on_hit = m_mnu_set_breakpoint->addAction(tr("&Log on Hit"), this, + &BranchWatchDialog::OnTableSetBreakpointLog); + m_act_both_on_hit = m_mnu_set_breakpoint->addAction(tr("Break &and Log on Hit"), this, + &BranchWatchDialog::OnTableSetBreakpointBoth); + + m_mnu_table_context_instruction = new QMenu(this); + m_mnu_table_context_instruction->addActions( + {delete_action, m_act_invert_condition, m_act_invert_decrement_check}); + + m_mnu_table_context_condition = new QMenu(this); + m_mnu_table_context_condition->addActions({delete_action, m_act_make_unconditional}); + + m_mnu_table_context_origin = new QMenu(this); + m_mnu_table_context_origin->addActions( + {delete_action, m_act_insert_nop, m_act_copy_address, m_mnu_set_breakpoint->menuAction()}); + + m_mnu_table_context_destin_or_symbol = new QMenu(this); + m_mnu_table_context_destin_or_symbol->addActions( + {delete_action, m_act_insert_blr, m_act_copy_address, m_mnu_set_breakpoint->menuAction()}); + + m_mnu_table_context_other = new QMenu(this); + m_mnu_table_context_other->addAction(delete_action); + + LoadQSettings(); + + // Column Visibility Menu + m_mnu_column_visibility = new QMenu(this); + { + static constexpr std::array headers = { + QT_TR_NOOP("Instruction"), QT_TR_NOOP("Condition"), QT_TR_NOOP("Origin"), + QT_TR_NOOP("Destination"), QT_TR_NOOP("Recent Hits"), QT_TR_NOOP("Total Hits"), + QT_TR_NOOP("Origin Symbol"), QT_TR_NOOP("Destination Symbol")}; + + for (int column = 0; column < Column::NumberOfColumns; ++column) + { + auto* const action = + m_mnu_column_visibility->addAction(tr(headers[column]), [this, column](bool enabled) { + m_table_view->setColumnHidden(column, !enabled); + }); + action->setChecked(!m_table_view->isColumnHidden(column)); + action->setCheckable(true); + } + } + + // Toolbar Visibility Menu + auto* const toolbar_visibility_menu = new QMenu(this); + { + const auto routine = [toolbar_visibility_menu](const QString& text, QAction* toolbar_action) { + auto* const menu_action = + toolbar_visibility_menu->addAction(text, toolbar_action, &QAction::setVisible); + menu_action->setChecked(toolbar_action->isVisible()); + menu_action->setCheckable(true); + }; + routine(tr("&Branch Type"), m_act_branch_type_filters); + routine(tr("&Origin and Destination"), m_act_origin_destin_filters); + routine(tr("&Condition"), m_act_condition_filters); + routine(tr("&Misc. Controls"), m_act_misc_controls); + } + + // Menu Bar + auto* const menu_bar = new QMenuBar(nullptr); + menu_bar->setNativeMenuBar(false); + { + auto* const menu = menu_bar->addMenu(tr("&File")); + menu->addAction(tr("&Save Branch Watch"), this, &BranchWatchDialog::OnSave); + menu->addAction(tr("Save Branch Watch &As..."), this, &BranchWatchDialog::OnSaveAs); + menu->addAction(tr("&Load Branch Watch"), this, &BranchWatchDialog::OnLoad); + menu->addAction(tr("Load Branch Watch &From..."), this, &BranchWatchDialog::OnLoadFrom); + m_act_autosave = menu->addAction(tr("A&uto Save")); + m_act_autosave->setCheckable(true); + connect(m_act_autosave, &QAction::toggled, this, &BranchWatchDialog::OnToggleAutoSave); + } + { + auto* const menu = menu_bar->addMenu(tr("&Tool")); + menu->setToolTipsVisible(true); + menu->addAction(tr("Hide &Controls"), this, &BranchWatchDialog::OnHideShowControls) + ->setCheckable(true); + auto* const act_ignore_apploader = menu->addAction(tr("Ignore &Apploader Branch Hits")); + act_ignore_apploader->setToolTip( + tr("This only applies to the initial boot of the emulated software.")); + act_ignore_apploader->setChecked(m_system.IsBranchWatchIgnoreApploader()); + act_ignore_apploader->setCheckable(true); + connect(act_ignore_apploader, &QAction::toggled, this, + &BranchWatchDialog::OnToggleIgnoreApploader); + menu->addMenu(m_mnu_column_visibility)->setText(tr("Column &Visibility")); + menu->addMenu(toolbar_visibility_menu)->setText(tr("&Toolbar Visibility")); + menu->addAction(tr("Wipe &Inspection Data"), this, &BranchWatchDialog::OnWipeInspection); + menu->addAction(tr("&Help"), this, &BranchWatchDialog::OnHelp); + } + + connect(m_timer = new QTimer(this), &QTimer::timeout, this, &BranchWatchDialog::OnTimeout); + connect(m_table_proxy, &BranchWatchProxyModel::layoutChanged, this, + &BranchWatchDialog::UpdateStatus); + + auto* const main_layout = new QVBoxLayout(nullptr); + main_layout->setMenuBar(menu_bar); + main_layout->addWidget(m_control_toolbar); + main_layout->addWidget(m_table_view); + main_layout->addWidget(m_status_bar); + setLayout(main_layout); } BranchWatchDialog::~BranchWatchDialog() { - SaveSettings(); + SaveQSettings(); } static constexpr int BRANCH_WATCH_TOOL_TIMER_DELAY_MS = 100; -static constexpr int BRANCH_WATCH_TOOL_TIMER_PAUSE_ONESHOT_MS = 200; static bool TimerCondition(const Core::BranchWatch& branch_watch, Core::State state) { @@ -523,37 +558,30 @@ static bool TimerCondition(const Core::BranchWatch& branch_watch, Core::State st void BranchWatchDialog::hideEvent(QHideEvent* event) { - if (m_timer->isActive()) - m_timer->stop(); + Hide(); QDialog::hideEvent(event); } void BranchWatchDialog::showEvent(QShowEvent* event) { - if (TimerCondition(m_branch_watch, Core::GetState(m_system))) - m_timer->start(BRANCH_WATCH_TOOL_TIMER_DELAY_MS); + Show(); QDialog::showEvent(event); } -void BranchWatchDialog::OnStartPause(bool checked) +void BranchWatchDialog::OnStartPause(bool checked) const { + m_branch_watch.SetRecordingActive(Core::CPUThreadGuard{m_system}, checked); if (checked) { - m_branch_watch.Start(); m_btn_start_pause->setText(tr("Pause Branch Watch")); - // Restart the timer if the situation calls for it, but always turn off single-shot. - m_timer->setSingleShot(false); if (Core::GetState(m_system) > Core::State::Paused) m_timer->start(BRANCH_WATCH_TOOL_TIMER_DELAY_MS); } else { - m_branch_watch.Pause(); m_btn_start_pause->setText(tr("Start Branch Watch")); - // Schedule one last update in the future in case Branch Watch is in the middle of a hit. - if (Core::GetState(m_system) > Core::State::Paused) - m_timer->setInterval(BRANCH_WATCH_TOOL_TIMER_PAUSE_ONESHOT_MS); - m_timer->setSingleShot(true); + if (m_timer->isActive()) + m_timer->stop(); } Update(); } @@ -644,11 +672,6 @@ void BranchWatchDialog::OnCodePathNotTaken() void BranchWatchDialog::OnBranchWasOverwritten() { - if (Core::GetState(m_system) == Core::State::Uninitialized) - { - ModalMessageBox::warning(this, tr("Error"), tr("Core is uninitialized.")); - return; - } { const Core::CPUThreadGuard guard{m_system}; m_table_model->OnBranchWasOverwritten(guard); @@ -659,11 +682,6 @@ void BranchWatchDialog::OnBranchWasOverwritten() void BranchWatchDialog::OnBranchNotOverwritten() { - if (Core::GetState(m_system) == Core::State::Uninitialized) - { - ModalMessageBox::warning(this, tr("Error"), tr("Core is uninitialized.")); - return; - } { const Core::CPUThreadGuard guard{m_system}; m_table_model->OnBranchNotOverwritten(guard); @@ -672,26 +690,25 @@ void BranchWatchDialog::OnBranchNotOverwritten() UpdateStatus(); } -void BranchWatchDialog::OnWipeRecentHits() +void BranchWatchDialog::OnWipeRecentHits() const { m_table_model->OnWipeRecentHits(); } -void BranchWatchDialog::OnWipeInspection() +void BranchWatchDialog::OnWipeInspection() const { m_table_model->OnWipeInspection(); } -void BranchWatchDialog::OnTimeout() +void BranchWatchDialog::OnTimeout() const { Update(); } -void BranchWatchDialog::OnEmulationStateChanged(Core::State new_state) +void BranchWatchDialog::OnEmulationStateChanged(Core::State new_state) const { - if (!isVisible()) - return; - + m_btn_was_overwritten->setEnabled(new_state != Core::State::Uninitialized); + m_btn_not_overwritten->setEnabled(new_state != Core::State::Uninitialized); if (TimerCondition(m_branch_watch, new_state)) m_timer->start(BRANCH_WATCH_TOOL_TIMER_DELAY_MS); else if (m_timer->isActive()) @@ -751,6 +768,15 @@ void BranchWatchDialog::OnHelp() "destination symbol columns, these actions will only be enabled if every row in the " "selection has a symbol." "\n\n" + "If the instruction column of a row selection is right-clicked, an action to invert the " + "branch instruction's condition and an action to invert the branch instruction's " + "decrement check will be available, but only if the branch instruction is a conditional " + "one." + "\n\n" + "If the condition column of a row selection is right-clicked, an action to make the " + "branch instruction unconditional will be available, but only if the branch instruction " + "is a conditional one." + "\n\n" "If the origin column of a row selection is right-clicked, an action to replace the " "branch instruction at the origin(s) with a NOP instruction (No Operation) will be " "available." @@ -784,7 +810,7 @@ void BranchWatchDialog::OnToggleAutoSave(bool checked) m_autosave_filepath = filepath.toStdString(); } -void BranchWatchDialog::OnHideShowControls(bool checked) +void BranchWatchDialog::OnHideShowControls(bool checked) const { if (checked) m_control_toolbar->hide(); @@ -792,12 +818,12 @@ void BranchWatchDialog::OnHideShowControls(bool checked) m_control_toolbar->show(); } -void BranchWatchDialog::OnToggleIgnoreApploader(bool checked) +void BranchWatchDialog::OnToggleIgnoreApploader(bool checked) const { m_system.SetIsBranchWatchIgnoreApploader(checked); } -void BranchWatchDialog::OnTableClicked(const QModelIndex& index) +void BranchWatchDialog::OnTableClicked(const QModelIndex& index) const { const QVariant v = m_table_proxy->data(index, UserRole::ClickRole); switch (index.column()) @@ -814,7 +840,7 @@ void BranchWatchDialog::OnTableClicked(const QModelIndex& index) } } -void BranchWatchDialog::OnTableContextMenu(const QPoint& pos) +void BranchWatchDialog::OnTableContextMenu(const QPoint& pos) const { if (m_table_view->horizontalHeader()->hiddenSectionCount() == Column::NumberOfColumns) { @@ -830,12 +856,12 @@ void BranchWatchDialog::OnTableContextMenu(const QPoint& pos) m_index_list_temp.shrink_to_fit(); } -void BranchWatchDialog::OnTableHeaderContextMenu(const QPoint& pos) +void BranchWatchDialog::OnTableHeaderContextMenu(const QPoint& pos) const { m_mnu_column_visibility->exec(m_table_view->horizontalHeader()->mapToGlobal(pos)); } -void BranchWatchDialog::OnTableDelete() +void BranchWatchDialog::OnTableDelete() const { std::ranges::transform( m_index_list_temp, m_index_list_temp.begin(), @@ -850,7 +876,7 @@ void BranchWatchDialog::OnTableDelete() UpdateStatus(); } -void BranchWatchDialog::OnTableDeleteKeypress() +void BranchWatchDialog::OnTableDeleteKeypress() const { m_index_list_temp = m_table_view->selectionModel()->selectedRows(); OnTableDelete(); @@ -858,17 +884,44 @@ void BranchWatchDialog::OnTableDeleteKeypress() m_index_list_temp.shrink_to_fit(); } -void BranchWatchDialog::OnTableSetBLR() +void BranchWatchDialog::OnTableSetBLR() const { SetStubPatches(0x4e800020); } -void BranchWatchDialog::OnTableSetNOP() +void BranchWatchDialog::OnTableSetNOP() const { SetStubPatches(0x60000000); } -void BranchWatchDialog::OnTableCopyAddress() +void BranchWatchDialog::OnTableInvertCondition() const +{ + SetEditPatches([](u32 hex) { + UGeckoInstruction inst = hex; + inst.BO ^= 0b01000; + return inst.hex; + }); +} + +void BranchWatchDialog::OnTableInvertDecrementCheck() const +{ + SetEditPatches([](u32 hex) { + UGeckoInstruction inst = hex; + inst.BO ^= 0b00010; + return inst.hex; + }); +} + +void BranchWatchDialog::OnTableMakeUnconditional() const +{ + SetEditPatches([](u32 hex) { + UGeckoInstruction inst = hex; + inst.BO = 0b10100; // 1z1zz - Branch always + return inst.hex; + }); +} + +void BranchWatchDialog::OnTableCopyAddress() const { auto iter = m_index_list_temp.begin(); if (iter == m_index_list_temp.end()) @@ -886,37 +939,102 @@ void BranchWatchDialog::OnTableCopyAddress() QApplication::clipboard()->setText(text); } -void BranchWatchDialog::OnTableSetBreakpointBreak() +void BranchWatchDialog::OnTableSetBreakpointBreak() const { SetBreakpoints(true, false); } -void BranchWatchDialog::OnTableSetBreakpointLog() +void BranchWatchDialog::OnTableSetBreakpointLog() const { SetBreakpoints(false, true); } -void BranchWatchDialog::OnTableSetBreakpointBoth() +void BranchWatchDialog::OnTableSetBreakpointBoth() const { SetBreakpoints(true, true); } -void BranchWatchDialog::SaveSettings() +void BranchWatchDialog::ConnectSlots() +{ + const auto* const settings = &Settings::Instance(); + connect(settings, &Settings::EmulationStateChanged, this, + &BranchWatchDialog::OnEmulationStateChanged); + connect(settings, &Settings::ThemeChanged, this, &BranchWatchDialog::OnThemeChanged); + connect(settings, &Settings::DebugFontChanged, m_table_model, &BranchWatchTableModel::setFont); + const auto* const host = Host::GetInstance(); + connect(host, &Host::PPCSymbolsChanged, m_table_model, &BranchWatchTableModel::UpdateSymbols); +} + +void BranchWatchDialog::DisconnectSlots() +{ + const auto* const settings = &Settings::Instance(); + disconnect(settings, &Settings::EmulationStateChanged, this, + &BranchWatchDialog::OnEmulationStateChanged); + disconnect(settings, &Settings::ThemeChanged, this, &BranchWatchDialog::OnThemeChanged); + disconnect(settings, &Settings::DebugFontChanged, m_table_model, + &BranchWatchTableModel::OnDebugFontChanged); + const auto* const host = Host::GetInstance(); + disconnect(host, &Host::PPCSymbolsChanged, m_table_model, + &BranchWatchTableModel::OnPPCSymbolsChanged); +} + +void BranchWatchDialog::Show() +{ + ConnectSlots(); + // Hit every slot that may have missed a signal while this widget was hidden. + OnEmulationStateChanged(Core::GetState(m_system)); + OnThemeChanged(); + m_table_model->OnDebugFontChanged(Settings::Instance().GetDebugFont()); + m_table_model->OnPPCSymbolsChanged(); +} + +void BranchWatchDialog::Hide() +{ + DisconnectSlots(); + if (m_timer->isActive()) + m_timer->stop(); +} + +void BranchWatchDialog::LoadQSettings() +{ + const auto& settings = Settings::GetQSettings(); + restoreGeometry(settings.value(QStringLiteral("branchwatchdialog/geometry")).toByteArray()); + m_table_view->horizontalHeader()->restoreState( // Restore column visibility state. + settings.value(QStringLiteral("branchwatchdialog/tableheader/state")).toByteArray()); + m_act_branch_type_filters->setVisible( + !settings.value(QStringLiteral("branchwatchdialog/toolbar/branch_type_hidden")).toBool()); + m_act_origin_destin_filters->setVisible( + !settings.value(QStringLiteral("branchwatchdialog/toolbar/origin_destin_hidden")).toBool()); + m_act_condition_filters->setVisible( + !settings.value(QStringLiteral("branchwatchdialog/toolbar/condition_hidden")).toBool()); + m_act_misc_controls->setVisible( + !settings.value(QStringLiteral("branchwatchdialog/toolbar/misc_controls_hidden")).toBool()); +} + +void BranchWatchDialog::SaveQSettings() const { auto& settings = Settings::GetQSettings(); settings.setValue(QStringLiteral("branchwatchdialog/geometry"), saveGeometry()); settings.setValue(QStringLiteral("branchwatchdialog/tableheader/state"), m_table_view->horizontalHeader()->saveState()); + settings.setValue(QStringLiteral("branchwatchdialog/toolbar/branch_type_hidden"), + !m_act_branch_type_filters->isVisible()); + settings.setValue(QStringLiteral("branchwatchdialog/toolbar/origin_destin_hidden"), + !m_act_origin_destin_filters->isVisible()); + settings.setValue(QStringLiteral("branchwatchdialog/toolbar/condition_hidden"), + !m_act_condition_filters->isVisible()); + settings.setValue(QStringLiteral("branchwatchdialog/toolbar/misc_controls_hidden"), + !m_act_misc_controls->isVisible()); } -void BranchWatchDialog::Update() +void BranchWatchDialog::Update() const { if (m_branch_watch.GetRecordingPhase() == Core::BranchWatch::Phase::Blacklist) UpdateStatus(); m_table_model->UpdateHits(); } -void BranchWatchDialog::UpdateStatus() +void BranchWatchDialog::UpdateStatus() const { switch (m_branch_watch.GetRecordingPhase()) { @@ -1015,6 +1133,21 @@ void BranchWatchDialog::SetStubPatches(u32 value) const m_code_widget->Update(); } +void BranchWatchDialog::SetEditPatches(u32 (*transform)(u32)) const +{ + auto& debug_interface = m_system.GetPowerPC().GetDebugInterface(); + for (const Core::CPUThreadGuard guard(m_system); const QModelIndex& index : m_index_list_temp) + { + const Core::BranchWatchCollectionKey& k = + m_table_proxy->GetBranchWatchSelection(index).collection_ptr->first; + // This function assumes patches apply to the origin address, unlike SetStubPatches. + debug_interface.SetPatch(guard, k.origin_addr, transform(k.original_inst.hex)); + m_table_proxy->SetInspected(index); + } + // TODO: Same issue as SetStubPatches. + m_code_widget->Update(); +} + void BranchWatchDialog::SetBreakpoints(bool break_on_hit, bool log_on_hit) const { auto& breakpoints = m_system.GetPowerPC().GetBreakPoints(); @@ -1023,116 +1156,114 @@ void BranchWatchDialog::SetBreakpoints(bool break_on_hit, bool log_on_hit) const const u32 address = m_table_proxy->data(index, UserRole::ClickRole).value(); breakpoints.Add(address, break_on_hit, log_on_hit, {}); } - emit m_code_widget->BreakpointsChanged(); - m_code_widget->Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } -QMenu* BranchWatchDialog::GetTableContextMenu(const QModelIndex& index) +void BranchWatchDialog::SetBreakpointMenuActionsIcons() const { - if (m_mnu_table_context == nullptr) + qsizetype bp_break_count = 0, bp_log_count = 0, bp_both_count = 0; + for (auto& breakpoints = m_system.GetPowerPC().GetBreakPoints(); + const QModelIndex& index : m_index_list_temp) { - m_mnu_table_context = new QMenu(this); - m_mnu_table_context->addAction(tr("&Delete"), this, &BranchWatchDialog::OnTableDelete); - m_act_insert_nop = - m_mnu_table_context->addAction(tr("Insert &NOP"), this, &BranchWatchDialog::OnTableSetNOP); - m_act_insert_blr = - m_mnu_table_context->addAction(tr("Insert &BLR"), this, &BranchWatchDialog::OnTableSetBLR); - m_act_copy_address = m_mnu_table_context->addAction(tr("&Copy Address"), this, - &BranchWatchDialog::OnTableCopyAddress); - - m_mnu_set_breakpoint = new QMenu(tr("Set Brea&kpoint")); - m_act_break_on_hit = m_mnu_set_breakpoint->addAction( - tr("&Break on Hit"), this, &BranchWatchDialog::OnTableSetBreakpointBreak); - m_act_log_on_hit = m_mnu_set_breakpoint->addAction(tr("&Log on Hit"), this, - &BranchWatchDialog::OnTableSetBreakpointLog); - m_act_both_on_hit = m_mnu_set_breakpoint->addAction( - tr("Break &and Log on Hit"), this, &BranchWatchDialog::OnTableSetBreakpointBoth); - m_mnu_table_context->addMenu(m_mnu_set_breakpoint); + if (const TBreakPoint* bp = breakpoints.GetRegularBreakpoint( + m_table_proxy->data(index, UserRole::ClickRole).value())) + { + if (bp->break_on_hit && bp->log_on_hit) + { + bp_both_count += 1; + continue; + } + bp_break_count += bp->break_on_hit; + bp_log_count += bp->log_on_hit; + } } + const qsizetype selected_row_count = m_index_list_temp.size(); + m_act_break_on_hit->setIconVisibleInMenu(bp_break_count != 0); + m_act_break_on_hit->setIcon(bp_break_count == selected_row_count ? m_icn_full : m_icn_partial); + m_act_log_on_hit->setIconVisibleInMenu(bp_log_count != 0); + m_act_log_on_hit->setIcon(bp_log_count == selected_row_count ? m_icn_full : m_icn_partial); + m_act_both_on_hit->setIconVisibleInMenu(bp_both_count != 0); + m_act_both_on_hit->setIcon(bp_both_count == selected_row_count ? m_icn_full : m_icn_partial); +} +QMenu* BranchWatchDialog::GetTableContextMenu(const QModelIndex& index) const +{ const bool core_initialized = Core::GetState(m_system) != Core::State::Uninitialized; - - bool supported_column = true; switch (index.column()) { + case Column::Instruction: + return GetTableContextMenu_Instruction(core_initialized); + case Column::Condition: + return GetTableContextMenu_Condition(core_initialized); case Column::Origin: - m_act_insert_blr->setVisible(false); - m_act_insert_nop->setVisible(true); - m_act_insert_nop->setEnabled(core_initialized); - m_act_copy_address->setEnabled(true); - m_mnu_set_breakpoint->setEnabled(true); - break; + return GetTableContextMenu_Origin(core_initialized); case Column::Destination: - { - m_act_insert_nop->setVisible(false); - m_act_insert_blr->setVisible(true); - const bool all_branches_save_lr = - core_initialized && - std::all_of( - m_index_list_temp.begin(), m_index_list_temp.end(), [this](const QModelIndex& idx) { - const QModelIndex sibling = idx.siblingAtColumn(Column::Instruction); - return BranchSavesLR(m_table_proxy->data(sibling, UserRole::ClickRole).value()); - }); - m_act_insert_blr->setEnabled(all_branches_save_lr); - m_act_copy_address->setEnabled(true); - m_mnu_set_breakpoint->setEnabled(true); - break; - } + return GetTableContextMenu_Destin(core_initialized); + case Column::RecentHits: + case Column::TotalHits: + return m_mnu_table_context_other; case Column::OriginSymbol: case Column::DestinSymbol: - { - m_act_insert_nop->setVisible(false); - m_act_insert_blr->setVisible(true); - const bool all_symbols_valid = - core_initialized && - std::all_of(m_index_list_temp.begin(), m_index_list_temp.end(), - [this](const QModelIndex& idx) { - return m_table_proxy->data(idx, UserRole::ClickRole).isValid(); - }); - m_act_insert_blr->setEnabled(all_symbols_valid); - m_act_copy_address->setEnabled(all_symbols_valid); - m_mnu_set_breakpoint->setEnabled(all_symbols_valid); - break; + return GetTableContextMenu_Symbol(core_initialized); } - default: - m_act_insert_nop->setVisible(false); - m_act_insert_blr->setVisible(false); - supported_column = false; - break; - } - m_act_copy_address->setVisible(supported_column); - m_mnu_set_breakpoint->menuAction()->setVisible(supported_column); - // Setting breakpoints while nothing is being emulated is discouraged in the UI. - m_mnu_set_breakpoint->setEnabled(core_initialized); - - if (core_initialized && supported_column) - { - qsizetype bp_break_count = 0, bp_log_count = 0, bp_both_count = 0; - for (auto& breakpoints = m_system.GetPowerPC().GetBreakPoints(); - const QModelIndex& idx : m_index_list_temp) - { - if (const TBreakPoint* bp = breakpoints.GetRegularBreakpoint( - m_table_proxy->data(idx, UserRole::ClickRole).value())) - { - if (bp->break_on_hit && bp->log_on_hit) - { - bp_both_count += 1; - continue; - } - bp_break_count += bp->break_on_hit; - bp_log_count += bp->log_on_hit; - } - } - m_act_break_on_hit->setIconVisibleInMenu(bp_break_count != 0); - m_act_break_on_hit->setIcon(bp_break_count == m_index_list_temp.size() ? m_icn_full : - m_icn_partial); - m_act_log_on_hit->setIconVisibleInMenu(bp_log_count != 0); - m_act_log_on_hit->setIcon(bp_log_count == m_index_list_temp.size() ? m_icn_full : - m_icn_partial); - m_act_both_on_hit->setIconVisibleInMenu(bp_both_count != 0); - m_act_both_on_hit->setIcon(bp_both_count == m_index_list_temp.size() ? m_icn_full : - m_icn_partial); - } - - return m_mnu_table_context; + static_assert(Column::NumberOfColumns == 8); + Common::Unreachable(); +} + +QMenu* BranchWatchDialog::GetTableContextMenu_Instruction(bool core_initialized) const +{ + const bool all_branches_conditional = // Taking advantage of short-circuit evaluation here. + core_initialized && std::ranges::all_of(m_index_list_temp, [this](const QModelIndex& index) { + return BranchIsConditional( + m_table_proxy->GetBranchWatchSelection(index).collection_ptr->first.original_inst); + }); + m_act_invert_condition->setEnabled(all_branches_conditional); + m_act_invert_decrement_check->setEnabled(all_branches_conditional); + return m_mnu_table_context_instruction; +} + +QMenu* BranchWatchDialog::GetTableContextMenu_Condition(bool core_initialized) const +{ + const bool all_branches_conditional = // Taking advantage of short-circuit evaluation here. + core_initialized && std::ranges::all_of(m_index_list_temp, [this](const QModelIndex& index) { + return BranchIsConditional( + m_table_proxy->GetBranchWatchSelection(index).collection_ptr->first.original_inst); + }); + m_act_make_unconditional->setEnabled(all_branches_conditional); + return m_mnu_table_context_condition; +} + +QMenu* BranchWatchDialog::GetTableContextMenu_Origin(bool core_initialized) const +{ + SetBreakpointMenuActionsIcons(); + m_act_insert_nop->setEnabled(core_initialized); + m_act_copy_address->setEnabled(true); + m_mnu_set_breakpoint->setEnabled(true); + return m_mnu_table_context_origin; +} + +QMenu* BranchWatchDialog::GetTableContextMenu_Destin(bool core_initialized) const +{ + SetBreakpointMenuActionsIcons(); + const bool all_branches_save_lr = // Taking advantage of short-circuit evaluation here. + core_initialized && std::ranges::all_of(m_index_list_temp, [this](const QModelIndex& index) { + return m_table_proxy->GetBranchWatchSelection(index).collection_ptr->first.original_inst.LK; + }); + m_act_insert_blr->setEnabled(all_branches_save_lr); + m_act_copy_address->setEnabled(true); + m_mnu_set_breakpoint->setEnabled(true); + return m_mnu_table_context_destin_or_symbol; +} + +QMenu* BranchWatchDialog::GetTableContextMenu_Symbol(bool core_initialized) const +{ + SetBreakpointMenuActionsIcons(); + const bool all_symbols_valid = + std::ranges::all_of(m_index_list_temp, [this](const QModelIndex& index) { + return m_table_proxy->data(index, UserRole::ClickRole).isValid(); + }); + m_act_insert_blr->setEnabled(core_initialized && all_symbols_valid); + m_act_copy_address->setEnabled(all_symbols_valid); + m_mnu_set_breakpoint->setEnabled(all_symbols_valid); + return m_mnu_table_context_destin_or_symbol; } diff --git a/Source/Core/DolphinQt/Debugger/BranchWatchDialog.h b/Source/Core/DolphinQt/Debugger/BranchWatchDialog.h index 05a8c82432..9de8e1e36b 100644 --- a/Source/Core/DolphinQt/Debugger/BranchWatchDialog.h +++ b/Source/Core/DolphinQt/Debugger/BranchWatchDialog.h @@ -66,7 +66,7 @@ protected: void showEvent(QShowEvent* event) override; private: - void OnStartPause(bool checked); + void OnStartPause(bool checked) const; void OnClearBranchWatch(); void OnSave(); void OnSaveAs(); @@ -76,44 +76,59 @@ private: void OnCodePathNotTaken(); void OnBranchWasOverwritten(); void OnBranchNotOverwritten(); - void OnWipeRecentHits(); - void OnWipeInspection(); - void OnTimeout(); - void OnEmulationStateChanged(Core::State new_state); + void OnWipeRecentHits() const; + void OnWipeInspection() const; + void OnTimeout() const; + void OnEmulationStateChanged(Core::State new_state) const; void OnThemeChanged(); void OnHelp(); void OnToggleAutoSave(bool checked); - void OnHideShowControls(bool checked); - void OnToggleIgnoreApploader(bool checked); + void OnHideShowControls(bool checked) const; + void OnToggleIgnoreApploader(bool checked) const; - void OnTableClicked(const QModelIndex& index); - void OnTableContextMenu(const QPoint& pos); - void OnTableHeaderContextMenu(const QPoint& pos); - void OnTableDelete(); - void OnTableDeleteKeypress(); - void OnTableSetBLR(); - void OnTableSetNOP(); - void OnTableCopyAddress(); - void OnTableSetBreakpointBreak(); - void OnTableSetBreakpointLog(); - void OnTableSetBreakpointBoth(); + void OnTableClicked(const QModelIndex& index) const; + void OnTableContextMenu(const QPoint& pos) const; + void OnTableHeaderContextMenu(const QPoint& pos) const; + void OnTableDelete() const; + void OnTableDeleteKeypress() const; + void OnTableSetBLR() const; + void OnTableSetNOP() const; + void OnTableInvertCondition() const; + void OnTableInvertDecrementCheck() const; + void OnTableMakeUnconditional() const; + void OnTableCopyAddress() const; + void OnTableSetBreakpointBreak() const; + void OnTableSetBreakpointLog() const; + void OnTableSetBreakpointBoth() const; - void SaveSettings(); + void ConnectSlots(); + void DisconnectSlots(); + void Show(); + void Hide(); + void LoadQSettings(); + void SaveQSettings() const; public: // TODO: Step doesn't cause EmulationStateChanged to be emitted, so it has to call this manually. - void Update(); + void Update() const; private: - void UpdateStatus(); + void UpdateStatus() const; void UpdateIcons(); void Save(const Core::CPUThreadGuard& guard, const std::string& filepath); void Load(const Core::CPUThreadGuard& guard, const std::string& filepath); void AutoSave(const Core::CPUThreadGuard& guard); void SetStubPatches(u32 value) const; + void SetEditPatches(u32 (*transform)(u32)) const; void SetBreakpoints(bool break_on_hit, bool log_on_hit) const; - [[nodiscard]] QMenu* GetTableContextMenu(const QModelIndex& index); + void SetBreakpointMenuActionsIcons() const; + QMenu* GetTableContextMenu(const QModelIndex& index) const; + QMenu* GetTableContextMenu_Instruction(bool core_initialized) const; + QMenu* GetTableContextMenu_Condition(bool core_initialized) const; + QMenu* GetTableContextMenu_Origin(bool core_initialized) const; + QMenu* GetTableContextMenu_Destin(bool core_initialized) const; + QMenu* GetTableContextMenu_Symbol(bool core_initialized) const; Core::System& m_system; Core::BranchWatch& m_branch_watch; @@ -122,6 +137,9 @@ private: QPushButton *m_btn_start_pause, *m_btn_clear_watch, *m_btn_path_was_taken, *m_btn_path_not_taken, *m_btn_was_overwritten, *m_btn_not_overwritten, *m_btn_wipe_recent_hits; QAction* m_act_autosave; + QAction* m_act_invert_condition; + QAction* m_act_invert_decrement_check; + QAction* m_act_make_unconditional; QAction* m_act_insert_nop; QAction* m_act_insert_blr; QAction* m_act_copy_address; @@ -129,10 +147,14 @@ private: QAction* m_act_break_on_hit; QAction* m_act_log_on_hit; QAction* m_act_both_on_hit; - QMenu* m_mnu_table_context = nullptr; + QMenu *m_mnu_table_context_instruction, *m_mnu_table_context_condition, + *m_mnu_table_context_origin, *m_mnu_table_context_destin_or_symbol, + *m_mnu_table_context_other; QMenu* m_mnu_column_visibility; QToolBar* m_control_toolbar; + QAction *m_act_branch_type_filters, *m_act_origin_destin_filters, *m_act_condition_filters, + *m_act_misc_controls; QTableView* m_table_view; BranchWatchProxyModel* m_table_proxy; BranchWatchTableModel* m_table_model; @@ -141,6 +163,6 @@ private: QIcon m_icn_full, m_icn_partial; - QModelIndexList m_index_list_temp; + mutable QModelIndexList m_index_list_temp; std::optional m_autosave_filepath; }; diff --git a/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp b/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp index a377f82c4e..2a3f4cb3d1 100644 --- a/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp +++ b/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.cpp @@ -145,6 +145,16 @@ void BranchWatchTableModel::OnWipeInspection() roles); } +void BranchWatchTableModel::OnDebugFontChanged(const QFont& font) +{ + setFont(font); +} + +void BranchWatchTableModel::OnPPCSymbolsChanged() +{ + UpdateSymbols(); +} + void BranchWatchTableModel::Save(const Core::CPUThreadGuard& guard, std::FILE* file) const { m_branch_watch.Save(guard, file); @@ -185,6 +195,12 @@ void BranchWatchTableModel::SetInspected(const QModelIndex& index) const int row = index.row(); switch (index.column()) { + case Column::Instruction: + SetInspected(index, Core::BranchWatchSelectionInspection::InvertBranchOption); + return; + case Column::Condition: + SetInspected(index, Core::BranchWatchSelectionInspection::MakeUnconditional); + return; case Column::Origin: SetOriginInspected(m_branch_watch.GetSelection()[row].collection_ptr->first.origin_addr); return; @@ -200,35 +216,35 @@ void BranchWatchTableModel::SetInspected(const QModelIndex& index) } } +void BranchWatchTableModel::SetInspected(const QModelIndex& index, + Core::BranchWatchSelectionInspection inspection) +{ + static const QList roles = {Qt::FontRole, Qt::ForegroundRole}; + m_branch_watch.SetSelectedInspected(index.row(), inspection); + emit dataChanged(index, index, roles); +} + void BranchWatchTableModel::SetOriginInspected(u32 origin_addr) { - using Inspection = Core::BranchWatchSelectionInspection; - static const QList roles = {Qt::FontRole, Qt::ForegroundRole}; - const Core::BranchWatch::Selection& selection = m_branch_watch.GetSelection(); for (std::size_t i = 0; i < selection.size(); ++i) { if (selection[i].collection_ptr->first.origin_addr != origin_addr) continue; - m_branch_watch.SetSelectedInspected(i, Inspection::SetOriginNOP); - const QModelIndex index = createIndex(static_cast(i), Column::Origin); - emit dataChanged(index, index, roles); + SetInspected(createIndex(static_cast(i), Column::Origin), + Core::BranchWatchSelectionInspection::SetOriginNOP); } } void BranchWatchTableModel::SetDestinInspected(u32 destin_addr, bool nested) { - using Inspection = Core::BranchWatchSelectionInspection; - static const QList roles = {Qt::FontRole, Qt::ForegroundRole}; - const Core::BranchWatch::Selection& selection = m_branch_watch.GetSelection(); for (std::size_t i = 0; i < selection.size(); ++i) { if (selection[i].collection_ptr->first.destin_addr != destin_addr) continue; - m_branch_watch.SetSelectedInspected(i, Inspection::SetDestinBLR); - const QModelIndex index = createIndex(static_cast(i), Column::Destination); - emit dataChanged(index, index, roles); + SetInspected(createIndex(static_cast(i), Column::Destination), + Core::BranchWatchSelectionInspection::SetDestinBLR); } if (nested) @@ -238,23 +254,18 @@ void BranchWatchTableModel::SetDestinInspected(u32 destin_addr, bool nested) void BranchWatchTableModel::SetSymbolInspected(u32 symbol_addr, bool nested) { - using Inspection = Core::BranchWatchSelectionInspection; - static const QList roles = {Qt::FontRole, Qt::ForegroundRole}; - for (qsizetype i = 0; i < m_symbol_list.size(); ++i) { const SymbolListValueType& value = m_symbol_list[i]; if (value.origin_addr.isValid() && value.origin_addr.value() == symbol_addr) { - m_branch_watch.SetSelectedInspected(i, Inspection::SetOriginSymbolBLR); - const QModelIndex index = createIndex(i, Column::OriginSymbol); - emit dataChanged(index, index, roles); + SetInspected(createIndex(static_cast(i), Column::OriginSymbol), + Core::BranchWatchSelectionInspection::SetOriginSymbolBLR); } if (value.destin_addr.isValid() && value.destin_addr.value() == symbol_addr) { - m_branch_watch.SetSelectedInspected(i, Inspection::SetDestinSymbolBLR); - const QModelIndex index = createIndex(i, Column::DestinSymbol); - emit dataChanged(index, index, roles); + SetInspected(createIndex(static_cast(i), Column::DestinSymbol), + Core::BranchWatchSelectionInspection::SetDestinSymbolBLR); } } @@ -263,6 +274,13 @@ void BranchWatchTableModel::SetSymbolInspected(u32 symbol_addr, bool nested) SetDestinInspected(symbol_addr, true); } +const Core::BranchWatchSelectionValueType& +BranchWatchTableModel::GetBranchWatchSelection(const QModelIndex& index) const +{ + ASSERT(index.isValid()); + return m_branch_watch.GetSelection()[index.row()]; +} + void BranchWatchTableModel::PrefetchSymbols() { if (m_branch_watch.GetRecordingPhase() != Core::BranchWatch::Phase::Reduction) @@ -296,25 +314,14 @@ static QString GetInstructionMnemonic(u32 hex) return QString::fromLatin1(disas.data(), split); } -static bool BranchIsUnconditional(UGeckoInstruction inst) -{ - if (inst.OPCD == 18) // bx - return true; - // If BranchWatch is doing its job, the input will be only bcx, bclrx, and bcctrx instructions. - DEBUG_ASSERT(inst.OPCD == 16 || (inst.OPCD == 19 && (inst.SUBOP10 == 16 || inst.SUBOP10 == 528))); - if ((inst.BO & 0b10100) == 0b10100) // 1z1zz - Branch always - return true; - return false; -} - static QString GetConditionString(const Core::BranchWatch::Selection::value_type& value, const Core::BranchWatch::Collection::value_type* kv) { if (value.condition == false) return BranchWatchTableModel::tr("false"); - if (BranchIsUnconditional(kv->first.original_inst)) - return QStringLiteral(""); - return BranchWatchTableModel::tr("true"); + if (BranchIsConditional(kv->first.original_inst)) + return BranchWatchTableModel::tr("true"); + return QStringLiteral(""); } QVariant BranchWatchTableModel::DisplayRoleData(const QModelIndex& index) const @@ -351,21 +358,25 @@ QVariant BranchWatchTableModel::DisplayRoleData(const QModelIndex& index) const QVariant BranchWatchTableModel::FontRoleData(const QModelIndex& index) const { m_font.setBold([&]() -> bool { + using Inspection = Core::BranchWatchSelectionInspection; + const auto get_bit_test = [this, &index](Inspection inspection_mask) -> bool { + const Inspection inspection = m_branch_watch.GetSelection()[index.row()].inspection; + return (inspection & inspection_mask) != Inspection{}; + }; switch (index.column()) { - using Inspection = Core::BranchWatchSelectionInspection; + case Column::Instruction: + return get_bit_test(Inspection::InvertBranchOption); + case Column::Condition: + return get_bit_test(Inspection::MakeUnconditional); case Column::Origin: - return (m_branch_watch.GetSelection()[index.row()].inspection & Inspection::SetOriginNOP) != - Inspection{}; + return get_bit_test(Inspection::SetOriginNOP); case Column::Destination: - return (m_branch_watch.GetSelection()[index.row()].inspection & Inspection::SetDestinBLR) != - Inspection{}; + return get_bit_test(Inspection::SetDestinBLR); case Column::OriginSymbol: - return (m_branch_watch.GetSelection()[index.row()].inspection & - Inspection::SetOriginSymbolBLR) != Inspection{}; + return get_bit_test(Inspection::SetOriginSymbolBLR); case Column::DestinSymbol: - return (m_branch_watch.GetSelection()[index.row()].inspection & - Inspection::SetDestinSymbolBLR) != Inspection{}; + return get_bit_test(Inspection::SetDestinSymbolBLR); } // Importantly, this code path avoids subscripting the selection to get an inspection value. return false; @@ -396,31 +407,25 @@ QVariant BranchWatchTableModel::TextAlignmentRoleData(const QModelIndex& index) QVariant BranchWatchTableModel::ForegroundRoleData(const QModelIndex& index) const { + using Inspection = Core::BranchWatchSelectionInspection; + const auto get_brush_v = [this, &index](Inspection inspection_mask) -> QVariant { + const Inspection inspection = m_branch_watch.GetSelection()[index.row()].inspection; + return (inspection & inspection_mask) != Inspection{} ? QBrush(Qt::red) : QVariant(); + }; switch (index.column()) { - using Inspection = Core::BranchWatchSelectionInspection; + case Column::Instruction: + return get_brush_v(Inspection::InvertBranchOption); + case Column::Condition: + return get_brush_v(Inspection::MakeUnconditional); case Column::Origin: - { - const Inspection inspection = m_branch_watch.GetSelection()[index.row()].inspection; - return (inspection & Inspection::SetOriginNOP) != Inspection{} ? QBrush(Qt::red) : QVariant(); - } + return get_brush_v(Inspection::SetOriginNOP); case Column::Destination: - { - const Inspection inspection = m_branch_watch.GetSelection()[index.row()].inspection; - return (inspection & Inspection::SetDestinBLR) != Inspection{} ? QBrush(Qt::red) : QVariant(); - } + return get_brush_v(Inspection::SetDestinBLR); case Column::OriginSymbol: - { - const Inspection inspection = m_branch_watch.GetSelection()[index.row()].inspection; - return (inspection & Inspection::SetOriginSymbolBLR) != Inspection{} ? QBrush(Qt::red) : - QVariant(); - } + return get_brush_v(Inspection::SetOriginSymbolBLR); case Column::DestinSymbol: - { - const Inspection inspection = m_branch_watch.GetSelection()[index.row()].inspection; - return (inspection & Inspection::SetDestinSymbolBLR) != Inspection{} ? QBrush(Qt::red) : - QVariant(); - } + return get_brush_v(Inspection::SetDestinSymbolBLR); } // Importantly, this code path avoids subscripting the selection to get an inspection value. return QVariant(); @@ -455,9 +460,9 @@ static int GetConditionInteger(const Core::BranchWatch::Selection::value_type& v { if (value.condition == false) return 0; - if (BranchIsUnconditional(kv->first.original_inst)) - return 2; - return 1; + if (BranchIsConditional(kv->first.original_inst)) + return 1; + return 2; } QVariant BranchWatchTableModel::SortRoleData(const QModelIndex& index) const diff --git a/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.h b/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.h index 500a8ca53c..c1cfca2415 100644 --- a/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.h +++ b/Source/Core/DolphinQt/Debugger/BranchWatchTableModel.h @@ -15,6 +15,8 @@ namespace Core { class BranchWatch; +enum class BranchWatchSelectionInspection : u8; +struct BranchWatchSelectionValueType; class CPUThreadGuard; class System; } // namespace Core @@ -97,6 +99,8 @@ public: void OnBranchNotOverwritten(const Core::CPUThreadGuard& guard); void OnWipeRecentHits(); void OnWipeInspection(); + void OnDebugFontChanged(const QFont& font); + void OnPPCSymbolsChanged(); void Save(const Core::CPUThreadGuard& guard, std::FILE* file) const; void Load(const Core::CPUThreadGuard& guard, std::FILE* file); @@ -104,9 +108,12 @@ public: void UpdateHits(); void SetInspected(const QModelIndex& index); + const Core::BranchWatchSelectionValueType& + GetBranchWatchSelection(const QModelIndex& index) const; const SymbolList& GetSymbolList() const { return m_symbol_list; } private: + void SetInspected(const QModelIndex& index, Core::BranchWatchSelectionInspection inspection); void SetOriginInspected(u32 origin_addr); void SetDestinInspected(u32 destin_addr, bool nested); void SetSymbolInspected(u32 symbol_addr, bool nested); diff --git a/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp b/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp index 121b1ced65..b1696cb348 100644 --- a/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp @@ -28,6 +28,7 @@ #include "DolphinQt/Debugger/BreakpointDialog.h" #include "DolphinQt/Debugger/MemoryWidget.h" +#include "DolphinQt/Host.h" #include "DolphinQt/QtUtils/SetWindowDecorations.h" #include "DolphinQt/Resources.h" #include "DolphinQt/Settings.h" @@ -130,6 +131,9 @@ BreakpointWidget::BreakpointWidget(QWidget* parent) Update(); }); + connect(Host::GetInstance(), &Host::PPCSymbolsChanged, this, &BreakpointWidget::Update); + connect(Host::GetInstance(), &Host::PPCBreakpointsChanged, this, &BreakpointWidget::Update); + UpdateIcons(); } @@ -222,8 +226,7 @@ void BreakpointWidget::OnClicked(QTableWidgetItem* item) else m_system.GetPowerPC().GetBreakPoints().ToggleEnable(address); - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); return; } @@ -254,9 +257,9 @@ void BreakpointWidget::UpdateButtonsEnabled() if (!isVisible()) return; - const bool is_initialised = Core::GetState(m_system) != Core::State::Uninitialized; - m_load->setEnabled(is_initialised); - m_save->setEnabled(is_initialised); + const bool is_running = Core::IsRunning(m_system); + m_load->setEnabled(is_running); + m_save->setEnabled(is_running); } void BreakpointWidget::Update() @@ -431,8 +434,7 @@ void BreakpointWidget::OnClear() m_table->setRowCount(0); - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void BreakpointWidget::OnNewBreakpoint() @@ -462,8 +464,7 @@ void BreakpointWidget::OnEditBreakpoint(u32 address, bool is_instruction_bp) dialog->exec(); } - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void BreakpointWidget::OnLoad() @@ -492,8 +493,7 @@ void BreakpointWidget::OnLoad() memchecks.AddFromStrings(new_mcs); } - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void BreakpointWidget::OnSave() @@ -532,8 +532,7 @@ void BreakpointWidget::OnContextMenu(const QPoint& pos) menu->addAction(tr("Edit..."), [this, bp_address] { OnEditBreakpoint(bp_address, true); }); menu->addAction(tr("Delete"), [this, &bp_address]() { m_system.GetPowerPC().GetBreakPoints().Remove(bp_address); - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); }); } else @@ -550,8 +549,7 @@ void BreakpointWidget::OnContextMenu(const QPoint& pos) menu->addAction(tr("Delete"), [this, &bp_address]() { const QSignalBlocker blocker(Settings::Instance()); m_system.GetPowerPC().GetMemChecks().Remove(bp_address); - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); }); } @@ -615,8 +613,7 @@ void BreakpointWidget::AddBP(u32 addr, bool break_on_hit, bool log_on_hit, const addr, break_on_hit, log_on_hit, !condition.isEmpty() ? Expression::TryParse(condition.toUtf8().constData()) : std::nullopt); - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void BreakpointWidget::EditBreakpoint(u32 address, int edit, std::optional string) @@ -650,8 +647,7 @@ void BreakpointWidget::EditBreakpoint(u32 address, int edit, std::optionalPPCBreakpointsChanged(); } void BreakpointWidget::AddAddressMBP(u32 addr, bool on_read, bool on_write, bool do_log, @@ -673,8 +669,7 @@ void BreakpointWidget::AddAddressMBP(u32 addr, bool on_read, bool on_write, bool m_system.GetPowerPC().GetMemChecks().Add(std::move(check)); } - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void BreakpointWidget::AddRangedMBP(u32 from, u32 to, bool do_read, bool do_write, bool do_log, @@ -696,8 +691,7 @@ void BreakpointWidget::AddRangedMBP(u32 from, u32 to, bool do_read, bool do_writ m_system.GetPowerPC().GetMemChecks().Add(std::move(check)); } - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void BreakpointWidget::EditMBP(u32 address, int edit, std::optional string) @@ -754,6 +748,5 @@ void BreakpointWidget::EditMBP(u32 address, int edit, std::optional str m_system.GetPowerPC().GetMemChecks().Remove(address); } - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } diff --git a/Source/Core/DolphinQt/Debugger/BreakpointWidget.h b/Source/Core/DolphinQt/Debugger/BreakpointWidget.h index 1689270d44..59b4b14bfa 100644 --- a/Source/Core/DolphinQt/Debugger/BreakpointWidget.h +++ b/Source/Core/DolphinQt/Debugger/BreakpointWidget.h @@ -43,7 +43,6 @@ public: void Update(); signals: - void BreakpointsChanged(); void ShowCode(u32 address); void ShowMemory(u32 address); diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp index be1eb0a4b9..792d78d9b0 100644 --- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp @@ -7,6 +7,7 @@ #include #include +#include #include #include @@ -187,6 +188,8 @@ CodeViewWidget::CodeViewWidget() }); connect(Host::GetInstance(), &Host::PPCSymbolsChanged, this, qOverload<>(&CodeViewWidget::Update)); + connect(Host::GetInstance(), &Host::PPCBreakpointsChanged, this, + qOverload<>(&CodeViewWidget::Update)); connect(&Settings::Instance(), &Settings::ThemeChanged, this, qOverload<>(&CodeViewWidget::Update)); @@ -562,7 +565,7 @@ void CodeViewWidget::OnContextMenu() QMenu* menu = new QMenu(this); menu->setAttribute(Qt::WA_DeleteOnClose, true); - const bool running = Core::GetState(m_system) != Core::State::Uninitialized; + const bool running = Core::IsRunning(m_system); const bool paused = Core::GetState(m_system) == Core::State::Paused; const u32 addr = GetContextAddress(); @@ -585,7 +588,7 @@ void CodeViewWidget::OnContextMenu() auto* show_target_memory = menu->addAction(tr("Show Target in Memor&y"), this, &CodeViewWidget::OnShowTargetInMemory); auto* copy_target_memory = - menu->addAction(tr("Copy Tar&get Sddress"), this, &CodeViewWidget::OnCopyTargetAddress); + menu->addAction(tr("Copy Tar&get Address"), this, &CodeViewWidget::OnCopyTargetAddress); menu->addSeparator(); auto* symbol_rename_action = @@ -878,7 +881,7 @@ void CodeViewWidget::OnPPCComparison() { const u32 addr = GetContextAddress(); - emit RequestPPCComparison(addr); + emit RequestPPCComparison(addr, m_system.GetPPCState().msr.IR); } void CodeViewWidget::OnAddFunction() @@ -1138,16 +1141,14 @@ void CodeViewWidget::ToggleBreakpoint() { m_system.GetPowerPC().GetBreakPoints().ToggleBreakPoint(GetContextAddress()); - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void CodeViewWidget::AddBreakpoint() { m_system.GetPowerPC().GetBreakPoints().Add(GetContextAddress()); - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } u32 CodeViewWidget::GetContextAddress() const diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.h b/Source/Core/DolphinQt/Debugger/CodeViewWidget.h index 2984140b62..3fc78489ba 100644 --- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.h +++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.h @@ -55,9 +55,8 @@ public: u32 AddressForRow(int row) const; signals: - void RequestPPCComparison(u32 addr); + void RequestPPCComparison(u32 address, bool translate_address); void ShowMemory(u32 address); - void BreakpointsChanged(); void UpdateCodeWidget(); private: diff --git a/Source/Core/DolphinQt/Debugger/CodeWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeWidget.cpp index 36d3d92284..c36f8c31d7 100644 --- a/Source/Core/DolphinQt/Debugger/CodeWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeWidget.cpp @@ -180,7 +180,7 @@ void CodeWidget::ConnectWidgets() }); connect(m_search_callstack, &QLineEdit::textChanged, this, &CodeWidget::UpdateCallstack); - connect(m_branch_watch, &QPushButton::pressed, this, &CodeWidget::OnBranchWatchDialog); + connect(m_branch_watch, &QPushButton::clicked, this, &CodeWidget::OnBranchWatchDialog); connect(m_symbols_list, &QListWidget::itemPressed, this, &CodeWidget::OnSelectSymbol); connect(m_callstack_list, &QListWidget::itemPressed, this, &CodeWidget::OnSelectCallstack); @@ -190,8 +190,6 @@ void CodeWidget::ConnectWidgets() &CodeWidget::OnSelectFunctionCallers); connect(Host::GetInstance(), &Host::PPCSymbolsChanged, this, &CodeWidget::OnPPCSymbolsChanged); - connect(m_code_view, &CodeViewWidget::BreakpointsChanged, this, - [this] { emit BreakpointsChanged(); }); connect(m_code_view, &CodeViewWidget::UpdateCodeWidget, this, &CodeWidget::Update); connect(m_code_view, &CodeViewWidget::RequestPPCComparison, this, @@ -212,6 +210,11 @@ void CodeWidget::OnBranchWatchDialog() m_branch_watch_dialog->activateWindow(); } +void CodeWidget::OnSetCodeAddress(u32 address) +{ + SetAddress(address, CodeViewWidget::SetAddressUpdate::WithDetailedUpdate); +} + void CodeWidget::OnPPCSymbolsChanged() { UpdateSymbols(); diff --git a/Source/Core/DolphinQt/Debugger/CodeWidget.h b/Source/Core/DolphinQt/Debugger/CodeWidget.h index e9a981f8e5..bf51db9d59 100644 --- a/Source/Core/DolphinQt/Debugger/CodeWidget.h +++ b/Source/Core/DolphinQt/Debugger/CodeWidget.h @@ -43,6 +43,7 @@ public: void SetPC(); void OnBranchWatchDialog(); + void OnSetCodeAddress(u32 address); void ToggleBreakpoint(); void AddBreakpoint(); void SetAddress(u32 address, CodeViewWidget::SetAddressUpdate update); @@ -50,8 +51,7 @@ public: void Update(); void UpdateSymbols(); signals: - void BreakpointsChanged(); - void RequestPPCComparison(u32 addr); + void RequestPPCComparison(u32 address, bool translate_address); void ShowMemory(u32 address); private: diff --git a/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp b/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp index 62a83aa925..05bb4e3406 100644 --- a/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp +++ b/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp @@ -162,10 +162,9 @@ void GekkoSyntaxHighlight::highlightBlock(const QString& line) } else if (m_mode == 1) { - auto paren_it = std::find_if(info->parens.begin(), info->parens.end(), - [this](const std::pair& p) { - return p.first == m_cursor_loc || p.second == m_cursor_loc; - }); + auto paren_it = std::ranges::find_if(info->parens, [this](const std::pair& p) { + return p.first == m_cursor_loc || p.second == m_cursor_loc; + }); if (paren_it != info->parens.end()) { HighlightSubstr(paren_it->first, 1, HighlightFormat::Paren); diff --git a/Source/Core/DolphinQt/Debugger/JITWidget.cpp b/Source/Core/DolphinQt/Debugger/JITWidget.cpp index a6c84dbe08..39580e5030 100644 --- a/Source/Core/DolphinQt/Debugger/JITWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/JITWidget.cpp @@ -3,216 +3,494 @@ #include "DolphinQt/Debugger/JITWidget.h" +#include +#include +#include +#include + +#include +#include +#include +#include +#include #include +#include +#include #include -#include -#include +#include #include #include +#include +#include "Common/CommonFuncs.h" #include "Common/GekkoDisassembler.h" #include "Core/Core.h" -#include "Core/PowerPC/PPCAnalyst.h" +#include "Core/PowerPC/JitCommon/JitCache.h" +#include "Core/PowerPC/JitInterface.h" +#include "Core/PowerPC/MMU.h" +#include "Core/PowerPC/PPCSymbolDB.h" #include "Core/System.h" -#include "UICommon/Disassembler.h" +#include "DolphinQt/Debugger/JitBlockTableModel.h" #include "DolphinQt/Host.h" +#include "DolphinQt/QtUtils/ClickableStatusBar.h" +#include "DolphinQt/QtUtils/FromStdString.h" +#include "DolphinQt/QtUtils/ModalMessageBox.h" #include "DolphinQt/Settings.h" +#include "UICommon/UICommon.h" -JITWidget::JITWidget(QWidget* parent) : QDockWidget(parent) +class JitBlockProxyModel final : public QSortFilterProxyModel { - setWindowTitle(tr("JIT Blocks")); - setObjectName(QStringLiteral("jitwidget")); + friend JITWidget; - setHidden(!Settings::Instance().IsJITVisible() || !Settings::Instance().IsDebugModeEnabled()); +public: + explicit JitBlockProxyModel(QObject* parent = nullptr); + ~JitBlockProxyModel() override; - setAllowedAreas(Qt::AllDockWidgetAreas); + JitBlockProxyModel(const JitBlockProxyModel&) = delete; + JitBlockProxyModel(JitBlockProxyModel&&) = delete; + JitBlockProxyModel& operator=(const JitBlockProxyModel&) = delete; + JitBlockProxyModel& operator=(JitBlockProxyModel&&) = delete; - auto& settings = Settings::GetQSettings(); + bool filterAcceptsRow(int source_row, const QModelIndex& source_parent) const override; + [[noreturn]] void setSourceModel(QAbstractItemModel* source_model) override; + void setSourceModel(JitBlockTableModel* source_model); + JitBlockTableModel* sourceModel() const; - CreateWidgets(); + const JitBlock& GetJitBlock(const QModelIndex& index); - restoreGeometry(settings.value(QStringLiteral("jitwidget/geometry")).toByteArray()); - // macOS: setHidden() needs to be evaluated before setFloating() for proper window presentation - // according to Settings - setFloating(settings.value(QStringLiteral("jitwidget/floating")).toBool()); + // Always connected slots (external signals) + void OnSymbolTextChanged(const QString& text); + template JitBlockProxyModel::*member> + void OnAddressTextChanged(const QString& text); - m_table_splitter->restoreState( - settings.value(QStringLiteral("jitwidget/tablesplitter")).toByteArray()); - m_asm_splitter->restoreState( - settings.value(QStringLiteral("jitwidget/asmsplitter")).toByteArray()); +private: + std::optional m_em_address_min, m_em_address_max, m_pm_address_covered; + QString m_symbol_name = {}; +}; - connect(&Settings::Instance(), &Settings::JITVisibilityChanged, this, - [this](bool visible) { setHidden(!visible); }); - - connect(&Settings::Instance(), &Settings::DebugModeToggled, this, - [this](bool enabled) { setHidden(!enabled || !Settings::Instance().IsJITVisible()); }); - - connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, &JITWidget::Update); - connect(Host::GetInstance(), &Host::UpdateDisasmDialog, this, &JITWidget::Update); - - ConnectWidgets(); - -#if defined(_M_X86_64) - m_disassembler = GetNewDisassembler("x86"); -#elif defined(_M_ARM_64) - m_disassembler = GetNewDisassembler("aarch64"); -#else - m_disassembler = GetNewDisassembler("UNK"); -#endif +const JitBlock& JitBlockProxyModel::GetJitBlock(const QModelIndex& index) +{ + return sourceModel()->GetJitBlock(mapToSource(index)); } -JITWidget::~JITWidget() +void JitBlockProxyModel::OnSymbolTextChanged(const QString& text) +{ + m_symbol_name = text; + invalidateRowsFilter(); +} + +template JitBlockProxyModel::*member> +void JitBlockProxyModel::OnAddressTextChanged(const QString& text) +{ + bool ok = false; + if (const u32 value = text.toUInt(&ok, 16); ok) + this->*member = value; + else + this->*member = std::nullopt; + invalidateRowsFilter(); +} + +bool JitBlockProxyModel::filterAcceptsRow(int source_row, const QModelIndex& source_parent) const +{ + if (source_parent.isValid()) [[unlikely]] + return false; + if (!m_symbol_name.isEmpty()) + { + if (const QVariant& symbol_name_v = *sourceModel()->GetSymbolList()[source_row]; + !symbol_name_v.isValid() || !static_cast(symbol_name_v.data()) + ->contains(m_symbol_name, Qt::CaseInsensitive)) + { + return false; + } + } + const JitBlock& block = sourceModel()->GetJitBlockRefs()[source_row]; + if (m_em_address_min.has_value()) + { + if (block.effectiveAddress < m_em_address_min.value()) + return false; + } + if (m_em_address_max.has_value()) + { + if (block.effectiveAddress > m_em_address_max.value()) + return false; + } + if (m_pm_address_covered.has_value()) + { + if (!block.physical_addresses.contains(m_pm_address_covered.value())) + return false; + } + return true; +} + +// Virtual setSourceModel is forbidden for type-safety reasons. +void JitBlockProxyModel::setSourceModel(QAbstractItemModel* source_model) +{ + Crash(); +} + +void JitBlockProxyModel::setSourceModel(JitBlockTableModel* source_model) +{ + QSortFilterProxyModel::setSourceModel(source_model); +} + +JitBlockTableModel* JitBlockProxyModel::sourceModel() const +{ + return static_cast(QSortFilterProxyModel::sourceModel()); +} + +JitBlockProxyModel::JitBlockProxyModel(QObject* parent) : QSortFilterProxyModel(parent) +{ +} + +JitBlockProxyModel::~JitBlockProxyModel() = default; + +void JITWidget::UpdateProfilingButton() +{ + const QSignalBlocker blocker(m_toggle_profiling_button); + const bool enabled = Config::Get(Config::MAIN_DEBUG_JIT_ENABLE_PROFILING); + m_toggle_profiling_button->setText(enabled ? tr("Stop Profiling") : tr("Start Profiling")); + m_toggle_profiling_button->setChecked(enabled); +} + +void JITWidget::UpdateOtherButtons(Core::State state) +{ + const bool jit_exists = m_system.GetJitInterface().GetCore() != nullptr; + m_clear_cache_button->setEnabled(jit_exists); + m_wipe_profiling_button->setEnabled(jit_exists); +} + +void JITWidget::UpdateDebugFont(const QFont& font) +{ + m_table_view->setFont(font); + m_ppc_asm_widget->setFont(font); + m_host_near_asm_widget->setFont(font); + m_host_far_asm_widget->setFont(font); +} + +void JITWidget::ClearDisassembly() +{ + m_ppc_asm_widget->clear(); + m_host_near_asm_widget->clear(); + m_host_far_asm_widget->clear(); + m_status_bar->clearMessage(); +} + +void JITWidget::ShowFreeMemoryStatus() +{ + const std::vector memory_stats = m_system.GetJitInterface().GetMemoryStats(); + QString message = tr("Free memory:"); + for (const auto& [name, stats] : memory_stats) + { + const auto& [free_size, fragmentation_ratio] = stats; + // i18n: Of each memory region, %1 is its remaining size displayed in an appropriate scale + // of bytes (e.g. MiB), %2 is its untranslated name, and %3 is its fragmentation percentage. + message.append(tr(" %1 %2 (%3% fragmented)") + .arg(QString::fromStdString(UICommon::FormatSize(free_size, 2))) + .arg(QtUtils::FromStdString(name)) + .arg(fragmentation_ratio * 100.0, 0, 'f', 2)); + } + m_status_bar->showMessage(message); +} + +void JITWidget::UpdateContent(Core::State state) +{ + ClearDisassembly(); + if (state == Core::State::Paused) + ShowFreeMemoryStatus(); +} + +static void DisassembleCodeBuffer(const JitBlock& block, PPCSymbolDB& ppc_symbol_db, + std::ostream& stream) +{ + // Instructions are 4 byte aligned, so next_address = 1 will never produce a false-negative. + for (u32 next_address = 1; const auto& [address, inst] : block.original_buffer) + { + if (address != next_address) + { + stream << ppc_symbol_db.GetDescription(address) << '\n'; + next_address = address; + } + fmt::print(stream, "0x{:08x}\t{}\n", address, + Common::GekkoDisassembler::Disassemble(inst.hex, address)); + next_address += sizeof(UGeckoInstruction); + } +} + +void JITWidget::CrossDisassemble(const JitBlock& block) +{ + // TODO C++20: std::ostringstream::view() + QtUtils::FromStdString + std::ostream::seekp(0) would + // save a lot of wasted allocation here, but compiler support for the first thing isn't here yet. + std::ostringstream stream; + DisassembleCodeBuffer(block, m_system.GetPPCSymbolDB(), stream); + m_ppc_asm_widget->setPlainText(QString::fromStdString(std::move(stream).str())); + + auto& jit_interface = m_system.GetJitInterface(); + + const auto host_near_instruction_count = jit_interface.DisassembleNearCode(block, stream); + m_host_near_asm_widget->setPlainText(QString::fromStdString(std::move(stream).str())); + + const auto host_far_instruction_count = jit_interface.DisassembleFarCode(block, stream); + m_host_far_asm_widget->setPlainText(QString::fromStdString(std::move(stream).str())); + + // i18n: "near" and "far" refer to the near code cache and far code cache of Dolphin's JITs. + // %1 and %2 are instruction counts from the near and far code caches, respectively. %3 is a + // percentage calculated from how inefficient (in other words, "blown-up") a given JIT block's + // recompilation was when considering the host instruction count vs the PPC instruction count. + m_status_bar->showMessage(tr("Host instruction count: %1 near %2 far (%3% blowup)") + .arg(host_near_instruction_count) + .arg(host_far_instruction_count) + .arg(static_cast(100 * (host_near_instruction_count + + host_far_instruction_count)) / + block.originalSize - + 100.0, + 0, 'f', 2)); +} + +void JITWidget::CrossDisassemble(const QModelIndex& index) +{ + if (index.isValid()) + { + CrossDisassemble(m_table_proxy->GetJitBlock(index)); + return; + } + UpdateContent(Core::GetState(m_system)); +} + +void JITWidget::CrossDisassemble() +{ + CrossDisassemble(m_table_view->currentIndex()); +} + +void JITWidget::TableEraseBlocks() +{ + auto* const selection_model = m_table_view->selectionModel(); + QModelIndexList index_list = selection_model->selectedRows(); + selection_model->clear(); // Side effect: currentChanged will be emitted (this is intended). + + std::ranges::transform(index_list, index_list.begin(), [this](const QModelIndex& index) { + return m_table_proxy->mapToSource(index); + }); + std::ranges::sort(index_list, std::less{}); // QModelIndex is incompatible with std::ranges::less + for (const QModelIndex& index : std::ranges::reverse_view{index_list}) + { + if (!index.isValid()) + continue; + m_table_model->removeRow(index.row()); + } +} + +void JITWidget::LoadQSettings() +{ + auto& settings = Settings::GetQSettings(); + + restoreGeometry(settings.value(QStringLiteral("jitwidget/geometry")).toByteArray()); + setHidden(!Settings::Instance().IsJITVisible() || !Settings::Instance().IsDebugModeEnabled()); + // macOS: setFloating() needs to be after setHidden() for proper window presentation + // according to Settings + setFloating(settings.value(QStringLiteral("jitwidget/floating")).toBool()); + m_table_view->horizontalHeader()->restoreState( + settings.value(QStringLiteral("jitwidget/tableheader/state")).toByteArray()); + m_table_splitter->restoreState( + settings.value(QStringLiteral("jitwidget/tablesplitter")).toByteArray()); + m_disasm_splitter->restoreState( + settings.value(QStringLiteral("jitwidget/disasmsplitter")).toByteArray()); +} + +void JITWidget::SaveQSettings() const { auto& settings = Settings::GetQSettings(); settings.setValue(QStringLiteral("jitwidget/geometry"), saveGeometry()); settings.setValue(QStringLiteral("jitwidget/floating"), isFloating()); + settings.setValue(QStringLiteral("jitwidget/tableheader/state"), + m_table_view->horizontalHeader()->saveState()); settings.setValue(QStringLiteral("jitwidget/tablesplitter"), m_table_splitter->saveState()); - settings.setValue(QStringLiteral("jitwidget/asmsplitter"), m_asm_splitter->saveState()); + settings.setValue(QStringLiteral("jitwidget/disasmsplitter"), m_disasm_splitter->saveState()); } -void JITWidget::CreateWidgets() +void JITWidget::ConnectSlots() { - m_table_widget = new QTableWidget; - - m_table_widget->setTabKeyNavigation(false); - m_table_widget->setColumnCount(7); - m_table_widget->setHorizontalHeaderLabels( - {tr("Address"), tr("PPC Size"), tr("Host Size"), - // i18n: The symbolic name of a code block - tr("Symbol"), - // i18n: These are the kinds of flags that a CPU uses (e.g. carry), - // not the kinds of flags that represent e.g. countries - tr("Flags"), - // i18n: The number of times a code block has been executed - tr("NumExec"), - // i18n: Performance cost, not monetary cost - tr("Cost")}); - - m_ppc_asm_widget = new QTextBrowser; - m_host_asm_widget = new QTextBrowser; - - m_table_splitter = new QSplitter(Qt::Vertical); - m_asm_splitter = new QSplitter(Qt::Horizontal); - - m_refresh_button = new QPushButton(tr("Refresh")); - - m_table_splitter->addWidget(m_table_widget); - m_table_splitter->addWidget(m_asm_splitter); - - m_asm_splitter->addWidget(m_ppc_asm_widget); - m_asm_splitter->addWidget(m_host_asm_widget); - - QWidget* widget = new QWidget; - auto* layout = new QVBoxLayout; - layout->setContentsMargins(2, 2, 2, 2); - widget->setLayout(layout); - - layout->addWidget(m_table_splitter); - layout->addWidget(m_refresh_button); - - setWidget(widget); + auto* const host = Host::GetInstance(); + connect(host, &Host::JitCacheInvalidation, this, &JITWidget::OnJitCacheInvalidation); + connect(host, &Host::UpdateDisasmDialog, this, &JITWidget::OnUpdateDisasmDialog); + connect(host, &Host::PPCSymbolsChanged, this, &JITWidget::OnPPCSymbolsUpdated); + connect(host, &Host::PPCBreakpointsChanged, this, &JITWidget::OnPPCBreakpointsChanged); + auto* const settings = &Settings::Instance(); + connect(settings, &Settings::ConfigChanged, this, &JITWidget::OnConfigChanged); + connect(settings, &Settings::DebugFontChanged, this, &JITWidget::OnDebugFontChanged); + connect(settings, &Settings::EmulationStateChanged, this, &JITWidget::OnEmulationStateChanged); } -void JITWidget::ConnectWidgets() +void JITWidget::DisconnectSlots() { - connect(m_refresh_button, &QPushButton::clicked, this, &JITWidget::Update); + auto* const host = Host::GetInstance(); + disconnect(host, &Host::JitCacheInvalidation, this, &JITWidget::OnJitCacheInvalidation); + disconnect(host, &Host::UpdateDisasmDialog, this, &JITWidget::OnUpdateDisasmDialog); + disconnect(host, &Host::PPCSymbolsChanged, this, &JITWidget::OnPPCSymbolsUpdated); + disconnect(host, &Host::PPCBreakpointsChanged, this, &JITWidget::OnPPCBreakpointsChanged); + auto* const settings = &Settings::Instance(); + disconnect(settings, &Settings::ConfigChanged, this, &JITWidget::OnConfigChanged); + disconnect(settings, &Settings::DebugFontChanged, this, &JITWidget::OnDebugFontChanged); + disconnect(settings, &Settings::EmulationStateChanged, this, &JITWidget::OnEmulationStateChanged); } -void JITWidget::Compare(u32 address) +void JITWidget::Show() { - m_address = address; + ConnectSlots(); + // Handle every slot that may have missed a signal while this widget was hidden. + // OnJitCacheInvalidation() can be skipped. + // OnUpdateDisasmDialog() can be skipped. + // OnPPCSymbolsUpdated() can be skipped. + // OnPPCBreakpointsChanged() can be skipped. + OnConfigChanged(); + OnDebugFontChanged(Settings::Instance().GetDebugFont()); + OnEmulationStateChanged(Core::GetState(m_system)); +} +void JITWidget::Hide() +{ + DisconnectSlots(); + ClearDisassembly(); +} + +void JITWidget::OnRequestPPCComparison(u32 address, bool translate_address) +{ Settings::Instance().SetJITVisible(true); raise(); - m_host_asm_widget->setFocus(); - Update(); + if (translate_address) + { + const std::optional pm_address = m_system.GetMMU().GetTranslatedAddress(address); + if (!pm_address.has_value()) + { + ModalMessageBox::warning( + this, tr("Error"), + tr("Effective address %1 has no physical address translation.").arg(address, 0, 16)); + return; + } + address = pm_address.value(); + } + m_pm_address_covered_line_edit->setText(QString::number(address, 16)); } -void JITWidget::Update() +void JITWidget::OnVisibilityToggled(bool visible) { - if (!isVisible()) - return; + setHidden(!visible); +} - if (!m_address || (Core::GetState(Core::System::GetInstance()) != Core::State::Paused)) +void JITWidget::OnDebugModeToggled(bool enabled) +{ + setHidden(!enabled || !Settings::Instance().IsJITVisible()); +} + +void JITWidget::OnToggleProfiling(bool enabled) +{ + Config::SetBaseOrCurrent(Config::MAIN_DEBUG_JIT_ENABLE_PROFILING, enabled); +} + +void JITWidget::OnClearCache() +{ + m_system.GetJitInterface().ClearCache(Core::CPUThreadGuard{m_system}); +} + +void JITWidget::OnWipeProfiling() +{ + m_system.GetJitInterface().WipeBlockProfilingData(Core::CPUThreadGuard{m_system}); +} + +void JITWidget::OnTableCurrentChanged(const QModelIndex& current, const QModelIndex& previous) +{ + CrossDisassemble(current); +} + +void JITWidget::OnTableDoubleClicked(const QModelIndex& index) +{ + emit SetCodeAddress(m_table_proxy->GetJitBlock(index).effectiveAddress); +} + +void JITWidget::OnTableContextMenu(const QPoint& pos) +{ + // There needs to be an option somewhere for a user to recover from hiding every column. + if (m_table_view->horizontalHeader()->hiddenSectionCount() == Column::NumberOfColumns) { - m_ppc_asm_widget->setHtml(QStringLiteral("%1").arg(tr("(ppc)"))); - m_host_asm_widget->setHtml(QStringLiteral("%1").arg(tr("(host)"))); + m_column_visibility_menu->exec(m_table_view->viewport()->mapToGlobal(pos)); return; } + m_table_context_menu->exec(m_table_view->viewport()->mapToGlobal(pos)); +} - // TODO: Actually do something with the table (Wx doesn't) +void JITWidget::OnTableHeaderContextMenu(const QPoint& pos) +{ + m_column_visibility_menu->exec(m_table_view->horizontalHeader()->mapToGlobal(pos)); +} - // Get host side code disassembly - auto host_instructions_disasm = DisassembleBlock(m_disassembler.get(), m_address); - m_address = host_instructions_disasm.entry_address; +void JITWidget::OnTableMenuViewCode() +{ + // TODO: CodeWidget doesn't support it yet, but eventually signal if the address should be + // translated with ((block.feature_flags & CPUEmuFeatureFlags::FEATURE_FLAG_MSR_IR) != 0). + if (const QModelIndex& index = m_table_view->currentIndex(); index.isValid()) + emit SetCodeAddress(m_table_proxy->GetJitBlock(index).effectiveAddress); +} - m_host_asm_widget->setHtml( - QStringLiteral("
%1
").arg(QString::fromStdString(host_instructions_disasm.text))); +void JITWidget::OnTableMenuEraseBlocks() +{ + TableEraseBlocks(); // Side effect: currentChanged will be emitted (this is intended). + // Because currentChanged has been emitted, OnTableCurrentChanged has already handled the rest. +} - // == Fill in ppc box - u32 ppc_addr = m_address; - PPCAnalyst::CodeBuffer code_buffer(32000); - PPCAnalyst::BlockStats st; - PPCAnalyst::BlockRegStats gpa; - PPCAnalyst::BlockRegStats fpa; - PPCAnalyst::CodeBlock code_block; - PPCAnalyst::PPCAnalyzer analyzer; - analyzer.SetDebuggingEnabled(Config::IsDebuggingEnabled()); - analyzer.SetBranchFollowingEnabled(Config::Get(Config::MAIN_JIT_FOLLOW_BRANCH)); - analyzer.SetFloatExceptionsEnabled(Config::Get(Config::MAIN_FLOAT_EXCEPTIONS)); - analyzer.SetDivByZeroExceptionsEnabled(Config::Get(Config::MAIN_DIVIDE_BY_ZERO_EXCEPTIONS)); - analyzer.SetOption(PPCAnalyst::PPCAnalyzer::OPTION_CONDITIONAL_CONTINUE); - analyzer.SetOption(PPCAnalyst::PPCAnalyzer::OPTION_BRANCH_FOLLOW); +void JITWidget::OnStatusBarPressed() +{ + if (Core::GetState(m_system) == Core::State::Paused) + ShowFreeMemoryStatus(); +} - code_block.m_stats = &st; - code_block.m_gpa = &gpa; - code_block.m_fpa = &fpa; +void JITWidget::OnJitCacheInvalidation() +{ + if (Core::GetState(m_system) != Core::State::Paused) + return; + ClearDisassembly(); + ShowFreeMemoryStatus(); +} - if (analyzer.Analyze(ppc_addr, &code_block, &code_buffer, code_buffer.size()) != 0xFFFFFFFF) - { - std::string ppc_disasm_str; - auto ppc_disasm = std::back_inserter(ppc_disasm_str); - for (u32 i = 0; i < code_block.m_num_instructions; i++) - { - const PPCAnalyst::CodeOp& op = code_buffer[i]; - const std::string opcode = Common::GekkoDisassembler::Disassemble(op.inst.hex, op.address); - fmt::format_to(ppc_disasm, "{:08x} {}\n", op.address, opcode); - } +void JITWidget::OnUpdateDisasmDialog() +{ + if (Core::GetState(m_system) != Core::State::Paused) + return; + CrossDisassemble(); +} - // Add stats to the end of the ppc box since it's generally the shortest. - fmt::format_to(ppc_disasm, "\n{} estimated cycles", st.numCycles); - fmt::format_to(ppc_disasm, "\nNum instr: PPC: {} Host: {}", code_block.m_num_instructions, - host_instructions_disasm.instruction_count); - if (code_block.m_num_instructions != 0 && host_instructions_disasm.instruction_count != 0) - { - fmt::format_to( - ppc_disasm, " (blowup: {}%)", - 100 * host_instructions_disasm.instruction_count / code_block.m_num_instructions - 100); - } +void JITWidget::OnPPCSymbolsUpdated() +{ + if (Core::GetState(m_system) != Core::State::Paused) + return; + CrossDisassemble(); +} - fmt::format_to(ppc_disasm, "\nNum bytes: PPC: {} Host: {}", code_block.m_num_instructions * 4, - host_instructions_disasm.code_size); - if (code_block.m_num_instructions != 0 && host_instructions_disasm.code_size != 0) - { - fmt::format_to( - ppc_disasm, " (blowup: {}%)", - 100 * host_instructions_disasm.code_size / (4 * code_block.m_num_instructions) - 100); - } +void JITWidget::OnPPCBreakpointsChanged() +{ + // Whatever row(s) might have been selected could no longer exist, because adding or removing + // breakpoints can invalidate JIT blocks. We must clear the selection to avoid stale indices. + auto* const selection_model = m_table_view->selectionModel(); + selection_model->clear(); // Side effect: currentChanged will be emitted (this is intended). + // Because currentChanged has been emitted, OnTableCurrentChanged has already handled the rest. +} - m_ppc_asm_widget->setHtml( - QStringLiteral("
%1
").arg(QString::fromStdString(ppc_disasm_str))); - } - else - { - m_host_asm_widget->setHtml( - QStringLiteral("
%1
") - .arg(QString::fromStdString(fmt::format("(non-code address: {:08x})", m_address)))); - m_ppc_asm_widget->setHtml(QStringLiteral("---")); - } +void JITWidget::OnConfigChanged() +{ + UpdateProfilingButton(); +} + +void JITWidget::OnDebugFontChanged(const QFont& font) +{ + UpdateDebugFont(font); +} + +void JITWidget::OnEmulationStateChanged(Core::State state) +{ + UpdateOtherButtons(state); + UpdateContent(state); } void JITWidget::closeEvent(QCloseEvent*) @@ -220,7 +498,186 @@ void JITWidget::closeEvent(QCloseEvent*) Settings::Instance().SetJITVisible(false); } -void JITWidget::showEvent(QShowEvent* event) +void JITWidget::showEvent(QShowEvent*) { - Update(); + emit ShowSignal(); + Show(); +} + +void JITWidget::hideEvent(QHideEvent*) +{ + emit HideSignal(); + Hide(); +} + +JITWidget::JITWidget(Core::System& system, QWidget* parent) : QDockWidget(parent), m_system(system) +{ + setWindowTitle(tr("JIT Blocks")); + setObjectName(QStringLiteral("jitwidget")); + setAllowedAreas(Qt::AllDockWidgetAreas); + + auto* const settings = &Settings::Instance(); + connect(settings, &Settings::JITVisibilityChanged, this, &JITWidget::OnVisibilityToggled); + connect(settings, &Settings::DebugModeToggled, this, &JITWidget::OnDebugModeToggled); + + m_table_view = new QTableView(nullptr); + m_table_proxy = new JitBlockProxyModel(m_table_view); + m_table_model = new JitBlockTableModel(m_system, m_system.GetJitInterface(), + m_system.GetPPCSymbolDB(), m_table_proxy); + + connect(this, &JITWidget::HideSignal, m_table_model, &JitBlockTableModel::OnHideSignal); + connect(this, &JITWidget::ShowSignal, m_table_model, &JitBlockTableModel::OnShowSignal); + + m_table_proxy->setSourceModel(m_table_model); + m_table_proxy->setSortRole(UserRole::SortRole); + m_table_proxy->setSortCaseSensitivity(Qt::CaseInsensitive); + + m_table_view->setModel(m_table_proxy); + m_table_view->setSortingEnabled(true); + m_table_view->sortByColumn(Column::EffectiveAddress, Qt::AscendingOrder); + m_table_view->setSelectionMode(QAbstractItemView::ExtendedSelection); + m_table_view->setSelectionBehavior(QAbstractItemView::SelectRows); + m_table_view->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); + m_table_view->setContextMenuPolicy(Qt::CustomContextMenu); + m_table_view->setEditTriggers(QAbstractItemView::NoEditTriggers); + m_table_view->setCornerButtonEnabled(false); + m_table_view->verticalHeader()->hide(); + connect(m_table_view, &QTableView::doubleClicked, this, &JITWidget::OnTableDoubleClicked); + connect(m_table_view, &QTableView::customContextMenuRequested, this, + &JITWidget::OnTableContextMenu); + + auto* const horizontal_header = m_table_view->horizontalHeader(); + horizontal_header->setContextMenuPolicy(Qt::CustomContextMenu); + horizontal_header->setStretchLastSection(true); + horizontal_header->setSectionsMovable(true); + horizontal_header->setFirstSectionMovable(true); + connect(horizontal_header, &QHeaderView::sortIndicatorChanged, m_table_model, + &JitBlockTableModel::OnSortIndicatorChanged); + connect(horizontal_header, &QHeaderView::customContextMenuRequested, this, + &JITWidget::OnTableHeaderContextMenu); + + auto* const selection_model = m_table_view->selectionModel(); + connect(selection_model, &QItemSelectionModel::currentChanged, this, + &JITWidget::OnTableCurrentChanged); + + auto* const controls_layout = new QHBoxLayout(nullptr); + const auto address_filter_routine = [&](QLineEdit* line_edit, const QString& placeholder_text, + void (JitBlockProxyModel::*slot)(const QString&)) { + line_edit->setPlaceholderText(placeholder_text); + connect(line_edit, &QLineEdit::textChanged, m_table_proxy, slot); + controls_layout->addWidget(line_edit); + }; + address_filter_routine( + new QLineEdit(nullptr), tr("Min Effective Address"), + &JitBlockProxyModel::OnAddressTextChanged<&JitBlockProxyModel::m_em_address_min>); + address_filter_routine( + new QLineEdit(nullptr), tr("Max Effective Address"), + &JitBlockProxyModel::OnAddressTextChanged<&JitBlockProxyModel::m_em_address_max>); + address_filter_routine( + m_pm_address_covered_line_edit = new QLineEdit(nullptr), tr("Recompiles Physical Address"), + &JitBlockProxyModel::OnAddressTextChanged<&JitBlockProxyModel::m_pm_address_covered>); + + auto* const symbol_name_line_edit = new QLineEdit(nullptr); + symbol_name_line_edit->setPlaceholderText(tr("Symbol Name")); + connect(symbol_name_line_edit, &QLineEdit::textChanged, m_table_model, + &JitBlockTableModel::OnFilterSymbolTextChanged); + connect(symbol_name_line_edit, &QLineEdit::textChanged, m_table_proxy, + &JitBlockProxyModel::OnSymbolTextChanged); + controls_layout->addWidget(symbol_name_line_edit); + + m_toggle_profiling_button = new QPushButton(nullptr); + m_toggle_profiling_button->setToolTip( + tr("Toggle software JIT block profiling (will clear the JIT cache).")); + m_toggle_profiling_button->setCheckable(true); + connect(m_toggle_profiling_button, &QPushButton::toggled, this, &JITWidget::OnToggleProfiling); + controls_layout->addWidget(m_toggle_profiling_button); + + m_clear_cache_button = new QPushButton(tr("Clear Cache"), nullptr); + connect(m_clear_cache_button, &QPushButton::clicked, this, &JITWidget::OnClearCache); + controls_layout->addWidget(m_clear_cache_button); + + m_wipe_profiling_button = new QPushButton(tr("Wipe Profiling"), nullptr); + m_wipe_profiling_button->setToolTip(tr("Re-initialize software JIT block profiling data.")); + connect(m_wipe_profiling_button, &QPushButton::clicked, this, &JITWidget::OnWipeProfiling); + controls_layout->addWidget(m_wipe_profiling_button); + + m_disasm_splitter = new QSplitter(Qt::Horizontal, nullptr); + const auto text_box_routine = [&](QPlainTextEdit* text_edit, const QString& placeholder_text) { + text_edit->setWordWrapMode(QTextOption::NoWrap); + text_edit->setPlaceholderText(placeholder_text); + text_edit->setReadOnly(true); + m_disasm_splitter->addWidget(text_edit); + }; + text_box_routine(m_ppc_asm_widget = new QPlainTextEdit(nullptr), tr("PPC Instruction Coverage")); + text_box_routine(m_host_near_asm_widget = new QPlainTextEdit(nullptr), + tr("Host Near Code Cache")); + text_box_routine(m_host_far_asm_widget = new QPlainTextEdit(nullptr), tr("Host Far Code Cache")); + + m_table_splitter = new QSplitter(Qt::Vertical, nullptr); + m_table_splitter->addWidget(m_table_view); + m_table_splitter->addWidget(m_disasm_splitter); + + m_status_bar = new ClickableStatusBar(nullptr); + m_status_bar->setSizeGripEnabled(false); + connect(m_status_bar, &ClickableStatusBar::pressed, this, &JITWidget::OnStatusBarPressed); + + m_table_context_menu = new QMenu(this); + m_table_context_menu->addAction(tr("View &Code"), this, &JITWidget::OnTableMenuViewCode); + m_table_context_menu->addAction(tr("&Erase Block(s)"), this, &JITWidget::OnTableMenuEraseBlocks); + + LoadQSettings(); + + m_column_visibility_menu = new QMenu(this); + // These table header display names have abbreviated counterparts in JitBlockTableModel.cpp + static constexpr std::array headers = { + QT_TR_NOOP("PPC Feature Flags"), + // i18n: "Effective" means this memory address might be translated within the MMU. + QT_TR_NOOP("Effective Address"), + QT_TR_NOOP("Code Buffer Size"), + // i18n: This means to say it is a count of PPC instructions recompiled more than once. + QT_TR_NOOP("Repeat Instructions"), + // i18n: "Near Code" refers to the near code cache of Dolphin's JITs. + QT_TR_NOOP("Host Near Code Size"), + // i18n: "Far Code" refers to the far code cache of Dolphin's JITs. + QT_TR_NOOP("Host Far Code Size"), + QT_TR_NOOP("Run Count"), + // i18n: "Cycles" means instruction cycles. + QT_TR_NOOP("Cycles Spent"), + // i18n: "Cycles" means instruction cycles. + QT_TR_NOOP("Cycles Average"), + // i18n: "Cycles" means instruction cycles. + QT_TR_NOOP("Cycles Percent"), + // i18n: "ns" is an abbreviation of nanoseconds. + QT_TR_NOOP("Time Spent (ns)"), + // i18n: "ns" is an abbreviation of nanoseconds. + QT_TR_NOOP("Time Average (ns)"), + QT_TR_NOOP("Time Percent"), + // i18n: "Symbol" means debugging symbol (its name in particular). + QT_TR_NOOP("Symbol"), + }; + for (int column = 0; column < Column::NumberOfColumns; ++column) + { + auto* const action = + m_column_visibility_menu->addAction(tr(headers[column]), [this, column](bool enabled) { + m_table_view->setColumnHidden(column, !enabled); + }); + action->setChecked(!m_table_view->isColumnHidden(column)); + action->setCheckable(true); + } + + auto* const main_layout = new QVBoxLayout(nullptr); + main_layout->setContentsMargins(2, 2, 2, 2); + main_layout->setSpacing(0); + main_layout->addLayout(controls_layout); + main_layout->addWidget(m_table_splitter); + main_layout->addWidget(m_status_bar); + + auto* const main_widget = new QWidget(nullptr); + main_widget->setLayout(main_layout); + setWidget(main_widget); +} + +JITWidget::~JITWidget() +{ + SaveQSettings(); } diff --git a/Source/Core/DolphinQt/Debugger/JITWidget.h b/Source/Core/DolphinQt/Debugger/JITWidget.h index 3b2f80701d..02fd501348 100644 --- a/Source/Core/DolphinQt/Debugger/JITWidget.h +++ b/Source/Core/DolphinQt/Debugger/JITWidget.h @@ -4,42 +4,128 @@ #pragma once #include -#include #include "Common/CommonTypes.h" +class BreakpointWidget; +class ClickableStatusBar; +class CodeWidget; +namespace Core +{ +enum class State; +class System; +} // namespace Core +struct JitBlock; +class JitBlockProxyModel; +class JitBlockTableModel; +namespace JitBlockTableModelColumn +{ +enum EnumType : int; +} +namespace JitBlockTableModelUserRole +{ +enum EnumType : int; +} +class MemoryWidget; class QCloseEvent; +class QFont; +class QLineEdit; +class QMenu; +class QPlainTextEdit; +class QPushButton; class QShowEvent; class QSplitter; -class QTextBrowser; -class QTableWidget; -class QPushButton; -class HostDisassembler; +class QTableView; -class JITWidget : public QDockWidget +class JITWidget final : public QDockWidget { Q_OBJECT -public: - explicit JITWidget(QWidget* parent = nullptr); - ~JITWidget(); - void Compare(u32 address); + using Column = JitBlockTableModelColumn::EnumType; + using UserRole = JitBlockTableModelUserRole::EnumType; + +signals: + void HideSignal(); + void ShowSignal(); + void SetCodeAddress(u32 address); + +public: + explicit JITWidget(Core::System& system, QWidget* parent = nullptr); + ~JITWidget() override; + + JITWidget(const JITWidget&) = delete; + JITWidget(JITWidget&&) = delete; + JITWidget& operator=(const JITWidget&) = delete; + JITWidget& operator=(JITWidget&&) = delete; + + // Always connected slots (external signals) + void OnRequestPPCComparison(u32 address, bool translate_address); private: - void Update(); - void CreateWidgets(); - void ConnectWidgets(); - - void closeEvent(QCloseEvent*) override; + void closeEvent(QCloseEvent* event) override; void showEvent(QShowEvent* event) override; + void hideEvent(QHideEvent* event) override; - QTableWidget* m_table_widget; - QTextBrowser* m_ppc_asm_widget; - QTextBrowser* m_host_asm_widget; + void UpdateProfilingButton(); + void UpdateOtherButtons(Core::State state); + void UpdateDebugFont(const QFont& font); + void ClearDisassembly(); + void ShowFreeMemoryStatus(); + void UpdateContent(Core::State state); + void CrossDisassemble(const JitBlock& block); + void CrossDisassemble(const QModelIndex& index); + void CrossDisassemble(); + void TableEraseBlocks(); + + // Setup and teardown + void LoadQSettings(); + void SaveQSettings() const; + void ConnectSlots(); + void DisconnectSlots(); + void Show(); + void Hide(); + + // Always connected slots (external signals) + void OnVisibilityToggled(bool visible); + void OnDebugModeToggled(bool visible); + + // Always connected slots (internal signals) + void OnToggleProfiling(bool enabled); + void OnClearCache(); + void OnWipeProfiling(); + void OnTableCurrentChanged(const QModelIndex& current, const QModelIndex& previous); + void OnTableDoubleClicked(const QModelIndex& index); + void OnTableContextMenu(const QPoint& pos); + void OnTableHeaderContextMenu(const QPoint& pos); + void OnTableMenuViewCode(); + void OnTableMenuEraseBlocks(); + void OnStatusBarPressed(); + + // Conditionally connected slots (external signals) + void OnJitCacheInvalidation(); + void OnUpdateDisasmDialog(); + void OnPPCSymbolsUpdated(); + void OnPPCBreakpointsChanged(); + void OnConfigChanged(); + void OnDebugFontChanged(const QFont& font); + void OnEmulationStateChanged(Core::State state); + + Core::System& m_system; + + QLineEdit* m_pm_address_covered_line_edit; + QPushButton* m_clear_cache_button; + QPushButton* m_toggle_profiling_button; + QPushButton* m_wipe_profiling_button; + QTableView* m_table_view; + JitBlockProxyModel* m_table_proxy; + JitBlockTableModel* m_table_model; + QPlainTextEdit* m_ppc_asm_widget; + QPlainTextEdit* m_host_near_asm_widget; + QPlainTextEdit* m_host_far_asm_widget; QSplitter* m_table_splitter; - QSplitter* m_asm_splitter; - QPushButton* m_refresh_button; + QSplitter* m_disasm_splitter; + ClickableStatusBar* m_status_bar; - std::unique_ptr m_disassembler; - u32 m_address = 0; + QMenu* m_table_context_menu; + QMenu* m_column_visibility_menu; }; diff --git a/Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp b/Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp new file mode 100644 index 0000000000..b9a003779f --- /dev/null +++ b/Source/Core/DolphinQt/Debugger/JitBlockTableModel.cpp @@ -0,0 +1,454 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "DolphinQt/Debugger/JitBlockTableModel.h" + +#include +#include + +#include "Common/Assert.h" +#include "Common/Unreachable.h" +#include "Core/Core.h" +#include "Core/PowerPC/JitInterface.h" +#include "Core/PowerPC/PPCSymbolDB.h" +#include "DolphinQt/Host.h" +#include "DolphinQt/Settings.h" + +const JitBlock& JitBlockTableModel::GetJitBlock(const QModelIndex& index) const +{ + ASSERT(index.isValid()); + return m_jit_blocks[index.row()]; +} + +void JitBlockTableModel::SumOverallCosts() +{ + m_overall_cycles_spent = 0; + m_overall_time_spent = {}; + for (const JitBlock& block : m_jit_blocks) + { + if (block.profile_data == nullptr) + continue; + m_overall_cycles_spent += block.profile_data->cycles_spent; + m_overall_time_spent += block.profile_data->time_spent; + }; +} + +static QVariant GetSymbolNameQVariant(const Common::Symbol* symbol) +{ + return symbol ? QString::fromStdString(symbol->name) : QVariant{}; +} + +void JitBlockTableModel::PrefetchSymbols() +{ + m_symbol_list.clear(); + m_symbol_list.reserve(m_jit_blocks.size()); + // If the table viewing this model will be accessing every element, + // it would be a waste of effort to lazy-initialize the symbol list. + if (m_sorting_by_symbols || m_filtering_by_symbols) + { + for (const JitBlock& block : m_jit_blocks) + { + m_symbol_list.emplace_back( + GetSymbolNameQVariant(m_ppc_symbol_db.GetSymbolFromAddr(block.effectiveAddress))); + } + } + else + { + for (const JitBlock& block : m_jit_blocks) + { + m_symbol_list.emplace_back([this, &block]() { + return GetSymbolNameQVariant(m_ppc_symbol_db.GetSymbolFromAddr(block.effectiveAddress)); + }); + } + } +} + +void JitBlockTableModel::Clear() +{ + emit layoutAboutToBeChanged(); + m_jit_blocks.clear(); + m_symbol_list.clear(); + emit layoutChanged(); +} + +void JitBlockTableModel::Update(Core::State state) +{ + emit layoutAboutToBeChanged(); + m_jit_blocks.clear(); + if (state == Core::State::Paused) + { + m_jit_blocks.reserve(m_jit_interface.GetBlockCount()); + m_jit_interface.RunOnBlocks(Core::CPUThreadGuard{m_system}, [this](const JitBlock& block) { + m_jit_blocks.emplace_back(block); + }); + SumOverallCosts(); + } + PrefetchSymbols(); + emit layoutChanged(); +} + +void JitBlockTableModel::UpdateProfileData() +{ + const int row_count = rowCount(); + if (row_count <= 0) + return; + SumOverallCosts(); + static const QList roles = {Qt::DisplayRole}; + const int last = row_count - 1; + emit dataChanged(createIndex(0, Column::RunCount), createIndex(last, Column::TimePercent), roles); +} + +void JitBlockTableModel::UpdateSymbols() +{ + const int row_count = rowCount(); + if (row_count <= 0) + return; + PrefetchSymbols(); + static const QList roles = {Qt::DisplayRole}; + const int last = row_count - 1; + emit dataChanged(createIndex(0, Column::Symbol), createIndex(last, Column::Symbol), roles); +} + +void JitBlockTableModel::ConnectSlots() +{ + auto* const host = Host::GetInstance(); + connect(host, &Host::JitCacheInvalidation, this, &JitBlockTableModel::OnJitCacheInvalidation); + connect(host, &Host::JitProfileDataWiped, this, &JitBlockTableModel::OnJitProfileDataWiped); + connect(host, &Host::UpdateDisasmDialog, this, &JitBlockTableModel::OnUpdateDisasmDialog); + connect(host, &Host::PPCSymbolsChanged, this, &JitBlockTableModel::OnPPCSymbolsUpdated); + connect(host, &Host::PPCBreakpointsChanged, this, &JitBlockTableModel::OnPPCBreakpointsChanged); + auto* const settings = &Settings::Instance(); + connect(settings, &Settings::EmulationStateChanged, this, + &JitBlockTableModel::OnEmulationStateChanged); +} + +void JitBlockTableModel::DisconnectSlots() +{ + auto* const host = Host::GetInstance(); + disconnect(host, &Host::JitCacheInvalidation, this, &JitBlockTableModel::OnJitCacheInvalidation); + disconnect(host, &Host::JitProfileDataWiped, this, &JitBlockTableModel::OnJitProfileDataWiped); + disconnect(host, &Host::UpdateDisasmDialog, this, &JitBlockTableModel::OnUpdateDisasmDialog); + disconnect(host, &Host::PPCSymbolsChanged, this, &JitBlockTableModel::OnPPCSymbolsUpdated); + disconnect(host, &Host::PPCBreakpointsChanged, this, + &JitBlockTableModel::OnPPCBreakpointsChanged); + auto* const settings = &Settings::Instance(); + disconnect(settings, &Settings::EmulationStateChanged, this, + &JitBlockTableModel::OnEmulationStateChanged); +} + +void JitBlockTableModel::Show() +{ + ConnectSlots(); + // Every slot that may have missed a signal while this model was hidden can be handled by: + Update(Core::GetState(m_system)); +} + +void JitBlockTableModel::Hide() +{ + DisconnectSlots(); + Clear(); +} + +void JitBlockTableModel::OnShowSignal() +{ + Show(); +} + +void JitBlockTableModel::OnHideSignal() +{ + Hide(); +} + +void JitBlockTableModel::OnSortIndicatorChanged(int logicalIndex, Qt::SortOrder) +{ + m_sorting_by_symbols = logicalIndex == Column::Symbol; +} + +void JitBlockTableModel::OnFilterSymbolTextChanged(const QString& string) +{ + m_filtering_by_symbols = !string.isEmpty(); +} + +void JitBlockTableModel::OnJitCacheInvalidation() +{ + Update(Core::GetState(m_system)); +} + +void JitBlockTableModel::OnJitProfileDataWiped() +{ + UpdateProfileData(); +} + +void JitBlockTableModel::OnUpdateDisasmDialog() +{ + // This should hopefully catch all the little things that lead to stale JitBlock references. + Update(Core::GetState(m_system)); +} + +void JitBlockTableModel::OnPPCSymbolsUpdated() +{ + // Previously, this was only a call to `UpdateSymbols`, but HLE patch engine code can + // invalidate JIT blocks when specific symbols are loaded. What can be done about it? + Update(Core::GetState(m_system)); +} + +void JitBlockTableModel::OnPPCBreakpointsChanged() +{ + Update(Core::GetState(m_system)); +} + +void JitBlockTableModel::OnEmulationStateChanged(Core::State state) +{ + Update(state); +} + +static QString GetQStringDescription(const CPUEmuFeatureFlags flags) +{ + static const std::array descriptions = { + QStringLiteral(""), QStringLiteral("DR"), + QStringLiteral("IR"), QStringLiteral("DR|IR"), + QStringLiteral("PERFMON"), QStringLiteral("DR|PERFMON"), + QStringLiteral("IR|PERFMON"), QStringLiteral("DR|IR|PERFMON"), + }; + return descriptions[flags]; +} + +static QVariant GetValidSymbolStringVariant(const QVariant& symbol_name_v) +{ + if (symbol_name_v.isValid()) + return symbol_name_v; + return QStringLiteral(" --- "); +} + +QVariant JitBlockTableModel::DisplayRoleData(const QModelIndex& index) const +{ + const int column = index.column(); + if (column == Column::Symbol) + return GetValidSymbolStringVariant(*m_symbol_list[index.row()]); + + const JitBlock& jit_block = m_jit_blocks[index.row()]; + switch (column) + { + case Column::PPCFeatureFlags: + return GetQStringDescription(jit_block.feature_flags); + case Column::EffectiveAddress: + return QString::number(jit_block.effectiveAddress, 16); + case Column::CodeBufferSize: + return QString::number(jit_block.originalSize * sizeof(UGeckoInstruction)); + case Column::RepeatInstructions: + return QString::number(jit_block.originalSize - jit_block.physical_addresses.size()); + case Column::HostNearCodeSize: + return QString::number(jit_block.near_end - jit_block.near_begin); + case Column::HostFarCodeSize: + return QString::number(jit_block.far_end - jit_block.far_begin); + } + const JitBlock::ProfileData* const profile_data = jit_block.profile_data.get(); + if (profile_data == nullptr) + return QStringLiteral(" --- "); + switch (column) + { + case Column::RunCount: + return QString::number(profile_data->run_count); + case Column::CyclesSpent: + return QString::number(profile_data->cycles_spent); + case Column::CyclesAverage: + if (profile_data->run_count == 0) + return QStringLiteral(" --- "); + return QString::number( + static_cast(profile_data->cycles_spent) / profile_data->run_count, 'f', 6); + case Column::CyclesPercent: + if (m_overall_cycles_spent == 0) + return QStringLiteral(" --- "); + return QStringLiteral("%1%").arg(100.0 * profile_data->cycles_spent / m_overall_cycles_spent, + 10, 'f', 6); + case Column::TimeSpent: + { + const auto cast_time = + std::chrono::duration_cast(profile_data->time_spent); + return QString::number(cast_time.count()); + } + case Column::TimeAverage: + { + if (profile_data->run_count == 0) + return QStringLiteral(" --- "); + const auto cast_time = std::chrono::duration_cast>( + profile_data->time_spent); + return QString::number(cast_time.count() / profile_data->run_count, 'f', 6); + } + case Column::TimePercent: + { + if (m_overall_time_spent == JitBlock::ProfileData::Clock::duration{}) + return QStringLiteral(" --- "); + return QStringLiteral("%1%").arg( + 100.0 * profile_data->time_spent.count() / m_overall_time_spent.count(), 10, 'f', 6); + } + } + static_assert(Column::NumberOfColumns == 14); + Common::Unreachable(); +} + +QVariant JitBlockTableModel::TextAlignmentRoleData(const QModelIndex& index) const +{ + switch (index.column()) + { + case Column::PPCFeatureFlags: + case Column::EffectiveAddress: + return Qt::AlignCenter; + case Column::CodeBufferSize: + case Column::RepeatInstructions: + case Column::HostNearCodeSize: + case Column::HostFarCodeSize: + case Column::RunCount: + case Column::CyclesSpent: + case Column::CyclesAverage: + case Column::CyclesPercent: + case Column::TimeSpent: + case Column::TimeAverage: + case Column::TimePercent: + return QVariant::fromValue(Qt::AlignRight | Qt::AlignVCenter); + case Column::Symbol: + return QVariant::fromValue(Qt::AlignLeft | Qt::AlignVCenter); + } + static_assert(Column::NumberOfColumns == 14); + Common::Unreachable(); +} + +QVariant JitBlockTableModel::SortRoleData(const QModelIndex& index) const +{ + const int column = index.column(); + if (column == Column::Symbol) + return *m_symbol_list[index.row()]; + + const JitBlock& jit_block = m_jit_blocks[index.row()]; + switch (column) + { + case Column::PPCFeatureFlags: + return jit_block.feature_flags; + case Column::EffectiveAddress: + return jit_block.effectiveAddress; + case Column::CodeBufferSize: + return static_cast(jit_block.originalSize); + case Column::RepeatInstructions: + return static_cast(jit_block.originalSize - jit_block.physical_addresses.size()); + case Column::HostNearCodeSize: + return static_cast(jit_block.near_end - jit_block.near_begin); + case Column::HostFarCodeSize: + return static_cast(jit_block.far_end - jit_block.far_begin); + } + const JitBlock::ProfileData* const profile_data = jit_block.profile_data.get(); + if (profile_data == nullptr) + return QVariant(); + switch (column) + { + case Column::RunCount: + return static_cast(profile_data->run_count); + case Column::CyclesSpent: + case Column::CyclesPercent: + return static_cast(profile_data->cycles_spent); + case Column::CyclesAverage: + if (profile_data->run_count == 0) + return QVariant(); + return static_cast(profile_data->cycles_spent) / profile_data->run_count; + case Column::TimeSpent: + case Column::TimePercent: + return static_cast(profile_data->time_spent.count()); + case Column::TimeAverage: + if (profile_data->run_count == 0) + return QVariant(); + return static_cast(profile_data->time_spent.count()) / profile_data->run_count; + } + static_assert(Column::NumberOfColumns == 14); + Common::Unreachable(); +} + +QVariant JitBlockTableModel::data(const QModelIndex& index, int role) const +{ + switch (role) + { + case Qt::DisplayRole: + return DisplayRoleData(index); + case Qt::TextAlignmentRole: + return TextAlignmentRoleData(index); + case UserRole::SortRole: + return SortRoleData(index); + } + return QVariant(); +} + +QVariant JitBlockTableModel::headerData(int section, Qt::Orientation orientation, int role) const +{ + if (orientation != Qt::Horizontal || role != Qt::DisplayRole) + return QVariant(); + + // These abbreviated table header display names have unabbreviated counterparts in JITWidget.cpp. + static constexpr std::array headers = { + // i18n: PPC Feature Flags + QT_TR_NOOP("PPC Feat. Flags"), + // i18n: Effective Address + QT_TR_NOOP("Eff. Address"), + // i18n: Code Buffer Size + QT_TR_NOOP("Code Buff. Size"), + // i18n: Repeat Instructions + QT_TR_NOOP("Repeat Instr."), + // i18n: Host Near Code Size + QT_TR_NOOP("Host N. Size"), + // i18n: Host Far Code Size + QT_TR_NOOP("Host F. Size"), + QT_TR_NOOP("Run Count"), + QT_TR_NOOP("Cycles Spent"), + // i18n: Cycles Average + QT_TR_NOOP("Cycles Avg."), + // i18n: Cycles Percent + QT_TR_NOOP("Cycles %"), + QT_TR_NOOP("Time Spent (ns)"), + // i18n: Time Average (ns) + QT_TR_NOOP("Time Avg. (ns)"), + // i18n: Time Percent + QT_TR_NOOP("Time %"), + QT_TR_NOOP("Symbol"), + }; + + return tr(headers[section]); +} + +int JitBlockTableModel::rowCount(const QModelIndex& parent) const +{ + if (parent.isValid()) [[unlikely]] + return 0; + return m_jit_blocks.size(); +} + +int JitBlockTableModel::columnCount(const QModelIndex& parent) const +{ + if (parent.isValid()) [[unlikely]] + return 0; + return Column::NumberOfColumns; +} + +bool JitBlockTableModel::removeRows(int row, int count, const QModelIndex& parent) +{ + if (parent.isValid() || row < 0) [[unlikely]] + return false; + if (count <= 0) [[unlikely]] + return true; + + beginRemoveRows(parent, row, row + count - 1); // Last is inclusive in Qt! + for (const JitBlock& block : + std::span{m_jit_blocks.data() + row, static_cast(count)}) + { + m_jit_interface.EraseSingleBlock(block); + } + m_jit_blocks.remove(row, count); + m_symbol_list.remove(row, count); + endRemoveRows(); + return true; +} + +JitBlockTableModel::JitBlockTableModel(Core::System& system, JitInterface& jit_interface, + PPCSymbolDB& ppc_symbol_db, QObject* parent) + : QAbstractTableModel(parent), m_system(system), m_jit_interface(jit_interface), + m_ppc_symbol_db(ppc_symbol_db) +{ +} + +JitBlockTableModel::~JitBlockTableModel() = default; diff --git a/Source/Core/DolphinQt/Debugger/JitBlockTableModel.h b/Source/Core/DolphinQt/Debugger/JitBlockTableModel.h new file mode 100644 index 0000000000..81028499cb --- /dev/null +++ b/Source/Core/DolphinQt/Debugger/JitBlockTableModel.h @@ -0,0 +1,126 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include +#include +#include + +#include "Common/CommonTypes.h" +#include "Common/Lazy.h" +#include "Core/PowerPC/JitCommon/JitCache.h" + +namespace Core +{ +enum class State; +class System; +} // namespace Core +class JitInterface; +class PPCSymbolDB; +class QString; + +namespace JitBlockTableModelColumn +{ +enum EnumType : int +{ + PPCFeatureFlags = 0, + EffectiveAddress, + CodeBufferSize, + RepeatInstructions, + HostNearCodeSize, + HostFarCodeSize, + RunCount, + CyclesSpent, + CyclesAverage, + CyclesPercent, + TimeSpent, + TimeAverage, + TimePercent, + Symbol, + NumberOfColumns, +}; +} + +namespace JitBlockTableModelUserRole +{ +enum EnumType : int +{ + SortRole = Qt::UserRole, +}; +} + +class JitBlockTableModel final : public QAbstractTableModel +{ + Q_OBJECT + + using Column = JitBlockTableModelColumn::EnumType; + using UserRole = JitBlockTableModelUserRole::EnumType; + using JitBlockRefs = QList>; + using SymbolListValueType = Common::Lazy; + using SymbolList = QList; + +public: + explicit JitBlockTableModel(Core::System& system, JitInterface& jit_interface, + PPCSymbolDB& ppc_symbol_db, QObject* parent = nullptr); + ~JitBlockTableModel() override; + + JitBlockTableModel(const JitBlockTableModel&) = delete; + JitBlockTableModel(JitBlockTableModel&&) = delete; + JitBlockTableModel& operator=(const JitBlockTableModel&) = delete; + JitBlockTableModel& operator=(JitBlockTableModel&&) = delete; + + QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override; + QVariant headerData(int section, Qt::Orientation orientation, + int role = Qt::DisplayRole) const override; + int rowCount(const QModelIndex& parent = QModelIndex{}) const override; + int columnCount(const QModelIndex& parent = QModelIndex{}) const override; + bool removeRows(int row, int count, const QModelIndex& parent = QModelIndex{}) override; + + const JitBlock& GetJitBlock(const QModelIndex& index) const; + const JitBlockRefs& GetJitBlockRefs() const { return m_jit_blocks; } + const SymbolList& GetSymbolList() const { return m_symbol_list; } + + // Always connected slots (external signals) + void OnShowSignal(); + void OnHideSignal(); + void OnSortIndicatorChanged(int logicalIndex, Qt::SortOrder order); + void OnFilterSymbolTextChanged(const QString& string); + +private: + [[nodiscard]] QVariant DisplayRoleData(const QModelIndex& index) const; + [[nodiscard]] QVariant TextAlignmentRoleData(const QModelIndex& index) const; + [[nodiscard]] QVariant SortRoleData(const QModelIndex& index) const; + + void SumOverallCosts(); + void PrefetchSymbols(); + void Clear(); + void Update(Core::State state); + void UpdateProfileData(); + void UpdateSymbols(); + + // Setup and teardown + void ConnectSlots(); + void DisconnectSlots(); + void Show(); + void Hide(); + + // Conditionally connected slots (external signals) + void OnJitCacheInvalidation(); + void OnJitProfileDataWiped(); + void OnUpdateDisasmDialog(); + void OnPPCSymbolsUpdated(); + void OnPPCBreakpointsChanged(); + void OnEmulationStateChanged(Core::State state); + + Core::System& m_system; + JitInterface& m_jit_interface; + PPCSymbolDB& m_ppc_symbol_db; + + JitBlockRefs m_jit_blocks; + SymbolList m_symbol_list; + u64 m_overall_cycles_spent; + JitBlock::ProfileData::Clock::duration m_overall_time_spent; + bool m_sorting_by_symbols = false; + bool m_filtering_by_symbols = false; +}; diff --git a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp index 9d13a9b023..fcf57c8acf 100644 --- a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp @@ -200,6 +200,8 @@ MemoryViewWidget::MemoryViewWidget(Core::System& system, QWidget* parent) connect(&Settings::Instance(), &Settings::DebugFontChanged, this, &MemoryViewWidget::UpdateFont); connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, qOverload<>(&MemoryViewWidget::UpdateColumns)); + connect(Host::GetInstance(), &Host::PPCBreakpointsChanged, this, + qOverload<>(&MemoryViewWidget::Update)); connect(Host::GetInstance(), &Host::UpdateDisasmDialog, this, qOverload<>(&MemoryViewWidget::UpdateColumns)); connect(&Settings::Instance(), &Settings::ThemeChanged, this, &MemoryViewWidget::Update); @@ -840,8 +842,7 @@ void MemoryViewWidget::ToggleBreakpoint(u32 addr, bool row) } } - emit BreakpointsChanged(); - Update(); + emit Host::GetInstance()->PPCBreakpointsChanged(); } void MemoryViewWidget::OnCopyAddress(u32 addr) diff --git a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.h b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.h index ae2206dc7a..06f5d06afd 100644 --- a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.h +++ b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.h @@ -72,7 +72,6 @@ public: void SetBPLoggingEnabled(bool enabled); signals: - void BreakpointsChanged(); void ShowCode(u32 address); void RequestWatch(QString name, u32 address); diff --git a/Source/Core/DolphinQt/Debugger/MemoryWidget.cpp b/Source/Core/DolphinQt/Debugger/MemoryWidget.cpp index f5faea68be..847124acda 100644 --- a/Source/Core/DolphinQt/Debugger/MemoryWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/MemoryWidget.cpp @@ -333,8 +333,6 @@ void MemoryWidget::ConnectWidgets() connect(m_base_check, &QCheckBox::toggled, this, &MemoryWidget::ValidateAndPreviewInputValue); connect(m_bp_log_check, &QCheckBox::toggled, this, &MemoryWidget::OnBPLogChanged); - connect(m_memory_view, &MemoryViewWidget::BreakpointsChanged, this, - &MemoryWidget::BreakpointsChanged); connect(m_memory_view, &MemoryViewWidget::ShowCode, this, &MemoryWidget::ShowCode); connect(m_memory_view, &MemoryViewWidget::RequestWatch, this, &MemoryWidget::RequestWatch); } diff --git a/Source/Core/DolphinQt/Debugger/MemoryWidget.h b/Source/Core/DolphinQt/Debugger/MemoryWidget.h index d50610ac12..75fe40d5f8 100644 --- a/Source/Core/DolphinQt/Debugger/MemoryWidget.h +++ b/Source/Core/DolphinQt/Debugger/MemoryWidget.h @@ -36,7 +36,6 @@ public: void SetAddress(u32 address); void Update(); signals: - void BreakpointsChanged(); void ShowCode(u32 address); void RequestWatch(QString name, u32 address); diff --git a/Source/Core/DolphinQt/Debugger/ThreadWidget.cpp b/Source/Core/DolphinQt/Debugger/ThreadWidget.cpp index e48097d0e4..55704e31ad 100644 --- a/Source/Core/DolphinQt/Debugger/ThreadWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/ThreadWidget.cpp @@ -258,7 +258,7 @@ void ThreadWidget::Update() auto& system = Core::System::GetInstance(); const auto emu_state = Core::GetState(system); - if (emu_state == Core::State::Stopping) + if (emu_state == Core::State::Stopping || emu_state == Core::State::Uninitialized) { m_thread_table->setRowCount(0); UpdateThreadContext({}); diff --git a/Source/Core/DolphinQt/Debugger/WatchWidget.cpp b/Source/Core/DolphinQt/Debugger/WatchWidget.cpp index 75d3f13ee6..7cc61d1334 100644 --- a/Source/Core/DolphinQt/Debugger/WatchWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/WatchWidget.cpp @@ -195,10 +195,11 @@ void WatchWidget::Update() QBrush brush = QPalette().brush(QPalette::Text); - if (!Core::IsRunning(m_system) || !PowerPC::MMU::HostIsRAMAddress(guard, entry.address)) + const bool core_is_running = Core::IsRunning(m_system); + if (!core_is_running || !PowerPC::MMU::HostIsRAMAddress(guard, entry.address)) brush.setColor(Qt::red); - if (Core::IsRunning(m_system)) + if (core_is_running) { if (PowerPC::MMU::HostIsRAMAddress(guard, entry.address)) { @@ -480,7 +481,7 @@ void WatchWidget::DeleteSelectedWatches() } // Sort greatest to smallest, so we don't stomp on existing indices - std::sort(row_indices.begin(), row_indices.end(), std::greater{}); + std::ranges::sort(row_indices, std::ranges::greater{}); for (const int row : row_indices) { DeleteWatch(guard, row); diff --git a/Source/Core/DolphinQt/Debugger/WatchWidget.h b/Source/Core/DolphinQt/Debugger/WatchWidget.h index 62e5c7b42a..a3256ecd94 100644 --- a/Source/Core/DolphinQt/Debugger/WatchWidget.h +++ b/Source/Core/DolphinQt/Debugger/WatchWidget.h @@ -18,7 +18,7 @@ namespace Core { class CPUThreadGuard; class System; -}; // namespace Core +} // namespace Core class WatchWidget : public QDockWidget { diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index 7ee8cac6a5..f4bc2e0030 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -145,6 +145,7 @@ + @@ -196,6 +197,7 @@ + @@ -249,6 +251,7 @@ + @@ -359,6 +362,7 @@ + @@ -401,6 +405,7 @@ + diff --git a/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp b/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp index e33ba4c214..2387ecf458 100644 --- a/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp +++ b/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp @@ -5,6 +5,7 @@ #include #include +#include #include #include @@ -191,8 +192,7 @@ void FIFOAnalyzer::UpdateTree() // We shouldn't end on a Command (it should end with an EFB copy) ASSERT(part_start == frame_info.parts.size()); // The counts we computed should match the frame's counts - ASSERT(std::equal(frame_info.part_type_counts.begin(), frame_info.part_type_counts.end(), - part_counts.begin())); + ASSERT(std::ranges::equal(frame_info.part_type_counts, part_counts)); } } @@ -472,9 +472,8 @@ void FIFOAnalyzer::FindNext() const int index = m_detail_list->currentRow(); ASSERT(index >= 0); - auto next_result = - std::find_if(m_search_results.begin(), m_search_results.end(), - [index](auto& result) { return result.m_cmd > static_cast(index); }); + auto next_result = std::ranges::find_if( + m_search_results, [index](auto& result) { return result.m_cmd > static_cast(index); }); if (next_result != m_search_results.end()) { ShowSearchResult(next_result - m_search_results.begin()); @@ -487,8 +486,9 @@ void FIFOAnalyzer::FindPrevious() ASSERT(index >= 0); auto prev_result = - std::find_if(m_search_results.rbegin(), m_search_results.rend(), - [index](auto& result) { return result.m_cmd < static_cast(index); }); + std::ranges::find_if(m_search_results | std::views::reverse, [index](auto& result) { + return result.m_cmd < static_cast(index); + }); if (prev_result != m_search_results.rend()) { ShowSearchResult((m_search_results.rend() - prev_result) - 1); diff --git a/Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp b/Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp index c01381f9a6..721a960f71 100644 --- a/Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp +++ b/Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp @@ -59,10 +59,14 @@ FIFOPlayerWindow::FIFOPlayerWindow(FifoPlayer& fifo_player, FifoRecorder& fifo_r }); connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, [this](Core::State state) { + if (state == m_emu_state) + return; + if (state == Core::State::Running && m_emu_state != Core::State::Paused) OnEmulationStarted(); else if (state == Core::State::Uninitialized) OnEmulationStopped(); + m_emu_state = state; }); @@ -376,9 +380,11 @@ void FIFOPlayerWindow::UpdateLimits() void FIFOPlayerWindow::UpdateControls() { - bool running = Core::IsRunning(Core::System::GetInstance()); - bool is_recording = m_fifo_recorder.IsRecording(); - bool is_playing = m_fifo_player.IsPlaying(); + Core::System& system = Core::System::GetInstance(); + const bool core_is_uninitialized = Core::IsUninitialized(system); + const bool core_is_running = Core::IsRunning(system); + const bool is_recording = m_fifo_recorder.IsRecording(); + const bool is_playing = m_fifo_player.IsPlaying(); m_frame_range_from->setEnabled(is_playing); m_frame_range_from_label->setEnabled(is_playing); @@ -394,10 +400,10 @@ void FIFOPlayerWindow::UpdateControls() m_frame_record_count_label->setEnabled(enable_frame_record_count); m_frame_record_count->setEnabled(enable_frame_record_count); - m_load->setEnabled(!running); - m_record->setEnabled(running && !is_playing); + m_load->setEnabled(core_is_uninitialized); + m_record->setEnabled(core_is_running && !is_playing); - m_stop->setVisible(running && is_recording); + m_stop->setVisible(core_is_running && is_recording); m_record->setVisible(!m_stop->isVisible()); m_save->setEnabled(m_fifo_recorder.IsRecordingDone()); diff --git a/Source/Core/DolphinQt/GCMemcardManager.cpp b/Source/Core/DolphinQt/GCMemcardManager.cpp index 2bdca764ab..a3d19b5d57 100644 --- a/Source/Core/DolphinQt/GCMemcardManager.cpp +++ b/Source/Core/DolphinQt/GCMemcardManager.cpp @@ -65,7 +65,7 @@ Slot OtherSlot(Slot slot) { return slot == Slot::A ? Slot::B : Slot::A; } -}; // namespace +} // namespace struct GCMemcardManager::IconAnimationData { diff --git a/Source/Core/DolphinQt/GameList/GameList.cpp b/Source/Core/DolphinQt/GameList/GameList.cpp index f1d69613a3..64e9ae6774 100644 --- a/Source/Core/DolphinQt/GameList/GameList.cpp +++ b/Source/Core/DolphinQt/GameList/GameList.cpp @@ -436,7 +436,7 @@ void GameList::ShowContextMenu(const QPoint&) // system menu, trigger a refresh. Settings::Instance().NANDRefresh(); }); - perform_disc_update->setEnabled(!Core::IsRunning(system) || !system.IsWii()); + perform_disc_update->setEnabled(Core::IsUninitialized(system) || !system.IsWii()); } if (!is_mod_descriptor && platform == DiscIO::Platform::WiiWAD) @@ -449,10 +449,10 @@ void GameList::ShowContextMenu(const QPoint&) for (QAction* a : {wad_install_action, wad_uninstall_action}) { - a->setEnabled(!Core::IsRunning(system)); + a->setEnabled(Core::IsUninitialized(system)); menu->addAction(a); } - if (!Core::IsRunning(system)) + if (Core::IsUninitialized(system)) wad_uninstall_action->setEnabled(WiiUtils::IsTitleInstalled(game->GetTitleID())); connect(&Settings::Instance(), &Settings::EmulationStateChanged, menu, @@ -473,8 +473,8 @@ void GameList::ShowContextMenu(const QPoint&) QAction* export_wii_save = menu->addAction(tr("Export Wii Save"), this, &GameList::ExportWiiSave); - open_wii_save_folder->setEnabled(!Core::IsRunning(system)); - export_wii_save->setEnabled(!Core::IsRunning(system)); + open_wii_save_folder->setEnabled(Core::IsUninitialized(system)); + export_wii_save->setEnabled(Core::IsUninitialized(system)); menu->addSeparator(); } @@ -531,7 +531,7 @@ void GameList::ShowContextMenu(const QPoint&) connect(&Settings::Instance(), &Settings::EmulationStateChanged, menu, [=](Core::State state) { netplay_host->setEnabled(state == Core::State::Uninitialized); }); - netplay_host->setEnabled(!Core::IsRunning(system)); + netplay_host->setEnabled(Core::IsUninitialized(system)); menu->addAction(netplay_host); } diff --git a/Source/Core/DolphinQt/Host.cpp b/Source/Core/DolphinQt/Host.cpp index 5cdaea3153..d7ea49577a 100644 --- a/Source/Core/DolphinQt/Host.cpp +++ b/Source/Core/DolphinQt/Host.cpp @@ -256,11 +256,27 @@ void Host_UpdateDisasmDialog() QueueOnObject(QApplication::instance(), [] { emit Host::GetInstance()->UpdateDisasmDialog(); }); } +void Host_JitCacheInvalidation() +{ + QueueOnObject(QApplication::instance(), [] { emit Host::GetInstance()->JitCacheInvalidation(); }); +} + +void Host_JitProfileDataWiped() +{ + QueueOnObject(QApplication::instance(), [] { emit Host::GetInstance()->JitProfileDataWiped(); }); +} + void Host_PPCSymbolsChanged() { QueueOnObject(QApplication::instance(), [] { emit Host::GetInstance()->PPCSymbolsChanged(); }); } +void Host_PPCBreakpointsChanged() +{ + QueueOnObject(QApplication::instance(), + [] { emit Host::GetInstance()->PPCBreakpointsChanged(); }); +} + // We ignore these, and their purpose should be questioned individually. // In particular, RequestRenderWindowSize, RequestFullscreen, and // UpdateMainFrame should almost certainly be removed. diff --git a/Source/Core/DolphinQt/Host.h b/Source/Core/DolphinQt/Host.h index b7f21190da..cee44a2e6a 100644 --- a/Source/Core/DolphinQt/Host.h +++ b/Source/Core/DolphinQt/Host.h @@ -40,7 +40,10 @@ signals: void RequestStop(); void RequestRenderSize(int w, int h); void UpdateDisasmDialog(); + void JitCacheInvalidation(); + void JitProfileDataWiped(); void PPCSymbolsChanged(); + void PPCBreakpointsChanged(); private: Host(); diff --git a/Source/Core/DolphinQt/HotkeyScheduler.cpp b/Source/Core/DolphinQt/HotkeyScheduler.cpp index 232f41c2f8..a35d96f388 100644 --- a/Source/Core/DolphinQt/HotkeyScheduler.cpp +++ b/Source/Core/DolphinQt/HotkeyScheduler.cpp @@ -197,7 +197,7 @@ void HotkeyScheduler::Run() emit OpenAchievements(); #endif // USE_RETRO_ACHIEVEMENTS - if (!Core::IsRunning(system)) + if (Core::IsUninitialized(system)) { // Only check for Play Recording hotkey when no game is running if (IsHotkey(HK_PLAY_RECORDING)) @@ -277,20 +277,16 @@ void HotkeyScheduler::Run() if (Core::System::GetInstance().IsWii()) { - int wiimote_id = -1; if (IsHotkey(HK_WIIMOTE1_CONNECT)) - wiimote_id = 0; + emit ConnectWiiRemote(0); if (IsHotkey(HK_WIIMOTE2_CONNECT)) - wiimote_id = 1; + emit ConnectWiiRemote(1); if (IsHotkey(HK_WIIMOTE3_CONNECT)) - wiimote_id = 2; + emit ConnectWiiRemote(2); if (IsHotkey(HK_WIIMOTE4_CONNECT)) - wiimote_id = 3; + emit ConnectWiiRemote(3); if (IsHotkey(HK_BALANCEBOARD_CONNECT)) - wiimote_id = 4; - - if (wiimote_id > -1) - emit ConnectWiiRemote(wiimote_id); + emit ConnectWiiRemote(4); if (IsHotkey(HK_TOGGLE_SD_CARD)) Settings::Instance().SetSDCardInserted(!Settings::Instance().IsSDCardInserted()); @@ -364,7 +360,7 @@ void HotkeyScheduler::Run() if (IsHotkey(HK_VOLUME_TOGGLE_MUTE)) { - AudioCommon::ToggleMuteVolume(Core::System::GetInstance()); + AudioCommon::ToggleMuteVolume(system); ShowVolume(); } @@ -473,13 +469,34 @@ void HotkeyScheduler::Run() } if (IsHotkey(HK_TOGGLE_DUMPTEXTURES)) - Config::SetCurrent(Config::GFX_DUMP_TEXTURES, !Config::Get(Config::GFX_DUMP_TEXTURES)); + { + const bool enable_dumping = !Config::Get(Config::GFX_DUMP_TEXTURES); + Config::SetCurrent(Config::GFX_DUMP_TEXTURES, enable_dumping); + OSD::AddMessage( + fmt::format("Texture Dumping {}", + enable_dumping ? "enabled. This will reduce performance." : "disabled."), + OSD::Duration::NORMAL); + } if (IsHotkey(HK_TOGGLE_TEXTURES)) Config::SetCurrent(Config::GFX_HIRES_TEXTURES, !Config::Get(Config::GFX_HIRES_TEXTURES)); Core::SetIsThrottlerTempDisabled(IsHotkey(HK_TOGGLE_THROTTLE, true)); + if (IsHotkey(HK_TOGGLE_THROTTLE, true) && !Config::Get(Config::MAIN_AUDIO_MUTED) && + Config::Get(Config::MAIN_AUDIO_MUTE_ON_DISABLED_SPEED_LIMIT)) + { + Config::SetCurrent(Config::MAIN_AUDIO_MUTED, true); + AudioCommon::UpdateSoundStream(system); + } + else if (!IsHotkey(HK_TOGGLE_THROTTLE, true) && Config::Get(Config::MAIN_AUDIO_MUTED) && + Config::GetActiveLayerForConfig(Config::MAIN_AUDIO_MUTED) == + Config::LayerType::CurrentRun) + { + Config::DeleteKey(Config::LayerType::CurrentRun, Config::MAIN_AUDIO_MUTED); + AudioCommon::UpdateSoundStream(system); + } + auto ShowEmulationSpeed = []() { const float emulation_speed = Config::Get(Config::MAIN_EMULATION_SPEED); if (!AchievementManager::GetInstance().IsHardcoreModeActive() || diff --git a/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp b/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp index aaf8af80e1..7503676673 100644 --- a/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp +++ b/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp @@ -50,7 +50,7 @@ InfinityBaseWindow::InfinityBaseWindow(QWidget* parent) : QWidget(parent) installEventFilter(this); OnEmulationStateChanged(Core::GetState(Core::System::GetInstance())); -}; +} InfinityBaseWindow::~InfinityBaseWindow() = default; diff --git a/Source/Core/DolphinQt/Main.cpp b/Source/Core/DolphinQt/Main.cpp index 874253ed78..88400aa1a6 100644 --- a/Source/Core/DolphinQt/Main.cpp +++ b/Source/Core/DolphinQt/Main.cpp @@ -247,10 +247,10 @@ int main(int argc, char* argv[]) DolphinAnalytics::Instance().ReportDolphinStart("qt"); Settings::Instance().InitDefaultPalette(); - Settings::Instance().UpdateSystemDark(); Settings::Instance().ApplyStyle(); - MainWindow win{std::move(boot), static_cast(options.get("movie"))}; + MainWindow win{Core::System::GetInstance(), std::move(boot), + static_cast(options.get("movie"))}; #if defined(USE_ANALYTICS) && USE_ANALYTICS if (!Config::Get(Config::MAIN_ANALYTICS_PERMISSION_ASKED)) diff --git a/Source/Core/DolphinQt/MainWindow.cpp b/Source/Core/DolphinQt/MainWindow.cpp index a02f26b7a9..93ad16a59e 100644 --- a/Source/Core/DolphinQt/MainWindow.cpp +++ b/Source/Core/DolphinQt/MainWindow.cpp @@ -217,9 +217,9 @@ static std::vector StringListToStdVector(QStringList list) return result; } -MainWindow::MainWindow(std::unique_ptr boot_parameters, +MainWindow::MainWindow(Core::System& system, std::unique_ptr boot_parameters, const std::string& movie_path) - : QMainWindow(nullptr) + : QMainWindow(nullptr), m_system(system) { setWindowTitle(QString::fromStdString(Common::GetScmRevStr())); setWindowIcon(Resources::GetAppIcon()); @@ -250,7 +250,11 @@ MainWindow::MainWindow(std::unique_ptr boot_parameters, #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) connect(QGuiApplication::styleHints(), &QStyleHints::colorSchemeChanged, this, - [](Qt::ColorScheme colorScheme) { Settings::Instance().ApplyStyle(); }); + [this](Qt::ColorScheme colorScheme) { + Settings::Instance().ApplyStyle(); + if (m_skylander_window) + m_skylander_window->RefreshList(); + }); #endif connect(m_cheats_manager, &CheatsManager::OpenGeneralSettings, this, @@ -269,6 +273,8 @@ MainWindow::MainWindow(std::unique_ptr boot_parameters, #ifdef USE_RETRO_ACHIEVEMENTS AchievementManager::GetInstance().Init(); + if (AchievementManager::GetInstance().IsHardcoreModeActive()) + Settings::Instance().SetDebugModeEnabled(false); #endif // USE_RETRO_ACHIEVEMENTS #if defined(__unix__) || defined(__unix) || defined(__APPLE__) @@ -286,7 +292,7 @@ MainWindow::MainWindow(std::unique_ptr boot_parameters, if (!movie_path.empty()) { std::optional savestate_path; - if (Core::System::GetInstance().GetMovie().PlayInput(movie_path, &savestate_path)) + if (m_system.GetMovie().PlayInput(movie_path, &savestate_path)) { m_pending_boot->boot_session_data.SetSavestateData(std::move(savestate_path), DeleteSavestateAfterBoot::No); @@ -459,17 +465,17 @@ void MainWindow::CreateComponents() m_wii_tas_input_windows[i] = new WiiTASInputWindow(nullptr, i); } - m_jit_widget = new JITWidget(this); + m_jit_widget = new JITWidget(m_system, this); m_log_widget = new LogWidget(this); m_log_config_widget = new LogConfigWidget(this); - m_memory_widget = new MemoryWidget(Core::System::GetInstance(), this); + m_memory_widget = new MemoryWidget(m_system, this); m_network_widget = new NetworkWidget(this); m_register_widget = new RegisterWidget(this); m_thread_widget = new ThreadWidget(this); m_watch_widget = new WatchWidget(this); m_breakpoint_widget = new BreakpointWidget(this); m_code_widget = new CodeWidget(this); - m_cheats_manager = new CheatsManager(Core::System::GetInstance(), this); + m_cheats_manager = new CheatsManager(m_system, this); m_assembler_widget = new AssemblerWidget(this); const auto request_watch = [this](QString name, u32 addr) { @@ -484,6 +490,7 @@ void MainWindow::CreateComponents() m_code_widget->SetAddress(addr, CodeViewWidget::SetAddressUpdate::WithDetailedUpdate); }; + connect(m_jit_widget, &JITWidget::SetCodeAddress, m_code_widget, &CodeWidget::OnSetCodeAddress); connect(m_watch_widget, &WatchWidget::RequestMemoryBreakpoint, request_memory_breakpoint); connect(m_watch_widget, &WatchWidget::ShowMemory, m_memory_widget, &MemoryWidget::SetAddress); connect(m_register_widget, &RegisterWidget::RequestMemoryBreakpoint, request_memory_breakpoint); @@ -496,23 +503,16 @@ void MainWindow::CreateComponents() connect(m_thread_widget, &ThreadWidget::RequestViewInMemory, request_view_in_memory); connect(m_thread_widget, &ThreadWidget::RequestViewInCode, request_view_in_code); - connect(m_code_widget, &CodeWidget::BreakpointsChanged, m_breakpoint_widget, - &BreakpointWidget::Update); - connect(m_code_widget, &CodeWidget::RequestPPCComparison, m_jit_widget, &JITWidget::Compare); + connect(m_code_widget, &CodeWidget::RequestPPCComparison, m_jit_widget, + &JITWidget::OnRequestPPCComparison); connect(m_code_widget, &CodeWidget::ShowMemory, m_memory_widget, &MemoryWidget::SetAddress); - connect(m_memory_widget, &MemoryWidget::BreakpointsChanged, m_breakpoint_widget, - &BreakpointWidget::Update); connect(m_memory_widget, &MemoryWidget::ShowCode, m_code_widget, [this](u32 address) { m_code_widget->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithDetailedUpdate); }); connect(m_memory_widget, &MemoryWidget::RequestWatch, request_watch); - connect(m_breakpoint_widget, &BreakpointWidget::BreakpointsChanged, m_code_widget, - &CodeWidget::Update); - connect(m_breakpoint_widget, &BreakpointWidget::BreakpointsChanged, m_memory_widget, - &MemoryWidget::Update); connect(m_breakpoint_widget, &BreakpointWidget::ShowCode, [this](u32 address) { - if (Core::GetState(Core::System::GetInstance()) == Core::State::Paused) + if (Core::GetState(m_system) == Core::State::Paused) m_code_widget->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithDetailedUpdate); }); connect(m_breakpoint_widget, &BreakpointWidget::ShowMemory, m_memory_widget, @@ -653,7 +653,7 @@ void MainWindow::ConnectHotkeys() connect(m_hotkey_scheduler, &HotkeyScheduler::ConnectWiiRemote, this, &MainWindow::OnConnectWiiRemote); connect(m_hotkey_scheduler, &HotkeyScheduler::ToggleReadOnlyMode, [this] { - auto& movie = Core::System::GetInstance().GetMovie(); + auto& movie = m_system.GetMovie(); bool read_only = !movie.IsReadOnly(); movie.SetReadOnly(read_only); emit ReadOnlyModeChanged(read_only); @@ -808,14 +808,12 @@ void MainWindow::ChangeDisc() if (paths.empty()) return; - auto& system = Core::System::GetInstance(); - system.GetDVDInterface().ChangeDisc(Core::CPUThreadGuard{system}, paths); + m_system.GetDVDInterface().ChangeDisc(Core::CPUThreadGuard{m_system}, paths); } void MainWindow::EjectDisc() { - auto& system = Core::System::GetInstance(); - system.GetDVDInterface().EjectDisc(Core::CPUThreadGuard{system}, DVD::EjectCause::User); + m_system.GetDVDInterface().EjectDisc(Core::CPUThreadGuard{m_system}, DVD::EjectCause::User); } void MainWindow::OpenUserFolder() @@ -840,9 +838,9 @@ void MainWindow::Play(const std::optional& savestate_path) // Otherwise, play the default game. // Otherwise, play the last played game, if there is one. // Otherwise, prompt for a new game. - if (Core::GetState(Core::System::GetInstance()) == Core::State::Paused) + if (Core::GetState(m_system) == Core::State::Paused) { - Core::SetState(Core::System::GetInstance(), Core::State::Running); + Core::SetState(m_system, Core::State::Running); } else { @@ -870,12 +868,12 @@ void MainWindow::Play(const std::optional& savestate_path) void MainWindow::Pause() { - Core::SetState(Core::System::GetInstance(), Core::State::Paused); + Core::SetState(m_system, Core::State::Paused); } void MainWindow::TogglePause() { - if (Core::GetState(Core::System::GetInstance()) == Core::State::Paused) + if (Core::GetState(m_system) == Core::State::Paused) { Play(); } @@ -918,14 +916,15 @@ void MainWindow::OnStopComplete() bool MainWindow::RequestStop() { - if (!Core::IsRunning(Core::System::GetInstance())) + if (Core::IsUninitialized(m_system)) { Core::QueueHostJob([this](Core::System&) { OnStopComplete(); }, true); return true; } const bool rendered_widget_was_active = - m_render_widget->isActiveWindow() && !m_render_widget->isFullScreen(); + Settings::Instance().IsKeepWindowOnTopEnabled() || + (m_render_widget->isActiveWindow() && !m_render_widget->isFullScreen()); QWidget* confirm_parent = (!m_rendering_to_main && rendered_widget_was_active) ? m_render_widget : static_cast(this); @@ -943,13 +942,13 @@ bool MainWindow::RequestStop() Common::ScopeGuard confirm_lock([this] { m_stop_confirm_showing = false; }); - const Core::State state = Core::GetState(Core::System::GetInstance()); + const Core::State state = Core::GetState(m_system); // Only pause the game, if NetPlay is not running bool pause = !Settings::Instance().GetNetPlayClient(); if (pause) - Core::SetState(Core::System::GetInstance(), Core::State::Paused); + Core::SetState(m_system, Core::State::Paused); if (rendered_widget_was_active) { @@ -979,7 +978,7 @@ bool MainWindow::RequestStop() m_render_widget->SetWaitingForMessageBox(false); if (pause) - Core::SetState(Core::System::GetInstance(), state); + Core::SetState(m_system, state); return false; } @@ -1000,8 +999,8 @@ bool MainWindow::RequestStop() // Unpause because gracefully shutting down needs the game to actually request a shutdown. // TODO: Do not unpause in debug mode to allow debugging until the complete shutdown. - if (Core::GetState(Core::System::GetInstance()) == Core::State::Paused) - Core::SetState(Core::System::GetInstance(), Core::State::Running); + if (Core::GetState(m_system) == Core::State::Paused) + Core::SetState(m_system, Core::State::Running); // Tell NetPlay about the power event if (NetPlay::IsNetPlayRunning()) @@ -1020,21 +1019,20 @@ bool MainWindow::RequestStop() void MainWindow::ForceStop() { - Core::Stop(Core::System::GetInstance()); + Core::Stop(m_system); } void MainWindow::Reset() { - auto& system = Core::System::GetInstance(); - auto& movie = system.GetMovie(); + auto& movie = m_system.GetMovie(); if (movie.IsRecordingInput()) movie.SetReset(true); - system.GetProcessorInterface().ResetButton_Tap(); + m_system.GetProcessorInterface().ResetButton_Tap(); } void MainWindow::FrameAdvance() { - Core::DoFrameStep(Core::System::GetInstance()); + Core::DoFrameStep(m_system); } void MainWindow::FullScreen() @@ -1125,7 +1123,7 @@ void MainWindow::StartGame(std::unique_ptr&& parameters) } // If we're running, only start a new game once we've stopped the last. - if (Core::GetState(Core::System::GetInstance()) != Core::State::Uninitialized) + if (!Core::IsUninitialized(m_system)) { if (!RequestStop()) return; @@ -1139,7 +1137,7 @@ void MainWindow::StartGame(std::unique_ptr&& parameters) ShowRenderWidget(); // Boot up, show an error if it fails to load the game. - if (!BootManager::BootCore(Core::System::GetInstance(), std::move(parameters), + if (!BootManager::BootCore(m_system, std::move(parameters), ::GetWindowSystemInfo(m_render_widget->windowHandle()))) { ModalMessageBox::critical(this, tr("Error"), tr("Failed to init core"), QMessageBox::Ok); @@ -1378,8 +1376,7 @@ void MainWindow::ShowFIFOPlayer() { if (!m_fifo_window) { - m_fifo_window = new FIFOPlayerWindow(Core::System::GetInstance().GetFifoPlayer(), - Core::System::GetInstance().GetFifoRecorder()); + m_fifo_window = new FIFOPlayerWindow(m_system.GetFifoPlayer(), m_system.GetFifoRecorder()); connect(m_fifo_window, &FIFOPlayerWindow::LoadFIFORequested, this, [this](const QString& path) { StartGame(path, ScanForSecondDisc::No); }); } @@ -1425,7 +1422,7 @@ void MainWindow::StateLoad() this, tr("Select a File"), dialog_path, tr("All Save States (*.sav *.s##);; All Files (*)")); Config::SetBase(Config::MAIN_CURRENT_STATE_PATH, QFileInfo(path).dir().path().toStdString()); if (!path.isEmpty()) - State::LoadAs(Core::System::GetInstance(), path.toStdString()); + State::LoadAs(m_system, path.toStdString()); } void MainWindow::StateSave() @@ -1437,47 +1434,47 @@ void MainWindow::StateSave() this, tr("Select a File"), dialog_path, tr("All Save States (*.sav *.s##);; All Files (*)")); Config::SetBase(Config::MAIN_CURRENT_STATE_PATH, QFileInfo(path).dir().path().toStdString()); if (!path.isEmpty()) - State::SaveAs(Core::System::GetInstance(), path.toStdString()); + State::SaveAs(m_system, path.toStdString()); } void MainWindow::StateLoadSlot() { - State::Load(Core::System::GetInstance(), m_state_slot); + State::Load(m_system, m_state_slot); } void MainWindow::StateSaveSlot() { - State::Save(Core::System::GetInstance(), m_state_slot); + State::Save(m_system, m_state_slot); } void MainWindow::StateLoadSlotAt(int slot) { - State::Load(Core::System::GetInstance(), slot); + State::Load(m_system, slot); } void MainWindow::StateLoadLastSavedAt(int slot) { - State::LoadLastSaved(Core::System::GetInstance(), slot); + State::LoadLastSaved(m_system, slot); } void MainWindow::StateSaveSlotAt(int slot) { - State::Save(Core::System::GetInstance(), slot); + State::Save(m_system, slot); } void MainWindow::StateLoadUndo() { - State::UndoLoadState(Core::System::GetInstance()); + State::UndoLoadState(m_system); } void MainWindow::StateSaveUndo() { - State::UndoSaveState(Core::System::GetInstance()); + State::UndoSaveState(m_system); } void MainWindow::StateSaveOldest() { - State::SaveFirstSaved(Core::System::GetInstance()); + State::SaveFirstSaved(m_system); } void MainWindow::SetStateSlot(int slot) @@ -1549,7 +1546,7 @@ void MainWindow::NetPlayInit() bool MainWindow::NetPlayJoin() { - if (Core::IsRunning(Core::System::GetInstance())) + if (!Core::IsUninitialized(m_system)) { ModalMessageBox::critical(nullptr, tr("Error"), tr("Can't start a NetPlay Session while a game is still running!")); @@ -1616,7 +1613,7 @@ bool MainWindow::NetPlayJoin() bool MainWindow::NetPlayHost(const UICommon::GameFile& game) { - if (Core::IsRunning(Core::System::GetInstance())) + if (!Core::IsUninitialized(m_system)) { ModalMessageBox::critical(nullptr, tr("Error"), tr("Can't start a NetPlay Session while a game is still running!")); @@ -1678,19 +1675,14 @@ void MainWindow::NetPlayQuit() void MainWindow::UpdateScreenSaverInhibition() { const bool inhibit = Config::Get(Config::MAIN_DISABLE_SCREENSAVER) && - (Core::GetState(Core::System::GetInstance()) == Core::State::Running); + (Core::GetState(m_system) == Core::State::Running); if (inhibit == m_is_screensaver_inhibited) return; m_is_screensaver_inhibited = inhibit; -#ifdef HAVE_X11 - if (GetWindowSystemType() == WindowSystemType::X11) - UICommon::InhibitScreenSaver(winId(), inhibit); -#else UICommon::InhibitScreenSaver(inhibit); -#endif } bool MainWindow::eventFilter(QObject* object, QEvent* event) @@ -1772,36 +1764,6 @@ QSize MainWindow::sizeHint() const return QSize(800, 600); } -#ifdef _WIN32 -bool MainWindow::nativeEvent(const QByteArray& eventType, void* message, qintptr* result) -{ - auto* msg = reinterpret_cast(message); - if (msg && msg->message == WM_SETTINGCHANGE && msg->lParam != NULL && - std::wstring_view(L"ImmersiveColorSet") - .compare(reinterpret_cast(msg->lParam)) == 0) - { - // Windows light/dark theme has changed. Update our flag and refresh the theme. - auto& settings = Settings::Instance(); - const bool was_dark_before = settings.IsSystemDark(); - settings.UpdateSystemDark(); - if (settings.IsSystemDark() != was_dark_before) - { - settings.ApplyStyle(); - - // force the colors in the Skylander window to update - if (m_skylander_window) - m_skylander_window->RefreshList(); - } - - // TODO: When switching from light to dark, the window decorations remain light. Qt seems very - // convinced that it needs to change these in response to this message, so even if we set them - // to dark here, Qt sets them back to light afterwards. - } - - return false; -} -#endif - void MainWindow::OnBootGameCubeIPL(DiscIO::Region region) { StartGame(std::make_unique(BootParameters::IPL{region})); @@ -1863,7 +1825,7 @@ void MainWindow::OnImportNANDBackup() result.wait(); - m_menu_bar->UpdateToolsMenu(Core::IsRunning(Core::System::GetInstance())); + m_menu_bar->UpdateToolsMenu(Core::State::Uninitialized); } void MainWindow::OnPlayRecording() @@ -1874,7 +1836,7 @@ void MainWindow::OnPlayRecording() if (dtm_file.isEmpty()) return; - auto& movie = Core::System::GetInstance().GetMovie(); + auto& movie = m_system.GetMovie(); if (!movie.IsReadOnly()) { // let's make the read-only flag consistent at the start of a movie. @@ -1893,9 +1855,9 @@ void MainWindow::OnPlayRecording() void MainWindow::OnStartRecording() { - auto& system = Core::System::GetInstance(); - auto& movie = system.GetMovie(); - if (Core::GetState(system) == Core::State::Starting || movie.IsRecordingInput() || + auto& movie = m_system.GetMovie(); + if (Core::GetState(m_system) == Core::State::Starting || + Core::GetState(m_system) == Core::State::Stopping || movie.IsRecordingInput() || movie.IsPlayingInput()) { return; @@ -1927,14 +1889,14 @@ void MainWindow::OnStartRecording() { emit RecordingStatusChanged(true); - if (!Core::IsRunning(system)) + if (Core::IsUninitialized(m_system)) Play(); } } void MainWindow::OnStopRecording() { - auto& movie = Core::System::GetInstance().GetMovie(); + auto& movie = m_system.GetMovie(); if (movie.IsRecordingInput()) OnExportRecording(); if (movie.IsMovieActive()) @@ -1944,13 +1906,12 @@ void MainWindow::OnStopRecording() void MainWindow::OnExportRecording() { - auto& system = Core::System::GetInstance(); - const Core::CPUThreadGuard guard(system); + const Core::CPUThreadGuard guard(m_system); QString dtm_file = DolphinFileDialog::getSaveFileName( this, tr("Save Recording File As"), QString(), tr("Dolphin TAS Movies (*.dtm)")); if (!dtm_file.isEmpty()) - system.GetMovie().SaveRecording(dtm_file.toStdString()); + m_system.GetMovie().SaveRecording(dtm_file.toStdString()); } void MainWindow::OnActivateChat() @@ -1988,11 +1949,10 @@ void MainWindow::ShowTASInput() } } - auto& system = Core::System::GetInstance(); for (int i = 0; i < num_wii_controllers; i++) { if (Config::Get(Config::GetInfoForWiimoteSource(i)) == WiimoteSource::Emulated && - (!Core::IsRunning(system) || system.IsWii())) + (!Core::IsRunning(m_system) || m_system.IsWii())) { SetQWidgetWindowDecorations(m_wii_tas_input_windows[i]); m_wii_tas_input_windows[i]->show(); @@ -2004,7 +1964,7 @@ void MainWindow::ShowTASInput() void MainWindow::OnConnectWiiRemote(int id) { - const Core::CPUThreadGuard guard(Core::System::GetInstance()); + const Core::CPUThreadGuard guard(m_system); if (const auto bt = WiiUtils::GetBluetoothEmuDevice()) { const auto wm = bt->AccessWiimoteByIndex(id); diff --git a/Source/Core/DolphinQt/MainWindow.h b/Source/Core/DolphinQt/MainWindow.h index 2dcb73ceb2..f9f0f1c95d 100644 --- a/Source/Core/DolphinQt/MainWindow.h +++ b/Source/Core/DolphinQt/MainWindow.h @@ -54,6 +54,11 @@ class WatchWidget; class WiiTASInputWindow; struct WindowSystemInfo; +namespace Core +{ +class System; +} + namespace DiscIO { enum class Region; @@ -74,7 +79,7 @@ class MainWindow final : public QMainWindow Q_OBJECT public: - explicit MainWindow(std::unique_ptr boot_parameters, + explicit MainWindow(Core::System& system, std::unique_ptr boot_parameters, const std::string& movie_path); ~MainWindow(); @@ -213,10 +218,7 @@ private: void dropEvent(QDropEvent* event) override; QSize sizeHint() const override; -#ifdef _WIN32 - // This gets called for each event from the Windows message queue. - bool nativeEvent(const QByteArray& eventType, void* message, qintptr* result) override; -#endif + Core::System& m_system; #ifdef HAVE_XRANDR std::unique_ptr m_xrr_config; diff --git a/Source/Core/DolphinQt/MenuBar.cpp b/Source/Core/DolphinQt/MenuBar.cpp index b6e722fa7f..fef441c062 100644 --- a/Source/Core/DolphinQt/MenuBar.cpp +++ b/Source/Core/DolphinQt/MenuBar.cpp @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -95,6 +96,7 @@ MenuBar::MenuBar(QWidget* parent) : QMenuBar(parent) connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, [=, this](Core::State state) { OnEmulationStateChanged(state); }); + connect(&Settings::Instance(), &Settings::ConfigChanged, this, &MenuBar::OnConfigChanged); connect(Host::GetInstance(), &Host::UpdateDisasmDialog, this, [this] { OnEmulationStateChanged(Core::GetState(Core::System::GetInstance())); }); @@ -138,9 +140,11 @@ void MenuBar::OnEmulationStateChanged(Core::State state) m_recording_stop->setEnabled(false); m_recording_export->setEnabled(false); } - m_recording_play->setEnabled(m_game_selected && !running); - m_recording_play->setEnabled(m_game_selected && !running && !hardcore); - m_recording_start->setEnabled((m_game_selected || running) && + const bool can_start_from_boot = m_game_selected && state == Core::State::Uninitialized; + const bool can_start_from_savestate = + state == Core::State::Running || state == Core::State::Paused; + m_recording_play->setEnabled(can_start_from_boot && !hardcore); + m_recording_start->setEnabled((can_start_from_boot || can_start_from_savestate) && !Core::System::GetInstance().GetMovie().IsPlayingInput()); // JIT @@ -153,17 +157,24 @@ void MenuBar::OnEmulationStateChanged(Core::State state) m_jit_clear_cache->setEnabled(running); m_jit_log_coverage->setEnabled(!running); m_jit_search_instruction->setEnabled(running); - m_jit_write_cache_log_dump->setEnabled(running && jit_exists); + m_jit_wipe_profiling_data->setEnabled(jit_exists); + m_jit_write_cache_log_dump->setEnabled(jit_exists); // Symbols m_symbols->setEnabled(running); UpdateStateSlotMenu(); - UpdateToolsMenu(running); + UpdateToolsMenu(state); OnDebugModeToggled(Settings::Instance().IsDebugModeEnabled()); } +void MenuBar::OnConfigChanged() +{ + const QSignalBlocker blocker(m_jit_profile_blocks); + m_jit_profile_blocks->setChecked(Config::Get(Config::MAIN_DEBUG_JIT_ENABLE_PROFILING)); +} + void MenuBar::OnDebugModeToggled(bool enabled) { // Options @@ -194,6 +205,12 @@ void MenuBar::OnDebugModeToggled(bool enabled) } } +void MenuBar::OnWipeJitBlockProfilingData() +{ + auto& system = Core::System::GetInstance(); + system.GetJitInterface().WipeBlockProfilingData(Core::CPUThreadGuard{system}); +} + void MenuBar::OnWriteJitBlockLogDump() { const std::string filename = fmt::format("{}{}.txt", File::GetUserPath(D_DUMPDEBUG_JITBLOCKS_IDX), @@ -297,7 +314,8 @@ void MenuBar::AddToolsMenu() m_boot_sysmenu->setEnabled(false); - connect(&Settings::Instance(), &Settings::NANDRefresh, this, [this] { UpdateToolsMenu(false); }); + connect(&Settings::Instance(), &Settings::NANDRefresh, this, + [this] { UpdateToolsMenu(Core::State::Uninitialized); }); m_perform_online_update_menu = tools_menu->addMenu(tr("Perform Online System Update")); m_perform_online_update_for_current_region = m_perform_online_update_menu->addAction( @@ -919,6 +937,8 @@ void MenuBar::AddJITMenu() connect(m_jit_profile_blocks, &QAction::toggled, [](bool enabled) { Config::SetBaseOrCurrent(Config::MAIN_DEBUG_JIT_ENABLE_PROFILING, enabled); }); + m_jit_wipe_profiling_data = m_jit->addAction(tr("Wipe JIT Block Profiling Data"), this, + &MenuBar::OnWipeJitBlockProfilingData); m_jit_write_cache_log_dump = m_jit->addAction(tr("Write JIT Block Log Dump"), this, &MenuBar::OnWriteJitBlockLogDump); @@ -1051,20 +1071,23 @@ void MenuBar::AddSymbolsMenu() m_symbols->addAction(tr("&Patch HLE Functions"), this, &MenuBar::PatchHLEFunctions); } -void MenuBar::UpdateToolsMenu(bool emulation_started) +void MenuBar::UpdateToolsMenu(const Core::State state) { - m_boot_sysmenu->setEnabled(!emulation_started); - m_perform_online_update_menu->setEnabled(!emulation_started); - m_ntscj_ipl->setEnabled(!emulation_started && File::Exists(Config::GetBootROMPath(JAP_DIR))); - m_ntscu_ipl->setEnabled(!emulation_started && File::Exists(Config::GetBootROMPath(USA_DIR))); - m_pal_ipl->setEnabled(!emulation_started && File::Exists(Config::GetBootROMPath(EUR_DIR))); - m_wad_install_action->setEnabled(!emulation_started); - m_import_backup->setEnabled(!emulation_started); - m_check_nand->setEnabled(!emulation_started); - m_import_wii_save->setEnabled(!emulation_started); - m_export_wii_saves->setEnabled(!emulation_started); + const bool is_uninitialized = state == Core::State::Uninitialized; + const bool is_running = state == Core::State::Running || state == Core::State::Paused; - if (!emulation_started) + m_boot_sysmenu->setEnabled(is_uninitialized); + m_perform_online_update_menu->setEnabled(is_uninitialized); + m_ntscj_ipl->setEnabled(is_uninitialized && File::Exists(Config::GetBootROMPath(JAP_DIR))); + m_ntscu_ipl->setEnabled(is_uninitialized && File::Exists(Config::GetBootROMPath(USA_DIR))); + m_pal_ipl->setEnabled(is_uninitialized && File::Exists(Config::GetBootROMPath(EUR_DIR))); + m_wad_install_action->setEnabled(is_uninitialized); + m_import_backup->setEnabled(is_uninitialized); + m_check_nand->setEnabled(is_uninitialized); + m_import_wii_save->setEnabled(is_uninitialized); + m_export_wii_saves->setEnabled(is_uninitialized); + + if (is_uninitialized) { IOS::HLE::Kernel ios; const auto tmd = ios.GetESCore().FindInstalledTMD(Titles::SYSTEM_MENU); @@ -1087,7 +1110,7 @@ void MenuBar::UpdateToolsMenu(bool emulation_started) } const auto bt = WiiUtils::GetBluetoothEmuDevice(); - const bool enable_wiimotes = emulation_started && bt != nullptr; + const bool enable_wiimotes = is_running && bt != nullptr; for (std::size_t i = 0; i < m_wii_remotes.size(); i++) { @@ -1258,16 +1281,20 @@ void MenuBar::OnSelectionChanged(std::shared_ptr game_ m_game_selected = !!game_file; auto& system = Core::System::GetInstance(); - const bool core_is_running = Core::IsRunning(system); - m_recording_play->setEnabled(m_game_selected && !core_is_running); - m_recording_start->setEnabled((m_game_selected || core_is_running) && + const bool can_start_from_boot = m_game_selected && Core::IsUninitialized(system); + const bool can_start_from_savestate = Core::IsRunning(system); + m_recording_play->setEnabled(can_start_from_boot); + m_recording_start->setEnabled((can_start_from_boot || can_start_from_savestate) && !system.GetMovie().IsPlayingInput()); } void MenuBar::OnRecordingStatusChanged(bool recording) { auto& system = Core::System::GetInstance(); - m_recording_start->setEnabled(!recording && (m_game_selected || Core::IsRunning(system))); + const bool can_start_from_boot = m_game_selected && Core::IsUninitialized(system); + const bool can_start_from_savestate = Core::IsRunning(system); + + m_recording_start->setEnabled(!recording && (can_start_from_boot || can_start_from_savestate)); m_recording_stop->setEnabled(recording); m_recording_export->setEnabled(recording); } diff --git a/Source/Core/DolphinQt/MenuBar.h b/Source/Core/DolphinQt/MenuBar.h index b6620291d2..29457c15f7 100644 --- a/Source/Core/DolphinQt/MenuBar.h +++ b/Source/Core/DolphinQt/MenuBar.h @@ -24,7 +24,7 @@ enum class State; namespace DiscIO { enum class Region; -}; +} namespace UICommon { @@ -43,7 +43,7 @@ public: explicit MenuBar(QWidget* parent = nullptr); - void UpdateToolsMenu(bool emulation_started); + void UpdateToolsMenu(Core::State state); QMenu* GetListColumnsMenu() const { return m_cols_menu; } @@ -127,6 +127,7 @@ signals: private: void OnEmulationStateChanged(Core::State state); + void OnConfigChanged(); void AddFileMenu(); @@ -185,6 +186,7 @@ private: void OnRecordingStatusChanged(bool recording); void OnReadOnlyModeChanged(bool read_only); void OnDebugModeToggled(bool enabled); + void OnWipeJitBlockProfilingData(); void OnWriteJitBlockLogDump(); QString GetSignatureSelector() const; @@ -270,6 +272,7 @@ private: QAction* m_jit_log_coverage; QAction* m_jit_search_instruction; QAction* m_jit_profile_blocks; + QAction* m_jit_wipe_profiling_data; QAction* m_jit_write_cache_log_dump; QAction* m_jit_off; QAction* m_jit_loadstore_off; diff --git a/Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp b/Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp index 6ca4ec378d..b8c92ff8b6 100644 --- a/Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp +++ b/Source/Core/DolphinQt/NetPlay/GameDigestDialog.cpp @@ -145,8 +145,7 @@ void GameDigestDialog::SetResult(int pid, const std::string& result) auto client = Settings::Instance().GetNetPlayClient(); if (client && m_results.size() >= client->GetPlayers().size()) { - if (std::adjacent_find(m_results.begin(), m_results.end(), std::not_equal_to<>()) == - m_results.end()) + if (std::ranges::adjacent_find(m_results, std::ranges::not_equal_to{}) == m_results.end()) { m_check_label->setText(tr("The hashes match!")); } diff --git a/Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp b/Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp index f29096db44..286b63e667 100644 --- a/Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp +++ b/Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp @@ -25,6 +25,8 @@ #include #include +#include + #include "Common/CommonPaths.h" #include "Common/Config/Config.h" #include "Common/HttpRequest.h" @@ -805,9 +807,11 @@ void NetPlayDialog::DisplayMessage(const QString& msg, const std::string& color, QColor c(color.empty() ? QStringLiteral("white") : QString::fromStdString(color)); if (g_ActiveConfig.bShowNetPlayMessages && Core::IsRunning(Core::System::GetInstance())) + { g_netplay_chat_ui->AppendChat(msg.toStdString(), {static_cast(c.redF()), static_cast(c.greenF()), static_cast(c.blueF())}); + } } void NetPlayDialog::AppendChat(const std::string& msg) diff --git a/Source/Core/DolphinQt/QtUtils/ClickableStatusBar.h b/Source/Core/DolphinQt/QtUtils/ClickableStatusBar.h new file mode 100644 index 0000000000..86ab9e6b1a --- /dev/null +++ b/Source/Core/DolphinQt/QtUtils/ClickableStatusBar.h @@ -0,0 +1,22 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include + +// I wanted a QStatusBar that emits a signal when clicked. Qt only provides event overrides. +class ClickableStatusBar final : public QStatusBar +{ + Q_OBJECT + +signals: + void pressed(); + +protected: + void mousePressEvent(QMouseEvent* event) override { emit pressed(); } + +public: + explicit ClickableStatusBar(QWidget* parent) : QStatusBar(parent) {} + ~ClickableStatusBar() override = default; +}; diff --git a/Source/Core/DolphinQt/QtUtils/QtUtils.cpp b/Source/Core/DolphinQt/QtUtils/QtUtils.cpp new file mode 100644 index 0000000000..049f4df505 --- /dev/null +++ b/Source/Core/DolphinQt/QtUtils/QtUtils.cpp @@ -0,0 +1,22 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "DolphinQt/QtUtils/QtUtils.h" + +#include + +namespace QtUtils +{ + +void ShowFourDigitYear(QDateTimeEdit* widget) +{ + if (!widget->displayFormat().contains(QStringLiteral("yyyy"))) + { + // Always show the full year, no matter what the locale specifies. Otherwise, two-digit years + // will always be interpreted as in the 21st century. + widget->setDisplayFormat( + widget->displayFormat().replace(QStringLiteral("yy"), QStringLiteral("yyyy"))); + } +} + +} // namespace QtUtils diff --git a/Source/Core/DolphinQt/QtUtils/QtUtils.h b/Source/Core/DolphinQt/QtUtils/QtUtils.h new file mode 100644 index 0000000000..ef5769ea4c --- /dev/null +++ b/Source/Core/DolphinQt/QtUtils/QtUtils.h @@ -0,0 +1,13 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +class QDateTimeEdit; + +namespace QtUtils +{ + +void ShowFourDigitYear(QDateTimeEdit* widget); + +} diff --git a/Source/Core/DolphinQt/Settings.cpp b/Source/Core/DolphinQt/Settings.cpp index ec930711a1..8d4a3513b9 100644 --- a/Source/Core/DolphinQt/Settings.cpp +++ b/Source/Core/DolphinQt/Settings.cpp @@ -16,17 +16,9 @@ #include #include #include +#include #include -#ifdef _WIN32 -#include - -#include - -#include -#include -#endif - #include "AudioCommon/AudioCommon.h" #include "Common/Config/Config.h" @@ -52,7 +44,6 @@ #include "VideoCommon/NetPlayChatUI.h" #include "VideoCommon/NetPlayGolfUI.h" -static bool s_system_dark = false; static std::unique_ptr s_default_palette; Settings::Settings() @@ -147,30 +138,13 @@ void Settings::InitDefaultPalette() s_default_palette = std::make_unique(qApp->palette()); } -void Settings::UpdateSystemDark() -{ -#ifdef _WIN32 - // Check if the system is set to dark mode so we can set the default theme and window - // decorations accordingly. - { - using namespace winrt::Windows::UI::ViewManagement; - const UISettings settings; - const auto& color = settings.GetColorValue(UIColorType::Foreground); - - const bool is_system_dark = 5 * color.G + 2 * color.R + color.B > 8 * 128; - Settings::Instance().SetSystemDark(is_system_dark); - } -#endif -} - -void Settings::SetSystemDark(bool dark) -{ - s_system_dark = dark; -} - bool Settings::IsSystemDark() { - return s_system_dark; +#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) + return (qApp->styleHints()->colorScheme() == Qt::ColorScheme::Dark); +#else + return false; +#endif } bool Settings::IsThemeDark() diff --git a/Source/Core/DolphinQt/Settings.h b/Source/Core/DolphinQt/Settings.h index bf1c32312f..85d7e72413 100644 --- a/Source/Core/DolphinQt/Settings.h +++ b/Source/Core/DolphinQt/Settings.h @@ -53,8 +53,6 @@ public: // UI void TriggerThemeChanged(); void InitDefaultPalette(); - void UpdateSystemDark(); - void SetSystemDark(bool dark); bool IsSystemDark(); bool IsThemeDark(); diff --git a/Source/Core/DolphinQt/Settings/AdvancedPane.cpp b/Source/Core/DolphinQt/Settings/AdvancedPane.cpp index cfcc3bba81..e15b8f2325 100644 --- a/Source/Core/DolphinQt/Settings/AdvancedPane.cpp +++ b/Source/Core/DolphinQt/Settings/AdvancedPane.cpp @@ -24,6 +24,7 @@ #include "Core/System.h" #include "DolphinQt/Config/ConfigControls/ConfigBool.h" +#include "DolphinQt/QtUtils/QtUtils.h" #include "DolphinQt/QtUtils/SignalBlocking.h" #include "DolphinQt/Settings.h" @@ -168,13 +169,7 @@ void AdvancedPane::CreateLayout() m_custom_rtc_datetime->setDisplayFormat(m_custom_rtc_datetime->displayFormat().replace( QStringLiteral("mm"), QStringLiteral("mm:ss"))); - if (!m_custom_rtc_datetime->displayFormat().contains(QStringLiteral("yyyy"))) - { - // Always show the full year, no matter what the locale specifies. Otherwise, two-digit years - // will always be interpreted as in the 21st century. - m_custom_rtc_datetime->setDisplayFormat(m_custom_rtc_datetime->displayFormat().replace( - QStringLiteral("yy"), QStringLiteral("yyyy"))); - } + QtUtils::ShowFourDigitYear(m_custom_rtc_datetime); m_custom_rtc_datetime->setDateTimeRange(QDateTime({2000, 1, 1}, {0, 0, 0}, Qt::UTC), QDateTime({2099, 12, 31}, {23, 59, 59}, Qt::UTC)); m_custom_rtc_datetime->setTimeSpec(Qt::UTC); @@ -239,10 +234,11 @@ void AdvancedPane::ConnectLayout() void AdvancedPane::Update() { - const bool running = Core::GetState(Core::System::GetInstance()) != Core::State::Uninitialized; + const bool is_uninitialized = Core::IsUninitialized(Core::System::GetInstance()); const bool enable_cpu_clock_override_widgets = Config::Get(Config::MAIN_OVERCLOCK_ENABLE); const bool enable_ram_override_widgets = Config::Get(Config::MAIN_RAM_OVERRIDE_ENABLE); - const bool enable_custom_rtc_widgets = Config::Get(Config::MAIN_CUSTOM_RTC_ENABLE) && !running; + const bool enable_custom_rtc_widgets = + Config::Get(Config::MAIN_CUSTOM_RTC_ENABLE) && is_uninitialized; const auto available_cpu_cores = PowerPC::AvailableCPUCores(); const auto cpu_core = Config::Get(Config::MAIN_CPU_CORE); @@ -251,9 +247,9 @@ void AdvancedPane::Update() if (available_cpu_cores[i] == cpu_core) m_cpu_emulation_engine_combobox->setCurrentIndex(int(i)); } - m_cpu_emulation_engine_combobox->setEnabled(!running); - m_enable_mmu_checkbox->setEnabled(!running); - m_pause_on_panic_checkbox->setEnabled(!running); + m_cpu_emulation_engine_combobox->setEnabled(is_uninitialized); + m_enable_mmu_checkbox->setEnabled(is_uninitialized); + m_pause_on_panic_checkbox->setEnabled(is_uninitialized); { QFont bf = font(); @@ -282,11 +278,11 @@ void AdvancedPane::Update() return tr("%1% (%2 MHz)").arg(QString::number(percent), QString::number(clock)); }()); - m_ram_override_checkbox->setEnabled(!running); + m_ram_override_checkbox->setEnabled(is_uninitialized); SignalBlocking(m_ram_override_checkbox)->setChecked(enable_ram_override_widgets); - m_mem1_override_slider->setEnabled(enable_ram_override_widgets && !running); - m_mem1_override_slider_label->setEnabled(enable_ram_override_widgets && !running); + m_mem1_override_slider->setEnabled(enable_ram_override_widgets && is_uninitialized); + m_mem1_override_slider_label->setEnabled(enable_ram_override_widgets && is_uninitialized); { const QSignalBlocker blocker(m_mem1_override_slider); @@ -299,8 +295,8 @@ void AdvancedPane::Update() return tr("%1 MB (MEM1)").arg(QString::number(mem1_size)); }()); - m_mem2_override_slider->setEnabled(enable_ram_override_widgets && !running); - m_mem2_override_slider_label->setEnabled(enable_ram_override_widgets && !running); + m_mem2_override_slider->setEnabled(enable_ram_override_widgets && is_uninitialized); + m_mem2_override_slider_label->setEnabled(enable_ram_override_widgets && is_uninitialized); { const QSignalBlocker blocker(m_mem2_override_slider); @@ -313,7 +309,7 @@ void AdvancedPane::Update() return tr("%1 MB (MEM2)").arg(QString::number(mem2_size)); }()); - m_custom_rtc_checkbox->setEnabled(!running); + m_custom_rtc_checkbox->setEnabled(is_uninitialized); SignalBlocking(m_custom_rtc_checkbox)->setChecked(Config::Get(Config::MAIN_CUSTOM_RTC_ENABLE)); QDateTime initial_date_time; diff --git a/Source/Core/DolphinQt/Settings/AudioPane.cpp b/Source/Core/DolphinQt/Settings/AudioPane.cpp index 289dc28e7d..1cf98ba645 100644 --- a/Source/Core/DolphinQt/Settings/AudioPane.cpp +++ b/Source/Core/DolphinQt/Settings/AudioPane.cpp @@ -40,8 +40,7 @@ AudioPane::AudioPane() OnEmulationStateChanged(state != Core::State::Uninitialized); }); - OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()) != - Core::State::Uninitialized); + OnEmulationStateChanged(!Core::IsUninitialized(Core::System::GetInstance())); } void AudioPane::CreateWidgets() @@ -160,10 +159,22 @@ void AudioPane::CreateWidgets() dsp_box->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); + auto* misc_box = new QGroupBox(tr("Miscellaneous Settings")); + auto* misc_layout = new QGridLayout; + misc_box->setLayout(misc_layout); + + m_speed_up_mute_enable = new QCheckBox(tr("Mute When Disabling Speed Limit")); + m_speed_up_mute_enable->setToolTip( + tr("Mutes the audio when overriding the emulation speed limit (default hotkey: Tab).")); + + misc_layout->addWidget(m_speed_up_mute_enable, 0, 0, 1, 1); + auto* const main_vbox_layout = new QVBoxLayout; + main_vbox_layout->addWidget(dsp_box); main_vbox_layout->addWidget(backend_box); main_vbox_layout->addWidget(stretching_box); + main_vbox_layout->addWidget(misc_box); m_main_layout = new QHBoxLayout; m_main_layout->addLayout(main_vbox_layout); @@ -188,6 +199,7 @@ void AudioPane::ConnectWidgets() connect(m_dsp_hle, &QRadioButton::toggled, this, &AudioPane::SaveSettings); connect(m_dsp_lle, &QRadioButton::toggled, this, &AudioPane::SaveSettings); connect(m_dsp_interpreter, &QRadioButton::toggled, this, &AudioPane::SaveSettings); + connect(m_speed_up_mute_enable, &QCheckBox::toggled, this, &AudioPane::SaveSettings); #ifdef _WIN32 connect(m_wasapi_device_combo, &QComboBox::currentIndexChanged, this, &AudioPane::SaveSettings); @@ -251,6 +263,9 @@ void AudioPane::LoadSettings() m_stretching_buffer_indicator->setEnabled(m_stretching_enable->isChecked()); m_stretching_buffer_indicator->setText(tr("%1 ms").arg(m_stretching_buffer_slider->value())); + // Misc + m_speed_up_mute_enable->setChecked(Config::Get(Config::MAIN_AUDIO_MUTE_ON_DISABLED_SPEED_LIMIT)); + #ifdef _WIN32 if (Config::Get(Config::MAIN_WASAPI_DEVICE) == "default") { @@ -320,6 +335,10 @@ void AudioPane::SaveSettings() m_stretching_buffer_indicator->setText( tr("%1 ms").arg(Config::Get(Config::MAIN_AUDIO_STRETCH_LATENCY))); + // Misc + Config::SetBaseOrCurrent(Config::MAIN_AUDIO_MUTE_ON_DISABLED_SPEED_LIMIT, + m_speed_up_mute_enable->isChecked()); + #ifdef _WIN32 std::string device = "default"; diff --git a/Source/Core/DolphinQt/Settings/AudioPane.h b/Source/Core/DolphinQt/Settings/AudioPane.h index 50fa27717b..493b067939 100644 --- a/Source/Core/DolphinQt/Settings/AudioPane.h +++ b/Source/Core/DolphinQt/Settings/AudioPane.h @@ -76,4 +76,7 @@ private: QLabel* m_stretching_buffer_label; QSlider* m_stretching_buffer_slider; QLabel* m_stretching_buffer_indicator; + + // Misc Settings + QCheckBox* m_speed_up_mute_enable; }; diff --git a/Source/Core/DolphinQt/Settings/InterfacePane.cpp b/Source/Core/DolphinQt/Settings/InterfacePane.cpp index 1fc0caea71..e52fb69200 100644 --- a/Source/Core/DolphinQt/Settings/InterfacePane.cpp +++ b/Source/Core/DolphinQt/Settings/InterfacePane.cpp @@ -130,8 +130,7 @@ void InterfacePane::CreateUI() Common::DoFileSearch({File::GetUserPath(D_THEMES_IDX), File::GetSysDirectory() + THEMES_DIR}); std::vector theme_names; theme_names.reserve(theme_paths.size()); - std::transform(theme_paths.cbegin(), theme_paths.cend(), std::back_inserter(theme_names), - PathToFileName); + std::ranges::transform(theme_paths, std::back_inserter(theme_names), PathToFileName); // Theme Combobox m_combobox_theme = new ConfigStringChoice(theme_names, Config::MAIN_THEME_NAME); diff --git a/Source/Core/DolphinQt/Settings/WiiPane.cpp b/Source/Core/DolphinQt/Settings/WiiPane.cpp index d7ae90b815..377d17c127 100644 --- a/Source/Core/DolphinQt/Settings/WiiPane.cpp +++ b/Source/Core/DolphinQt/Settings/WiiPane.cpp @@ -93,8 +93,7 @@ WiiPane::WiiPane(QWidget* parent) : QWidget(parent) LoadConfig(); ConnectLayout(); ValidateSelectionState(); - OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()) != - Core::State::Uninitialized); + OnEmulationStateChanged(!Core::IsUninitialized(Core::System::GetInstance())); } void WiiPane::CreateLayout() diff --git a/Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp b/Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp index 387ee69386..f3f56e4d64 100644 --- a/Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp +++ b/Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp @@ -17,6 +17,7 @@ #include "Core/IOS/USB/Emulated/Skylanders/Skylander.h" #include "Core/System.h" +#include "DolphinQt/QtUtils/QtUtils.h" #include "DolphinQt/QtUtils/SetWindowDecorations.h" SkylanderModifyDialog::SkylanderModifyDialog(QWidget* parent, u8 slot) @@ -168,8 +169,9 @@ void SkylanderModifyDialog::PopulateSkylanderOptions(QVBoxLayout* layout) edit_nick->setValidator( new QRegularExpressionValidator(QRegularExpression(QStringLiteral("^\\p{L}{0,15}$")), this)); edit_playtime->setValidator(new QIntValidator(0, INT_MAX, this)); - edit_last_reset->setDisplayFormat(QStringLiteral("dd/MM/yyyy hh:mm")); - edit_last_placed->setDisplayFormat(QStringLiteral("dd/MM/yyyy hh:mm")); + + QtUtils::ShowFourDigitYear(edit_last_reset); + QtUtils::ShowFourDigitYear(edit_last_placed); edit_toy_code->setToolTip(tr("The toy code for this figure. Only available for real figures.")); edit_money->setToolTip(tr("The amount of money this Skylander has. Between 0 and 65000")); diff --git a/Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp b/Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp index f8b29a5674..613e4cb787 100644 --- a/Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp +++ b/Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp @@ -81,7 +81,7 @@ SkylanderPortalWindow::SkylanderPortalWindow(QWidget* parent) : QWidget(parent) m_collection_path = QDir::toNativeSeparators(skylanders_folder.path()) + QDir::separator(); m_last_skylander_path = m_collection_path; m_path_edit->setText(m_collection_path); -}; +} SkylanderPortalWindow::~SkylanderPortalWindow() = default; diff --git a/Source/Core/DolphinQt/ToolBar.cpp b/Source/Core/DolphinQt/ToolBar.cpp index 74a31dcfde..9c8350f9f8 100644 --- a/Source/Core/DolphinQt/ToolBar.cpp +++ b/Source/Core/DolphinQt/ToolBar.cpp @@ -143,10 +143,10 @@ void ToolBar::MakeActions() } std::vector widths; - std::transform(items.begin(), items.end(), std::back_inserter(widths), - [](QWidget* item) { return item->sizeHint().width(); }); + std::ranges::transform(items, std::back_inserter(widths), + [](QWidget* item) { return item->sizeHint().width(); }); - const int min_width = *std::max_element(widths.begin(), widths.end()) * 0.85; + const int min_width = *std::ranges::max_element(widths) * 0.85; for (QWidget* widget : items) widget->setMinimumWidth(min_width); } diff --git a/Source/Core/DolphinQt/Translation.cpp b/Source/Core/DolphinQt/Translation.cpp index 83404d6a76..118634ebf0 100644 --- a/Source/Core/DolphinQt/Translation.cpp +++ b/Source/Core/DolphinQt/Translation.cpp @@ -80,7 +80,6 @@ public: // Needed for InputIterator concept bool operator==(const MoIterator& other) const { return distance_to(other) == 0; } - bool operator!=(const MoIterator& other) const { return !(*this == other); } pointer operator->() const { return dereference(); } MoIterator operator++(int) { diff --git a/Source/Core/DolphinTool/DolphinTool.vcxproj b/Source/Core/DolphinTool/DolphinTool.vcxproj index 8bfc2ee295..94173a8971 100644 --- a/Source/Core/DolphinTool/DolphinTool.vcxproj +++ b/Source/Core/DolphinTool/DolphinTool.vcxproj @@ -41,6 +41,7 @@ + diff --git a/Source/Core/DolphinTool/ToolHeadlessPlatform.cpp b/Source/Core/DolphinTool/ToolHeadlessPlatform.cpp index 0b04cbfa19..59495a7d43 100644 --- a/Source/Core/DolphinTool/ToolHeadlessPlatform.cpp +++ b/Source/Core/DolphinTool/ToolHeadlessPlatform.cpp @@ -25,6 +25,10 @@ void Host_PPCSymbolsChanged() { } +void Host_PPCBreakpointsChanged() +{ +} + void Host_RefreshDSPDebuggerWindow() { } @@ -61,6 +65,14 @@ void Host_UpdateDisasmDialog() { } +void Host_JitCacheInvalidation() +{ +} + +void Host_JitProfileDataWiped() +{ +} + void Host_UpdateMainFrame() { } diff --git a/Source/Core/DolphinTool/VerifyCommand.cpp b/Source/Core/DolphinTool/VerifyCommand.cpp index 13a041274d..b80f00a273 100644 --- a/Source/Core/DolphinTool/VerifyCommand.cpp +++ b/Source/Core/DolphinTool/VerifyCommand.cpp @@ -12,6 +12,7 @@ #include #include "Common/StringUtil.h" +#include "Core/AchievementManager.h" #include "DiscIO/Volume.h" #include "DiscIO/VolumeVerifier.h" #include "UICommon/UICommon.h" @@ -97,7 +98,7 @@ int VerifyCommand(const std::vector& args) .action("store") .help("Optional. Compute and print the digest using the selected algorithm, then exit. " "[%choices]") - .choices({"crc32", "md5", "sha1"}); + .choices({"crc32", "md5", "sha1", "rchash"}); const optparse::Values& options = parser.parse_args(args); @@ -114,6 +115,9 @@ int VerifyCommand(const std::vector& args) } const std::string& input_file_path = options["input"]; + bool rc_hash_calculate = false; + std::string rc_hash_result = "0"; + DiscIO::Hashes hashes_to_calculate{}; const bool algorithm_is_set = options.is_set("algorithm"); if (!algorithm_is_set) @@ -129,9 +133,12 @@ int VerifyCommand(const std::vector& args) hashes_to_calculate.md5 = true; else if (algorithm == "sha1") hashes_to_calculate.sha1 = true; + else if (algorithm == "rchash") + rc_hash_calculate = true; } - if (!hashes_to_calculate.crc32 && !hashes_to_calculate.md5 && !hashes_to_calculate.sha1) + if (!hashes_to_calculate.crc32 && !hashes_to_calculate.md5 && !hashes_to_calculate.sha1 && + !rc_hash_calculate) { // optparse should protect from this fmt::print(std::cerr, "Error: No algorithms selected for the operation\n"); @@ -156,6 +163,12 @@ int VerifyCommand(const std::vector& args) verifier.Finish(); const DiscIO::VolumeVerifier::Result& result = verifier.GetResult(); + // Calculate rcheevos hash + if (rc_hash_calculate) + { + rc_hash_result = AchievementManager::CalculateHash(input_file_path); + } + // Print the report if (!algorithm_is_set) { @@ -169,6 +182,8 @@ int VerifyCommand(const std::vector& args) fmt::print(std::cout, "{}\n", HashToHexString(result.hashes.md5)); else if (hashes_to_calculate.sha1 && !result.hashes.sha1.empty()) fmt::print(std::cout, "{}\n", HashToHexString(result.hashes.sha1)); + else if (rc_hash_calculate) + fmt::print(std::cout, "{}\n", rc_hash_result); else { fmt::print(std::cerr, "Error: No hash computed\n"); diff --git a/Source/Core/InputCommon/ControlReference/ExpressionParser.cpp b/Source/Core/InputCommon/ControlReference/ExpressionParser.cpp index 2e2adab6c0..b558d6b78f 100644 --- a/Source/Core/InputCommon/ControlReference/ExpressionParser.cpp +++ b/Source/Core/InputCommon/ControlReference/ExpressionParser.cpp @@ -283,7 +283,7 @@ public: m_output = env.FindOutput(m_qualifier); } - Device::Input* GetInput() const { return m_input; }; + Device::Input* GetInput() const { return m_input; } private: // Keep a shared_ptr to the device so the control pointer doesn't become invalid. diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp index 8783087650..e87d5ebadf 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp @@ -28,7 +28,7 @@ MixedTriggers::MixedTriggers(const std::string& name_) _trans("%"), // i18n: Refers to the "threshold" setting for pressure sensitive gamepad inputs. _trans("Input strength required for activation.")}, - 90, 0, 100); + 90, 1, 100); } void MixedTriggers::GetState(u16* const digital, const u16* bitmasks, ControlState* analog, @@ -51,7 +51,7 @@ void MixedTriggers::GetState(u16* const digital, const u16* bitmasks, ControlSta std::min(ApplyDeadzone(controls[trigger_count + i]->GetState(), deadzone), 1.0); // Apply threshold: - if (button_value > threshold) + if (button_value >= threshold) { // Fully activate analog: analog_value = 1.0; @@ -87,7 +87,7 @@ void MixedTriggers::GetState(u16* digital, const u16* bitmasks, ControlState* an ControlState analog_value = ApplyDeadzone(controls[trigger_count + i]->GetState(), deadzone); // Apply threshold: - if (button_value > threshold) + if (button_value >= threshold) { analog_value = 1.0; button_bool = true; diff --git a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h index b77b2ce3ed..88c14cfdb1 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h +++ b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h @@ -53,8 +53,7 @@ struct TwoPointCalibration } else { - return std::equal(std::begin(max.data), std::end(max.data), std::begin(zero.data), - std::not_equal_to<>()); + return std::ranges::equal(max.data, zero.data, std::ranges::not_equal_to{}); } } diff --git a/Source/Core/InputCommon/ControllerEmu/StickGate.cpp b/Source/Core/InputCommon/ControllerEmu/StickGate.cpp index 4cdf3b63fb..2c82788b99 100644 --- a/Source/Core/InputCommon/ControllerEmu/StickGate.cpp +++ b/Source/Core/InputCommon/ControllerEmu/StickGate.cpp @@ -5,8 +5,10 @@ #include #include +#include #include +#include #include "Common/Common.h" #include "Common/MathUtil.h" @@ -283,11 +285,10 @@ void ReshapableInput::SaveConfig(Common::IniFile::Section* section, 50.0); } - std::vector save_data(m_calibration.size()); - std::transform( - m_calibration.begin(), m_calibration.end(), save_data.begin(), - [](ControlState val) { return fmt::format("{:.2f}", val * CALIBRATION_CONFIG_SCALE); }); - section->Set(group + CALIBRATION_CONFIG_NAME, JoinStrings(save_data, " "), ""); + const std::ranges::transform_view scaled_calibration( + m_calibration, [](ControlState val) { return val * CALIBRATION_CONFIG_SCALE; }); + section->Set(group + CALIBRATION_CONFIG_NAME, + fmt::format("{:.2f}", fmt::join(scaled_calibration, " ")), ""); // Save center value. static constexpr char center_format[] = "{:.2f} {:.2f}"; diff --git a/Source/Core/InputCommon/ControllerEmu/StickGate.h b/Source/Core/InputCommon/ControllerEmu/StickGate.h index c618a0a4b4..000ca993f7 100644 --- a/Source/Core/InputCommon/ControllerEmu/StickGate.h +++ b/Source/Core/InputCommon/ControllerEmu/StickGate.h @@ -87,7 +87,7 @@ public: ControlState GetDeadzonePercentage() const; - virtual ControlState GetVirtualNotchSize() const { return 0.0; }; + virtual ControlState GetVirtualNotchSize() const { return 0.0; } virtual ControlState GetGateRadiusAtAngle(double angle) const = 0; virtual ReshapeData GetReshapableState(bool adjusted) const = 0; diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp index c60679daf0..b67974509b 100644 --- a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp @@ -693,7 +693,7 @@ private: negative = new AndroidAxis(source, axis, true); if (positive && negative) - AddAnalogInputs(positive, negative); + AddFullAnalogSurfaceInputs(positive, negative); else if (positive || negative) AddInput(positive ? positive : negative); } diff --git a/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp b/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp index 720ea82735..377ea4444f 100644 --- a/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp +++ b/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp @@ -130,38 +130,50 @@ bool Device::Control::IsHidden() const return false; } -ControlState Device::FullAnalogSurface::GetState() const +class FullAnalogSurface final : public Device::Input { - return (1 + std::max(0.0, m_high.GetState()) - std::max(0.0, m_low.GetState())) / 2; -} +public: + FullAnalogSurface(Input* low, Input* high) : m_low(*low), m_high(*high) {} -std::string Device::FullAnalogSurface::GetName() const + ControlState GetState() const override + { + return (1 + std::max(0.0, m_high.GetState()) - std::max(0.0, m_low.GetState())) / 2; + } + + std::string GetName() const override + { + // E.g. "Full Axis X+" + return "Full " + m_high.GetName(); + } + + bool IsDetectable() const override { return m_low.IsDetectable() && m_high.IsDetectable(); } + + bool IsHidden() const override { return m_low.IsHidden() && m_high.IsHidden(); } + + bool IsMatchingName(std::string_view name) const override + { + if (Control::IsMatchingName(name)) + return true; + + // Old naming scheme was "Axis X-+" which is too visually similar to "Axis X+". + // This has caused countless problems for users with mysterious misconfigurations. + // We match this old name to support old configurations. + const auto old_name = m_low.GetName() + *m_high.GetName().rbegin(); + + return old_name == name; + } + +private: + Input& m_low; + Input& m_high; +}; + +void Device::AddFullAnalogSurfaceInputs(Input* low, Input* high) { - // E.g. "Full Axis X+" - return "Full " + m_high.GetName(); -} - -bool Device::FullAnalogSurface::IsDetectable() const -{ - return m_low.IsDetectable() && m_high.IsDetectable(); -} - -bool Device::FullAnalogSurface::IsHidden() const -{ - return m_low.IsHidden() && m_high.IsHidden(); -} - -bool Device::FullAnalogSurface::IsMatchingName(std::string_view name) const -{ - if (Control::IsMatchingName(name)) - return true; - - // Old naming scheme was "Axis X-+" which is too visually similar to "Axis X+". - // This has caused countless problems for users with mysterious misconfigurations. - // We match this old name to support old configurations. - const auto old_name = m_low.GetName() + *m_high.GetName().rbegin(); - - return old_name == name; + AddInput(low); + AddInput(high); + AddInput(new FullAnalogSurface(low, high)); + AddInput(new FullAnalogSurface(high, low)); } void Device::AddCombinedInput(std::string name, const std::pair& inputs) @@ -227,21 +239,11 @@ bool DeviceQualifier::operator==(const Device* const dev) const return false; } -bool DeviceQualifier::operator!=(const Device* const dev) const -{ - return !operator==(dev); -} - bool DeviceQualifier::operator==(const DeviceQualifier& devq) const { return std::tie(cid, name, source) == std::tie(devq.cid, devq.name, devq.source); } -bool DeviceQualifier::operator!=(const DeviceQualifier& devq) const -{ - return !operator==(devq); -} - std::shared_ptr DeviceContainer::FindDevice(const DeviceQualifier& devq) const { std::lock_guard lk(m_devices_mutex); diff --git a/Source/Core/InputCommon/ControllerInterface/CoreDevice.h b/Source/Core/InputCommon/ControllerInterface/CoreDevice.h index 8dbbccf4b5..cd8256396e 100644 --- a/Source/Core/InputCommon/ControllerInterface/CoreDevice.h +++ b/Source/Core/InputCommon/ControllerInterface/CoreDevice.h @@ -163,28 +163,14 @@ protected: void AddInput(Input* const i); void AddOutput(Output* const o); - class FullAnalogSurface final : public Input - { - public: - FullAnalogSurface(Input* low, Input* high) : m_low(*low), m_high(*high) {} - ControlState GetState() const override; - std::string GetName() const override; - bool IsDetectable() const override; - bool IsHidden() const override; - bool IsMatchingName(std::string_view name) const override; - - private: - Input& m_low; - Input& m_high; - }; - - void AddAnalogInputs(Input* low, Input* high) - { - AddInput(low); - AddInput(high); - AddInput(new FullAnalogSurface(low, high)); - AddInput(new FullAnalogSurface(high, low)); - } + // Pass Inputs for center-neutral (- and +) directions of some axis. + // This function adds those Inputs and also a FullAnalogSurface Input for each direction. + // This is only needed when it's not known if the particular axis is neutral in the center + // or neutral on one of the extremes. + // Some e.g. DInput devices expose a trigger across the full analog surface + // but we have no way of knowing this until the user actually maps the Input, + // so both center-neutral and full-surface Inputs need to be created in that case. + void AddFullAnalogSurfaceInputs(Input* low, Input* high); void AddCombinedInput(std::string name, const std::pair& inputs); @@ -213,10 +199,8 @@ public: std::string ToString() const; bool operator==(const DeviceQualifier& devq) const; - bool operator!=(const DeviceQualifier& devq) const; bool operator==(const Device* dev) const; - bool operator!=(const Device* dev) const; std::string source; int cid; diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp b/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp index 577bd761d4..95cacc6da7 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp @@ -167,8 +167,8 @@ Joystick::Joystick(const LPDIRECTINPUTDEVICE8 device) : m_device(device) const LONG& ax = (&m_state_in.lX)[offset]; // each axis gets a negative and a positive input instance associated with it - AddAnalogInputs(new Axis(offset, ax, base, range.lMin - base), - new Axis(offset, ax, base, range.lMax - base)); + AddFullAnalogSurfaceInputs(new Axis(offset, ax, base, range.lMin - base), + new Axis(offset, ax, base, range.lMax - base)); } } @@ -176,15 +176,14 @@ Joystick::Joystick(const LPDIRECTINPUTDEVICE8 device) : m_device(device) std::list objects; if (SUCCEEDED(m_device->EnumObjects(DIEnumDeviceObjectsCallback, (LPVOID)&objects, DIDFT_AXIS))) { - const int num_ff_axes = - std::count_if(std::begin(objects), std::end(objects), - [](const auto& pdidoi) { return (pdidoi.dwFlags & DIDOI_FFACTUATOR) != 0; }); + const int num_ff_axes = std::ranges::count_if( + objects, [](const auto& pdidoi) { return (pdidoi.dwFlags & DIDOI_FFACTUATOR) != 0; }); InitForceFeedback(m_device, num_ff_axes); } // Set hats to center: // "The center position is normally reported as -1" -MSDN - std::fill(std::begin(m_state_in.rgdwPOV), std::end(m_state_in.rgdwPOV), -1); + std::ranges::fill(m_state_in.rgdwPOV, -1); } Joystick::~Joystick() diff --git a/Source/Core/InputCommon/ControllerInterface/MappingCommon.cpp b/Source/Core/InputCommon/ControllerInterface/MappingCommon.cpp index 56bab1a981..1877e8294c 100644 --- a/Source/Core/InputCommon/ControllerInterface/MappingCommon.cpp +++ b/Source/Core/InputCommon/ControllerInterface/MappingCommon.cpp @@ -9,6 +9,7 @@ #include #include +#include #include "Common/StringUtil.h" #include "InputCommon/ControllerInterface/CoreDevice.h" @@ -96,12 +97,12 @@ BuildExpression(const std::vector if (is_hotkey) { - alternations.push_back(fmt::format("@({})", JoinStrings(alternation, "+"))); + alternations.push_back(fmt::format("@({})", fmt::join(alternation, "+"))); } else { - std::sort(alternation.begin(), alternation.end()); - alternations.push_back(JoinStrings(alternation, "&")); + std::ranges::sort(alternation); + alternations.push_back(fmt::to_string(fmt::join(alternation, "&"))); } }; @@ -127,10 +128,10 @@ BuildExpression(const std::vector handle_release(); // Remove duplicates - std::sort(alternations.begin(), alternations.end()); + std::ranges::sort(alternations); alternations.erase(std::unique(alternations.begin(), alternations.end()), alternations.end()); - return JoinStrings(alternations, "|"); + return fmt::to_string(fmt::join(alternations, "|")); } void RemoveSpuriousTriggerCombinations( diff --git a/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp b/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp index 1a2052089e..50175ebaf7 100644 --- a/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp @@ -129,7 +129,7 @@ void PipeDevice::AddAxis(const std::string& name, double value) ax_lo->SetState(value); m_axes[name + " +"] = ax_hi; m_axes[name + " -"] = ax_lo; - AddAnalogInputs(ax_lo, ax_hi); + AddFullAnalogSurfaceInputs(ax_lo, ax_hi); } void PipeDevice::SetAxis(const std::string& entry, double value) diff --git a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp index feb1f8f4ce..cd45480761 100644 --- a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp +++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp @@ -244,10 +244,12 @@ private: public: MotionInput(std::string name, SDL_GameController* gc, SDL_SensorType type, int index, ControlState scale) - : m_name(std::move(name)), m_gc(gc), m_type(type), m_index(index), m_scale(scale){}; + : m_name(std::move(name)), m_gc(gc), m_type(type), m_index(index), m_scale(scale) + { + } - std::string GetName() const override { return m_name; }; - bool IsDetectable() const override { return false; }; + std::string GetName() const override { return m_name; } + bool IsDetectable() const override { return false; } ControlState GetState() const override; private: @@ -261,18 +263,16 @@ private: }; public: - GameController(SDL_GameController* const gamecontroller, SDL_Joystick* const joystick, - const int sdl_index); + GameController(SDL_GameController* const gamecontroller, SDL_Joystick* const joystick); ~GameController(); std::string GetName() const override; std::string GetSource() const override; - int GetSDLIndex() const; + int GetSDLInstanceID() const; private: SDL_GameController* const m_gamecontroller; std::string m_name; - int m_sdl_index; SDL_Joystick* const m_joystick; SDL_Haptic* m_haptic = nullptr; }; @@ -316,7 +316,7 @@ void InputBackend::OpenAndAddDevice(int index) // SDL tries parsing these as Joysticks return; } - auto gamecontroller = std::make_shared(gc, js, index); + auto gamecontroller = std::make_shared(gc, js); if (!gamecontroller->Inputs().empty() || !gamecontroller->Outputs().empty()) GetControllerInterface().AddDevice(std::move(gamecontroller)); } @@ -324,25 +324,20 @@ void InputBackend::OpenAndAddDevice(int index) bool InputBackend::HandleEventAndContinue(const SDL_Event& e) { - if (e.type == SDL_CONTROLLERDEVICEADDED || e.type == SDL_JOYDEVICEADDED) + if (e.type == SDL_JOYDEVICEADDED) { - // Avoid handling the event twice on a GameController - if (e.type == SDL_JOYDEVICEADDED && SDL_IsGameController(e.jdevice.which)) - { - return true; - } + // NOTE: SDL_JOYDEVICEADDED's `jdevice.which` is a device index in SDL2. + // It will change to an "instance ID" in SDL3. + // OpenAndAddDevice impl and calls will need refactoring when changing to SDL3. + static_assert(!SDL_VERSION_ATLEAST(3, 0, 0), "Refactoring is needed for SDL3."); OpenAndAddDevice(e.jdevice.which); } - else if (e.type == SDL_CONTROLLERDEVICEREMOVED || e.type == SDL_JOYDEVICEREMOVED) + else if (e.type == SDL_JOYDEVICEREMOVED) { - // Avoid handling the event twice on a GameController - if (e.type == SDL_JOYDEVICEREMOVED && SDL_IsGameController(e.jdevice.which)) - { - return true; - } + // NOTE: SDL_JOYDEVICEREMOVED's `jdevice.which` is an "instance ID". GetControllerInterface().RemoveDevice([&e](const auto* device) { return device->GetSource() == "SDL" && - static_cast(device)->GetSDLIndex() == e.jdevice.which; + static_cast(device)->GetSDLInstanceID() == e.jdevice.which; }); } else if (e.type == m_populate_event_type) @@ -439,6 +434,11 @@ InputBackend::InputBackend(ControllerInterface* controller_interface) SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE, "1"); // We want buttons to come in as positions, not labels SDL_SetHint(SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS, "0"); + // We have our own WGI backend. Enabling SDL's WGI handling creates even more redundant devices. + SDL_SetHint(SDL_HINT_JOYSTICK_WGI, "0"); + + // Disable DualSense Player LEDs; We already colorize the Primary LED + SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS5_PLAYER_LED, "0"); m_hotplug_thread = std::thread([this] { Common::ScopeGuard quit_guard([] { @@ -583,8 +583,8 @@ static constexpr SDLMotionAxisList SDL_AXES_GYRO = {{ // clang-format on GameController::GameController(SDL_GameController* const gamecontroller, - SDL_Joystick* const joystick, const int sdl_index) - : m_gamecontroller(gamecontroller), m_sdl_index(sdl_index), m_joystick(joystick) + SDL_Joystick* const joystick) + : m_gamecontroller(gamecontroller), m_joystick(joystick) { const char* name; if (gamecontroller) @@ -712,8 +712,8 @@ GameController::GameController(SDL_GameController* const gamecontroller, const bool is_registered = registered_axes.contains(i); // each axis gets a negative and a positive input instance associated with it - AddAnalogInputs(new LegacyAxis(m_joystick, i, -32768, is_registered), - new LegacyAxis(m_joystick, i, 32767, is_registered)); + AddFullAnalogSurfaceInputs(new LegacyAxis(m_joystick, i, -32768, is_registered), + new LegacyAxis(m_joystick, i, 32767, is_registered)); } // Hats @@ -807,9 +807,9 @@ std::string GameController::GetSource() const return "SDL"; } -int GameController::GetSDLIndex() const +int GameController::GetSDLInstanceID() const { - return m_sdl_index; + return SDL_JoystickInstanceID(m_joystick); } std::string GameController::Button::GetName() const diff --git a/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp b/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp index 2fa3fc2e77..a688ca0366 100644 --- a/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp +++ b/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp @@ -125,9 +125,8 @@ public: u32 i = 0; for (auto& axis : m_axes) { - // AddAnalogInputs adds additional "FullAnalogSurface" Inputs. - AddAnalogInputs(new IndexedAxis(&axis, 0.5, +0.5, i), - new IndexedAxis(&axis, 0.5, -0.5, i)); + AddFullAnalogSurfaceInputs(new IndexedAxis(&axis, 0.5, +0.5, i), + new IndexedAxis(&axis, 0.5, -0.5, i)); ++i; } } diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp index e0ae924b83..bb51d0026e 100644 --- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp +++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp @@ -572,7 +572,8 @@ bool evdevDevice::AddNode(std::string devnode, int fd, libevdev* dev) { if (libevdev_has_event_code(dev, EV_ABS, axis)) { - AddAnalogInputs(new Axis(num_axis, axis, false, dev), new Axis(num_axis, axis, true, dev)); + AddFullAnalogSurfaceInputs(new Axis(num_axis, axis, false, dev), + new Axis(num_axis, axis, true, dev)); ++num_axis; } } diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp index 01cfcd2f92..84b5022c99 100644 --- a/Source/Core/InputCommon/GCAdapter.cpp +++ b/Source/Core/InputCommon/GCAdapter.cpp @@ -915,7 +915,7 @@ static void ResetRumbleLockNeeded() return; } - std::fill(std::begin(s_controller_rumble), std::end(s_controller_rumble), 0); + s_controller_rumble.fill(0); std::array rumble = { 0x11, s_controller_rumble[0], s_controller_rumble[1], s_controller_rumble[2], diff --git a/Source/Core/InputCommon/ImageOperations.h b/Source/Core/InputCommon/ImageOperations.h index da8b938c15..72887d1db2 100644 --- a/Source/Core/InputCommon/ImageOperations.h +++ b/Source/Core/InputCommon/ImageOperations.h @@ -21,7 +21,6 @@ struct Pixel u8 a = 0; bool operator==(const Pixel& o) const { return r == o.r && g == o.g && b == o.b && a == o.a; } - bool operator!=(const Pixel& o) const { return !(o == *this); } }; using Point = Common::TVec2; diff --git a/Source/Core/InputCommon/InputProfile.cpp b/Source/Core/InputCommon/InputProfile.cpp index 0d439c48e1..0bb452ac1e 100644 --- a/Source/Core/InputCommon/InputProfile.cpp +++ b/Source/Core/InputCommon/InputProfile.cpp @@ -111,8 +111,7 @@ ProfileCycler::GetMatchingProfilesFromSetting(const std::string& setting, } std::vector result; - std::set_intersection(profiles.begin(), profiles.end(), profiles_from_setting.begin(), - profiles_from_setting.end(), std::back_inserter(result)); + std::ranges::set_intersection(profiles, profiles_from_setting, std::back_inserter(result)); return result; } diff --git a/Source/Core/UICommon/CMakeLists.txt b/Source/Core/UICommon/CMakeLists.txt index 67460ac1af..7200bd500f 100644 --- a/Source/Core/UICommon/CMakeLists.txt +++ b/Source/Core/UICommon/CMakeLists.txt @@ -3,8 +3,6 @@ add_library(uicommon AutoUpdate.h CommandLineParse.cpp CommandLineParse.h - Disassembler.cpp - Disassembler.h DiscordPresence.cpp DiscordPresence.h GameFile.cpp @@ -43,6 +41,13 @@ if ((DEFINED CMAKE_ANDROID_ARCH_ABI AND CMAKE_ANDROID_ARCH_ABI MATCHES "x86|x86_ target_link_libraries(uicommon PRIVATE bdisasm) endif() +if(UNIX AND NOT APPLE AND NOT ANDROID AND ENABLE_QT) + find_package(Qt6 REQUIRED COMPONENTS DBus) + target_sources(uicommon PRIVATE DBusUtils.cpp) + target_compile_definitions(uicommon PRIVATE -DHAVE_QTDBUS=1) + target_link_libraries(uicommon PUBLIC Qt6::DBus) +endif() + if(X11_FOUND) target_sources(uicommon PRIVATE X11Utils.cpp) target_link_libraries(uicommon PUBLIC PkgConfig::XRANDR PkgConfig::X11) @@ -52,28 +57,6 @@ if(TARGET LibUSB::LibUSB) target_link_libraries(uicommon PRIVATE LibUSB::LibUSB) endif() -if(ENABLE_LLVM) - find_package(LLVM CONFIG) - if(LLVM_FOUND) - message(STATUS "LLVM found, enabling LLVM support in disassembler") - target_compile_definitions(uicommon PRIVATE HAVE_LLVM) - # Minimal documentation about LLVM's CMake functions is available here: - # https://releases.llvm.org/16.0.0/docs/CMake.html#embedding-llvm-in-your-project - # https://groups.google.com/g/llvm-dev/c/YeEVe7HTasQ?pli=1 - # - # However, you have to read the source code in any case. - # Look for LLVM-Config.cmake in your (Unix) system: - # $ find /usr -name LLVM-Config\\.cmake 2>/dev/null - llvm_expand_pseudo_components(LLVM_EXPAND_COMPONENTS - AllTargetsInfos AllTargetsDisassemblers AllTargetsCodeGens - ) - llvm_config(uicommon USE_SHARED - mcdisassembler target ${LLVM_EXPAND_COMPONENTS} - ) - target_include_directories(uicommon PRIVATE ${LLVM_INCLUDE_DIRS}) - endif() -endif() - if(USE_DISCORD_PRESENCE) target_compile_definitions(uicommon PRIVATE -DUSE_DISCORD_PRESENCE) target_link_libraries(uicommon PRIVATE discord-rpc) diff --git a/Source/Core/UICommon/DBusUtils.cpp b/Source/Core/UICommon/DBusUtils.cpp new file mode 100644 index 0000000000..6f92f662c5 --- /dev/null +++ b/Source/Core/UICommon/DBusUtils.cpp @@ -0,0 +1,204 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "UICommon/DBusUtils.h" + +#include +#include +#include +#include +#include +#include + +#include "Common/Logging/Log.h" + +namespace DBusUtils +{ +static bool InhibitFDO(); +static bool InhibitXfce(); +static bool InhibitMate(); +static bool InhibitPortal(); +static void Uninhibit(); + +static constexpr char s_app_id[] = "org.DolphinEmu.dolphin-emu"; + +// Cookie for the org.freedesktop.ScreenSaver interface +static uint32_t s_fdo_cookie = 0; +// Cookie for the org.xfce.ScreenSaver interface +static uint32_t s_xfce_cookie = 0; +// Cookie for the org.mate.ScreenSaver interface +static uint32_t s_mate_cookie = 0; +// Return handle for the org.freedesktop.portal.Desktop interface +static QString s_portal_handle; + +// Uses D-Bus to inhibit the screensaver +// Tries various D-Bus interfaces until it finds one that works +void InhibitScreenSaver(bool inhibit) +{ + if (inhibit) + { + if (s_fdo_cookie || s_xfce_cookie || s_mate_cookie || !s_portal_handle.isEmpty()) + return; + if (!InhibitFDO() && !InhibitXfce() && !InhibitMate() && !InhibitPortal()) + INFO_LOG_FMT(VIDEO, "Could not inhibit screensaver: No services available"); + } + else + Uninhibit(); +} + +// Inhibits screensaver on Xfce desktop +static bool InhibitXfce() +{ + QDBusInterface interface("org.xfce.ScreenSaver", "/", "org.xfce.ScreenSaver"); + if (!interface.isValid()) + return false; + + QDBusReply reply = interface.call("Inhibit", s_app_id, QObject::tr("Playing a game")); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.xfce.ScreenSaver::Inhibit failed: {}", + interface.lastError().message().toStdString()); + return false; + } + INFO_LOG_FMT(VIDEO, "org.xfce.ScreenSaver::Inhibit succeeded"); + s_xfce_cookie = reply; + return true; +} + +// Inhibits screensaver on the MATE desktop +// MATE advertises support for xdg-desktop-portal Inhibit, +// but it doesn't work as of Fedora 40 +static bool InhibitMate() +{ + QDBusInterface interface("org.mate.ScreenSaver", "/org/mate/ScreenSaver", "org.mate.ScreenSaver"); + if (!interface.isValid()) + return false; + + QDBusReply reply = interface.call("Inhibit", s_app_id, QObject::tr("Playing a game")); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.mate.ScreenSaver::Inhibit failed: {}", + interface.lastError().message().toStdString()); + return false; + } + INFO_LOG_FMT(VIDEO, "org.mate.ScreenSaver::Inhibit succeeded"); + s_mate_cookie = reply; + return true; +} + +// Inhibits screensaver on GNOME, KDE and Cinnamon +static bool InhibitFDO() +{ + QDBusInterface interface("org.freedesktop.ScreenSaver", "/org/freedesktop/ScreenSaver", + "org.freedesktop.ScreenSaver"); + if (!interface.isValid()) + return false; + + QDBusReply reply = interface.call("Inhibit", s_app_id, QObject::tr("Playing a game")); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.freedesktop.ScreenSaver::Inhibit failed: {}", + interface.lastError().message().toStdString()); + return false; + } + INFO_LOG_FMT(VIDEO, "org.freedesktop.ScreenSaver::Inhibit succeeded"); + s_fdo_cookie = reply; + return true; +} + +// Inhibits screensaver when sandboxed through Flatpak +// Does not work on KDE Plasma versions before 6.1.5 +static bool InhibitPortal() +{ + QDBusInterface interface("org.freedesktop.portal.Desktop", "/org/freedesktop/portal/desktop", + "org.freedesktop.portal.Inhibit"); + if (!interface.isValid()) + return false; + + QHash options; + options["handle_token"] = "dolphin_" + QString::number(std::rand(), 0x10); + options["reason"] = QObject::tr("Playing a game"); + uint32_t flags = 9; // logout | idle + QDBusReply reply = interface.call("Inhibit", "", flags, options); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.freedesktop.portal.Desktop::Inhibit failed: {}", + interface.lastError().message().toStdString()); + return false; + } + INFO_LOG_FMT(VIDEO, "org.freedesktop.portal.Desktop::Inhibit succeeded"); + s_portal_handle = reply.value().path(); + return true; +} + +static void Uninhibit() +{ + if (s_fdo_cookie) + { + QDBusInterface interface("org.freedesktop.ScreenSaver", "/org/freedesktop/ScreenSaver", + "org.freedesktop.ScreenSaver"); + interface.call("UnInhibit", s_fdo_cookie); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.freedesktop.ScreenSaver::UnInhibit failed: {}", + interface.lastError().message().toStdString()); + } + else + { + INFO_LOG_FMT(VIDEO, "org.freedesktop.ScreenSaver::UnInhibit succeeded"); + } + s_fdo_cookie = 0; + } + + if (s_xfce_cookie) + { + QDBusInterface interface("org.xfce.ScreenSaver", "/org/xfce/ScreenSaver", + "org.xfce.ScreenSaver"); + interface.call("UnInhibit", s_xfce_cookie); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.xfce.ScreenSaver::UnInhibit failed: {}", + interface.lastError().message().toStdString()); + } + else + { + INFO_LOG_FMT(VIDEO, "org.xfce.ScreenSaver::UnInhibit succeeded"); + } + s_xfce_cookie = 0; + } + + if (s_mate_cookie) + { + QDBusInterface interface("org.mate.ScreenSaver", "/", "org.mate.ScreenSaver"); + interface.call("UnInhibit", s_mate_cookie); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.mate.ScreenSaver::UnInhibit failed: {}", + interface.lastError().message().toStdString()); + } + else + { + INFO_LOG_FMT(VIDEO, "org.mate.ScreenSaver::UnInhibit succeeded"); + } + s_mate_cookie = 0; + } + + if (!s_portal_handle.isEmpty()) + { + QDBusInterface interface("org.freedesktop.portal.Desktop", s_portal_handle, + "org.freedesktop.portal.Request"); + interface.call("Close"); + if (interface.lastError().isValid()) + { + WARN_LOG_FMT(VIDEO, "org.freedesktop.portal.Request::Close failed: {}", + interface.lastError().message().toStdString()); + } + else + { + INFO_LOG_FMT(VIDEO, "org.freedesktop.portal.Request::Close succeeded"); + } + s_portal_handle = QString(); + } +} + +} // namespace DBusUtils diff --git a/Source/Core/UICommon/DBusUtils.h b/Source/Core/UICommon/DBusUtils.h new file mode 100644 index 0000000000..5353efc319 --- /dev/null +++ b/Source/Core/UICommon/DBusUtils.h @@ -0,0 +1,11 @@ +// Copyright 2024 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +namespace DBusUtils +{ + +void InhibitScreenSaver(bool inhibit); + +} // namespace DBusUtils diff --git a/Source/Core/UICommon/Disassembler.cpp b/Source/Core/UICommon/Disassembler.cpp deleted file mode 100644 index 28857f6a6c..0000000000 --- a/Source/Core/UICommon/Disassembler.cpp +++ /dev/null @@ -1,208 +0,0 @@ -// Copyright 2008 Dolphin Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later - -#include "UICommon/Disassembler.h" - -#include - -#if defined(HAVE_LLVM) -#include -#include -#include -#elif defined(_M_X86_64) -#include // Bochs -#endif - -#include "Common/Assert.h" -#include "Common/VariantUtil.h" -#include "Core/PowerPC/JitInterface.h" -#include "Core/System.h" - -#if defined(HAVE_LLVM) -class HostDisassemblerLLVM : public HostDisassembler -{ -public: - HostDisassemblerLLVM(const std::string& host_disasm, int inst_size = -1, - const std::string& cpu = ""); - ~HostDisassemblerLLVM() - { - if (m_can_disasm) - LLVMDisasmDispose(m_llvm_context); - } - -private: - bool m_can_disasm; - LLVMDisasmContextRef m_llvm_context; - int m_instruction_size; - - std::string DisassembleHostBlock(const u8* code_start, const u32 code_size, - u32* host_instructions_count, u64 starting_pc) override; -}; - -HostDisassemblerLLVM::HostDisassemblerLLVM(const std::string& host_disasm, int inst_size, - const std::string& cpu) - : m_can_disasm(false), m_instruction_size(inst_size) -{ - LLVMInitializeAllTargetInfos(); - LLVMInitializeAllTargetMCs(); - LLVMInitializeAllDisassemblers(); - - m_llvm_context = - LLVMCreateDisasmCPU(host_disasm.c_str(), cpu.c_str(), nullptr, 0, nullptr, nullptr); - - // Couldn't create llvm context - if (!m_llvm_context) - return; - - LLVMSetDisasmOptions(m_llvm_context, LLVMDisassembler_Option_AsmPrinterVariant | - LLVMDisassembler_Option_PrintLatency); - - m_can_disasm = true; -} - -std::string HostDisassemblerLLVM::DisassembleHostBlock(const u8* code_start, const u32 code_size, - u32* host_instructions_count, - u64 starting_pc) -{ - if (!m_can_disasm) - return "(No LLVM context)"; - - u8* disasmPtr = (u8*)code_start; - const u8* end = code_start + code_size; - - std::ostringstream x86_disasm; - while ((u8*)disasmPtr < end) - { - char inst_disasm[256]; - size_t inst_size = LLVMDisasmInstruction(m_llvm_context, disasmPtr, (u64)(end - disasmPtr), - starting_pc, inst_disasm, 256); - - x86_disasm << "0x" << std::hex << starting_pc << "\t"; - if (!inst_size) - { - x86_disasm << "Invalid inst:"; - - if (m_instruction_size != -1) - { - // If we are on an architecture that has a fixed instruction size - // We can continue onward past this bad instruction. - std::string inst_str; - for (int i = 0; i < m_instruction_size; ++i) - inst_str += fmt::format("{:02x}", disasmPtr[i]); - - x86_disasm << inst_str << std::endl; - disasmPtr += m_instruction_size; - } - else - { - // We can't continue if we are on an architecture that has flexible instruction sizes - // Dump the rest of the block instead - std::string code_block; - for (int i = 0; (disasmPtr + i) < end; ++i) - code_block += fmt::format("{:02x}", disasmPtr[i]); - - x86_disasm << code_block << std::endl; - break; - } - } - else - { - x86_disasm << inst_disasm << std::endl; - disasmPtr += inst_size; - starting_pc += inst_size; - } - - (*host_instructions_count)++; - } - - return x86_disasm.str(); -} -#elif defined(_M_X86_64) -class HostDisassemblerX86 : public HostDisassembler -{ -public: - HostDisassemblerX86(); - -private: - disassembler m_disasm; - - std::string DisassembleHostBlock(const u8* code_start, const u32 code_size, - u32* host_instructions_count, u64 starting_pc) override; -}; - -HostDisassemblerX86::HostDisassemblerX86() -{ - m_disasm.set_syntax_intel(); -} - -std::string HostDisassemblerX86::DisassembleHostBlock(const u8* code_start, const u32 code_size, - u32* host_instructions_count, u64 starting_pc) -{ - u64 disasmPtr = (u64)code_start; - const u8* end = code_start + code_size; - - std::ostringstream x86_disasm; - while ((u8*)disasmPtr < end) - { - char inst_disasm[256]; - disasmPtr += m_disasm.disasm64(disasmPtr, disasmPtr, (u8*)disasmPtr, inst_disasm); - x86_disasm << inst_disasm << std::endl; - (*host_instructions_count)++; - } - - return x86_disasm.str(); -} -#endif - -std::unique_ptr GetNewDisassembler(const std::string& arch) -{ -#if defined(HAVE_LLVM) - if (arch == "x86") - return std::make_unique("x86_64-none-unknown"); - if (arch == "aarch64") - return std::make_unique("aarch64-none-unknown", 4, "cortex-a57"); - if (arch == "armv7") - return std::make_unique("armv7-none-unknown", 4, "cortex-a15"); -#elif defined(_M_X86_64) - if (arch == "x86") - return std::make_unique(); -#endif - return std::make_unique(); -} - -DisassembleResult DisassembleBlock(HostDisassembler* disasm, u32 address) -{ - auto res = Core::System::GetInstance().GetJitInterface().GetHostCode(address); - - return std::visit(overloaded{[&](JitInterface::GetHostCodeError error) { - DisassembleResult result; - switch (error) - { - case JitInterface::GetHostCodeError::NoJitActive: - result.text = "(No JIT active)"; - break; - case JitInterface::GetHostCodeError::NoTranslation: - result.text = "(No translation)"; - break; - default: - ASSERT(false); - break; - } - result.entry_address = address; - result.instruction_count = 0; - result.code_size = 0; - return result; - }, - [&](JitInterface::GetHostCodeResult host_result) { - DisassembleResult new_result; - u32 instruction_count = 0; - new_result.text = disasm->DisassembleHostBlock( - host_result.code, host_result.code_size, &instruction_count, - (u64)host_result.code); - new_result.entry_address = host_result.entry_address; - new_result.code_size = host_result.code_size; - new_result.instruction_count = instruction_count; - return new_result; - }}, - res); -} diff --git a/Source/Core/UICommon/Disassembler.h b/Source/Core/UICommon/Disassembler.h deleted file mode 100644 index 6c193c49c0..0000000000 --- a/Source/Core/UICommon/Disassembler.h +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright 2008 Dolphin Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#include -#include -#include "Common/CommonTypes.h" - -class HostDisassembler -{ -public: - virtual ~HostDisassembler() {} - virtual std::string DisassembleHostBlock(const u8* code_start, const u32 code_size, - u32* host_instructions_count, u64 starting_pc) - { - return "(No disassembler)"; - } -}; - -struct DisassembleResult -{ - std::string text; - u32 entry_address = 0; - u32 instruction_count = 0; - u32 code_size = 0; -}; - -std::unique_ptr GetNewDisassembler(const std::string& arch); -DisassembleResult DisassembleBlock(HostDisassembler* disasm, u32 address); diff --git a/Source/Core/UICommon/GameFile.cpp b/Source/Core/UICommon/GameFile.cpp index 7603463138..442added6e 100644 --- a/Source/Core/UICommon/GameFile.cpp +++ b/Source/Core/UICommon/GameFile.cpp @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -18,6 +17,7 @@ #include #include +#include #include #include "Common/BitUtils.h" @@ -613,11 +613,10 @@ bool GameFile::CheckIfTwoDiscGame(const std::string& game_id) const "S6T", "SDQ", }; - static_assert(std::is_sorted(two_disc_game_id_prefixes.begin(), two_disc_game_id_prefixes.end())); + static_assert(std::ranges::is_sorted(two_disc_game_id_prefixes)); std::string_view game_id_prefix(game_id.data(), GAME_ID_PREFIX_SIZE); - return std::binary_search(two_disc_game_id_prefixes.begin(), two_disc_game_id_prefixes.end(), - game_id_prefix); + return std::ranges::binary_search(two_disc_game_id_prefixes, game_id_prefix); } std::string GameFile::GetNetPlayName(const Core::TitleDatabase& title_database) const @@ -643,10 +642,7 @@ std::string GameFile::GetNetPlayName(const Core::TitleDatabase& title_database) } if (info.empty()) return name; - std::ostringstream ss; - std::copy(info.begin(), info.end() - 1, std::ostream_iterator(ss, ", ")); - ss << info.back(); - return name + " (" + ss.str() + ")"; + return fmt::format("{} ({})", name, fmt::join(info, ", ")); } static Common::SHA1::Digest GetHash(u32 value) diff --git a/Source/Core/UICommon/ResourcePack/Manager.cpp b/Source/Core/UICommon/ResourcePack/Manager.cpp index d57cbb498a..eda0e9c93b 100644 --- a/Source/Core/UICommon/ResourcePack/Manager.cpp +++ b/Source/Core/UICommon/ResourcePack/Manager.cpp @@ -85,7 +85,7 @@ std::vector& GetPacks() std::vector GetLowerPriorityPacks(const ResourcePack& pack) { std::vector list; - for (auto it = std::find(packs.begin(), packs.end(), pack) + 1; it != packs.end(); ++it) + for (auto it = std::ranges::find(packs, pack) + 1; it != packs.end(); ++it) { auto& entry = *it; if (!IsInstalled(pack)) @@ -100,7 +100,7 @@ std::vector GetLowerPriorityPacks(const ResourcePack& pack) std::vector GetHigherPriorityPacks(const ResourcePack& pack) { std::vector list; - auto end = std::find(packs.begin(), packs.end(), pack); + auto end = std::ranges::find(packs, pack); for (auto it = packs.begin(); it != end; ++it) { @@ -145,7 +145,7 @@ bool Remove(ResourcePack& pack) if (!result) return false; - auto pack_iterator = std::find(packs.begin(), packs.end(), pack); + auto pack_iterator = std::ranges::find(packs, pack); if (pack_iterator == packs.end()) return false; diff --git a/Source/Core/UICommon/ResourcePack/ResourcePack.cpp b/Source/Core/UICommon/ResourcePack/ResourcePack.cpp index 659e8808a1..f6d6a25239 100644 --- a/Source/Core/UICommon/ResourcePack/ResourcePack.cpp +++ b/Source/Core/UICommon/ResourcePack/ResourcePack.cpp @@ -170,10 +170,9 @@ bool ResourcePack::Install(const std::string& path) continue; const std::string texture_name = texture_zip_path.substr(texture_zip_path_prefix.size()); - auto texture_it = std::find_if( - m_textures.cbegin(), m_textures.cend(), [&texture_name](const std::string& texture) { - return mz_path_compare_wc(texture.c_str(), texture_name.c_str(), 1) == MZ_OK; - }); + auto texture_it = std::ranges::find_if(m_textures, [&texture_name](const std::string& texture) { + return mz_path_compare_wc(texture.c_str(), texture_name.c_str(), 1) == MZ_OK; + }); if (texture_it == m_textures.cend()) continue; const auto texture = *texture_it; @@ -307,9 +306,4 @@ bool ResourcePack::operator==(const ResourcePack& pack) const return pack.GetPath() == m_path; } -bool ResourcePack::operator!=(const ResourcePack& pack) const -{ - return !operator==(pack); -} - } // namespace ResourcePack diff --git a/Source/Core/UICommon/ResourcePack/ResourcePack.h b/Source/Core/UICommon/ResourcePack/ResourcePack.h index 4e003f5eea..32ef699a79 100644 --- a/Source/Core/UICommon/ResourcePack/ResourcePack.h +++ b/Source/Core/UICommon/ResourcePack/ResourcePack.h @@ -30,7 +30,6 @@ public: bool Uninstall(const std::string& path); bool operator==(const ResourcePack& pack) const; - bool operator!=(const ResourcePack& pack) const; private: bool m_valid = true; diff --git a/Source/Core/UICommon/UICommon.cpp b/Source/Core/UICommon/UICommon.cpp index d0f8345852..e4f79a6a6a 100644 --- a/Source/Core/UICommon/UICommon.cpp +++ b/Source/Core/UICommon/UICommon.cpp @@ -50,8 +50,8 @@ #include "UICommon/DiscordPresence.h" #include "UICommon/USBUtils.h" -#ifdef HAVE_X11 -#include "UICommon/X11Utils.h" +#ifdef HAVE_QTDBUS +#include "UICommon/DBusUtils.h" #endif #ifdef __APPLE__ @@ -225,7 +225,7 @@ void SetLocale(std::string locale_name) if (locale_name == "en") locale_name = "en_GB"; - std::replace(locale_name.begin(), locale_name.end(), OTHER_SEPARATOR, PREFERRED_SEPARATOR); + std::ranges::replace(locale_name, OTHER_SEPARATOR, PREFERRED_SEPARATOR); // Use the specified locale if supported. if (set_locale(locale_name)) @@ -480,17 +480,13 @@ bool TriggerSTMPowerEvent() return true; } -#ifdef HAVE_X11 -void InhibitScreenSaver(Window win, bool inhibit) -#else void InhibitScreenSaver(bool inhibit) -#endif { // Inhibit the screensaver. Depending on the operating system this may also // disable low-power states and/or screen dimming. -#ifdef HAVE_X11 - X11Utils::InhibitScreensaver(win, inhibit); +#ifdef HAVE_QTDBUS + DBusUtils::InhibitScreenSaver(inhibit); #endif #ifdef _WIN32 diff --git a/Source/Core/UICommon/UICommon.h b/Source/Core/UICommon/UICommon.h index f57518cf14..f23a0005c7 100644 --- a/Source/Core/UICommon/UICommon.h +++ b/Source/Core/UICommon/UICommon.h @@ -17,11 +17,7 @@ void Shutdown(); void InitControllers(const WindowSystemInfo& wsi); void ShutdownControllers(); -#ifdef HAVE_X11 -void InhibitScreenSaver(unsigned long win, bool enable); -#else -void InhibitScreenSaver(bool enable); -#endif +void InhibitScreenSaver(bool inhibit); // Calls std::locale::global, selecting a fallback locale if the // requested locale isn't available diff --git a/Source/Core/UICommon/X11Utils.cpp b/Source/Core/UICommon/X11Utils.cpp index 659017ad53..219c897d9e 100644 --- a/Source/Core/UICommon/X11Utils.cpp +++ b/Source/Core/UICommon/X11Utils.cpp @@ -45,24 +45,6 @@ bool ToggleFullscreen(Display* dpy, Window win) return true; } -void InhibitScreensaver(Window win, bool suspend) -{ - char id[11]; - snprintf(id, sizeof(id), "0x%lx", win); - - // Call xdg-screensaver - char* argv[4] = {(char*)"xdg-screensaver", (char*)(suspend ? "suspend" : "resume"), id, nullptr}; - pid_t pid; - if (!posix_spawnp(&pid, "xdg-screensaver", nullptr, nullptr, argv, environ)) - { - int status; - while (waitpid(pid, &status, 0) == -1) - ; - - INFO_LOG_FMT(VIDEO, "Started xdg-screensaver (PID = {})", pid); - } -} - #ifdef HAVE_XRANDR XRRConfiguration::XRRConfiguration(Display* _dpy, Window _win) : dpy(_dpy), win(_win), screenResources(nullptr), outputInfo(nullptr), crtcInfo(nullptr), diff --git a/Source/Core/UICommon/X11Utils.h b/Source/Core/UICommon/X11Utils.h index 7a406bd641..e71fada4c3 100644 --- a/Source/Core/UICommon/X11Utils.h +++ b/Source/Core/UICommon/X11Utils.h @@ -20,10 +20,6 @@ namespace X11Utils { bool ToggleFullscreen(Display* dpy, Window win); -Window XWindowFromHandle(void* Handle); -Display* XDisplayFromHandle(void* Handle); - -void InhibitScreensaver(Window win, bool suspend); #ifdef HAVE_XRANDR class XRRConfiguration diff --git a/Source/Core/UpdaterCommon/UpdaterCommon.cpp b/Source/Core/UpdaterCommon/UpdaterCommon.cpp index 9dd470e067..3032382bff 100644 --- a/Source/Core/UpdaterCommon/UpdaterCommon.cpp +++ b/Source/Core/UpdaterCommon/UpdaterCommon.cpp @@ -3,6 +3,7 @@ #include "UpdaterCommon/UpdaterCommon.h" +#include #include #include #include @@ -150,7 +151,7 @@ Manifest::Hash ComputeHash(const std::string& contents) false); Manifest::Hash out; - std::copy(full.begin(), full.begin() + 16, out.begin()); + std::copy_n(full.begin(), 16, out.begin()); return out; } diff --git a/Source/Core/VideoBackends/D3D/D3DBoundingBox.cpp b/Source/Core/VideoBackends/D3D/D3DBoundingBox.cpp index 8cab19ac95..b972b9dd6f 100644 --- a/Source/Core/VideoBackends/D3D/D3DBoundingBox.cpp +++ b/Source/Core/VideoBackends/D3D/D3DBoundingBox.cpp @@ -99,4 +99,4 @@ void D3DBoundingBox::Write(u32 index, std::span values) D3D::context->UpdateSubresource(m_buffer.Get(), 0, &box, values.data(), 0, 0); } -}; // namespace DX11 +} // namespace DX11 diff --git a/Source/Core/VideoBackends/D3D/D3DGfx.cpp b/Source/Core/VideoBackends/D3D/D3DGfx.cpp index 27b4f0a4a0..a58293ef6b 100644 --- a/Source/Core/VideoBackends/D3D/D3DGfx.cpp +++ b/Source/Core/VideoBackends/D3D/D3DGfx.cpp @@ -157,10 +157,11 @@ void Gfx::DispatchComputeShader(const AbstractShader* shader, u32 groupsize_x, u D3D::context->Dispatch(groups_x, groups_y, groups_z); } -void Gfx::BindBackbuffer(const ClearColor& clear_color) +bool Gfx::BindBackbuffer(const ClearColor& clear_color) { CheckForSwapChainChanges(); SetAndClearFramebuffer(m_swap_chain->GetFramebuffer(), clear_color); + return true; } void Gfx::PresentBackbuffer() diff --git a/Source/Core/VideoBackends/D3D/D3DGfx.h b/Source/Core/VideoBackends/D3D/D3DGfx.h index 07c47e93af..03104c25f4 100644 --- a/Source/Core/VideoBackends/D3D/D3DGfx.h +++ b/Source/Core/VideoBackends/D3D/D3DGfx.h @@ -60,7 +60,7 @@ public: void DrawIndexed(u32 base_index, u32 num_indices, u32 base_vertex) override; void DispatchComputeShader(const AbstractShader* shader, u32 groupsize_x, u32 groupsize_y, u32 groupsize_z, u32 groups_x, u32 groups_y, u32 groups_z) override; - void BindBackbuffer(const ClearColor& clear_color = {}) override; + bool BindBackbuffer(const ClearColor& clear_color = {}) override; void PresentBackbuffer() override; void SetFullscreen(bool enable_fullscreen) override; bool IsFullscreen() const override; diff --git a/Source/Core/VideoBackends/D3D12/D3D12BoundingBox.cpp b/Source/Core/VideoBackends/D3D12/D3D12BoundingBox.cpp index a26c4e8160..f5d0ebdd00 100644 --- a/Source/Core/VideoBackends/D3D12/D3D12BoundingBox.cpp +++ b/Source/Core/VideoBackends/D3D12/D3D12BoundingBox.cpp @@ -125,4 +125,4 @@ bool D3D12BoundingBox::CreateBuffers() return true; } -}; // namespace DX12 +} // namespace DX12 diff --git a/Source/Core/VideoBackends/D3D12/D3D12Gfx.cpp b/Source/Core/VideoBackends/D3D12/D3D12Gfx.cpp index 51441457e0..1b126a3909 100644 --- a/Source/Core/VideoBackends/D3D12/D3D12Gfx.cpp +++ b/Source/Core/VideoBackends/D3D12/D3D12Gfx.cpp @@ -365,10 +365,11 @@ void Gfx::DispatchComputeShader(const AbstractShader* shader, u32 groupsize_x, u m_dirty_bits |= DirtyState_Pipeline; } -void Gfx::BindBackbuffer(const ClearColor& clear_color) +bool Gfx::BindBackbuffer(const ClearColor& clear_color) { CheckForSwapChainChanges(); SetAndClearFramebuffer(m_swap_chain->GetCurrentFramebuffer(), clear_color); + return true; } void Gfx::CheckForSwapChainChanges() diff --git a/Source/Core/VideoBackends/D3D12/D3D12Gfx.h b/Source/Core/VideoBackends/D3D12/D3D12Gfx.h index 9f537e5e09..1f8e40314b 100644 --- a/Source/Core/VideoBackends/D3D12/D3D12Gfx.h +++ b/Source/Core/VideoBackends/D3D12/D3D12Gfx.h @@ -68,7 +68,7 @@ public: void DrawIndexed(u32 base_index, u32 num_indices, u32 base_vertex) override; void DispatchComputeShader(const AbstractShader* shader, u32 groupsize_x, u32 groupsize_y, u32 groupsize_z, u32 groups_x, u32 groups_y, u32 groups_z) override; - void BindBackbuffer(const ClearColor& clear_color = {}) override; + bool BindBackbuffer(const ClearColor& clear_color = {}) override; void PresentBackbuffer() override; SurfaceInfo GetSurfaceInfo() const override; diff --git a/Source/Core/VideoBackends/Metal/MTLGfx.h b/Source/Core/VideoBackends/Metal/MTLGfx.h index e92ae285e6..f1916766a6 100644 --- a/Source/Core/VideoBackends/Metal/MTLGfx.h +++ b/Source/Core/VideoBackends/Metal/MTLGfx.h @@ -67,7 +67,7 @@ public: void DrawIndexed(u32 base_index, u32 num_indices, u32 base_vertex) override; void DispatchComputeShader(const AbstractShader* shader, u32 groupsize_x, u32 groupsize_y, u32 groupsize_z, u32 groups_x, u32 groups_y, u32 groups_z) override; - void BindBackbuffer(const ClearColor& clear_color = {}) override; + bool BindBackbuffer(const ClearColor& clear_color = {}) override; void PresentBackbuffer() override; SurfaceInfo GetSurfaceInfo() const override; diff --git a/Source/Core/VideoBackends/Metal/MTLGfx.mm b/Source/Core/VideoBackends/Metal/MTLGfx.mm index d594117de5..a61c3d79d4 100644 --- a/Source/Core/VideoBackends/Metal/MTLGfx.mm +++ b/Source/Core/VideoBackends/Metal/MTLGfx.mm @@ -447,7 +447,7 @@ void Metal::Gfx::DispatchComputeShader(const AbstractShader* shader, // } } -void Metal::Gfx::BindBackbuffer(const ClearColor& clear_color) +bool Metal::Gfx::BindBackbuffer(const ClearColor& clear_color) { @autoreleasepool { @@ -456,6 +456,7 @@ void Metal::Gfx::BindBackbuffer(const ClearColor& clear_color) m_drawable = MRCRetain([m_layer nextDrawable]); m_backbuffer->UpdateBackbufferTexture([m_drawable texture]); SetAndClearFramebuffer(m_backbuffer.get(), clear_color); + return m_drawable != nullptr; } } diff --git a/Source/Core/VideoBackends/Metal/MTLObjectCache.h b/Source/Core/VideoBackends/Metal/MTLObjectCache.h index f47a513116..8404a6db57 100644 --- a/Source/Core/VideoBackends/Metal/MTLObjectCache.h +++ b/Source/Core/VideoBackends/Metal/MTLObjectCache.h @@ -39,7 +39,6 @@ struct DepthStencilSelector enum CompareMode CompareMode() const { return static_cast(value >> 1); } bool operator==(const DepthStencilSelector& other) const { return value == other.value; } - bool operator!=(const DepthStencilSelector& other) const { return !(*this == other); } static constexpr size_t N_VALUES = 1 << 4; }; @@ -65,7 +64,6 @@ struct SamplerSelector bool AnisotropicFiltering() const { return ((value >> 3) & 1); } bool operator==(const SamplerSelector& other) const { return value == other.value; } - bool operator!=(const SamplerSelector& other) const { return !(*this == other); } static constexpr size_t N_VALUES = (1 << 4) * 9; }; @@ -83,7 +81,7 @@ public: id GetSampler(SamplerSelector sel) { - if (__builtin_expect(!m_samplers[sel.value], false)) + if (!m_samplers[sel.value]) [[unlikely]] m_samplers[sel.value] = CreateSampler(sel); return m_samplers[sel.value]; } diff --git a/Source/Core/VideoBackends/Metal/MTLObjectCache.mm b/Source/Core/VideoBackends/Metal/MTLObjectCache.mm index 5d29f06e88..db0e338ae5 100644 --- a/Source/Core/VideoBackends/Metal/MTLObjectCache.mm +++ b/Source/Core/VideoBackends/Metal/MTLObjectCache.mm @@ -17,6 +17,7 @@ #include "VideoCommon/AbstractPipeline.h" #include "VideoCommon/NativeVertexFormat.h" #include "VideoCommon/VertexShaderGen.h" +#include "VideoCommon/VideoBackendBase.h" #include "VideoCommon/VideoConfig.h" MRCOwned> Metal::g_device; @@ -445,10 +446,66 @@ public: error:&err]; if (err) { - PanicAlertFmt("Failed to compile pipeline for {} and {}: {}", + static int counter; + std::string filename = VideoBackendBase::BadShaderFilename("pipeline", counter++); + FILE* file = fopen(filename.c_str(), "w"); + if (file) + { + fmt::println(file, "=============== Error ==============="); + fmt::println(file, "{}", [[err localizedDescription] UTF8String]); + fmt::println(file, "============== Pipeline ============="); + fmt::println(file, "VS: {}", [[[desc vertexFunction] label] UTF8String]); + fmt::println(file, "PS: {}", [[[desc fragmentFunction] label] UTF8String]); + fmt::println(file, "Color Format: {}", static_cast(fs.color_texture_format.Value())); + fmt::println(file, "Depth Format: {}", static_cast(fs.depth_texture_format.Value())); + fmt::println(file, "Sample Count: {}", fs.samples); + if (u32 cnt = fs.additional_color_attachment_count) + fmt::println(file, "Additional Color Attachments: {}", cnt); + if (bs.colorupdate && bs.alphaupdate) + fmt::println(file, "Write Color, Alpha"); + else if (bs.colorupdate) + fmt::println(file, "Write Color"); + else if (bs.alphaupdate) + fmt::println(file, "Write Alpha"); + else + fmt::println(file, "Write None"); + if (bs.blendenable) + { + auto print_blend = [file](const char* name, SrcBlendFactor src, DstBlendFactor dst, + bool subtract) { + if (subtract) + fmt::println(file, "{}: dst * {} - src * {}", name, dst, src); + else + fmt::println(file, "{}: src * {} + dst * {}", name, src, dst); + }; + print_blend("Color Blend", bs.srcfactor, bs.dstfactor, bs.subtract); + print_blend("Alpha Blend", bs.srcfactoralpha, bs.dstfactoralpha, bs.subtractAlpha); + fmt::println(file, "Blend Dual Source: {}", bs.usedualsrc ? "true" : "false"); + } + else + { + fmt::println(file, "Blend Disabled"); + } + if (const Shader* vs = static_cast(config.vertex_shader)) + { + fmt::println(file, "========= Vertex Shader MSL ========="); + fmt::println(file, "{}", vs->GetMSL()); + } + if (const Shader* ps = static_cast(config.pixel_shader)) + { + fmt::println(file, "========== Pixel Shader MSL ========="); + fmt::println(file, "{}", ps->GetMSL()); + } + fclose(file); + } + + std::string file_msg = file ? fmt::format("Details were written to {}", filename) : + "Failed to write detailed info"; + + PanicAlertFmt("Failed to compile pipeline for {} and {}: {}\n{}", [[[desc vertexFunction] label] UTF8String], [[[desc fragmentFunction] label] UTF8String], - [[err localizedDescription] UTF8String]); + [[err localizedDescription] UTF8String], file_msg); return std::make_pair(nullptr, PipelineReflection()); } diff --git a/Source/Core/VideoBackends/Metal/MTLShader.h b/Source/Core/VideoBackends/Metal/MTLShader.h index 018346bb6d..dca9d97931 100644 --- a/Source/Core/VideoBackends/Metal/MTLShader.h +++ b/Source/Core/VideoBackends/Metal/MTLShader.h @@ -19,6 +19,7 @@ public: ~Shader(); id GetShader() const { return m_shader; } + const std::string& GetMSL() const { return m_msl; } BinaryData GetBinary() const override; private: diff --git a/Source/Core/VideoBackends/Metal/MTLStateTracker.mm b/Source/Core/VideoBackends/Metal/MTLStateTracker.mm index b67c4162b1..131c7c2568 100644 --- a/Source/Core/VideoBackends/Metal/MTLStateTracker.mm +++ b/Source/Core/VideoBackends/Metal/MTLStateTracker.mm @@ -61,8 +61,8 @@ static NSString* GetName(Metal::StateTracker::UploadBuffer buffer) bool Metal::StateTracker::UsageTracker::PrepareForAllocation(u64 last_draw, size_t amt) { - auto removeme = std::find_if(m_usage.begin(), m_usage.end(), - [last_draw](UsageEntry usage) { return usage.drawno > last_draw; }); + auto removeme = std::ranges::find_if( + m_usage, [last_draw](UsageEntry usage) { return usage.drawno > last_draw; }); if (removeme != m_usage.begin()) m_usage.erase(m_usage.begin(), removeme); @@ -144,7 +144,7 @@ Metal::StateTracker::Map Metal::StateTracker::AllocateForTextureUpload(size_t am CPUBuffer& buffer = m_texture_upload_buffer; u64 last_draw = m_last_finished_draw.load(std::memory_order_acquire); bool needs_new = buffer.usage.PrepareForAllocation(last_draw, amt); - if (__builtin_expect(needs_new, false)) + if (needs_new) [[unlikely]] { // Orphan buffer size_t newsize = std::max(buffer.usage.Size() * 2, 4096); @@ -187,7 +187,7 @@ std::pair Metal::StateTracker::Preallocate(UploadBuffer buffer_id } buffer.last_upload = 0; } - if (__builtin_expect(needs_new, false)) + if (needs_new) [[unlikely]] { // Orphan buffer size_t newsize = std::max(buffer.usage.Size() * 2, 4096); diff --git a/Source/Core/VideoBackends/Metal/MTLUtil.mm b/Source/Core/VideoBackends/Metal/MTLUtil.mm index b9a195b555..de073280d7 100644 --- a/Source/Core/VideoBackends/Metal/MTLUtil.mm +++ b/Source/Core/VideoBackends/Metal/MTLUtil.mm @@ -309,7 +309,7 @@ void Metal::Util::PopulateBackendInfoFeatures(VideoConfig* config, id { // Requires SIMD-scoped reduction operations g_features.subgroup_ops = - [device supportsFamily:MTLGPUFamilyMac2] || [device supportsFamily:MTLGPUFamilyApple6]; + [device supportsFamily:MTLGPUFamilyMac2] || [device supportsFamily:MTLGPUFamilyApple7]; config->backend_info.bSupportsFramebufferFetch = [device supportsFamily:MTLGPUFamilyApple1]; } if (g_features.subgroup_ops) @@ -559,6 +559,9 @@ std::optional Metal::Util::TranslateShaderToMSL(ShaderStage stage, options.platform = spirv_cross::CompilerMSL::Options::macOS; #elif TARGET_OS_IOS options.platform = spirv_cross::CompilerMSL::Options::iOS; + // Otherwise SPIRV-Cross will try to compile subgroup ops to quad ops instead + // (And crash because there's no quad_min or quad_max) + options.ios_use_simdgroup_functions = Metal::g_features.subgroup_ops; #else #error What platform is this? #endif diff --git a/Source/Core/VideoBackends/OGL/OGLConfig.cpp b/Source/Core/VideoBackends/OGL/OGLConfig.cpp index 7fef1f458c..4b1e5308a2 100644 --- a/Source/Core/VideoBackends/OGL/OGLConfig.cpp +++ b/Source/Core/VideoBackends/OGL/OGLConfig.cpp @@ -4,9 +4,12 @@ #include "VideoBackends/OGL/OGLConfig.h" #include +#include #include #include +#include + #include "Common/Assert.h" #include "Common/GL/GLContext.h" #include "Common/GL/GLExtensions/GLExtensions.h" @@ -583,7 +586,7 @@ bool PopulateConfig(GLContext* m_main_gl_context) glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, colorInternalFormat, GL_SAMPLES, num_color_sample_counts, reinterpret_cast(color_aa_modes.data())); - ASSERT_MSG(VIDEO, std::is_sorted(color_aa_modes.rbegin(), color_aa_modes.rend()), + ASSERT_MSG(VIDEO, std::ranges::is_sorted(color_aa_modes | std::views::reverse), "GPU driver didn't return sorted color AA modes: [{}]", fmt::join(color_aa_modes, ", ")); } @@ -612,7 +615,7 @@ bool PopulateConfig(GLContext* m_main_gl_context) glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, depthInternalFormat, GL_SAMPLES, num_depth_sample_counts, reinterpret_cast(depth_aa_modes.data())); - ASSERT_MSG(VIDEO, std::is_sorted(depth_aa_modes.rbegin(), depth_aa_modes.rend()), + ASSERT_MSG(VIDEO, std::ranges::is_sorted(depth_aa_modes | std::views::reverse), "GPU driver didn't return sorted depth AA modes: [{}]", fmt::join(depth_aa_modes, ", ")); } @@ -628,10 +631,10 @@ bool PopulateConfig(GLContext* m_main_gl_context) g_Config.backend_info.AAModes.clear(); g_Config.backend_info.AAModes.reserve(std::min(color_aa_modes.size(), depth_aa_modes.size())); // We only want AA modes that are supported for both the color and depth textures. Probably - // the support is the same, though. rbegin/rend are used to swap the order ahead of time. - std::set_intersection(color_aa_modes.rbegin(), color_aa_modes.rend(), depth_aa_modes.rbegin(), - depth_aa_modes.rend(), - std::back_inserter(g_Config.backend_info.AAModes)); + // the support is the same, though. views::reverse is used to swap the order ahead of time. + std::ranges::set_intersection(color_aa_modes | std::views::reverse, + depth_aa_modes | std::views::reverse, + std::back_inserter(g_Config.backend_info.AAModes)); } else { @@ -658,7 +661,7 @@ bool PopulateConfig(GLContext* m_main_gl_context) } g_Config.backend_info.AAModes.push_back(1); // The UI wants ascending order - std::reverse(g_Config.backend_info.AAModes.begin(), g_Config.backend_info.AAModes.end()); + std::ranges::reverse(g_Config.backend_info.AAModes); } } else diff --git a/Source/Core/VideoBackends/OGL/OGLGfx.cpp b/Source/Core/VideoBackends/OGL/OGLGfx.cpp index fb773a6a2d..fa20a76d11 100644 --- a/Source/Core/VideoBackends/OGL/OGLGfx.cpp +++ b/Source/Core/VideoBackends/OGL/OGLGfx.cpp @@ -407,11 +407,12 @@ void OGLGfx::ClearRegion(const MathUtil::Rectangle& target_rc, bool colorEn glDepthMask(m_current_depth_state.updateenable); } -void OGLGfx::BindBackbuffer(const ClearColor& clear_color) +bool OGLGfx::BindBackbuffer(const ClearColor& clear_color) { CheckForSurfaceChange(); CheckForSurfaceResize(); SetAndClearFramebuffer(m_system_framebuffer.get(), clear_color); + return true; } void OGLGfx::PresentBackbuffer() diff --git a/Source/Core/VideoBackends/OGL/OGLGfx.h b/Source/Core/VideoBackends/OGL/OGLGfx.h index 1f392c7296..427aa3e559 100644 --- a/Source/Core/VideoBackends/OGL/OGLGfx.h +++ b/Source/Core/VideoBackends/OGL/OGLGfx.h @@ -57,7 +57,7 @@ public: void DrawIndexed(u32 base_index, u32 num_indices, u32 base_vertex) override; void DispatchComputeShader(const AbstractShader* shader, u32 groupsize_x, u32 groupsize_y, u32 groupsize_z, u32 groups_x, u32 groups_y, u32 groups_z) override; - void BindBackbuffer(const ClearColor& clear_color = {}) override; + bool BindBackbuffer(const ClearColor& clear_color = {}) override; void PresentBackbuffer() override; void BeginUtilityDrawing() override; diff --git a/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp b/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp index 91794696b9..fdf2fe347d 100644 --- a/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp +++ b/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp @@ -191,11 +191,6 @@ void SHADER::DestroyShaders() } } -bool PipelineProgramKey::operator!=(const PipelineProgramKey& rhs) const -{ - return !operator==(rhs); -} - bool PipelineProgramKey::operator==(const PipelineProgramKey& rhs) const { return std::tie(vertex_shader_id, geometry_shader_id, pixel_shader_id) == diff --git a/Source/Core/VideoBackends/OGL/ProgramShaderCache.h b/Source/Core/VideoBackends/OGL/ProgramShaderCache.h index 0d19abb490..c9a1b91f10 100644 --- a/Source/Core/VideoBackends/OGL/ProgramShaderCache.h +++ b/Source/Core/VideoBackends/OGL/ProgramShaderCache.h @@ -48,7 +48,6 @@ struct PipelineProgramKey u64 pixel_shader_id; bool operator==(const PipelineProgramKey& rhs) const; - bool operator!=(const PipelineProgramKey& rhs) const; bool operator<(const PipelineProgramKey& rhs) const; }; diff --git a/Source/Core/VideoBackends/Software/Rasterizer.cpp b/Source/Core/VideoBackends/Software/Rasterizer.cpp index b27dc14c89..718f2778b9 100644 --- a/Source/Core/VideoBackends/Software/Rasterizer.cpp +++ b/Source/Core/VideoBackends/Software/Rasterizer.cpp @@ -330,7 +330,7 @@ static void DrawTriangleFrontFace(const OutputVertexData* v0, const OutputVertex // adapted from http://devmaster.net/posts/6145/advanced-rasterization - // 28.4 fixed-pou32 coordinates. rounded to nearest and adjusted to match hardware output + // 28.4 fixed-point coordinates. rounded to nearest and adjusted to match hardware output // could also take floor and adjust -8 const s32 Y1 = iround(16.0f * (v0->screenPosition.y - scissor.y_off)) - 9; const s32 Y2 = iround(16.0f * (v1->screenPosition.y - scissor.y_off)) - 9; @@ -349,7 +349,7 @@ static void DrawTriangleFrontFace(const OutputVertexData* v0, const OutputVertex const s32 DY23 = Y2 - Y3; const s32 DY31 = Y3 - Y1; - // Fixed-pos32 deltas + // Fixed-point deltas const s32 FDX12 = DX12 * 16; const s32 FDX23 = DX23 * 16; const s32 FDX31 = DX31 * 16; diff --git a/Source/Core/VideoBackends/Software/SWGfx.cpp b/Source/Core/VideoBackends/Software/SWGfx.cpp index 7b9196063d..bfe7f95421 100644 --- a/Source/Core/VideoBackends/Software/SWGfx.cpp +++ b/Source/Core/VideoBackends/Software/SWGfx.cpp @@ -55,15 +55,16 @@ SWGfx::CreateFramebuffer(AbstractTexture* color_attachment, AbstractTexture* dep std::move(additional_color_attachments)); } -void SWGfx::BindBackbuffer(const ClearColor& clear_color) +bool SWGfx::BindBackbuffer(const ClearColor& clear_color) { // Look for framebuffer resizes if (!g_presenter->SurfaceResizedTestAndClear()) - return; + return true; GLContext* context = m_window->GetContext(); context->Update(); g_presenter->SetBackbuffer(context->GetBackBufferWidth(), context->GetBackBufferHeight()); + return true; } class SWShader final : public AbstractShader diff --git a/Source/Core/VideoBackends/Software/SWGfx.h b/Source/Core/VideoBackends/Software/SWGfx.h index 415564a19d..83773eccdb 100644 --- a/Source/Core/VideoBackends/Software/SWGfx.h +++ b/Source/Core/VideoBackends/Software/SWGfx.h @@ -26,7 +26,7 @@ public: CreateFramebuffer(AbstractTexture* color_attachment, AbstractTexture* depth_attachment, std::vector additional_color_attachments) override; - void BindBackbuffer(const ClearColor& clear_color = {}) override; + bool BindBackbuffer(const ClearColor& clear_color = {}) override; std::unique_ptr CreateShaderFromSource(ShaderStage stage, std::string_view source, std::string_view name) override; diff --git a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp index cfb05d096b..2e6e748a38 100644 --- a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp +++ b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp @@ -81,9 +81,7 @@ void SWVertexLoader::DrawCurrentBatch(u32 base_index, u32 num_indices, u32 base_ // transform this vertex so that it can be used for rasterization (outVertex) OutputVertexData* outVertex = m_setup_unit.GetVertex(); TransformUnit::TransformPosition(&m_vertex, outVertex); - outVertex->normal = {}; - if (VertexLoaderManager::g_current_components & VB_HAS_NORMAL) - TransformUnit::TransformNormal(&m_vertex, outVertex); + TransformUnit::TransformNormal(&m_vertex, outVertex); TransformUnit::TransformColor(&m_vertex, outVertex); TransformUnit::TransformTexCoord(&m_vertex, outVertex); @@ -209,6 +207,14 @@ void SWVertexLoader::ParseVertex(const PortableVertexDeclaration& vdec, int inde { ReadVertexAttribute(&m_vertex.normal[i][0], src, vdec.normals[i], 0, 3, false); } + if (!vdec.normals[0].enable) + { + auto& system = Core::System::GetInstance(); + auto& vertex_shader_manager = system.GetVertexShaderManager(); + m_vertex.normal[0][0] = vertex_shader_manager.constants.cached_normal[0]; + m_vertex.normal[0][1] = vertex_shader_manager.constants.cached_normal[1]; + m_vertex.normal[0][2] = vertex_shader_manager.constants.cached_normal[2]; + } if (!vdec.normals[1].enable) { auto& system = Core::System::GetInstance(); diff --git a/Source/Core/VideoBackends/Software/Tev.cpp b/Source/Core/VideoBackends/Software/Tev.cpp index 95a19ae7f1..674c545759 100644 --- a/Source/Core/VideoBackends/Software/Tev.cpp +++ b/Source/Core/VideoBackends/Software/Tev.cpp @@ -23,12 +23,6 @@ #include "VideoCommon/VideoConfig.h" #include "VideoCommon/XFMemory.h" -#ifdef _DEBUG -#define ALLOW_TEV_DUMPS 1 -#else -#define ALLOW_TEV_DUMPS 0 -#endif - static inline s16 Clamp255(s16 in) { return std::clamp(in, 0, 255); diff --git a/Source/Core/VideoBackends/Vulkan/CommandBufferManager.cpp b/Source/Core/VideoBackends/Vulkan/CommandBufferManager.cpp index 3aa05dbaf0..be262d98dd 100644 --- a/Source/Core/VideoBackends/Vulkan/CommandBufferManager.cpp +++ b/Source/Core/VideoBackends/Vulkan/CommandBufferManager.cpp @@ -300,7 +300,7 @@ void CommandBufferManager::WaitForCommandBufferCompletion(u32 index) } void CommandBufferManager::SubmitCommandBuffer(bool submit_on_worker_thread, - bool wait_for_completion, + bool wait_for_completion, bool advance_to_next_frame, VkSwapchainKHR present_swap_chain, uint32_t present_image_index) { @@ -334,7 +334,7 @@ void CommandBufferManager::SubmitCommandBuffer(bool submit_on_worker_thread, WaitForCommandBufferCompletion(m_current_cmd_buffer); } - if (present_swap_chain != VK_NULL_HANDLE) + if (advance_to_next_frame) { m_current_frame = (m_current_frame + 1) % NUM_FRAMES_IN_FLIGHT; diff --git a/Source/Core/VideoBackends/Vulkan/CommandBufferManager.h b/Source/Core/VideoBackends/Vulkan/CommandBufferManager.h index 0249097423..c6f167cf38 100644 --- a/Source/Core/VideoBackends/Vulkan/CommandBufferManager.h +++ b/Source/Core/VideoBackends/Vulkan/CommandBufferManager.h @@ -63,11 +63,18 @@ public: // Returns the semaphore for the current command buffer, which can be used to ensure the // swap chain image is ready before the command buffer executes. + // Once you've confirmed that the semaphore will be signalled this frame, call + // `MarkCurrentCommandBufferSemaphoreUsed`. VkSemaphore GetCurrentCommandBufferSemaphore() { - auto& resources = m_command_buffers[m_current_cmd_buffer]; - resources.semaphore_used = true; - return resources.semaphore; + return m_command_buffers[m_current_cmd_buffer].semaphore; + } + + // Marks the current command buffer's semaphore as used, so we'll wait on it in the next + // command buffer submission. + void MarkCurrentCommandBufferSemaphoreUsed() + { + m_command_buffers[m_current_cmd_buffer].semaphore_used = true; } // Ensure that the worker thread has submitted any previous command buffers and is idle. @@ -78,6 +85,7 @@ public: void WaitForFenceCounter(u64 fence_counter); void SubmitCommandBuffer(bool submit_on_worker_thread, bool wait_for_completion, + bool advance_to_next_frame = false, VkSwapchainKHR present_swap_chain = VK_NULL_HANDLE, uint32_t present_image_index = 0xFFFFFFFF); diff --git a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp index c32365f3fc..e32675fe57 100644 --- a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp +++ b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp @@ -627,24 +627,24 @@ bool ObjectCache::ValidatePipelineCache(const u8* data, size_t data_length) return false; } - if (header.vendor_id != g_vulkan_context->GetDeviceProperties().vendorID) + if (header.vendor_id != g_vulkan_context->GetDeviceInfo().vendorID) { ERROR_LOG_FMT( VIDEO, "Pipeline cache failed validation: Incorrect vendor ID (file: {:#X}, device: {:#X})", - header.vendor_id, g_vulkan_context->GetDeviceProperties().vendorID); + header.vendor_id, g_vulkan_context->GetDeviceInfo().vendorID); return false; } - if (header.device_id != g_vulkan_context->GetDeviceProperties().deviceID) + if (header.device_id != g_vulkan_context->GetDeviceInfo().deviceID) { ERROR_LOG_FMT( VIDEO, "Pipeline cache failed validation: Incorrect device ID (file: {:#X}, device: {:#X})", - header.device_id, g_vulkan_context->GetDeviceProperties().deviceID); + header.device_id, g_vulkan_context->GetDeviceInfo().deviceID); return false; } - if (std::memcmp(header.uuid, g_vulkan_context->GetDeviceProperties().pipelineCacheUUID, - VK_UUID_SIZE) != 0) + if (std::memcmp(header.uuid, g_vulkan_context->GetDeviceInfo().pipelineCacheUUID, VK_UUID_SIZE) != + 0) { ERROR_LOG_FMT(VIDEO, "Pipeline cache failed validation: Incorrect UUID"); return false; diff --git a/Source/Core/VideoBackends/Vulkan/VKGfx.cpp b/Source/Core/VideoBackends/Vulkan/VKGfx.cpp index ea4d972864..d65a5d4680 100644 --- a/Source/Core/VideoBackends/Vulkan/VKGfx.cpp +++ b/Source/Core/VideoBackends/Vulkan/VKGfx.cpp @@ -221,7 +221,7 @@ void VKGfx::WaitForGPUIdle() ExecuteCommandBuffer(false, true); } -void VKGfx::BindBackbuffer(const ClearColor& clear_color) +bool VKGfx::BindBackbuffer(const ClearColor& clear_color) { StateTracker::GetInstance()->EndRenderPass(); @@ -284,10 +284,22 @@ void VKGfx::BindBackbuffer(const ClearColor& clear_color) res = m_swap_chain->AcquireNextImage(); if (res != VK_SUCCESS && res != VK_SUBOPTIMAL_KHR) - PanicAlertFmt("Failed to grab image from swap chain: {:#010X} {}", Common::ToUnderlying(res), - VkResultToString(res)); + { + if (res == VK_ERROR_OUT_OF_DATE_KHR) + { + INFO_LOG_FMT(VIDEO, "Swapchain still out of date, will try again next frame..."); + } + else + { + PanicAlertFmt("Failed to grab image from swap chain: {:#010X} {}", + Common::ToUnderlying(res), VkResultToString(res)); + } + } } + if (!m_swap_chain->IsCurrentImageValid()) + return false; + // Transition from undefined (or present src, but it can be substituted) to // color attachment ready for writing. These transitions must occur outside // a render pass, unless the render pass declares a self-dependency. @@ -296,6 +308,7 @@ void VKGfx::BindBackbuffer(const ClearColor& clear_color) g_command_buffer_mgr->GetCurrentCommandBuffer(), VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); SetAndClearFramebuffer(m_swap_chain->GetCurrentFramebuffer(), ClearColor{{0.0f, 0.0f, 0.0f, 1.0f}}); + return true; } void VKGfx::PresentBackbuffer() @@ -303,17 +316,24 @@ void VKGfx::PresentBackbuffer() // End drawing to backbuffer StateTracker::GetInstance()->EndRenderPass(); - // Transition the backbuffer to PRESENT_SRC to ensure all commands drawing - // to it have finished before present. - m_swap_chain->GetCurrentTexture()->TransitionToLayout( - g_command_buffer_mgr->GetCurrentCommandBuffer(), VK_IMAGE_LAYOUT_PRESENT_SRC_KHR); + if (m_swap_chain->IsCurrentImageValid()) + { + // Transition the backbuffer to PRESENT_SRC to ensure all commands drawing + // to it have finished before present. + m_swap_chain->GetCurrentTexture()->TransitionToLayout( + g_command_buffer_mgr->GetCurrentCommandBuffer(), VK_IMAGE_LAYOUT_PRESENT_SRC_KHR); - // Submit the current command buffer, signaling rendering finished semaphore when it's done - // Because this final command buffer is rendering to the swap chain, we need to wait for - // the available semaphore to be signaled before executing the buffer. This final submission - // can happen off-thread in the background while we're preparing the next frame. - g_command_buffer_mgr->SubmitCommandBuffer(true, false, m_swap_chain->GetSwapChain(), - m_swap_chain->GetCurrentImageIndex()); + // Submit the current command buffer, signaling rendering finished semaphore when it's done + // Because this final command buffer is rendering to the swap chain, we need to wait for + // the available semaphore to be signaled before executing the buffer. This final submission + // can happen off-thread in the background while we're preparing the next frame. + g_command_buffer_mgr->SubmitCommandBuffer(true, false, true, m_swap_chain->GetSwapChain(), + m_swap_chain->GetCurrentImageIndex()); + } + else + { + g_command_buffer_mgr->SubmitCommandBuffer(true, false, true); + } // New cmdbuffer, so invalidate state. StateTracker::GetInstance()->InvalidateCachedState(); diff --git a/Source/Core/VideoBackends/Vulkan/VKGfx.h b/Source/Core/VideoBackends/Vulkan/VKGfx.h index 539b427a9d..f2e411a9f6 100644 --- a/Source/Core/VideoBackends/Vulkan/VKGfx.h +++ b/Source/Core/VideoBackends/Vulkan/VKGfx.h @@ -74,7 +74,7 @@ public: void DrawIndexed(u32 base_index, u32 num_indices, u32 base_vertex) override; void DispatchComputeShader(const AbstractShader* shader, u32 groupsize_x, u32 groupsize_y, u32 groupsize_z, u32 groups_x, u32 groups_y, u32 groups_z) override; - void BindBackbuffer(const ClearColor& clear_color = {}) override; + bool BindBackbuffer(const ClearColor& clear_color = {}) override; void PresentBackbuffer() override; void SetFullscreen(bool enable_fullscreen) override; bool IsFullscreen() const override; diff --git a/Source/Core/VideoBackends/Vulkan/VKMain.cpp b/Source/Core/VideoBackends/Vulkan/VKMain.cpp index 2eb9b34106..55ebfdf239 100644 --- a/Source/Core/VideoBackends/Vulkan/VKMain.cpp +++ b/Source/Core/VideoBackends/Vulkan/VKMain.cpp @@ -54,11 +54,8 @@ void VideoBackend::InitBackendInfo(const WindowSystemInfo& wsi) device_index = 0; VkPhysicalDevice gpu = gpu_list[device_index]; - VkPhysicalDeviceProperties properties; - vkGetPhysicalDeviceProperties(gpu, &properties); - VkPhysicalDeviceFeatures features; - vkGetPhysicalDeviceFeatures(gpu, &features); - VulkanContext::PopulateBackendInfoFeatures(&g_Config, gpu, properties, features); + VulkanContext::PhysicalDeviceInfo properties(gpu); + VulkanContext::PopulateBackendInfoFeatures(&g_Config, gpu, properties); VulkanContext::PopulateBackendInfoMultisampleModes(&g_Config, gpu, properties); } } @@ -187,10 +184,9 @@ bool VideoBackend::Initialize(const WindowSystemInfo& wsi) // Since VulkanContext maintains a copy of the device features and properties, we can use this // to initialize the backend information, so that we don't need to enumerate everything again. VulkanContext::PopulateBackendInfoFeatures(&g_Config, g_vulkan_context->GetPhysicalDevice(), - g_vulkan_context->GetDeviceProperties(), - g_vulkan_context->GetDeviceFeatures()); + g_vulkan_context->GetDeviceInfo()); VulkanContext::PopulateBackendInfoMultisampleModes( - &g_Config, g_vulkan_context->GetPhysicalDevice(), g_vulkan_context->GetDeviceProperties()); + &g_Config, g_vulkan_context->GetPhysicalDevice(), g_vulkan_context->GetDeviceInfo()); g_Config.backend_info.bSupportsExclusiveFullscreen = enable_surface && g_vulkan_context->SupportsExclusiveFullscreen(wsi, surface); diff --git a/Source/Core/VideoBackends/Vulkan/VKSwapChain.cpp b/Source/Core/VideoBackends/Vulkan/VKSwapChain.cpp index 58e2e439e8..1005cc034a 100644 --- a/Source/Core/VideoBackends/Vulkan/VKSwapChain.cpp +++ b/Source/Core/VideoBackends/Vulkan/VKSwapChain.cpp @@ -497,6 +497,9 @@ VkResult SwapChain::AcquireNextImage() VkResult res = vkAcquireNextImageKHR(g_vulkan_context->GetDevice(), m_swap_chain, UINT64_MAX, g_command_buffer_mgr->GetCurrentCommandBufferSemaphore(), VK_NULL_HANDLE, &m_current_swap_chain_image_index); + m_current_swap_chain_image_is_valid = res >= 0; + if (IsCurrentImageValid()) + g_command_buffer_mgr->MarkCurrentCommandBufferSemaphoreUsed(); if (res != VK_SUCCESS && res != VK_ERROR_OUT_OF_DATE_KHR && res != VK_SUBOPTIMAL_KHR) LOG_VULKAN_ERROR(res, "vkAcquireNextImageKHR failed: "); diff --git a/Source/Core/VideoBackends/Vulkan/VKSwapChain.h b/Source/Core/VideoBackends/Vulkan/VKSwapChain.h index 5e67217f2d..5f173185a0 100644 --- a/Source/Core/VideoBackends/Vulkan/VKSwapChain.h +++ b/Source/Core/VideoBackends/Vulkan/VKSwapChain.h @@ -38,6 +38,7 @@ public: u32 GetWidth() const { return m_width; } u32 GetHeight() const { return m_height; } u32 GetCurrentImageIndex() const { return m_current_swap_chain_image_index; } + bool IsCurrentImageValid() const { return m_current_swap_chain_image_is_valid; } VkImage GetCurrentImage() const { return m_swap_chain_images[m_current_swap_chain_image_index].image; @@ -98,6 +99,7 @@ private: bool m_fullscreen_supported = false; bool m_current_fullscreen_state = false; bool m_next_fullscreen_state = false; + bool m_current_swap_chain_image_is_valid = false; VkSwapchainKHR m_swap_chain = VK_NULL_HANDLE; std::vector m_swap_chain_images; diff --git a/Source/Core/VideoBackends/Vulkan/VKVertexManager.cpp b/Source/Core/VideoBackends/Vulkan/VKVertexManager.cpp index 73c9dfde59..e18a5ffd81 100644 --- a/Source/Core/VideoBackends/Vulkan/VKVertexManager.cpp +++ b/Source/Core/VideoBackends/Vulkan/VKVertexManager.cpp @@ -92,8 +92,8 @@ bool VertexManager::Initialize() // Prefer an 8MB buffer if possible, but use less if the device doesn't support this. // This buffer is potentially going to be addressed as R8s in the future, so we assume // that one element is one byte. - const u32 texel_buffer_size = std::min( - TEXEL_STREAM_BUFFER_SIZE, g_vulkan_context->GetDeviceLimits().maxTexelBufferElements); + const u32 texel_buffer_size = + std::min(TEXEL_STREAM_BUFFER_SIZE, g_vulkan_context->GetDeviceInfo().maxTexelBufferElements); m_texel_stream_buffer = StreamBuffer::Create(VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT, texel_buffer_size); if (!m_texel_stream_buffer) diff --git a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp index db6d8b99d4..ed2407775a 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp +++ b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp @@ -22,22 +22,113 @@ static constexpr const char* VALIDATION_LAYER_NAME = "VK_LAYER_KHRONOS_validatio std::unique_ptr g_vulkan_context; -VulkanContext::VulkanContext(VkInstance instance, VkPhysicalDevice physical_device) - : m_instance(instance), m_physical_device(physical_device) +template +static void InsertIntoChain(Chain* chain, Element* element) { - // Read device physical memory properties, we need it for allocating buffers - vkGetPhysicalDeviceProperties(physical_device, &m_device_properties); - vkGetPhysicalDeviceMemoryProperties(physical_device, &m_device_memory_properties); + element->pNext = chain->pNext; + chain->pNext = element; +} - // Would any drivers be this silly? I hope not... - m_device_properties.limits.minUniformBufferOffsetAlignment = std::max( - m_device_properties.limits.minUniformBufferOffsetAlignment, static_cast(1)); - m_device_properties.limits.minTexelBufferOffsetAlignment = std::max( - m_device_properties.limits.minTexelBufferOffsetAlignment, static_cast(1)); - m_device_properties.limits.optimalBufferCopyOffsetAlignment = std::max( - m_device_properties.limits.optimalBufferCopyOffsetAlignment, static_cast(1)); - m_device_properties.limits.optimalBufferCopyRowPitchAlignment = std::max( - m_device_properties.limits.optimalBufferCopyRowPitchAlignment, static_cast(1)); +VulkanContext::PhysicalDeviceInfo::PhysicalDeviceInfo(VkPhysicalDevice device) +{ + VkPhysicalDeviceFeatures features; + VkPhysicalDeviceProperties2 properties2; + VkPhysicalDeviceProperties& properties = properties2.properties; + + vkGetPhysicalDeviceProperties(device, &properties); + vkGetPhysicalDeviceFeatures(device, &features); + apiVersion = vkGetPhysicalDeviceProperties2 ? properties.apiVersion : VK_API_VERSION_1_0; + + if (apiVersion >= VK_API_VERSION_1_1) + { + VkPhysicalDeviceSubgroupProperties properties_subgroup = {}; + VkPhysicalDeviceVulkan12Properties properties_vk12 = {}; + properties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; + properties2.pNext = nullptr; + properties_subgroup.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES; + InsertIntoChain(&properties2, &properties_subgroup); + + if (apiVersion >= VK_API_VERSION_1_2) + { + properties_vk12.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_2_PROPERTIES; + InsertIntoChain(&properties2, &properties_vk12); + } + + vkGetPhysicalDeviceProperties2(device, &properties2); + + if (apiVersion >= VK_API_VERSION_1_2) + { + driverID = properties_vk12.driverID; + } + + subgroupSize = properties_subgroup.subgroupSize; + + // We require basic ops (for gl_SubgroupInvocationID), ballot (for subgroupBallot, + // subgroupBallotFindLSB), and arithmetic (for subgroupMin/subgroupMax). + // Shuffle is enabled as a workaround until SPIR-V >= 1.5 is enabled with broadcast(uniform) + // support. + constexpr VkSubgroupFeatureFlags required_operations = + VK_SUBGROUP_FEATURE_BASIC_BIT | VK_SUBGROUP_FEATURE_ARITHMETIC_BIT | + VK_SUBGROUP_FEATURE_BALLOT_BIT | VK_SUBGROUP_FEATURE_SHUFFLE_BIT; + shaderSubgroupOperations = + (properties_subgroup.supportedOperations & required_operations) == required_operations && + properties_subgroup.supportedStages & VK_SHADER_STAGE_FRAGMENT_BIT; + } + + memcpy(deviceName, properties.deviceName, sizeof(deviceName)); + memcpy(pipelineCacheUUID, properties.pipelineCacheUUID, sizeof(pipelineCacheUUID)); + vendorID = properties.vendorID; + deviceID = properties.deviceID; + minUniformBufferOffsetAlignment = + std::max(properties.limits.minUniformBufferOffsetAlignment, 1); + bufferImageGranularity = std::max(properties.limits.bufferImageGranularity, 1); + maxTexelBufferElements = properties.limits.maxTexelBufferElements; + maxImageDimension2D = properties.limits.maxImageDimension2D; + framebufferColorSampleCounts = properties.limits.framebufferColorSampleCounts; + framebufferDepthSampleCounts = properties.limits.framebufferDepthSampleCounts; + memcpy(pointSizeRange, properties.limits.pointSizeRange, sizeof(pointSizeRange)); + maxSamplerAnisotropy = properties.limits.maxSamplerAnisotropy; + + dualSrcBlend = features.dualSrcBlend != VK_FALSE; + geometryShader = features.geometryShader != VK_FALSE; + samplerAnisotropy = features.samplerAnisotropy != VK_FALSE; + logicOp = features.logicOp != VK_FALSE; + fragmentStoresAndAtomics = features.fragmentStoresAndAtomics != VK_FALSE; + sampleRateShading = features.sampleRateShading != VK_FALSE; + largePoints = features.largePoints != VK_FALSE; + shaderStorageImageMultisample = features.shaderStorageImageMultisample != VK_FALSE; + shaderTessellationAndGeometryPointSize = + features.shaderTessellationAndGeometryPointSize != VK_FALSE; + occlusionQueryPrecise = features.occlusionQueryPrecise != VK_FALSE; + shaderClipDistance = features.shaderClipDistance != VK_FALSE; + depthClamp = features.depthClamp != VK_FALSE; + textureCompressionBC = features.textureCompressionBC != VK_FALSE; +} + +VkPhysicalDeviceFeatures VulkanContext::PhysicalDeviceInfo::features() const +{ + VkPhysicalDeviceFeatures features; + memset(&features, 0, sizeof(features)); + features.dualSrcBlend = dualSrcBlend ? VK_TRUE : VK_FALSE; + features.geometryShader = geometryShader ? VK_TRUE : VK_FALSE; + features.samplerAnisotropy = samplerAnisotropy ? VK_TRUE : VK_FALSE; + features.logicOp = logicOp ? VK_TRUE : VK_FALSE; + features.fragmentStoresAndAtomics = fragmentStoresAndAtomics ? VK_TRUE : VK_FALSE; + features.sampleRateShading = sampleRateShading ? VK_TRUE : VK_FALSE; + features.largePoints = largePoints ? VK_TRUE : VK_FALSE; + features.shaderStorageImageMultisample = shaderStorageImageMultisample ? VK_TRUE : VK_FALSE; + features.shaderTessellationAndGeometryPointSize = + shaderTessellationAndGeometryPointSize ? VK_TRUE : VK_FALSE; + features.occlusionQueryPrecise = occlusionQueryPrecise ? VK_TRUE : VK_FALSE; + features.shaderClipDistance = shaderClipDistance ? VK_TRUE : VK_FALSE; + features.depthClamp = depthClamp ? VK_TRUE : VK_FALSE; + features.textureCompressionBC = textureCompressionBC ? VK_TRUE : VK_FALSE; + return features; +} + +VulkanContext::VulkanContext(VkInstance instance, VkPhysicalDevice physical_device) + : m_instance(instance), m_physical_device(physical_device), m_device_info(physical_device) +{ } VulkanContext::~VulkanContext() @@ -115,6 +206,27 @@ bool VulkanContext::CheckValidationLayerAvailablility() return supports_debug_utils && supports_validation_layers; } +static u32 getAPIVersion() +{ + u32 supported_version; + u32 used_version = VK_API_VERSION_1_0; + if (vkEnumerateInstanceVersion && vkEnumerateInstanceVersion(&supported_version) == VK_SUCCESS) + { + // The device itself may not support 1.1, so we check that before using any 1.1 functionality. + if (supported_version >= VK_API_VERSION_1_2) + used_version = VK_API_VERSION_1_2; + else if (supported_version >= VK_API_VERSION_1_1) + used_version = VK_API_VERSION_1_1; + WARN_LOG_FMT(HOST_GPU, "Using Vulkan 1.{}, supported: {}.{}", VK_VERSION_MINOR(used_version), + VK_VERSION_MAJOR(supported_version), VK_VERSION_MINOR(supported_version)); + } + else + { + WARN_LOG_FMT(HOST_GPU, "Using Vulkan 1.0"); + } + return used_version; +} + VkInstance VulkanContext::CreateVulkanInstance(WindowSystemType wstype, bool enable_debug_utils, bool enable_validation_layer, u32* out_vk_api_version) @@ -131,31 +243,7 @@ VkInstance VulkanContext::CreateVulkanInstance(WindowSystemType wstype, bool ena app_info.applicationVersion = VK_MAKE_VERSION(5, 0, 0); app_info.pEngineName = "Dolphin Emulator"; app_info.engineVersion = VK_MAKE_VERSION(5, 0, 0); - app_info.apiVersion = VK_MAKE_VERSION(1, 0, 0); - - // Try for Vulkan 1.1 if the loader supports it. - if (vkEnumerateInstanceVersion) - { - u32 supported_api_version = 0; - VkResult res = vkEnumerateInstanceVersion(&supported_api_version); - if (res == VK_SUCCESS && (VK_VERSION_MAJOR(supported_api_version) > 1 || - VK_VERSION_MINOR(supported_api_version) >= 1)) - { - // The device itself may not support 1.1, so we check that before using any 1.1 functionality. - app_info.apiVersion = VK_MAKE_VERSION(1, 1, 0); - WARN_LOG_FMT(HOST_GPU, "Using Vulkan 1.1, supported: {}.{}", - VK_VERSION_MAJOR(supported_api_version), - VK_VERSION_MINOR(supported_api_version)); - } - else - { - WARN_LOG_FMT(HOST_GPU, "Using Vulkan 1.0"); - } - } - else - { - WARN_LOG_FMT(HOST_GPU, "Using Vulkan 1.0"); - } + app_info.apiVersion = getAPIVersion(); *out_vk_api_version = app_info.apiVersion; @@ -397,55 +485,49 @@ void VulkanContext::PopulateBackendInfoAdapters(VideoConfig* config, const GPULi } void VulkanContext::PopulateBackendInfoFeatures(VideoConfig* config, VkPhysicalDevice gpu, - const VkPhysicalDeviceProperties& properties, - const VkPhysicalDeviceFeatures& features) + const PhysicalDeviceInfo& info) { - config->backend_info.MaxTextureSize = properties.limits.maxImageDimension2D; + config->backend_info.MaxTextureSize = info.maxImageDimension2D; config->backend_info.bUsesLowerLeftOrigin = false; - config->backend_info.bSupportsDualSourceBlend = (features.dualSrcBlend == VK_TRUE); - config->backend_info.bSupportsGeometryShaders = (features.geometryShader == VK_TRUE); - config->backend_info.bSupportsGSInstancing = (features.geometryShader == VK_TRUE); + config->backend_info.bSupportsDualSourceBlend = info.dualSrcBlend; + config->backend_info.bSupportsGeometryShaders = info.geometryShader; + config->backend_info.bSupportsGSInstancing = info.geometryShader; config->backend_info.bSupportsBBox = config->backend_info.bSupportsFragmentStoresAndAtomics = - (features.fragmentStoresAndAtomics == VK_TRUE); - config->backend_info.bSupportsSSAA = (features.sampleRateShading == VK_TRUE); - config->backend_info.bSupportsLogicOp = (features.logicOp == VK_TRUE); + info.fragmentStoresAndAtomics; + config->backend_info.bSupportsSSAA = info.sampleRateShading; + config->backend_info.bSupportsLogicOp = info.logicOp; -#ifdef __APPLE__ // Metal doesn't support this. - config->backend_info.bSupportsLodBiasInSampler = false; -#else - config->backend_info.bSupportsLodBiasInSampler = true; -#endif + config->backend_info.bSupportsLodBiasInSampler = info.driverID != VK_DRIVER_ID_MOLTENVK; // Disable geometry shader when shaderTessellationAndGeometryPointSize is not supported. // Seems this is needed for gl_Layer. - if (!features.shaderTessellationAndGeometryPointSize) + if (!info.shaderTessellationAndGeometryPointSize) { config->backend_info.bSupportsGeometryShaders = VK_FALSE; config->backend_info.bSupportsGSInstancing = VK_FALSE; } // Depth clamping implies shaderClipDistance and depthClamp - config->backend_info.bSupportsDepthClamp = - (features.depthClamp == VK_TRUE && features.shaderClipDistance == VK_TRUE); + config->backend_info.bSupportsDepthClamp = info.depthClamp && info.shaderClipDistance; // textureCompressionBC implies BC1 through BC7, which is a superset of DXT1/3/5, which we need. - const bool supports_bc = features.textureCompressionBC == VK_TRUE; - config->backend_info.bSupportsST3CTextures = supports_bc; - config->backend_info.bSupportsBPTCTextures = supports_bc; + config->backend_info.bSupportsST3CTextures = info.textureCompressionBC; + config->backend_info.bSupportsBPTCTextures = info.textureCompressionBC; // Some devices don't support point sizes >1 (e.g. Adreno). // If we can't use a point size above our maximum IR, use triangles instead for EFB pokes. // This means a 6x increase in the size of the vertices, though. - config->backend_info.bSupportsLargePoints = features.largePoints && - properties.limits.pointSizeRange[0] <= 1.0f && - properties.limits.pointSizeRange[1] >= 16; + config->backend_info.bSupportsLargePoints = + info.largePoints && info.pointSizeRange[0] <= 1.0f && info.pointSizeRange[1] >= 16; - std::string device_name = properties.deviceName; - u32 vendor_id = properties.vendorID; + std::string device_name = info.deviceName; + u32 vendor_id = info.vendorID; + bool is_moltenvk = info.driverID == VK_DRIVER_ID_MOLTENVK; // Only Apple family GPUs support framebuffer fetch. - if (vendor_id == 0x106B || device_name.find("Apple") != std::string::npos) + // We currently use a hacked MoltenVK to implement this, so don't attempt outside of MVK + if (is_moltenvk && (vendor_id == 0x106B || device_name.find("Apple") != std::string::npos)) { config->backend_info.bSupportsFramebufferFetch = true; } @@ -465,8 +547,8 @@ void VulkanContext::PopulateBackendInfoFeatures(VideoConfig* config, VkPhysicalD config->backend_info.bSupportsDynamicSamplerIndexing = false; } -void VulkanContext::PopulateBackendInfoMultisampleModes( - VideoConfig* config, VkPhysicalDevice gpu, const VkPhysicalDeviceProperties& properties) +void VulkanContext::PopulateBackendInfoMultisampleModes(VideoConfig* config, VkPhysicalDevice gpu, + const PhysicalDeviceInfo& info) { // Query image support for the EFB texture formats. VkImageFormatProperties efb_color_properties = {}; @@ -479,10 +561,9 @@ void VulkanContext::PopulateBackendInfoMultisampleModes( VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, 0, &efb_depth_properties); // We can only support MSAA if it's supported on our render target formats. - VkSampleCountFlags supported_sample_counts = properties.limits.framebufferColorSampleCounts & - properties.limits.framebufferDepthSampleCounts & - efb_color_properties.sampleCounts & - efb_depth_properties.sampleCounts; + VkSampleCountFlags supported_sample_counts = + info.framebufferColorSampleCounts & info.framebufferDepthSampleCounts & + efb_color_properties.sampleCounts & efb_depth_properties.sampleCounts; // No AA config->backend_info.AAModes.clear(); @@ -522,7 +603,6 @@ std::unique_ptr VulkanContext::Create(VkInstance instance, VkPhys // Initialize DriverDetails so that we can check for bugs to disable features if needed. context->InitDriverDetails(); - context->PopulateShaderSubgroupSupport(); // Enable debug messages if the "Host GPU" log category is enabled. if (enable_debug_utils) @@ -599,41 +679,15 @@ bool VulkanContext::SelectDeviceExtensions(bool enable_surface) return true; } -bool VulkanContext::SelectDeviceFeatures() +void VulkanContext::WarnMissingDeviceFeatures() { - VkPhysicalDeviceProperties properties; - vkGetPhysicalDeviceProperties(m_physical_device, &properties); - - VkPhysicalDeviceFeatures available_features; - vkGetPhysicalDeviceFeatures(m_physical_device, &available_features); - - // Not having geometry shaders or wide lines will cause issues with rendering. - if (!available_features.geometryShader && !available_features.wideLines) - WARN_LOG_FMT(VIDEO, "Vulkan: Missing both geometryShader and wideLines features."); - if (!available_features.largePoints) + if (!m_device_info.largePoints) WARN_LOG_FMT(VIDEO, "Vulkan: Missing large points feature. CPU EFB writes will be slower."); - if (!available_features.occlusionQueryPrecise) + if (!m_device_info.occlusionQueryPrecise) { WARN_LOG_FMT(VIDEO, "Vulkan: Missing precise occlusion queries. Perf queries will be inaccurate."); } - // Enable the features we use. - m_device_features.dualSrcBlend = available_features.dualSrcBlend; - m_device_features.geometryShader = available_features.geometryShader; - m_device_features.samplerAnisotropy = available_features.samplerAnisotropy; - m_device_features.logicOp = available_features.logicOp; - m_device_features.fragmentStoresAndAtomics = available_features.fragmentStoresAndAtomics; - m_device_features.sampleRateShading = available_features.sampleRateShading; - m_device_features.largePoints = available_features.largePoints; - m_device_features.shaderStorageImageMultisample = - available_features.shaderStorageImageMultisample; - m_device_features.shaderTessellationAndGeometryPointSize = - available_features.shaderTessellationAndGeometryPointSize; - m_device_features.occlusionQueryPrecise = available_features.occlusionQueryPrecise; - m_device_features.shaderClipDistance = available_features.shaderClipDistance; - m_device_features.depthClamp = available_features.depthClamp; - m_device_features.textureCompressionBC = available_features.textureCompressionBC; - return true; } bool VulkanContext::CreateDevice(VkSurfaceKHR surface, bool enable_validation_layer) @@ -749,11 +803,10 @@ bool VulkanContext::CreateDevice(VkSurfaceKHR surface, bool enable_validation_la device_info.enabledExtensionCount = static_cast(extension_name_pointers.size()); device_info.ppEnabledExtensionNames = extension_name_pointers.data(); - // Check for required features before creating. - if (!SelectDeviceFeatures()) - return false; + WarnMissingDeviceFeatures(); - device_info.pEnabledFeatures = &m_device_features; + VkPhysicalDeviceFeatures device_features = m_device_info.features(); + device_info.pEnabledFeatures = &device_features; // Enable debug layer on debug builds if (enable_validation_layer) @@ -880,6 +933,41 @@ bool VulkanContext::SupportsDeviceExtension(const char* name) const [name](const std::string& extension) { return extension == name; }); } +static bool DriverIsMesa(VkDriverId driver_id) +{ + switch (driver_id) + { + case VK_DRIVER_ID_MESA_RADV: + case VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA: + case VK_DRIVER_ID_MESA_LLVMPIPE: + case VK_DRIVER_ID_MESA_TURNIP: + case VK_DRIVER_ID_MESA_V3DV: + case VK_DRIVER_ID_MESA_PANVK: + case VK_DRIVER_ID_MESA_VENUS: + case VK_DRIVER_ID_MESA_DOZEN: + case VK_DRIVER_ID_MESA_NVK: + case VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA: + case VK_DRIVER_ID_MESA_HONEYKRISP: + return true; + default: + return false; + } +} + +static DriverDetails::Driver GetMesaDriver(VkDriverId driver_id) +{ + switch (driver_id) + { + // clang-format off + case VK_DRIVER_ID_MESA_RADV: return DriverDetails::DRIVER_R600; + case VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA: return DriverDetails::DRIVER_I965; + case VK_DRIVER_ID_MESA_NVK: return DriverDetails::DRIVER_NOUVEAU; + case VK_DRIVER_ID_MESA_TURNIP: return DriverDetails::DRIVER_FREEDRENO; + default: return DriverDetails::DRIVER_UNKNOWN; + // clang-format on + } +} + void VulkanContext::InitDriverDetails() { DriverDetails::Vendor vendor; @@ -888,9 +976,17 @@ void VulkanContext::InitDriverDetails() // String comparisons aren't ideal, but there doesn't seem to be any other way to tell // which vendor a driver is for. These names are based on the reports submitted to // vulkan.gpuinfo.org, as of 19/09/2017. - std::string device_name = m_device_properties.deviceName; - u32 vendor_id = m_device_properties.vendorID; - if (vendor_id == 0x10DE) + std::string device_name = m_device_info.deviceName; + u32 vendor_id = m_device_info.vendorID; + // Note: driver_id may be 0 on vulkan < 1.2 + VkDriverId driver_id = m_device_info.driverID; + + if (DriverIsMesa(driver_id)) + { + vendor = DriverDetails::VENDOR_MESA; + driver = GetMesaDriver(driver_id); + } + else if (vendor_id == 0x10DE) { // Currently, there is only the official NV binary driver. // "NVIDIA" does not appear in the device name. @@ -958,51 +1054,17 @@ void VulkanContext::InitDriverDetails() driver = DriverDetails::DRIVER_UNKNOWN; } -#ifdef __APPLE__ // Vulkan on macOS goes through Metal, and is not susceptible to the same bugs // as the vendor's native Vulkan drivers. We use a different driver fields to // differentiate MoltenVK. - driver = DriverDetails::DRIVER_PORTABILITY; -#endif + if (driver_id == VK_DRIVER_ID_MOLTENVK) + driver = DriverDetails::DRIVER_PORTABILITY; DriverDetails::Init(DriverDetails::API_VULKAN, vendor, driver, - static_cast(m_device_properties.driverVersion), + static_cast(m_device_info.driverVersion), DriverDetails::Family::UNKNOWN, std::move(device_name)); } -void VulkanContext::PopulateShaderSubgroupSupport() -{ - // Vulkan 1.1 support is required for vkGetPhysicalDeviceProperties2(), but we can't rely on the - // function pointer alone. - if (!vkGetPhysicalDeviceProperties2 || (VK_VERSION_MAJOR(m_device_properties.apiVersion) == 1 && - VK_VERSION_MINOR(m_device_properties.apiVersion) < 1)) - { - return; - } - - VkPhysicalDeviceProperties2 device_properties_2 = {}; - device_properties_2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; - - VkPhysicalDeviceSubgroupProperties subgroup_properties = {}; - subgroup_properties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES; - device_properties_2.pNext = &subgroup_properties; - - vkGetPhysicalDeviceProperties2(m_physical_device, &device_properties_2); - - m_shader_subgroup_size = subgroup_properties.subgroupSize; - - // We require basic ops (for gl_SubgroupInvocationID), ballot (for subgroupBallot, - // subgroupBallotFindLSB), and arithmetic (for subgroupMin/subgroupMax). - // Shuffle is enabled as a workaround until SPIR-V >= 1.5 is enabled with broadcast(uniform) - // support. - constexpr VkSubgroupFeatureFlags required_operations = - VK_SUBGROUP_FEATURE_BASIC_BIT | VK_SUBGROUP_FEATURE_ARITHMETIC_BIT | - VK_SUBGROUP_FEATURE_BALLOT_BIT | VK_SUBGROUP_FEATURE_SHUFFLE_BIT; - m_supports_shader_subgroup_operations = - (subgroup_properties.supportedOperations & required_operations) == required_operations && - subgroup_properties.supportedStages & VK_SHADER_STAGE_FRAGMENT_BIT; -} - bool VulkanContext::SupportsExclusiveFullscreen(const WindowSystemInfo& wsi, VkSurfaceKHR surface) { #ifdef SUPPORTS_VULKAN_EXCLUSIVE_FULLSCREEN diff --git a/Source/Core/VideoBackends/Vulkan/VulkanContext.h b/Source/Core/VideoBackends/Vulkan/VulkanContext.h index 17b1459aa6..d0a3b3a32d 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanContext.h +++ b/Source/Core/VideoBackends/Vulkan/VulkanContext.h @@ -18,6 +18,44 @@ namespace Vulkan class VulkanContext { public: + struct PhysicalDeviceInfo + { + PhysicalDeviceInfo(const PhysicalDeviceInfo&) = default; + explicit PhysicalDeviceInfo(VkPhysicalDevice device); + VkPhysicalDeviceFeatures features() const; + + char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; + u8 pipelineCacheUUID[VK_UUID_SIZE]; + u32 apiVersion; + u32 driverVersion; + u32 vendorID; + u32 deviceID; + VkDeviceSize minUniformBufferOffsetAlignment; + VkDeviceSize bufferImageGranularity; + u32 maxTexelBufferElements; + u32 maxImageDimension2D; + VkSampleCountFlags framebufferColorSampleCounts; + VkSampleCountFlags framebufferDepthSampleCounts; + float pointSizeRange[2]; + float maxSamplerAnisotropy; + u32 subgroupSize = 1; + VkDriverId driverID = static_cast(0); + bool dualSrcBlend; + bool geometryShader; + bool samplerAnisotropy; + bool logicOp; + bool fragmentStoresAndAtomics; + bool sampleRateShading; + bool largePoints; + bool shaderStorageImageMultisample; + bool shaderTessellationAndGeometryPointSize; + bool occlusionQueryPrecise; + bool shaderClipDistance; + bool depthClamp; + bool textureCompressionBC; + bool shaderSubgroupOperations = false; + }; + VulkanContext(VkInstance instance, VkPhysicalDevice physical_device); ~VulkanContext(); @@ -37,10 +75,9 @@ public: static void PopulateBackendInfo(VideoConfig* config); static void PopulateBackendInfoAdapters(VideoConfig* config, const GPUList& gpu_list); static void PopulateBackendInfoFeatures(VideoConfig* config, VkPhysicalDevice gpu, - const VkPhysicalDeviceProperties& properties, - const VkPhysicalDeviceFeatures& features); + const PhysicalDeviceInfo& info); static void PopulateBackendInfoMultisampleModes(VideoConfig* config, VkPhysicalDevice gpu, - const VkPhysicalDeviceProperties& properties); + const PhysicalDeviceInfo& info); // Creates a Vulkan device context. // This assumes that PopulateBackendInfo and PopulateBackendInfoAdapters has already @@ -65,39 +102,20 @@ public: { return m_graphics_queue_properties; } - const VkPhysicalDeviceMemoryProperties& GetDeviceMemoryProperties() const - { - return m_device_memory_properties; - } - const VkPhysicalDeviceProperties& GetDeviceProperties() const { return m_device_properties; } - const VkPhysicalDeviceFeatures& GetDeviceFeatures() const { return m_device_features; } - const VkPhysicalDeviceLimits& GetDeviceLimits() const { return m_device_properties.limits; } + const PhysicalDeviceInfo& GetDeviceInfo() const { return m_device_info; } // Support bits - bool SupportsAnisotropicFiltering() const - { - return m_device_features.samplerAnisotropy == VK_TRUE; - } - bool SupportsPreciseOcclusionQueries() const - { - return m_device_features.occlusionQueryPrecise == VK_TRUE; - } - u32 GetShaderSubgroupSize() const { return m_shader_subgroup_size; } - bool SupportsShaderSubgroupOperations() const { return m_supports_shader_subgroup_operations; } + bool SupportsAnisotropicFiltering() const { return m_device_info.samplerAnisotropy; } + bool SupportsPreciseOcclusionQueries() const { return m_device_info.occlusionQueryPrecise; } + u32 GetShaderSubgroupSize() const { return m_device_info.subgroupSize; } + bool SupportsShaderSubgroupOperations() const { return m_device_info.shaderSubgroupOperations; } // Helpers for getting constants VkDeviceSize GetUniformBufferAlignment() const { - return m_device_properties.limits.minUniformBufferOffsetAlignment; + return m_device_info.minUniformBufferOffsetAlignment; } - VkDeviceSize GetTexelBufferAlignment() const - { - return m_device_properties.limits.minUniformBufferOffsetAlignment; - } - VkDeviceSize GetBufferImageGranularity() const - { - return m_device_properties.limits.bufferImageGranularity; - } - float GetMaxSamplerAnisotropy() const { return m_device_properties.limits.maxSamplerAnisotropy; } + VkDeviceSize GetBufferImageGranularity() const { return m_device_info.bufferImageGranularity; } + float GetMaxSamplerAnisotropy() const { return m_device_info.maxSamplerAnisotropy; } // Returns true if the specified extension is supported and enabled. bool SupportsDeviceExtension(const char* name) const; @@ -118,10 +136,9 @@ private: WindowSystemType wstype, bool enable_debug_utils, bool validation_layer_enabled); bool SelectDeviceExtensions(bool enable_surface); - bool SelectDeviceFeatures(); + void WarnMissingDeviceFeatures(); bool CreateDevice(VkSurfaceKHR surface, bool enable_validation_layer); void InitDriverDetails(); - void PopulateShaderSubgroupSupport(); bool CreateAllocator(u32 vk_api_version); VkInstance m_instance = VK_NULL_HANDLE; @@ -137,12 +154,7 @@ private: VkDebugUtilsMessengerEXT m_debug_utils_messenger = VK_NULL_HANDLE; - VkPhysicalDeviceFeatures m_device_features = {}; - VkPhysicalDeviceProperties m_device_properties = {}; - VkPhysicalDeviceMemoryProperties m_device_memory_properties = {}; - - u32 m_shader_subgroup_size = 1; - bool m_supports_shader_subgroup_operations = false; + PhysicalDeviceInfo m_device_info; std::vector m_device_extensions; }; diff --git a/Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp b/Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp index 34c531fc2f..46d8468960 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp +++ b/Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp @@ -241,10 +241,10 @@ const char* VkResultToString(VkResult res) } } -void LogVulkanResult(Common::Log::LogLevel level, const char* func_name, VkResult res, - const char* msg) +void LogVulkanResult(Common::Log::LogLevel level, const char* func_name, const int line, + VkResult res, const char* msg) { - GENERIC_LOG_FMT(Common::Log::LogType::VIDEO, level, "({}) {} ({}: {})", func_name, msg, + GENERIC_LOG_FMT(Common::Log::LogType::VIDEO, level, "({}:{}) {} ({}: {})", func_name, line, msg, static_cast(res), VkResultToString(res)); } diff --git a/Source/Core/VideoBackends/Vulkan/VulkanLoader.h b/Source/Core/VideoBackends/Vulkan/VulkanLoader.h index e4c8f9e8a6..33784d5d2e 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanLoader.h +++ b/Source/Core/VideoBackends/Vulkan/VulkanLoader.h @@ -63,7 +63,7 @@ #pragma GCC diagnostic ignored "-Wunused-function" #endif // #ifdef __GNUC__ -#define VMA_VULKAN_VERSION 1001000 +#define VMA_VULKAN_VERSION 1002000 #define VMA_STATIC_VULKAN_FUNCTIONS 1 #define VMA_DYNAMIC_VULKAN_FUNCTIONS 0 #undef VK_NO_PROTOTYPES @@ -95,10 +95,10 @@ bool SupportsCustomDriver(); #endif const char* VkResultToString(VkResult res); -void LogVulkanResult(Common::Log::LogLevel level, const char* func_name, VkResult res, - const char* msg); +void LogVulkanResult(Common::Log::LogLevel level, const char* func_name, const int line, + VkResult res, const char* msg); #define LOG_VULKAN_ERROR(res, msg) \ - LogVulkanResult(Common::Log::LogLevel::LERROR, __func__, res, msg) + LogVulkanResult(Common::Log::LogLevel::LERROR, __func__, __LINE__, res, msg) } // namespace Vulkan diff --git a/Source/Core/VideoCommon/AbstractGfx.h b/Source/Core/VideoCommon/AbstractGfx.h index 5d2679f68f..d739c3f5fa 100644 --- a/Source/Core/VideoCommon/AbstractGfx.h +++ b/Source/Core/VideoCommon/AbstractGfx.h @@ -101,7 +101,10 @@ public: // Binds the backbuffer for rendering. The buffer will be cleared immediately after binding. // This is where any window size changes are detected, therefore m_backbuffer_width and/or // m_backbuffer_height may change after this function returns. - virtual void BindBackbuffer(const ClearColor& clear_color = {}) {} + // If this returns false, a problem occurred binding the backbuffer. + // Don't render anything to it, but still call `PresentBackbuffer`, which will reset any + // per-frame resources and prepare for the next frame. + virtual bool BindBackbuffer(const ClearColor& clear_color = {}) { return true; } // Presents the backbuffer to the window system, or "swaps buffers". virtual void PresentBackbuffer() {} diff --git a/Source/Core/VideoCommon/AbstractPipeline.h b/Source/Core/VideoCommon/AbstractPipeline.h index 1a0b0e9e4a..55a3b9fc41 100644 --- a/Source/Core/VideoCommon/AbstractPipeline.h +++ b/Source/Core/VideoCommon/AbstractPipeline.h @@ -60,7 +60,6 @@ struct AbstractPipelineConfig rhs.rasterization_state.hex, rhs.depth_state.hex, rhs.blending_state.hex, rhs.framebuffer_state.hex, rhs.usage); } - bool operator!=(const AbstractPipelineConfig& rhs) const { return !operator==(rhs); } bool operator<(const AbstractPipelineConfig& rhs) const { return std::tie(vertex_format, vertex_shader, geometry_shader, pixel_shader, diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index 6f9948a68e..2c6c733710 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -151,7 +151,7 @@ ScissorResult::ScissorResult(const BPMemory& bpmemory, std::pair v } auto cmp = [&](const ScissorRect& lhs, const ScissorRect& rhs) { return IsWorse(lhs, rhs); }; - std::sort(m_result.begin(), m_result.end(), cmp); + std::ranges::sort(m_result, cmp); } ScissorRect ScissorResult::Best() const @@ -442,4 +442,4 @@ void SetInterlacingMode(const BPCmd& bp) break; } } -}; // namespace BPFunctions +} // namespace BPFunctions diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index 3f5179a726..69b52c5355 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -594,22 +594,17 @@ void CommandProcessorManager::SetCpStatusRegister() void CommandProcessorManager::SetCpControlRegister() { + if (m_fifo.bFF_GPReadEnable.load(std::memory_order_relaxed) && !m_cp_ctrl_reg.GPReadEnable) + { + m_system.GetFifo().SyncGPUForRegisterAccess(); + } + m_fifo.bFF_GPReadEnable.store(m_cp_ctrl_reg.GPReadEnable, std::memory_order_relaxed); m_fifo.bFF_BPInt.store(m_cp_ctrl_reg.BPInt, std::memory_order_relaxed); m_fifo.bFF_BPEnable.store(m_cp_ctrl_reg.BPEnable, std::memory_order_relaxed); m_fifo.bFF_HiWatermarkInt.store(m_cp_ctrl_reg.FifoOverflowIntEnable, std::memory_order_relaxed); m_fifo.bFF_LoWatermarkInt.store(m_cp_ctrl_reg.FifoUnderflowIntEnable, std::memory_order_relaxed); m_fifo.bFF_GPLinkEnable.store(m_cp_ctrl_reg.GPLinkEnable, std::memory_order_relaxed); - if (m_fifo.bFF_GPReadEnable.load(std::memory_order_relaxed) && !m_cp_ctrl_reg.GPReadEnable) - { - m_fifo.bFF_GPReadEnable.store(m_cp_ctrl_reg.GPReadEnable, std::memory_order_relaxed); - m_system.GetFifo().FlushGpu(); - } - else - { - m_fifo.bFF_GPReadEnable = m_cp_ctrl_reg.GPReadEnable; - } - DEBUG_LOG_FMT(COMMANDPROCESSOR, "\t GPREAD {} | BP {} | Int {} | OvF {} | UndF {} | LINK {}", m_fifo.bFF_GPReadEnable.load(std::memory_order_relaxed) ? "ON" : "OFF", m_fifo.bFF_BPEnable.load(std::memory_order_relaxed) ? "ON" : "OFF", diff --git a/Source/Core/VideoCommon/ConstantManager.h b/Source/Core/VideoCommon/ConstantManager.h index b8c65aaefb..14c8732580 100644 --- a/Source/Core/VideoCommon/ConstantManager.h +++ b/Source/Core/VideoCommon/ConstantManager.h @@ -93,6 +93,7 @@ struct alignas(16) VertexShaderConstants // .x - texMtxInfo, .y - postMtxInfo, [0..1].z = color, [0..1].w = alpha std::array xfmem_pack1; + float4 cached_normal; float4 cached_tangent; float4 cached_binormal; // For UberShader vertex loader diff --git a/Source/Core/VideoCommon/FramebufferManager.cpp b/Source/Core/VideoCommon/FramebufferManager.cpp index bae9b1d15c..044b94a5de 100644 --- a/Source/Core/VideoCommon/FramebufferManager.cpp +++ b/Source/Core/VideoCommon/FramebufferManager.cpp @@ -293,6 +293,10 @@ bool FramebufferManager::CreateEFBFramebuffer() g_gfx->SetAndClearFramebuffer(m_efb_framebuffer.get(), {{0.0f, 0.0f, 0.0f, 0.0f}}, g_ActiveConfig.backend_info.bSupportsReversedDepthRange ? 1.0f : 0.0f); + + // Pixel Shader uses EFB scale as a constant, dirty that in case it changed + Core::System::GetInstance().GetPixelShaderManager().Dirty(); + return true; } @@ -760,9 +764,9 @@ bool FramebufferManager::CreateReadbackFramebuffer() } m_efb_color_cache.tiles.resize(total_tiles); - std::fill(m_efb_color_cache.tiles.begin(), m_efb_color_cache.tiles.end(), EFBCacheTile{false, 0}); + std::ranges::fill(m_efb_color_cache.tiles, EFBCacheTile{false, 0}); m_efb_depth_cache.tiles.resize(total_tiles); - std::fill(m_efb_depth_cache.tiles.begin(), m_efb_depth_cache.tiles.end(), EFBCacheTile{false, 0}); + std::ranges::fill(m_efb_depth_cache.tiles, EFBCacheTile{false, 0}); return true; } diff --git a/Source/Core/VideoCommon/GXPipelineTypes.h b/Source/Core/VideoCommon/GXPipelineTypes.h index d7cd1faa35..388551e767 100644 --- a/Source/Core/VideoCommon/GXPipelineTypes.h +++ b/Source/Core/VideoCommon/GXPipelineTypes.h @@ -43,7 +43,6 @@ struct GXPipelineUid { return std::memcmp(this, &rhs, sizeof(*this)) == 0; } - bool operator!=(const GXPipelineUid& rhs) const { return !operator==(rhs); } }; struct GXUberPipelineUid { @@ -64,7 +63,6 @@ struct GXUberPipelineUid { return std::memcmp(this, &rhs, sizeof(*this)) == 0; } - bool operator!=(const GXUberPipelineUid& rhs) const { return !operator==(rhs); } }; // Disk cache of pipeline UIDs. We can't use the whole UID as a type as it contains pointers. diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.cpp b/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.cpp index 76d1ad6af6..ef71ba6eb8 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.cpp +++ b/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.cpp @@ -330,8 +330,3 @@ void GraphicsModConfig::DeserializeFromProfile(const picojson::object& obj) } } } - -bool GraphicsModConfig::operator<(const GraphicsModConfig& other) const -{ - return m_weight < other.m_weight; -} diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.h b/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.h index fd35b963dd..f845c612ad 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.h +++ b/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsMod.h @@ -43,6 +43,4 @@ struct GraphicsModConfig void SerializeToProfile(picojson::object* value) const; void DeserializeFromProfile(const picojson::object& value); - - bool operator<(const GraphicsModConfig& other) const; }; diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsModGroup.cpp b/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsModGroup.cpp index 5fa2c011b6..3c234e9ec1 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsModGroup.cpp +++ b/Source/Core/VideoCommon/GraphicsModSystem/Config/GraphicsModGroup.cpp @@ -111,7 +111,7 @@ void GraphicsModGroupConfig::Load() try_add_mod(graphics_mod_directory, GraphicsModConfig::Source::System); } - std::sort(m_graphics_mods.begin(), m_graphics_mods.end()); + std::ranges::sort(m_graphics_mods, {}, &GraphicsModConfig::m_weight); for (auto& mod : m_graphics_mods) { m_path_to_graphics_mod[mod.GetAbsolutePath()] = &mod; diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.cpp b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.cpp index 5921c4a3e5..9325c7649e 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.cpp +++ b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.cpp @@ -15,8 +15,3 @@ bool FBInfo::operator==(const FBInfo& other) const return m_height == other.m_height && m_width == other.m_width && m_texture_format == other.m_texture_format; } - -bool FBInfo::operator!=(const FBInfo& other) const -{ - return !(*this == other); -} diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h index 48106e3a2a..d4ab5b3d1c 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h +++ b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h @@ -13,7 +13,6 @@ struct FBInfo TextureFormat m_texture_format = TextureFormat::I4; u32 CalculateHash() const; bool operator==(const FBInfo& other) const; - bool operator!=(const FBInfo& other) const; }; struct FBInfoHasher diff --git a/Source/Core/VideoCommon/OnScreenDisplay.h b/Source/Core/VideoCommon/OnScreenDisplay.h index 33d8662744..2819de5285 100644 --- a/Source/Core/VideoCommon/OnScreenDisplay.h +++ b/Source/Core/VideoCommon/OnScreenDisplay.h @@ -30,14 +30,14 @@ constexpr u32 CYAN = 0xFF00FFFF; constexpr u32 GREEN = 0xFF00FF00; constexpr u32 RED = 0xFFFF0000; constexpr u32 YELLOW = 0xFFFFFF30; -}; // namespace Color +} // namespace Color namespace Duration { constexpr u32 SHORT = 2000; constexpr u32 NORMAL = 5000; constexpr u32 VERY_LONG = 10000; -}; // namespace Duration +} // namespace Duration // On-screen message display (colored yellow by default) void AddMessage(std::string message, u32 ms = Duration::SHORT, u32 argb = Color::YELLOW, diff --git a/Source/Core/VideoCommon/Present.cpp b/Source/Core/VideoCommon/Present.cpp index 66d377acd7..6813c7a4e3 100644 --- a/Source/Core/VideoCommon/Present.cpp +++ b/Source/Core/VideoCommon/Present.cpp @@ -398,40 +398,68 @@ Presenter::ConvertStereoRectangle(const MathUtil::Rectangle& rc) const float Presenter::CalculateDrawAspectRatio(bool allow_stretch) const { auto aspect_mode = g_ActiveConfig.aspect_mode; + float resulting_aspect_ratio; if (!allow_stretch && aspect_mode == AspectMode::Stretch) aspect_mode = AspectMode::Auto; // If stretch is enabled, we prefer the aspect ratio of the window. if (aspect_mode == AspectMode::Stretch) - return (static_cast(m_backbuffer_width) / static_cast(m_backbuffer_height)); + { + resulting_aspect_ratio = + (static_cast(m_backbuffer_width) / static_cast(m_backbuffer_height)); + } + else + { + // The actual aspect ratio of the XFB texture is irrelevant, the VI one is the one that matters + const auto& vi = Core::System::GetInstance().GetVideoInterface(); + const float source_aspect_ratio = vi.GetAspectRatio(); - // The actual aspect ratio of the XFB texture is irrelevant, the VI one is the one that matters - const auto& vi = Core::System::GetInstance().GetVideoInterface(); - const float source_aspect_ratio = vi.GetAspectRatio(); - - // This will scale up the source ~4:3 resolution to its equivalent ~16:9 resolution - if (aspect_mode == AspectMode::ForceWide || - (aspect_mode == AspectMode::Auto && g_widescreen->IsGameWidescreen())) - { - return SourceAspectRatioToWidescreen(source_aspect_ratio); - } - else if (aspect_mode == AspectMode::Custom) - { - return source_aspect_ratio * (g_ActiveConfig.GetCustomAspectRatio() / (4.0f / 3.0f)); - } - // For the "custom stretch" mode, we force the exact target aspect ratio, without - // acknowleding the difference between the source aspect ratio and 4:3. - else if (aspect_mode == AspectMode::CustomStretch) - { - return g_ActiveConfig.GetCustomAspectRatio(); - } - else if (aspect_mode == AspectMode::Raw) - { - return m_xfb_entry ? (static_cast(m_last_xfb_width) / m_last_xfb_height) : 1.f; + // This will scale up the source ~4:3 resolution to its equivalent ~16:9 resolution + if (aspect_mode == AspectMode::ForceWide || + (aspect_mode == AspectMode::Auto && g_widescreen->IsGameWidescreen())) + { + resulting_aspect_ratio = SourceAspectRatioToWidescreen(source_aspect_ratio); + } + else if (aspect_mode == AspectMode::Custom) + { + resulting_aspect_ratio = + source_aspect_ratio * (g_ActiveConfig.GetCustomAspectRatio() / (4.0f / 3.0f)); + } + // For the "custom stretch" mode, we force the exact target aspect ratio, without + // acknowledging the difference between the source aspect ratio and 4:3. + else if (aspect_mode == AspectMode::CustomStretch) + { + resulting_aspect_ratio = g_ActiveConfig.GetCustomAspectRatio(); + } + else if (aspect_mode == AspectMode::Raw) + { + resulting_aspect_ratio = + m_xfb_entry ? (static_cast(m_last_xfb_width) / m_last_xfb_height) : 1.f; + } + else + { + resulting_aspect_ratio = source_aspect_ratio; + } } - return source_aspect_ratio; + if (g_ActiveConfig.stereo_per_eye_resolution_full) + { + if (g_ActiveConfig.stereo_mode == StereoMode::SBS) + { + // Render twice as wide if using side-by-side 3D, since the 3D will halve the horizontal + // resolution + resulting_aspect_ratio *= 2.0; + } + else if (g_ActiveConfig.stereo_mode == StereoMode::TAB) + { + // Render twice as tall if using top-and-bottom 3D, since the 3D will halve the vertical + // resolution + resulting_aspect_ratio /= 2.0; + } + } + + return resulting_aspect_ratio; } void Presenter::AdjustRectanglesToFitBounds(MathUtil::Rectangle* target_rect, @@ -816,10 +844,10 @@ void Presenter::Present() UpdateDrawRectangle(); g_gfx->BeginUtilityDrawing(); - g_gfx->BindBackbuffer({{0.0f, 0.0f, 0.0f, 1.0f}}); + const bool backbuffer_bound = g_gfx->BindBackbuffer({{0.0f, 0.0f, 0.0f, 1.0f}}); // Render the XFB to the screen. - if (m_xfb_entry) + if (backbuffer_bound && m_xfb_entry) { // Adjust the source rectangle instead of using an oversized viewport to render the XFB. auto render_target_rc = GetTargetRectangle(); @@ -832,7 +860,8 @@ void Presenter::Present() if (m_onscreen_ui) { m_onscreen_ui->Finalize(); - m_onscreen_ui->DrawImGui(); + if (backbuffer_bound) + m_onscreen_ui->DrawImGui(); } // Present to the window system. diff --git a/Source/Core/VideoCommon/RenderState.h b/Source/Core/VideoCommon/RenderState.h index 4a682b1a0f..60dc20d6e4 100644 --- a/Source/Core/VideoCommon/RenderState.h +++ b/Source/Core/VideoCommon/RenderState.h @@ -47,7 +47,6 @@ union RasterizationState } bool operator==(const RasterizationState& rhs) const { return hex == rhs.hex; } - bool operator!=(const RasterizationState& rhs) const { return !operator==(rhs); } bool operator<(const RasterizationState& rhs) const { return hex < rhs.hex; } BitField<0, 2, CullMode> cullmode; @@ -73,7 +72,6 @@ union FramebufferState } bool operator==(const FramebufferState& rhs) const { return hex == rhs.hex; } - bool operator!=(const FramebufferState& rhs) const { return !operator==(rhs); } BitField<0, 8, AbstractTextureFormat> color_texture_format; BitField<8, 8, AbstractTextureFormat> depth_texture_format; @@ -108,7 +106,6 @@ union DepthState } bool operator==(const DepthState& rhs) const { return hex == rhs.hex; } - bool operator!=(const DepthState& rhs) const { return !operator==(rhs); } bool operator<(const DepthState& rhs) const { return hex < rhs.hex; } BitField<0, 1, u32> testenable; @@ -143,7 +140,6 @@ union BlendingState } bool operator==(const BlendingState& rhs) const { return hex == rhs.hex; } - bool operator!=(const BlendingState& rhs) const { return !operator==(rhs); } bool operator<(const BlendingState& rhs) const { return hex < rhs.hex; } BitField<0, 1, u32> blendenable; @@ -185,7 +181,6 @@ struct SamplerState } bool operator==(const SamplerState& rhs) const { return Hex() == rhs.Hex(); } - bool operator!=(const SamplerState& rhs) const { return !operator==(rhs); } bool operator<(const SamplerState& rhs) const { return Hex() < rhs.Hex(); } constexpr u64 Hex() const { return tm0.hex | (static_cast(tm1.hex) << 32); } diff --git a/Source/Core/VideoCommon/ShaderGenCommon.h b/Source/Core/VideoCommon/ShaderGenCommon.h index 48f3d3d9bc..4723cbfc79 100644 --- a/Source/Core/VideoCommon/ShaderGenCommon.h +++ b/Source/Core/VideoCommon/ShaderGenCommon.h @@ -80,8 +80,6 @@ public: return memcmp(GetUidData(), obj.GetUidData(), GetUidDataSize()) == 0; } - bool operator!=(const ShaderUid& obj) const { return !operator==(obj); } - // determines the storage order inside STL containers bool operator<(const ShaderUid& obj) const { @@ -285,6 +283,7 @@ void WriteSwitch(ShaderCode& out, APIType ApiType, std::string_view variable, #define I_POSTTRANSFORMMATRICES "cpostmtx" #define I_PIXELCENTERCORRECTION "cpixelcenter" #define I_VIEWPORT_SIZE "cviewport" +#define I_CACHED_NORMAL "cnormal" #define I_CACHED_TANGENT "ctangent" #define I_CACHED_BINORMAL "cbinormal" @@ -308,6 +307,7 @@ static const char s_shader_uniforms[] = "\tuint components;\n" "\tfloat4 " I_PIXELCENTERCORRECTION ";\n" "\tfloat2 " I_VIEWPORT_SIZE ";\n" "\tuint4 xfmem_pack1[8];\n" + "\tfloat4 " I_CACHED_NORMAL ";\n" "\tfloat4 " I_CACHED_TANGENT ";\n" "\tfloat4 " I_CACHED_BINORMAL ";\n" "\tuint vertex_stride;\n" diff --git a/Source/Core/VideoCommon/Statistics.cpp b/Source/Core/VideoCommon/Statistics.cpp index 378bffcd2a..311455f16d 100644 --- a/Source/Core/VideoCommon/Statistics.cpp +++ b/Source/Core/VideoCommon/Statistics.cpp @@ -176,7 +176,7 @@ void Statistics::AddScissorRect() } else { - add = std::find_if(scissors.begin(), scissors.end(), [&](auto& s) { + add = std::ranges::find_if(scissors, [&](auto& s) { return s.Matches(scissor, show_scissors, show_viewports); }) == scissors.end(); } diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index b99533eb02..a624734d60 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -2814,7 +2814,7 @@ TextureCacheBase::InvalidateTexture(TexAddrCache::iterator iter, bool discard_pe // Xenoblade's sunset scene, where 35 copies are done per frame, and 25 of them are // copied to the same address, and can be skipped. ReleaseEFBCopyStagingTexture(std::move(entry->pending_efb_copy)); - auto pending_it = std::find(m_pending_efb_copies.begin(), m_pending_efb_copies.end(), entry); + auto pending_it = std::ranges::find(m_pending_efb_copies, entry); if (pending_it != m_pending_efb_copies.end()) m_pending_efb_copies.erase(pending_it); } diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 1a06fa671a..532feaca7d 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -63,7 +63,6 @@ struct TextureAndTLUTFormat return texfmt == other.texfmt; } - bool operator!=(const TextureAndTLUTFormat& other) const { return !operator==(other); } TextureFormat texfmt; TLUTFormat tlutfmt; }; diff --git a/Source/Core/VideoCommon/TextureConfig.cpp b/Source/Core/VideoCommon/TextureConfig.cpp index 3d25eac017..dd1c3b9914 100644 --- a/Source/Core/VideoCommon/TextureConfig.cpp +++ b/Source/Core/VideoCommon/TextureConfig.cpp @@ -13,11 +13,6 @@ bool TextureConfig::operator==(const TextureConfig& o) const std::tie(o.width, o.height, o.levels, o.layers, o.samples, o.format, o.flags, o.type); } -bool TextureConfig::operator!=(const TextureConfig& o) const -{ - return !operator==(o); -} - MathUtil::Rectangle TextureConfig::GetRect() const { return {0, 0, static_cast(width), static_cast(height)}; diff --git a/Source/Core/VideoCommon/TextureConfig.h b/Source/Core/VideoCommon/TextureConfig.h index 4e3976f938..e53245777a 100644 --- a/Source/Core/VideoCommon/TextureConfig.h +++ b/Source/Core/VideoCommon/TextureConfig.h @@ -59,7 +59,6 @@ struct TextureConfig } bool operator==(const TextureConfig& o) const; - bool operator!=(const TextureConfig& o) const; MathUtil::Rectangle GetRect() const; MathUtil::Rectangle GetMipRect(u32 level) const; size_t GetStride() const; diff --git a/Source/Core/VideoCommon/TextureDecoder_Generic.cpp b/Source/Core/VideoCommon/TextureDecoder_Generic.cpp index 46a2252b7d..8b70faee50 100644 --- a/Source/Core/VideoCommon/TextureDecoder_Generic.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_Generic.cpp @@ -115,30 +115,14 @@ static inline void DecodeBytes_IA4(u32* dst, const u8* src) static inline void DecodeBytes_RGB5A3(u32* dst, const u16* src) { -#if 0 for (int x = 0; x < 4; x++) dst[x] = DecodePixel_RGB5A3(Common::swap16(src[x])); -#else - dst[0] = DecodePixel_RGB5A3(Common::swap16(src[0])); - dst[1] = DecodePixel_RGB5A3(Common::swap16(src[1])); - dst[2] = DecodePixel_RGB5A3(Common::swap16(src[2])); - dst[3] = DecodePixel_RGB5A3(Common::swap16(src[3])); -#endif } static inline void DecodeBytes_RGBA8(u32* dst, const u16* src, const u16* src2) { -#if 0 for (int x = 0; x < 4; x++) - { - dst[x] = ((src[x] & 0xFF) << 24) | ((src[x] & 0xFF00)>>8) | (src2[x] << 8); - } -#else - dst[0] = ((src[0] & 0xFF) << 24) | ((src[0] & 0xFF00) >> 8) | (src2[0] << 8); - dst[1] = ((src[1] & 0xFF) << 24) | ((src[1] & 0xFF00) >> 8) | (src2[1] << 8); - dst[2] = ((src[2] & 0xFF) << 24) | ((src[2] & 0xFF00) >> 8) | (src2[2] << 8); - dst[3] = ((src[3] & 0xFF) << 24) | ((src[3] & 0xFF00) >> 8) | (src2[3] << 8); -#endif + dst[x] = ((src[x] & 0xFF) << 24) | ((src[x] & 0xFF00) >> 8) | (src2[x] << 8); } static void DecodeDXTBlock(u32* dst, const DXTBlock* src, int pitch) diff --git a/Source/Core/VideoCommon/UberShaderVertex.cpp b/Source/Core/VideoCommon/UberShaderVertex.cpp index eceda62e48..a6c0502dfe 100644 --- a/Source/Core/VideoCommon/UberShaderVertex.cpp +++ b/Source/Core/VideoCommon/UberShaderVertex.cpp @@ -251,47 +251,53 @@ float3 load_input_float3_rawtex(uint vtx_offset, uint attr_offset) {{ "o.pos = float4(dot(" I_PROJECTION "[0], pos), dot(" I_PROJECTION "[1], pos), dot(" I_PROJECTION "[2], pos), dot(" I_PROJECTION "[3], pos));\n" "\n" + "float3 _rawnormal;\n" + "float3 _rawtangent;\n" + "float3 _rawbinormal;\n" + "if ((components & {}u) != 0u) // VB_HAS_NORMAL\n" + "{{\n", + Common::ToUnderlying(VB_HAS_NORMAL)); + LoadVertexAttribute(out, host_config, 2, "rawnormal", "float3", "float3"); + out.Write(" _rawnormal = rawnormal;\n" + "}}\n" + "else\n" + "{{\n" + " _rawnormal = " I_CACHED_NORMAL ".xyz;\n" + "}}\n" + "\n" + "if ((components & {}u) != 0u) // VB_HAS_TANGENT\n" + "{{\n", + Common::ToUnderlying(VB_HAS_TANGENT)); + LoadVertexAttribute(out, host_config, 2, "rawtangent", "float3", "float3"); + out.Write(" _rawtangent = rawtangent;\n" + "}}\n" + "else\n" + "{{\n" + " _rawtangent = " I_CACHED_TANGENT ".xyz;\n" + "}}\n" + "\n" + "if ((components & {}u) != 0u) // VB_HAS_BINORMAL\n" + "{{\n", + Common::ToUnderlying(VB_HAS_BINORMAL)); + LoadVertexAttribute(out, host_config, 2, "rawbinormal", "float3", "float3"); + out.Write(" _rawbinormal = rawbinormal;\n" + "}}\n" + "else\n" + "{{\n" + " _rawbinormal = " I_CACHED_BINORMAL ".xyz;\n" + "}}\n" + "\n" "// The scale of the transform matrix is used to control the size of the emboss map\n" "// effect by changing the scale of the transformed binormals (which only get used by\n" "// emboss map texgens). By normalising the first transformed normal (which is used\n" "// by lighting calculations and needs to be unit length), the same transform matrix\n" "// can do double duty, scaling for emboss mapping, and not scaling for lighting.\n" - "float3 _normal = float3(0.0, 0.0, 0.0);\n" - "if ((components & {}u) != 0u) // VB_HAS_NORMAL\n" - "{{\n", - Common::ToUnderlying(VB_HAS_NORMAL)); - LoadVertexAttribute(out, host_config, 2, "rawnormal", "float3", "float3"); - out.Write(" _normal = normalize(float3(dot(N0, rawnormal), dot(N1, rawnormal), dot(N2, " - "rawnormal)));\n" - "}}\n" - "\n" - "float3 _tangent = float3(0.0, 0.0, 0.0);\n" - "if ((components & {}u) != 0u) // VB_HAS_TANGENT\n" - "{{\n", - Common::ToUnderlying(VB_HAS_TANGENT)); - LoadVertexAttribute(out, host_config, 2, "rawtangent", "float3", "float3"); - out.Write(" _tangent = float3(dot(N0, rawtangent), dot(N1, rawtangent), dot(N2, rawtangent));\n" - "}}\n" - "else\n" - "{{\n" - " _tangent = float3(dot(N0, " I_CACHED_TANGENT ".xyz), dot(N1, " I_CACHED_TANGENT - ".xyz), dot(N2, " I_CACHED_TANGENT ".xyz));\n" - "}}\n" - "\n" - "float3 _binormal = float3(0.0, 0.0, 0.0);\n" - "if ((components & {}u) != 0u) // VB_HAS_BINORMAL\n" - "{{\n", - Common::ToUnderlying(VB_HAS_BINORMAL)); - LoadVertexAttribute(out, host_config, 2, "rawbinormal", "float3", "float3"); - out.Write(" _binormal = float3(dot(N0, rawbinormal), dot(N1, rawbinormal), dot(N2, " - "rawbinormal));\n" - "}}\n" - "else\n" - "{{\n" - " _binormal = float3(dot(N0, " I_CACHED_BINORMAL ".xyz), dot(N1, " I_CACHED_BINORMAL - ".xyz), dot(N2, " I_CACHED_BINORMAL ".xyz));\n" - "}}\n" - "\n"); + "float3 _normal = normalize(float3(dot(N0, _rawnormal), dot(N1, _rawnormal), dot(N2, " + "_rawnormal)));\n" + "float3 _tangent = float3(dot(N0, _rawtangent), dot(N1, _rawtangent), dot(N2, " + "_rawtangent));\n" + "float3 _binormal = float3(dot(N0, _rawbinormal), dot(N1, _rawbinormal), dot(N2, " + "_rawbinormal));\n"); // Hardware Lighting out.Write("// xfmem.numColorChans controls the number of color channels available to TEV,\n" diff --git a/Source/Core/VideoCommon/VertexLoaderARM64.cpp b/Source/Core/VideoCommon/VertexLoaderARM64.cpp index 9fd8c0c29c..9e0075f9a2 100644 --- a/Source/Core/VideoCommon/VertexLoaderARM64.cpp +++ b/Source/Core/VideoCommon/VertexLoaderARM64.cpp @@ -164,6 +164,13 @@ void VertexLoaderARM64::ReadVertex(VertexComponentFormat attribute, ComponentFor m_float_emit.STR(128, coords, EncodeRegTo64(scratch2_reg), ArithOption(remaining_reg, true)); SetJumpTarget(dont_store); } + else if (native_format == &m_native_vtx_decl.normals[0]) + { + FixupBranch dont_store = CBNZ(remaining_reg); + MOVP2R(EncodeRegTo64(scratch2_reg), VertexLoaderManager::normal_cache.data()); + m_float_emit.STR(128, IndexType::Unsigned, coords, EncodeRegTo64(scratch2_reg), 0); + SetJumpTarget(dont_store); + } else if (native_format == &m_native_vtx_decl.normals[1]) { FixupBranch dont_store = CBNZ(remaining_reg); diff --git a/Source/Core/VideoCommon/VertexLoaderBase.cpp b/Source/Core/VideoCommon/VertexLoaderBase.cpp index 40c82145b0..a3597b53e5 100644 --- a/Source/Core/VideoCommon/VertexLoaderBase.cpp +++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp @@ -11,6 +11,7 @@ #include #include +#include #include "Common/Assert.h" #include "Common/BitUtils.h" @@ -67,6 +68,7 @@ public: VertexLoaderManager::position_matrix_index_cache; const std::array, 3> old_position_cache = VertexLoaderManager::position_cache; + const std::array old_normal_cache = VertexLoaderManager::normal_cache; const std::array old_tangent_cache = VertexLoaderManager::tangent_cache; const std::array old_binormal_cache = VertexLoaderManager::binormal_cache; @@ -76,12 +78,14 @@ public: VertexLoaderManager::position_matrix_index_cache; const std::array, 3> a_position_cache = VertexLoaderManager::position_cache; + const std::array a_normal_cache = VertexLoaderManager::normal_cache; const std::array a_tangent_cache = VertexLoaderManager::tangent_cache; const std::array a_binormal_cache = VertexLoaderManager::binormal_cache; // Reset state before running b VertexLoaderManager::position_matrix_index_cache = old_position_matrix_index_cache; VertexLoaderManager::position_cache = old_position_cache; + VertexLoaderManager::normal_cache = old_normal_cache; VertexLoaderManager::tangent_cache = old_tangent_cache; VertexLoaderManager::binormal_cache = old_binormal_cache; @@ -91,6 +95,7 @@ public: VertexLoaderManager::position_matrix_index_cache; const std::array, 3> b_position_cache = VertexLoaderManager::position_cache; + const std::array b_normal_cache = VertexLoaderManager::normal_cache; const std::array b_tangent_cache = VertexLoaderManager::tangent_cache; const std::array b_binormal_cache = VertexLoaderManager::binormal_cache; @@ -139,6 +144,12 @@ public: fmt::join(b_position_cache[1], ", "), fmt::join(b_position_cache[2], ", ")); // The last element is allowed to be garbage for SIMD overwrites + ASSERT_MSG(VIDEO, + std::equal(a_normal_cache.begin(), a_normal_cache.begin() + 3, + b_normal_cache.begin(), b_normal_cache.begin() + 3, bit_equal), + "Expected matching normal caches after loading (a: {}; b: {})", + fmt::join(a_normal_cache, ", "), fmt::join(b_normal_cache, ", ")); + ASSERT_MSG(VIDEO, std::equal(a_tangent_cache.begin(), a_tangent_cache.begin() + 3, b_tangent_cache.begin(), b_tangent_cache.begin() + 3, bit_equal), diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp index 0c48bf32a8..0f44d16023 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp @@ -40,6 +40,7 @@ namespace VertexLoaderManager std::array position_matrix_index_cache; // 3 vertices, 4 floats each to allow SIMD overwrite alignas(sizeof(std::array)) std::array, 3> position_cache; +alignas(sizeof(std::array)) std::array normal_cache; alignas(sizeof(std::array)) std::array tangent_cache; alignas(sizeof(std::array)) std::array binormal_cache; @@ -375,6 +376,22 @@ static void CheckCPConfiguration(int vtx_attr_group) } } +static bool CanSplit(OpcodeDecoder::Primitive primitive) +{ + // Splitting is currently only implemented for the easy cases (individual lines/points/triangles) + switch (primitive) + { + case OpcodeDecoder::Primitive::GX_DRAW_QUADS: + case OpcodeDecoder::Primitive::GX_DRAW_QUADS_2: + case OpcodeDecoder::Primitive::GX_DRAW_TRIANGLES: + case OpcodeDecoder::Primitive::GX_DRAW_LINES: + case OpcodeDecoder::Primitive::GX_DRAW_POINTS: + return true; + default: + return false; + } +} + template int RunVertices(int vtx_attr_group, OpcodeDecoder::Primitive primitive, int count, const u8* src) { @@ -413,9 +430,9 @@ int RunVertices(int vtx_attr_group, OpcodeDecoder::Primitive primitive, int coun // CPUCull's performance increase comes from encoding fewer GPU commands, not sending less data // Therefore it's only useful to check if culling could remove a flush - const bool can_cpu_cull = g_ActiveConfig.bCPUCull && - primitive < OpcodeDecoder::Primitive::GX_DRAW_LINES && - !g_vertex_manager->HasSendableVertices(); + bool can_cpu_cull = g_ActiveConfig.bCPUCull && + primitive < OpcodeDecoder::Primitive::GX_DRAW_LINES && + !g_vertex_manager->HasSendableVertices(); // if cull mode is CULL_ALL, tell VertexManager to skip triangles and quads. // They still need to go through vertex loading, because we need to calculate a zfreeze @@ -424,24 +441,35 @@ int RunVertices(int vtx_attr_group, OpcodeDecoder::Primitive primitive, int coun primitive < OpcodeDecoder::Primitive::GX_DRAW_LINES); const int stride = loader->m_native_vtx_decl.stride; - DataReader dst = g_vertex_manager->PrepareForAdditionalData(primitive, count, stride, - cullall || can_cpu_cull); - - count = loader->RunVertices(src, dst.GetPointer(), count); - - if (can_cpu_cull && !cullall) + do { - if (!g_vertex_manager->AreAllVerticesCulled(loader, primitive, dst.GetPointer(), count)) + const int max_vertices = 16380; // Max is 16383, but 16380 is divisible by both 4 and 3 + const int run = CanSplit(primitive) && count > max_vertices ? max_vertices : count; + count -= run; + DataReader dst = g_vertex_manager->PrepareForAdditionalData(primitive, run, stride, + cullall || can_cpu_cull); + + const int num_loaded = loader->RunVertices(src, dst.GetPointer(), run); + src += loader->m_vertex_size * max_vertices; + + if (can_cpu_cull && !cullall) { - DataReader new_dst = g_vertex_manager->DisableCullAll(stride); - memmove(new_dst.GetPointer(), dst.GetPointer(), count * stride); + const bool all_culled = + g_vertex_manager->AreAllVerticesCulled(loader, primitive, dst.GetPointer(), num_loaded); + if (!all_culled) + { + DataReader new_dst = g_vertex_manager->DisableCullAll(stride); + memmove(new_dst.GetPointer(), dst.GetPointer(), num_loaded * stride); + can_cpu_cull = false; + } } - } - g_vertex_manager->AddIndices(primitive, count); - g_vertex_manager->FlushData(count, loader->m_native_vtx_decl.stride); + g_vertex_manager->AddIndices(primitive, num_loaded); + g_vertex_manager->FlushData(num_loaded, stride); + + ADDSTAT(g_stats.this_frame.num_prims, num_loaded); + } while (count); - ADDSTAT(g_stats.this_frame.num_prims, count); INCSTAT(g_stats.this_frame.num_primitive_joins); } return size; diff --git a/Source/Core/VideoCommon/VertexLoaderManager.h b/Source/Core/VideoCommon/VertexLoaderManager.h index b50beae0a5..0e1caa6fa1 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.h +++ b/Source/Core/VideoCommon/VertexLoaderManager.h @@ -18,7 +18,7 @@ struct PortableVertexDeclaration; namespace OpcodeDecoder { enum class Primitive : u8; -}; +} namespace VertexLoaderManager { @@ -62,6 +62,10 @@ void UpdateVertexArrayPointers(); // These arrays are in reverse order. extern std::array, 3> position_cache; extern std::array position_matrix_index_cache; +// Needed for the game "LIT", which has text that has lighting enabled, but doesn't have normal +// vectors. The normals from the last drawn object are used instead. +// See https://bugs.dolphin-emu.org/issues/13635 +extern std::array normal_cache; // Store the tangent and binormal vectors for games that use emboss texgens when the vertex format // doesn't include them (e.g. RS2 and RS3). These too are 4 floats each for SIMD overwrites. extern std::array tangent_cache; diff --git a/Source/Core/VideoCommon/VertexLoaderX64.cpp b/Source/Core/VideoCommon/VertexLoaderX64.cpp index 9934570b55..aa8ad2bd67 100644 --- a/Source/Core/VideoCommon/VertexLoaderX64.cpp +++ b/Source/Core/VideoCommon/VertexLoaderX64.cpp @@ -137,6 +137,14 @@ void VertexLoaderX64::ReadVertex(OpArg data, VertexComponentFormat attribute, MOVUPS(MPIC(VertexLoaderManager::position_cache.data(), scratch3, SCALE_4), coords); SetJumpTarget(dont_store); } + else if (native_format == &m_native_vtx_decl.normals[0]) + { + TEST(32, R(remaining_reg), R(remaining_reg)); + FixupBranch dont_store = J_CC(CC_NZ); + // For similar reasons, the cached normal is 4 floats each + MOVUPS(MPIC(VertexLoaderManager::normal_cache.data()), coords); + SetJumpTarget(dont_store); + } else if (native_format == &m_native_vtx_decl.normals[1]) { TEST(32, R(remaining_reg), R(remaining_reg)); diff --git a/Source/Core/VideoCommon/VertexLoader_Normal.cpp b/Source/Core/VideoCommon/VertexLoader_Normal.cpp index b91c7fe127..50e0dbbd63 100644 --- a/Source/Core/VideoCommon/VertexLoader_Normal.cpp +++ b/Source/Core/VideoCommon/VertexLoader_Normal.cpp @@ -49,7 +49,9 @@ void ReadIndirect(VertexLoader* loader, const T* data) const float value = FracAdjust(Common::FromBigEndian(data[i])); if (loader->m_remaining == 0) { - if (i >= 3 && i < 6) + if (i < 3) + VertexLoaderManager::normal_cache[i] = value; + else if (i >= 3 && i < 6) VertexLoaderManager::tangent_cache[i - 3] = value; else if (i >= 6 && i < 9) VertexLoaderManager::binormal_cache[i - 6] = value; diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index 02edb56d35..b53cb3d2ed 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -558,7 +558,7 @@ void VertexManagerBase::Flush() pixel_shader_manager.constants.time_ms = seconds_elapsed * 1000; } - CalculateBinormals(VertexLoaderManager::GetCurrentVertexFormat()); + CalculateNormals(VertexLoaderManager::GetCurrentVertexFormat()); // Calculate ZSlope for zfreeze const auto used_textures = UsedTextures(); std::vector texture_names; @@ -699,6 +699,7 @@ void VertexManagerBase::DoState(PointerWrap& p) } p.Do(m_zslope); + p.Do(VertexLoaderManager::normal_cache); p.Do(VertexLoaderManager::tangent_cache); p.Do(VertexLoaderManager::binormal_cache); } @@ -769,7 +770,7 @@ void VertexManagerBase::CalculateZSlope(NativeVertexFormat* format) m_zslope.dirty = true; } -void VertexManagerBase::CalculateBinormals(NativeVertexFormat* format) +void VertexManagerBase::CalculateNormals(NativeVertexFormat* format) { const PortableVertexDeclaration vert_decl = format->GetVertexDeclaration(); @@ -794,6 +795,16 @@ void VertexManagerBase::CalculateBinormals(NativeVertexFormat* format) vertex_shader_manager.constants.cached_binormal = VertexLoaderManager::binormal_cache; vertex_shader_manager.dirty = true; } + + if (vert_decl.normals[0].enable) + return; + + VertexLoaderManager::normal_cache[3] = 0; + if (vertex_shader_manager.constants.cached_normal != VertexLoaderManager::normal_cache) + { + vertex_shader_manager.constants.cached_normal = VertexLoaderManager::normal_cache; + vertex_shader_manager.dirty = true; + } } void VertexManagerBase::UpdatePipelineConfig() @@ -954,8 +965,7 @@ void VertexManagerBase::OnDraw() // Check if this draw is scheduled to kick a command buffer. // The draw counters will always be sorted so a binary search is possible here. - if (std::binary_search(m_scheduled_command_buffer_kicks.begin(), - m_scheduled_command_buffer_kicks.end(), m_draw_counter)) + if (std::ranges::binary_search(m_scheduled_command_buffer_kicks, m_draw_counter)) { // Kick a command buffer on the background thread. g_gfx->Flush(); @@ -1041,19 +1051,6 @@ void VertexManagerBase::OnEndFrame() } } -#if 0 - { - std::ostringstream ss; - std::for_each(m_cpu_accesses_this_frame.begin(), m_cpu_accesses_this_frame.end(), [&ss](u32 idx) { ss << idx << ","; }); - WARN_LOG_FMT(VIDEO, "CPU EFB accesses in last frame: {}", ss.str()); - } - { - std::ostringstream ss; - std::for_each(m_scheduled_command_buffer_kicks.begin(), m_scheduled_command_buffer_kicks.end(), [&ss](u32 idx) { ss << idx << ","; }); - WARN_LOG_FMT(VIDEO, "Scheduled command buffer kicks: {}", ss.str()); - } -#endif - m_cpu_accesses_this_frame.clear(); // We invalidate the pipeline object at the start of the frame. diff --git a/Source/Core/VideoCommon/VertexManagerBase.h b/Source/Core/VideoCommon/VertexManagerBase.h index af0f694a01..715dbee692 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.h +++ b/Source/Core/VideoCommon/VertexManagerBase.h @@ -45,7 +45,7 @@ enum TexelBufferFormat : u32 namespace OpcodeDecoder { enum class Primitive : u8; -}; +} class VertexManagerBase { @@ -192,7 +192,7 @@ protected: u32 GetRemainingIndices(OpcodeDecoder::Primitive primitive) const; void CalculateZSlope(NativeVertexFormat* format); - void CalculateBinormals(NativeVertexFormat* format); + void CalculateNormals(NativeVertexFormat* format); BitSet32 UsedTextures() const; diff --git a/Source/Core/VideoCommon/VertexShaderGen.cpp b/Source/Core/VideoCommon/VertexShaderGen.cpp index 9f854f2d9e..4a46834c14 100644 --- a/Source/Core/VideoCommon/VertexShaderGen.cpp +++ b/Source/Core/VideoCommon/VertexShaderGen.cpp @@ -312,56 +312,43 @@ ShaderCode GenerateVertexShaderCode(APIType api_type, const ShaderHostConfig& ho out.Write("int posidx = int(posmtx.r);\n" "float4 P0 = " I_TRANSFORMMATRICES "[posidx];\n" "float4 P1 = " I_TRANSFORMMATRICES "[posidx + 1];\n" - "float4 P2 = " I_TRANSFORMMATRICES "[posidx + 2];\n"); - if ((uid_data->components & VB_HAS_NORMAL) != 0) - { - out.Write("int normidx = posidx & 31;\n" - "float3 N0 = " I_NORMALMATRICES "[normidx].xyz;\n" - "float3 N1 = " I_NORMALMATRICES "[normidx + 1].xyz;\n" - "float3 N2 = " I_NORMALMATRICES "[normidx + 2].xyz;\n"); - } + "float4 P2 = " I_TRANSFORMMATRICES "[posidx + 2];\n" + "int normidx = posidx & 31;\n" + "float3 N0 = " I_NORMALMATRICES "[normidx].xyz;\n" + "float3 N1 = " I_NORMALMATRICES "[normidx + 1].xyz;\n" + "float3 N2 = " I_NORMALMATRICES "[normidx + 2].xyz;\n"); } else { // One shared matrix out.Write("float4 P0 = " I_POSNORMALMATRIX "[0];\n" "float4 P1 = " I_POSNORMALMATRIX "[1];\n" - "float4 P2 = " I_POSNORMALMATRIX "[2];\n"); - if ((uid_data->components & VB_HAS_NORMAL) != 0) - { - out.Write("float3 N0 = " I_POSNORMALMATRIX "[3].xyz;\n" - "float3 N1 = " I_POSNORMALMATRIX "[4].xyz;\n" - "float3 N2 = " I_POSNORMALMATRIX "[5].xyz;\n"); - } + "float4 P2 = " I_POSNORMALMATRIX "[2];\n" + "float3 N0 = " I_POSNORMALMATRIX "[3].xyz;\n" + "float3 N1 = " I_POSNORMALMATRIX "[4].xyz;\n" + "float3 N2 = " I_POSNORMALMATRIX "[5].xyz;\n"); } out.Write("// Multiply the position vector by the position matrix\n" "float4 pos = float4(dot(P0, rawpos), dot(P1, rawpos), dot(P2, rawpos), 1.0);\n"); - if ((uid_data->components & VB_HAS_NORMAL) != 0) - { - if ((uid_data->components & VB_HAS_TANGENT) == 0) - out.Write("float3 rawtangent = " I_CACHED_TANGENT ".xyz;\n"); - if ((uid_data->components & VB_HAS_BINORMAL) == 0) - out.Write("float3 rawbinormal = " I_CACHED_BINORMAL ".xyz;\n"); + if ((uid_data->components & VB_HAS_NORMAL) == 0) + out.Write("float3 rawnormal = " I_CACHED_NORMAL ".xyz;\n"); + if ((uid_data->components & VB_HAS_TANGENT) == 0) + out.Write("float3 rawtangent = " I_CACHED_TANGENT ".xyz;\n"); + if ((uid_data->components & VB_HAS_BINORMAL) == 0) + out.Write("float3 rawbinormal = " I_CACHED_BINORMAL ".xyz;\n"); - // The scale of the transform matrix is used to control the size of the emboss map effect, by - // changing the scale of the transformed binormals (which only get used by emboss map texgens). - // By normalising the first transformed normal (which is used by lighting calculations and needs - // to be unit length), the same transform matrix can do double duty, scaling for emboss mapping, - // and not scaling for lighting. - out.Write("float3 _normal = normalize(float3(dot(N0, rawnormal), dot(N1, rawnormal), dot(N2, " - "rawnormal)));\n" - "float3 _tangent = float3(dot(N0, rawtangent), dot(N1, rawtangent), dot(N2, " - "rawtangent));\n" - "float3 _binormal = float3(dot(N0, rawbinormal), dot(N1, rawbinormal), dot(N2, " - "rawbinormal));\n"); - } - else - { - out.Write("float3 _normal = float3(0.0, 0.0, 0.0);\n"); - out.Write("float3 _binormal = float3(0.0, 0.0, 0.0);\n"); - out.Write("float3 _tangent = float3(0.0, 0.0, 0.0);\n"); - } + // The scale of the transform matrix is used to control the size of the emboss map effect, by + // changing the scale of the transformed binormals (which only get used by emboss map texgens). + // By normalising the first transformed normal (which is used by lighting calculations and needs + // to be unit length), the same transform matrix can do double duty, scaling for emboss mapping, + // and not scaling for lighting. + out.Write("float3 _normal = normalize(float3(dot(N0, rawnormal), dot(N1, rawnormal), dot(N2, " + "rawnormal)));\n" + "float3 _tangent = float3(dot(N0, rawtangent), dot(N1, rawtangent), dot(N2, " + "rawtangent));\n" + "float3 _binormal = float3(dot(N0, rawbinormal), dot(N1, rawbinormal), dot(N2, " + "rawbinormal));\n"); out.Write("o.pos = float4(dot(" I_PROJECTION "[0], pos), dot(" I_PROJECTION "[1], pos), dot(" I_PROJECTION "[2], pos), dot(" I_PROJECTION "[3], pos));\n"); diff --git a/Source/Core/VideoCommon/VertexShaderManager.cpp b/Source/Core/VideoCommon/VertexShaderManager.cpp index 38e7cefe18..0415ac05dc 100644 --- a/Source/Core/VideoCommon/VertexShaderManager.cpp +++ b/Source/Core/VideoCommon/VertexShaderManager.cpp @@ -148,8 +148,14 @@ bool VertexShaderManager::UseVertexDepthRange() return true; // If an inverted depth range is unsupported, we also need to check if the range is inverted. - if (!g_ActiveConfig.backend_info.bSupportsReversedDepthRange && xfmem.viewport.zRange < 0.0f) - return true; + if (!g_ActiveConfig.backend_info.bSupportsReversedDepthRange) + { + if (xfmem.viewport.zRange < 0.0f) + return true; + + if (xfmem.viewport.zRange > xfmem.viewport.farZ) + return true; + } // If an oversized depth range or a ztexture is used, we need to calculate the depth range // in the vertex shader. diff --git a/Source/Core/VideoCommon/VideoBackendBase.cpp b/Source/Core/VideoCommon/VideoBackendBase.cpp index a5d309cc96..e8f9f91b41 100644 --- a/Source/Core/VideoCommon/VideoBackendBase.cpp +++ b/Source/Core/VideoCommon/VideoBackendBase.cpp @@ -52,6 +52,7 @@ #include "VideoCommon/GeometryShaderManager.h" #include "VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h" #include "VideoCommon/IndexGenerator.h" +#include "VideoCommon/OnScreenDisplay.h" #include "VideoCommon/OpcodeDecoding.h" #include "VideoCommon/PixelEngine.h" #include "VideoCommon/PixelShaderManager.h" @@ -221,12 +222,18 @@ static VideoBackendBase* GetDefaultVideoBackend() return backends.front().get(); } -std::string VideoBackendBase::GetDefaultBackendName() +std::string VideoBackendBase::GetDefaultBackendConfigName() { auto* default_backend = GetDefaultVideoBackend(); return default_backend ? default_backend->GetName() : ""; } +std::string VideoBackendBase::GetDefaultBackendDisplayName() +{ + auto* const default_backend = GetDefaultVideoBackend(); + return default_backend ? default_backend->GetDisplayName() : ""; +} + const std::vector>& VideoBackendBase::GetAvailableBackends() { static auto s_available_backends = [] { @@ -283,6 +290,11 @@ void VideoBackendBase::ActivateBackend(const std::string& name) void VideoBackendBase::PopulateBackendInfo(const WindowSystemInfo& wsi) { + // If the core has been initialized, the backend info will have been populated already. Doing it + // again would be unnecessary and could cause the UI thread to race with the GPU thread. + if (!Core::IsUninitialized(Core::System::GetInstance())) + return; + g_Config.Refresh(); // Reset backend_info so if the backend forgets to initialize something it doesn't end up using // a value from the previously used renderer @@ -295,14 +307,6 @@ void VideoBackendBase::PopulateBackendInfo(const WindowSystemInfo& wsi) g_Config.VerifyValidity(); } -void VideoBackendBase::PopulateBackendInfoFromUI(const WindowSystemInfo& wsi) -{ - // If the core is running, the backend info will have been populated already. - // If we did it here, the UI thread can race with the with the GPU thread. - if (!Core::IsRunning(Core::System::GetInstance())) - PopulateBackendInfo(wsi); -} - void VideoBackendBase::DoState(PointerWrap& p) { auto& system = Core::System::GetInstance(); @@ -392,6 +396,12 @@ bool VideoBackendBase::InitializeShared(std::unique_ptr gfx, g_Config.VerifyValidity(); UpdateActiveConfig(); + if (g_Config.bDumpTextures) + { + OSD::AddMessage(fmt::format("Texture Dumping is enabled. This will reduce performance."), + OSD::Duration::NORMAL); + } + g_shader_cache->InitializeShaderCache(); return true; diff --git a/Source/Core/VideoCommon/VideoBackendBase.h b/Source/Core/VideoCommon/VideoBackendBase.h index f5222a1936..2ddfc284ca 100644 --- a/Source/Core/VideoCommon/VideoBackendBase.h +++ b/Source/Core/VideoCommon/VideoBackendBase.h @@ -64,14 +64,13 @@ public: u32 Video_GetQueryResult(PerfQueryType type); u16 Video_GetBoundingBox(int index); - static std::string GetDefaultBackendName(); + static std::string GetDefaultBackendConfigName(); + static std::string GetDefaultBackendDisplayName(); static const std::vector>& GetAvailableBackends(); static void ActivateBackend(const std::string& name); // Fills the backend_info fields with the capabilities of the selected backend/device. static void PopulateBackendInfo(const WindowSystemInfo& wsi); - // Called by the UI thread when the graphics config is opened. - static void PopulateBackendInfoFromUI(const WindowSystemInfo& wsi); // Wrapper function which pushes the event to the GPU thread. void DoState(PointerWrap& p); diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index efa159795c..8ca1f4ec63 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -171,6 +171,7 @@ void VideoConfig::Refresh() color_correction.fHDRPaperWhiteNits = Config::Get(Config::GFX_CC_HDR_PAPER_WHITE_NITS); stereo_mode = Config::Get(Config::GFX_STEREO_MODE); + stereo_per_eye_resolution_full = Config::Get(Config::GFX_STEREO_PER_EYE_RESOLUTION_FULL); iStereoDepth = Config::Get(Config::GFX_STEREO_DEPTH); iStereoConvergencePercentage = Config::Get(Config::GFX_STEREO_CONVERGENCE_PERCENTAGE); bStereoSwapEyes = Config::Get(Config::GFX_STEREO_SWAP_EYES); diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index 1e5f03d0e5..5cce23bfd2 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -241,6 +241,7 @@ struct VideoConfig final // Stereoscopy StereoMode stereo_mode{}; + bool stereo_per_eye_resolution_full = false; int iStereoDepth = 0; int iStereoConvergence = 0; int iStereoConvergencePercentage = 0; diff --git a/Source/Core/VideoCommon/Widescreen.cpp b/Source/Core/VideoCommon/Widescreen.cpp index cfb10ad479..21309f3a98 100644 --- a/Source/Core/VideoCommon/Widescreen.cpp +++ b/Source/Core/VideoCommon/Widescreen.cpp @@ -15,9 +15,8 @@ std::unique_ptr g_widescreen; WidescreenManager::WidescreenManager() { - std::optional is_game_widescreen = GetWidescreenOverride(); - if (is_game_widescreen.has_value()) - m_is_game_widescreen = is_game_widescreen.value(); + if (std::optional is_game_widescreen = GetWidescreenOverride()) + m_is_game_widescreen = *is_game_widescreen; // Throw a warning as unsupported aspect ratio modes have no specific behavior to them const bool is_valid_suggested_aspect_mode = @@ -34,14 +33,13 @@ WidescreenManager::WidescreenManager() [this](u32 bits) { if (bits & (CONFIG_CHANGE_BIT_ASPECT_RATIO)) { - std::optional is_game_widescreen = GetWidescreenOverride(); // If the widescreen flag isn't being overridden by any settings, // reset it to default if heuristic aren't running or to the last // heuristic value if they were running. - if (!is_game_widescreen.has_value()) - is_game_widescreen = (m_heuristic_state == HeuristicState::Active_Found_Anamorphic); - if (is_game_widescreen.has_value()) - m_is_game_widescreen = is_game_widescreen.value(); + if (std::optional is_game_widescreen = GetWidescreenOverride()) + m_is_game_widescreen = *is_game_widescreen; + else + m_is_game_widescreen = (m_heuristic_state == HeuristicState::Active_Found_Anamorphic); } }, "Widescreen"); diff --git a/Source/Core/VideoCommon/XFStructs.cpp b/Source/Core/VideoCommon/XFStructs.cpp index e5ca9b81ea..d25d49495a 100644 --- a/Source/Core/VideoCommon/XFStructs.cpp +++ b/Source/Core/VideoCommon/XFStructs.cpp @@ -646,7 +646,7 @@ std::pair GetXFTransferInfo(u16 base_address, u8 trans std::pair GetXFIndexedLoadInfo(CPArray array, u32 index, u16 address, u8 size) { - const auto desc = fmt::format("Load {} bytes to XF address {:03x} from CP array {} row {}", size, + const auto desc = fmt::format("Load {} words to XF address {:03x} from CP array {} row {}", size, address, array, index); fmt::memory_buffer written; for (u32 i = 0; i < size; i++) diff --git a/Source/Core/WinUpdater/WinUI.cpp b/Source/Core/WinUpdater/WinUI.cpp index 8387400e80..3594d01a9d 100644 --- a/Source/Core/WinUpdater/WinUI.cpp +++ b/Source/Core/WinUpdater/WinUI.cpp @@ -47,7 +47,7 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) } return DefWindowProc(hwnd, uMsg, wParam, lParam); } -}; // namespace +} // namespace constexpr int PROGRESSBAR_FLAGS = WS_VISIBLE | WS_CHILD | PBS_SMOOTH | PBS_SMOOTHREVERSE; constexpr int WINDOW_FLAGS = WS_CLIPCHILDREN; @@ -305,4 +305,4 @@ void SetVisible(bool visible) ShowWindow(window_handle, visible ? SW_SHOW : SW_HIDE); } -}; // namespace UI +} // namespace UI diff --git a/Source/DSPSpy/ConsoleHelper.h b/Source/DSPSpy/ConsoleHelper.h index 791b94c636..90aea55f9f 100644 --- a/Source/DSPSpy/ConsoleHelper.h +++ b/Source/DSPSpy/ConsoleHelper.h @@ -60,7 +60,7 @@ inline void CON_BlankRow(const int y) int columns = 0, rows = 0; CON_GetMetrics(&columns, &rows); char blank[columns]; - std::fill(blank, blank + columns, ' '); + std::fill_n(blank, columns, ' '); blank[columns - 1] = '\0'; CON_Printf(0, y, "%s", blank); } diff --git a/Source/DSPTool/StubHost.cpp b/Source/DSPTool/StubHost.cpp index e270acb23a..eb263d904c 100644 --- a/Source/DSPTool/StubHost.cpp +++ b/Source/DSPTool/StubHost.cpp @@ -16,6 +16,9 @@ std::vector Host_GetPreferredLocales() void Host_PPCSymbolsChanged() { } +void Host_PPCBreakpointsChanged() +{ +} void Host_RefreshDSPDebuggerWindow() { } @@ -41,6 +44,12 @@ bool Host_UpdateDiscordPresenceRaw(const std::string& details, const std::string void Host_UpdateDisasmDialog() { } +void Host_JitCacheInvalidation() +{ +} +void Host_JitProfileDataWiped() +{ +} void Host_UpdateMainFrame() { } diff --git a/Source/UnitTests/Common/BitFieldTest.cpp b/Source/UnitTests/Common/BitFieldTest.cpp index bb0de4b4ab..24ef6bd90c 100644 --- a/Source/UnitTests/Common/BitFieldTest.cpp +++ b/Source/UnitTests/Common/BitFieldTest.cpp @@ -1,6 +1,8 @@ // Copyright 2014 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later +#include + #include #include "Common/BitField.h" diff --git a/Source/UnitTests/Common/SettingsHandlerTest.cpp b/Source/UnitTests/Common/SettingsHandlerTest.cpp index f480c0636e..4b50ed85ca 100644 --- a/Source/UnitTests/Common/SettingsHandlerTest.cpp +++ b/Source/UnitTests/Common/SettingsHandlerTest.cpp @@ -1,6 +1,8 @@ // Copyright 2024 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later +#include + #include #include "Common/SettingsHandler.h" @@ -9,15 +11,15 @@ namespace { // The encrypted bytes corresponding to the following settings, in order: // "key" = "val" -Common::SettingsHandler::Buffer BUFFER_A{0x91, 0x91, 0x90, 0xEE, 0xD1, 0x2F, 0xF0, 0x34, 0x79}; +Common::SettingsBuffer BUFFER_A{0x91, 0x91, 0x90, 0xEE, 0xD1, 0x2F, 0xF0, 0x34, 0x79}; // The encrypted bytes corresponding to the following settings, in order: // "key1" = "val1" // "key2" = "val2" // "foo" = "bar" -Common::SettingsHandler::Buffer BUFFER_B{ - 0x91, 0x91, 0x90, 0xE2, 0x9A, 0x38, 0xFD, 0x55, 0x42, 0xEA, 0xC4, 0xF6, 0x5E, 0xF, 0xDF, 0xE7, - 0xC3, 0x0A, 0xBB, 0x9C, 0x50, 0xB1, 0x10, 0x82, 0xB4, 0x8A, 0x0D, 0xBE, 0xCD, 0x72, 0xF4}; +Common::SettingsBuffer BUFFER_B{0x91, 0x91, 0x90, 0xE2, 0x9A, 0x38, 0xFD, 0x55, 0x42, 0xEA, 0xC4, + 0xF6, 0x5E, 0xF, 0xDF, 0xE7, 0xC3, 0x0A, 0xBB, 0x9C, 0x50, 0xB1, + 0x10, 0x82, 0xB4, 0x8A, 0x0D, 0xBE, 0xCD, 0x72, 0xF4}; // The encrypted bytes corresponding to the following setting: // "\xFA" = "a" @@ -25,7 +27,7 @@ Common::SettingsHandler::Buffer BUFFER_B{ // This setting triggers the edge case fixed in PR #8704: the key's first and only byte matches the // first byte of the initial encryption key, resulting in a null encoded byte on the first attempt // to encode the line. -Common::SettingsHandler::Buffer BUFFER_C{0xF0, 0x0E, 0xD4, 0xB2, 0xAA, 0x44}; +Common::SettingsBuffer BUFFER_C{0xF0, 0x0E, 0xD4, 0xB2, 0xAA, 0x44}; // The encrypted bytes corresponding to the following setting: // "\xFA\xE9" = "a" @@ -38,76 +40,69 @@ Common::SettingsHandler::Buffer BUFFER_C{0xF0, 0x0E, 0xD4, 0xB2, 0xAA, 0x44}; // 2. The key's second byte matches the first byte of the encryption key after two // rotations, resulting in a null encoded byte on the second attempt to encode the line (with a // single LF inserted before the line). -Common::SettingsHandler::Buffer BUFFER_D{0xF0, 0xFE, 0x13, 0x3A, 0x9A, 0x2F, 0x91, 0x33}; +Common::SettingsBuffer BUFFER_D{0xF0, 0xFE, 0x13, 0x3A, 0x9A, 0x2F, 0x91, 0x33}; } // namespace -TEST(SettingsHandlerTest, EncryptSingleSetting) +TEST(SettingsWriterTest, EncryptSingleSetting) { - Common::SettingsHandler handler; - handler.AddSetting("key", "val"); - Common::SettingsHandler::Buffer buffer = handler.GetBytes(); + Common::SettingsWriter writer; + writer.AddSetting("key", "val"); + Common::SettingsBuffer buffer = writer.GetBytes(); - EXPECT_TRUE(std::equal(buffer.begin(), buffer.end(), BUFFER_A.begin(), BUFFER_A.end())); + EXPECT_TRUE(std::ranges::equal(buffer, BUFFER_A)); } -TEST(SettingsHandlerTest, DecryptSingleSetting) +TEST(SettingsReaderTest, DecryptSingleSetting) { - Common::SettingsHandler handler(BUFFER_A); - EXPECT_EQ(handler.GetValue("key"), "val"); + const Common::SettingsReader reader(BUFFER_A); + EXPECT_EQ(reader.GetValue("key"), "val"); } -TEST(SettingsHandlerTest, EncryptMultipleSettings) +TEST(SettingsWriterTest, EncryptMultipleSettings) { - Common::SettingsHandler handler; - handler.AddSetting("key1", "val1"); - handler.AddSetting("key2", "val2"); - handler.AddSetting("foo", "bar"); - Common::SettingsHandler::Buffer buffer = handler.GetBytes(); + Common::SettingsWriter writer; + writer.AddSetting("key1", "val1"); + writer.AddSetting("key2", "val2"); + writer.AddSetting("foo", "bar"); + Common::SettingsBuffer buffer = writer.GetBytes(); - EXPECT_TRUE(std::equal(buffer.begin(), buffer.end(), BUFFER_B.begin(), BUFFER_B.end())); + EXPECT_TRUE(std::ranges::equal(buffer, BUFFER_B)); } -TEST(SettingsHandlerTest, DecryptMultipleSettings) +TEST(SettingsReaderTest, DecryptMultipleSettings) { - Common::SettingsHandler handler(BUFFER_B); - EXPECT_EQ(handler.GetValue("key1"), "val1"); - EXPECT_EQ(handler.GetValue("key2"), "val2"); - EXPECT_EQ(handler.GetValue("foo"), "bar"); + const Common::SettingsReader reader(BUFFER_B); + EXPECT_EQ(reader.GetValue("key1"), "val1"); + EXPECT_EQ(reader.GetValue("key2"), "val2"); + EXPECT_EQ(reader.GetValue("foo"), "bar"); } -TEST(SettingsHandlerTest, GetValueOnSameInstance) +TEST(SettingsWriterTest, EncryptAddsLFOnNullChar) { - Common::SettingsHandler handler; - handler.AddSetting("key", "val"); - EXPECT_EQ(handler.GetValue("key"), ""); + Common::SettingsWriter writer; + writer.AddSetting("\xFA", "a"); + Common::SettingsBuffer buffer = writer.GetBytes(); + + EXPECT_TRUE(std::ranges::equal(buffer, BUFFER_C)); } -TEST(SettingsHandlerTest, EncryptAddsLFOnNullChar) +TEST(SettingsWriterTest, EncryptAddsLFOnNullCharTwice) { - Common::SettingsHandler handler; - handler.AddSetting("\xFA", "a"); - Common::SettingsHandler::Buffer buffer = handler.GetBytes(); + Common::SettingsWriter writer; + writer.AddSetting("\xFA\xE9", "a"); + Common::SettingsBuffer buffer = writer.GetBytes(); - EXPECT_TRUE(std::equal(buffer.begin(), buffer.end(), BUFFER_C.begin(), BUFFER_C.end())); + EXPECT_TRUE(std::ranges::equal(buffer, BUFFER_D)); } -TEST(SettingsHandlerTest, EncryptAddsLFOnNullCharTwice) +TEST(SettingsReaderTest, DecryptSingleAddedLF) { - Common::SettingsHandler handler; - handler.AddSetting("\xFA\xE9", "a"); - Common::SettingsHandler::Buffer buffer = handler.GetBytes(); - - EXPECT_TRUE(std::equal(buffer.begin(), buffer.end(), BUFFER_D.begin(), BUFFER_D.end())); + const Common::SettingsReader reader(BUFFER_C); + EXPECT_EQ(reader.GetValue("\xFA"), "a"); } -TEST(SettingsHandlerTest, DecryptSingleAddedLF) +TEST(SettingsReaderTest, DecryptTwoAddedLFs) { - Common::SettingsHandler handler(BUFFER_C); - EXPECT_EQ(handler.GetValue("\xFA"), "a"); -} - -TEST(SettingsHandlerTest, DecryptTwoAddedLFs) -{ - Common::SettingsHandler handler(BUFFER_D); - EXPECT_EQ(handler.GetValue("\xFA\xE9"), "a"); + const Common::SettingsReader reader(BUFFER_D); + EXPECT_EQ(reader.GetValue("\xFA\xE9"), "a"); } diff --git a/Source/UnitTests/Common/StringUtilTest.cpp b/Source/UnitTests/Common/StringUtilTest.cpp index 357f7f9500..f887157d52 100644 --- a/Source/UnitTests/Common/StringUtilTest.cpp +++ b/Source/UnitTests/Common/StringUtilTest.cpp @@ -7,15 +7,6 @@ #include "Common/StringUtil.h" -TEST(StringUtil, JoinStrings) -{ - EXPECT_EQ("", JoinStrings({}, ", ")); - EXPECT_EQ("a", JoinStrings({"a"}, ",")); - EXPECT_EQ("ab", JoinStrings({"a", "b"}, "")); - EXPECT_EQ("a, bb, c", JoinStrings({"a", "bb", "c"}, ", ")); - EXPECT_EQ("???", JoinStrings({"?", "?"}, "?")); -} - TEST(StringUtil, StringPopBackIf) { std::string abc = "abc"; diff --git a/Source/UnitTests/Core/IOS/FS/FileSystemTest.cpp b/Source/UnitTests/Core/IOS/FS/FileSystemTest.cpp index b1e6997e34..513f86d4c9 100644 --- a/Source/UnitTests/Core/IOS/FS/FileSystemTest.cpp +++ b/Source/UnitTests/Core/IOS/FS/FileSystemTest.cpp @@ -121,7 +121,7 @@ TEST_F(FileSystemTest, CreateFile) const Result> tmp_files = m_fs->ReadDirectory(Uid{0}, Gid{0}, "/tmp"); ASSERT_TRUE(tmp_files.Succeeded()); - EXPECT_EQ(std::count(tmp_files->begin(), tmp_files->end(), "f"), 1u); + EXPECT_EQ(std::ranges::count(*tmp_files, "f"), 1u); // Test invalid paths // Unprintable characters diff --git a/Source/UnitTests/Core/PageFaultTest.cpp b/Source/UnitTests/Core/PageFaultTest.cpp index fd58e1fb45..a4c5525da2 100644 --- a/Source/UnitTests/Core/PageFaultTest.cpp +++ b/Source/UnitTests/Core/PageFaultTest.cpp @@ -40,6 +40,10 @@ public: // JitBase methods JitBaseBlockCache* GetBlockCache() override { return nullptr; } void Jit(u32 em_address) override {} + void EraseSingleBlock(const JitBlock&) override {} + std::vector GetMemoryStats() const override { return {}; } + std::size_t DisassembleNearCode(const JitBlock&, std::ostream&) const override { return 0; } + std::size_t DisassembleFarCode(const JitBlock&, std::ostream&) const override { return 0; } const CommonAsmRoutinesBase* GetAsmRoutines() override { return nullptr; } virtual bool HandleFault(uintptr_t access_address, SContext* ctx) override { diff --git a/Source/UnitTests/StubHost.cpp b/Source/UnitTests/StubHost.cpp index dc7dfe2277..ffbb0c41c2 100644 --- a/Source/UnitTests/StubHost.cpp +++ b/Source/UnitTests/StubHost.cpp @@ -16,6 +16,9 @@ std::vector Host_GetPreferredLocales() void Host_PPCSymbolsChanged() { } +void Host_PPCBreakpointsChanged() +{ +} void Host_RefreshDSPDebuggerWindow() { } @@ -41,6 +44,12 @@ bool Host_UpdateDiscordPresenceRaw(const std::string& details, const std::string void Host_UpdateDisasmDialog() { } +void Host_JitCacheInvalidation() +{ +} +void Host_JitProfileDataWiped() +{ +} void Host_UpdateMainFrame() { } diff --git a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp index 83b1f813da..675be35355 100644 --- a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp +++ b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp @@ -702,6 +702,7 @@ TEST_P(VertexLoaderNormalTest, NormalAll) input_with_expected_type(i / 32.f); // Pre-fill these values to detect if they're modified + VertexLoaderManager::normal_cache = {-42.f, -43.f, -44.f, -45.f}; VertexLoaderManager::binormal_cache = {42.f, 43.f, 44.f, 45.f}; VertexLoaderManager::tangent_cache = {46.f, 47.f, 48.f, 49.f}; @@ -738,6 +739,9 @@ TEST_P(VertexLoaderNormalTest, NormalAll) ExpectOut(10 / 32.f); ExpectOut(11 / 32.f); ExpectOut(12 / 32.f); + EXPECT_EQ(VertexLoaderManager::normal_cache[0], 10 / 32.f); + EXPECT_EQ(VertexLoaderManager::normal_cache[1], 11 / 32.f); + EXPECT_EQ(VertexLoaderManager::normal_cache[2], 12 / 32.f); if (elements == NormalComponentCount::NTB) { // Tangent @@ -759,6 +763,14 @@ TEST_P(VertexLoaderNormalTest, NormalAll) } } + if (addr == VertexComponentFormat::NotPresent) + { + // Expect these to not be written + EXPECT_EQ(VertexLoaderManager::normal_cache[0], -42.f); + EXPECT_EQ(VertexLoaderManager::normal_cache[1], -43.f); + EXPECT_EQ(VertexLoaderManager::normal_cache[2], -44.f); + EXPECT_EQ(VertexLoaderManager::normal_cache[3], -45.f); + } if (addr == VertexComponentFormat::NotPresent || elements == NormalComponentCount::N) { // Expect these to not be written diff --git a/docs/DolphinDeviceIOCTLs.md b/docs/DolphinDeviceIOCTLs.md new file mode 100644 index 0000000000..9e587ad327 --- /dev/null +++ b/docs/DolphinDeviceIOCTLs.md @@ -0,0 +1,26 @@ +# /dev/dolphin + +This is an IOS device provided by Dolphin Emulator for the purpose of allowing homebrew and game mods to check if they're running on Dolphin, as well as detect how the emulator is running in order. + +If the open is successful, it means that homebrew/mod must be running on emulator, and can skip certain things that won't work like patching IOS or enable emulator only features. + +## IOCTL Listing + +| Request Number | Name | Inputs | Outputs | Notes | +|---|---|---|---|---| +| 0x01 | GetElapsedTime | none | 4 bytes (u32) | Returns the elapsed time in milliseconds since emulation started. | +| 0x02 | GetVersion | none | null-terminated string | Returns Dolphin's current version, based on the SCM version string. | +| 0x03 | GetSpeedLimit | none | 4 bytes (u32) | Returns the maximum speed emulation can go, in percentage (i.e. 100%). | +| 0x04 | SetSpeedLimit | 4 bytes (u32) | none | Changes the emulation speed limit. The calculation is float(val) / float(100). | +| 0x05 | GetCpuSpeed | none | 4 bytes (u32) | Returns the emulated CPU's clock speed. | +| 0x06 | GetRealProductCode | none | null-terminated string | Returns the CODE field from the setting.txt file of the Wii's NAND. | +| 0x07 | SetDiscordClient | char* | none | Changes the Discord Rich Presence Client ID. | +| 0x08 | SetDiscordPresence | 10 vectors: [details (char*), state (char*), large_image_key (char*), large_image_text (char*), small_image_key (char*), small_image_text (char*), start_timestamp (u64), end_timestamp (u64), party_size (u32), party_max (u32)] | none | Updates the current Discord Rich Presence activity. See [Discord developer documentation](https://discord.com/developers/docs/rich-presence/using-with-the-game-sdk) for a full description of the API. | +| 0x09 | ResetDiscord | none | none | Resets the Discord Rich Presence back to Dolphin defaults. | +| 0x0A | GetSystemTime | none | 8 bytes (u64) | Returns the system time in milliseconds since UNIX epoch. | + +This information was originally compiled on WiiBrew by AndrewPiroli and ProfElements before being ported to this document. + +# References + +- [Dolphin Source Code](/Source/Core/Core/IOS/DolphinDevice.cpp) diff --git a/docs/WiaAndRvz.md b/docs/WiaAndRvz.md index a80136418c..1328d83be6 100644 --- a/docs/WiaAndRvz.md +++ b/docs/WiaAndRvz.md @@ -126,7 +126,7 @@ A `wia_group_t` normally contains `chunk_size` bytes of decompressed data (or `c |Type and name|Description| |--|--| |`u32 data_off4`|The offset in the file where the compressed data is stored, divided by 4.| -|`u32 data_size`|The size of the compressed data, including any `wia_except_list_t` structs. 0 is a special case meaning that every byte of the decompressed data is `0x00` and the `wia_except_list_t` structs (if there are supposed to be any) contain 0 exceptions.| +|`u32 data_size`|The size of the compressed data, including any `wia_except_list_t` structs, and including any padding that is required after the `wia_except_list_t` structs when using the compression method NONE or PURGE. 0 is a special case meaning that every byte of the decompressed data is `0x00` and the `wia_except_list_t` structs (if there are supposed to be any) contain 0 exceptions.| ## `wia_exception_t` @@ -152,7 +152,7 @@ For memory management reasons, programs which read WIA files might place a limit |`u16 n_exceptions`|The number of `wia_exception_t` structs.| |`wia_exception_t exception[n_exceptions]`|Each `wia_exception_t` describes one difference between the hashes obtained by hashing the partition data and the original hashes.| -Somewhat ironically, there are exceptions to how `wia_except_list_t` structs are handled: +Somewhat ironically, there are exceptions to how `wia_except_list_t` structs are handled depending on what compression method is used for the group's data: - For the compression method PURGE, the `wia_except_list_t` structs are stored uncompressed (in other words, before the first `wia_segment_t`). For BZIP2, LZMA and LZMA2, they are compressed along with the rest of the data. - For the compression methods NONE and PURGE, if the end offset of the last ``wia_except_list_t`` is not evenly divisible by 4, padding is inserted after it so that the data afterwards will start at a 4 byte boundary. This padding is not inserted for the other compression methods. @@ -185,12 +185,12 @@ RVZ is a file format which is closely based on WIA. The differences are as follo Compared to `wia_group_t`, `rvz_group_t` changes the meaning of the most significant bit of `data_size` and adds one additional attribute. -"Compressed data" below means the data as it is stored in the file. When compression is disabled, this "compressed data" is actually not compressed. +"Compressed data" below means the data as it is stored in the file. When the compression method is NONE, this "compressed data" is actually not compressed. |Type and name|Description| |--|--| |`u32 data_off4`|The offset in the file where the compressed data is stored, divided by 4.| -|`u32 data_size`|The most significant bit is 1 if the data is compressed using the compression method indicated in `wia_disc_t`, and 0 if it is not compressed. The lower 31 bits are the size of the compressed data, including any `wia_except_list_t` structs. The lower 31 bits being 0 is a special case meaning that every byte of the decompressed and unpacked data is `0x00` and the `wia_except_list_t` structs (if there are supposed to be any) contain 0 exceptions.| +|`u32 data_size`|The most significant bit is 1 if the data is stored using the compression method indicated in `wia_disc_t`, and 0 if it is stored using the compression method NONE. The lower 31 bits are the size of the compressed data, including any `wia_except_list_t` structs, and including any padding that is required after the `wia_except_list_t` structs when using the compression method NONE. The lower 31 bits being 0 is a special case meaning that every byte of the decompressed and unpacked data is `0x00` and the `wia_except_list_t` structs (if there are supposed to be any) contain 0 exceptions.| |`u32 rvz_packed_size`|The size after decompressing but before decoding the RVZ packing. If this is 0, RVZ packing is not used for this group.| ## RVZ packing